Advertisement
hhaos

Untitled

Nov 22nd, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. venomstrat == "locking"
  2. if affstrack.score.asthma <=50 then
  3. vnm = "asthma"
  4. elseif affstrack.score.slickness<=50 then
  5. vnm = "gecko"
  6. elseif affstrack.score.anorexia<=33 then
  7. vnm = "slike"
  8. elseif affstrack.score.stupidity<=20 then
  9. vnm = "aconite"
  10. else
  11. vnm = "eurypteria"
  12. end
  13.  
  14. venomstrat == "damage"
  15. if affstrack.score.paralysis <=50 then
  16. vnm = "curare"
  17. elseif affstrack.score.sensitivity <=50 then
  18. vnm = "prefarar"
  19. elseif affstrack.score.nausea <=40 then
  20. vnm = "euphorbia"
  21. elseif affstrack.score.darkshade <=40 then
  22. vnm = "darkshade"
  23. else
  24. vnm = "aconite"
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement