Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- venomstrat == "locking"
- if affstrack.score.asthma <=50 then
- vnm = "asthma"
- elseif affstrack.score.slickness<=50 then
- vnm = "gecko"
- elseif affstrack.score.anorexia<=33 then
- vnm = "slike"
- elseif affstrack.score.stupidity<=20 then
- vnm = "aconite"
- else
- vnm = "eurypteria"
- end
- venomstrat == "damage"
- if affstrack.score.paralysis <=50 then
- vnm = "curare"
- elseif affstrack.score.sensitivity <=50 then
- vnm = "prefarar"
- elseif affstrack.score.nausea <=40 then
- vnm = "euphorbia"
- elseif affstrack.score.darkshade <=40 then
- vnm = "darkshade"
- else
- vnm = "aconite"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement