Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hh.rends = {
- curse = {
- "paralysis",
- "impatience",
- "asthma",
- "weariness",
- "recklessness",
- "stupidity",
- "sensitivity"
- }
- }
- hh.rends = {
- venoms = {
- addiction = "vardrax",
- anorexia = "slike",
- asthma = "kalmia",
- clumsiness = "xentio",
- crippledarm = "epteth",
- crippledleg = "epseth",
- darkshade = "darkshade",
- deafblind = "colocasia",
- disloyalty = "monkshood",
- dizziness = "larkspur",
- haemophilia = "notechis",
- nausea = "euphorbia",
- paralysis = "curare",
- recklessness = "eurypteria",
- scytherus = "scytherus",
- selarnia = "selarnia",
- sensitivity = "prefarar",
- shyness = "digitalis",
- sleep = "delphinium",
- slickness = "gecko",
- stupidity = "aconite",
- voyria = "voyria",
- weariness = "vernalius"
- }
- }
- local venom = hh.rends.venoms
- local function venom_select()
- local venom_priority = {
- "paralysis",
- "asthma",
- "slickness",
- "anorexia",
- "weariness",
- "recklessness",
- "sensitivity"
- }
- for _, aff in ipairs(venom_priority) do
- if affstrack.score[aff] < 67 then
- return venom[aff]
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement