Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. if venomstack == "hinder" then
  2.  
  3. --[[
  4. if affstrack.score.clumsiness<55 then
  5. table.insert(vcombo,"xentio") table.insert(vcombo,"curare")
  6. elseif affstrack.score.nausea<55 then
  7. table.insert(vcombo,"euphorbia") table.insert(vcombo,"curare")
  8. elseif affstrack.score.weariness<55 then
  9. table.insert(vcombo,"vernalius") table.insert(vcombo,"curare")
  10. elseif affstrack.score.asthma<55 then
  11. table.insert(vcombo,"kalmia") table.insert(vcombo,"curare")
  12. elseif affstrack.score.sensitivity<55 then
  13. table.insert(vcombo,"prefarar") table.insert(vcombo,"curare")
  14. end
  15. --]]
  16.  
  17. if math.random(100)<50 then
  18. if affstrack.score.clumsiness<65 then
  19. table.insert(vcombo,"xentio") table.insert(vcombo,"curare")
  20. elseif affstrack.score.nausea<65 then
  21. table.insert(vcombo,"euphorbia") table.insert(vcombo,"curare")
  22. elseif affstrack.score.weariness<65 then
  23. table.insert(vcombo,"vernalius") table.insert(vcombo,"curare")
  24. elseif affstrack.score.asthma<65 then
  25. table.insert(vcombo,"kalmia") table.insert(vcombo,"curare")
  26. elseif affstrack.score.sensitivity<65 then
  27. table.insert(vcombo,"prefarar") table.insert(vcombo,"curare")
  28. end
  29. else
  30. if affstrack.score.weariness<65 then
  31. table.insert(vcombo,"vernalius") table.insert(vcombo,"curare")
  32. elseif affstrack.score.asthma<65 then
  33. table.insert(vcombo,"kalmia") table.insert(vcombo,"curare")
  34. elseif affstrack.score.clumsiness<65 then
  35. table.insert(vcombo,"xentio") table.insert(vcombo,"curare")
  36. elseif affstrack.score.nausea<65 then
  37. table.insert(vcombo,"euphorbia") table.insert(vcombo,"curare")
  38. elseif affstrack.score.sensitivity<65 then
  39. table.insert(vcombo,"prefarar") table.insert(vcombo,"curare")
  40. end
  41. end
  42.  
  43.  
  44. end
  45.  
  46. ------------
  47. -- Vardrax--
  48. ------------
  49.  
  50. if venomstack == "vardrax" then
  51. if affstrack.score.clumsiness<100 then
  52. table.insert(vcombo,"curare") table.insert(vcombo,"xentio")
  53. elseif affstrack.score.addiction<100 then
  54. table.insert(vcombo,"curare") table.insert(vcombo,"vardrax")
  55. elseif affstrack.score.weariness<100 then
  56. table.insert(vcombo,"curare") table.insert(vcombo,"vernalius")
  57. elseif affstrack.score.asthma<100 then
  58. table.insert(vcombo,"curare") table.insert(vcombo,"kalmia")
  59. elseif affstrack.score.darkshade<100 then
  60. table.insert(vcombo,"curare") table.insert(vcombo,"darkshade")
  61. end
  62. end
  63.  
  64.  
  65. -----------------
  66. --- Focuslock ---
  67. -----------------
  68.  
  69. if venomstack == "focuslock" then
  70. if affstrack.score.anorexia<100 then
  71. table.insert(vcombo,"gecko") table.insert(vcombo,"slike")
  72. elseif affstrack.score.slickness<100 then
  73. table.insert(vcombo,"curare") table.insert(vcombo,"gecko")
  74. elseif affstrack.score.stupidity<100 then
  75. table.insert(vcombo,"curare") table.insert(vcombo,"aconite")
  76. elseif affstrack.score.dizziness<100 then
  77. table.insert(vcombo,"larkspur") table.insert(vcombo,"aconite")
  78. elseif affstrack.score.shyness<100 then
  79. table.insert(vcombo,"eurypteria") table.insert(vcombo,"digitalis")
  80.  
  81. end
  82. end
  83.  
  84.  
  85. -----------
  86. -- Vlock --
  87. -----------
  88.  
  89. if venomstack == "vlock" then
  90. if affstrack.score.asthma<100 then
  91. table.insert(vcombo,"curare") table.insert(vcombo,"kalmia")
  92. elseif affstrack.score.anorexia<100 then
  93. table.insert(vcombo,"gecko") table.insert(vcombo,"slike")
  94. elseif affstrack.score.slickness<100 then
  95. table.insert(vcombo,"curare") table.insert(vcombo,"gecko")
  96. elseif affstrack.score.weariness<100 then
  97. table.insert(vcombo,"eurypteria") table.insert(vcombo,"vernalius")
  98. elseif affstrack.score.stupidity<100 then
  99. table.insert(vcombo,"curare") table.insert(vcombo,"aconite")
  100. elseif affstrack.score.dizziness<100 then
  101. table.insert(vcombo,"larkspur") table.insert(vcombo,"aconite")
  102. elseif affstrack.score.shyness<100 then
  103. table.insert(vcombo,"eurypteria") table.insert(vcombo,"digitalis")
  104. end
  105. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement