Advertisement
Guest User

Cures by Affliction

a guest
Jun 1st, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 11.45 KB | None | 0 0
  1. affs.curesByAff = {
  2.     ["ablaze"] = "apply mending to chest",
  3.     ["achromaticaura"] = [[outr horehound;eat horehound]],
  4.     ["addiction"] = [[outr galingale;eat galingale]],
  5.     ["aeon"] = "drink phlegmatic",
  6.     ["agoraphobia"] = [[outr wormwood;eat wormwood]],
  7.     ["amplifyphobia"] = [[outr kombu;eat kombu]],
  8.     ["amputatedleftarm"] = "apply regeneration to arms",
  9.     ["amputatedleftleg"] = "apply regeneration to legs",
  10.     ["amputatedrightarm"] = "apply regeneration to arms",
  11.     ["amputatedrightleg"] = "apply regeneration to legs",
  12.     ["anorexia"] = "smoke coltsfoot",
  13.     ["arteryleftarm"] = [[outr yarrow;eat yarrow]],
  14.     ["arteryleftleg"] = [[outr yarrow;eat yarrow]],
  15.     ["arteryrightarm"] = [[outr yarrow;eat yarrow]],
  16.     ["arteryrightleg"] = [[outr yarrow;eat yarrow]],
  17.     ["asthma"] = "apply melancholic to chest",
  18.     ["aurawarp"] = [[outr reishi;eat reishi]],
  19.     ["bedevil"] = [[outr horehound;eat horehound]],
  20.     ["blacklung"] = "apply melancholic to chest",
  21.     ["bleeding"] = function () return ccc.vitals.mp > 650 and "clot" or [[outr chervil;eat chervil]] end,
  22.     ["blindness"] = [[outr myrtle;eat myrtle]],
  23.     ["brokenchest"] = " apply arnica to chest",
  24.     ["brokenjaw"] = "apply mending to head",
  25.     ["brokenleftarm"] = "apply mending to arms",
  26.     ["brokenleftleg"] = "apply mending to arms",
  27.     ["brokenleftwrist"] = "apply mending to arms",
  28.     ["brokennose"] = "apply arnica to head",
  29.     ["brokenrightarm"] = "apply mending to arms",
  30.     ["brokenrightleg"] = "apply mending to arms",
  31.     ["brokenrightwrist"] = "apply mending to arms",
  32.     ["brokenskull"] = function () return tmp.bals.herb and "apply arnica to head" or "apply mending to head" end,
  33.     ["burnlevel"] = "apply liniment",
  34.     ["burstorgans"] = "apply regeneration to gut",
  35.     ["burstvessels"] = function () return tmp.bals.sip and "drink health" or [[outr sparkleberry;eat sparkleberry]] end,
  36.     ["chestpain"] = "apply regeneration to chest",
  37.     ["clampedleftarm"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  38.     ["clampedrightarm"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  39.     ["claustrophobia"] = [[outr wormwood;eat wormwood]],
  40.     ["clotleftarm"] = [[outr yarrow;eat yarrow]],
  41.     ["clotleftleg"] = [[outr yarrow;eat yarrow]],
  42.     ["clotrightarm"] = [[outr yarrow;eat yarrow]],
  43.     ["clotrightleg"] = [[outr yarrow;eat yarrow]],
  44.     ["cloudcoils"] = "smoke faeleaf",
  45.     ["clumsiness"] = [[outr kombu;eat kombu]],
  46.     ["collapsedleftnerve"] = "apply regeneration to arms",
  47.     ["collapsedlung"] = "apply regeneration to chest",
  48.     ["collapsedrightnerve"] = "apply regeneration to arms",
  49.     ["concussion"] = function () return tmp.bals.herb and [[outr myrtle;eat myrtle]] or "apply regeneration to head" end,
  50.     ["confusion"] = function () return tmp.bals.herb and [[outr pennyroyal;eat pennyroyal]] or "drink sanguine" end,
  51.     ["crackedleftelbow"] = "apply regeneration to arms",
  52.     ["crackedleftkneecap"] = "apply regeneration to legs",
  53.     ["crackedrightelbow"] = "apply regeneration to arms",
  54.     ["crackedrightkneecap"] = "apply regeneration to legs",
  55.     ["crotamine"] = "sip antidote",
  56.     ["crucified"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  57.     ["crushedchest"] = "apply regeneration to chest",
  58.     ["crushedleftfoot"] = "apply arnica to legs",
  59.     ["crushedrightfoot"] = "apply arnica to legs",
  60.     ["crushedwindpipe"] = function () return tmp.bals.sip and "smoke myrtle" or "apply arnica to head" end,
  61.     ["damagedhead"] = "apply regeneration to head",
  62.     ["daydreaming"] = [[outr kafe;eat kafe]],
  63.     ["deadened"] = [[outr kombu;eat kombu]],
  64.     ["deafness"] = [[outr myrtle;eat myrtle]],
  65.     ["deathmark"] = function () return hasItem("soap") and "rub soap" or "rub cleanse" end,
  66.     ["dementia"] = [[outr pennyroyal;eat pennyroyal]],
  67.     ["disemboweled"] = "apply regeneration to gut",
  68.     ["dislocatedleftarm"] = [[outr marjoram;eat marjoram]],
  69.     ["dislocatedleftleg"] = [[outr marjoram;eat marjoram]],
  70.     ["dislocatedrightarm"] = [[outr marjoram;eat marjoram]],
  71.     ["dislocatedrightleg"] = [[outr marjoram;eat marjoram]],
  72.     ["disrupted"] = "concentrate",
  73.     ["dizziness"] = function () return tmp.bals.herb and [[outr kombu;eat kombu]] or "apply melancholic to head" end,
  74.     ["dysentery"] = "drink choleric",
  75.     ["ectoplasm"] = function () return hasItem("soap") and "rub soap" or "rub cleanse" end,
  76.     ["egovice"] = [[outr horehound;eat horehound]],
  77.     ["entangled"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  78.     ["epilepsy"] = [[outr kombu;eat kombu]],
  79.     ["eyepeckleft"] = "apply regeneration to head",
  80.     ["eyepeckright"] = "apply regeneration to head",
  81.     ["fear"] = "compose",
  82.     ["fracturedleftarm"] = "apply arnica to arms",
  83.     ["fracturedrightarm"] = "apply arnica to arms",
  84.     ["frozen"] = "drink fire",
  85.     ["furrowedbrow"] = "drink sanguine",
  86.     ["gashedcheek"] = [[outr marjoram;eat marjoram]],
  87.     ["gluttony"] = [[outr galingale;eat galingale]],
  88.     ["grapple"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  89.     ["gunk"] = function () return hasItem("soap") and "rub soap" or "rub cleanse" end,
  90.     ["haemophilia"] = function () return tmp.bals.herb and [[outr yarrow;eat yarrow]] or "drink sanguine" end,
  91.     ["hallucinations"] = [[outr pennyroyal;eat pennyroyal]],
  92.     ["healthleech"] = function () return tmp.bals.herb and [[outr horehound;eat horehound]] or "drink sanguine" end,
  93.     ["hemiplegyleft"] = "smoke myrtle",
  94.     ["hemiplegyright"] = "smoke myrtle",
  95.     ["hoist"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  96.     ["hypersomnia"] = "drink choleric",
  97.     ["hypochondria"] = [[outr wormwood;eat wormwood]],
  98.     ["impaledgut"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  99.     ["impatience"] = "smoke coltsfoot",
  100.     ["insomnia"] = "smoke coltsfoot",
  101.     ["jinx"] = [[outr reishi;eat reishi]],
  102.     ["justice"] = [[outr reishi;eat reishi]],
  103.     ["laceratedleftarm"] = [[outr yarrow;eat yarrow]],
  104.     ["laceratedleftleg"] = [[outr yarrow;eat yarrow]],
  105.     ["laceratedrightarm"] = [[outr yarrow;eat yarrow]],
  106.     ["laceratedrightleg"] = [[outr yarrow;eat yarrow]],
  107.     ["lefttendon"] = "apply regeneration to legs",
  108.     ["leglock"] = "focus body",
  109.     ["loneliness"] = "smoke coltsfoot",
  110.     ["lovepotion"] = "drink choleric",
  111.     ["lovers"] = [[outr galingale;eat galingale]],
  112.     ["manabarbs"] = [[outr horehound;eat horehound]],
  113.     ["mangledleftarm"] = "apply regeneration to arms",
  114.     ["mangledleftleg"] = "apply regeneration to legs",
  115.     ["mangledrightarm"] = "apply regeneration to arms",
  116.     ["mangledrightleg"] = "apply regeneration to legs",
  117.     ["masochism"] = "smoke coltsfoot",
  118.     ["missingleftear"] = [[outr marjoram;eat marjoram]],
  119.     ["missingrightear"] = [[outr marjoram;eat marjoram]],
  120.     ["mud"] = function () return hasItem("soap") and "rub soap" or "rub cleanse" end,
  121.     ["narcolepsy"] = [[outr kafe;eat kafe]],
  122.     ["openchest"] = [[outr marjoram;eat marjoram]],
  123.     ["pacified"] = [[outr reishi;eat reishi]],
  124.     ["paralysis"] = "focus body",
  125.     ["paralysislower"] = "smoke myrtle",
  126.     ["paranoia"] = [[outr pennyroyal;eat pennyroyal]],
  127.     ["peaced"] = [[outr reishi;eat reishi]],
  128.     ["piercedleftarm"] = "smoke myrtle",
  129.     ["piercedleftleg"] = "smoke myrtle",
  130.     ["piercedrightarm"] = "smoke myrtle",
  131.     ["piercedrightleg"] = "smoke myrtle",
  132.     ["pinchednervechest"] = [[outr marjoram;eat marjoram]],
  133.     ["pinchednervegut"] = [[outr marjoram;eat marjoram]],
  134.     ["pinchednervehead"] = [[outr marjoram;eat marjoram]],
  135.     ["pinchednerveleftarm"] = [[outr marjoram;eat marjoram]],
  136.     ["pinchednerverightarm"] = [[outr marjoram;eat marjoram]],
  137.     ["pinnedleftleg"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  138.     ["pinnedrightleg"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  139.     ["powersap"] = "drink antidote",
  140.     ["powerspikes"] = [[outr horehound;eat horehound]],
  141.     ["pox"] = "apply liniment",
  142.     ["puncturedaura"] = [[outr reishi;eat reishi]],
  143.     ["puncturedchest"] = [[outr marjoram;eat marjoram]],
  144.     ["puncturedlung"] = "apply melancholic to chest",
  145.     ["recklessness"] = [[outr horehound;eat horehound]],
  146.     ["relapsing"] = [[outr yarrow;eat yarrow]],
  147.     ["righttendon"] = "apply regeneration to legs",
  148.     ["rigormortis"] = [[outr marjoram;eat marjoram]],
  149.     ["roped"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  150.     ["rupturedstomach"] = "apply regeneration to gut",
  151.     ["sap"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  152.     ["scabies"] = "apply liniment",
  153.     ["scalped"] = "drink sanguine",
  154.     ["scrambledbrain"] = [[outr pennyroyal;eat pennyroyal]],
  155.     ["sensitivity"] = function () return tmp.bals.herb and [[outr myrtle;eat myrtle]] or "apply melancholic to head" end,
  156.     ["severedphrenic"] = "smoke myrtle",
  157.     ["severedspine"] = "apply regeneration to gut",
  158.     ["shackles"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  159.     ["shatteredjaw"] = "apply regeneration to head",
  160.     ["shatteredleftankle"] = "apply regeneration to legs",
  161.     ["shatteredrightankle"] = "apply regeneration to legs",
  162.     ["shivering"] = "drink fire",
  163.     ["shortbreath"] = "apply melancholic to chest",
  164.     ["shyness"] = function () return tmp.bals.purgative and "drink phlegmatic" or "smoke coltsfoot" end,
  165.     ["slicedleftbicep"] = [[outr marjoram;eat marjoram]],
  166.     ["slicedleftthigh"] = [[outr marjoram;eat marjoram]],
  167.     ["slicedopenforehead"] = [[outr yarrow;eat yarrow]],
  168.     ["slicedopengut"] = [[outr marjoram;eat marjoram]],
  169.     ["slicedrightbicep"] = [[outr marjoram;eat marjoram]],
  170.     ["slicedrightthigh"] = [[outr marjoram;eat marjoram]],
  171.     ["slicedtongue"] = [[outr marjoram;eat marjoram]],
  172.     ["slickness"] = function () return checkSetting("slickness_cleanse") and todo() or [[outr calamus;eat calamus]] end,
  173.     ["slitthroat"] = "apply mending to head",
  174.     ["sludge"] = function () return hasItem("soap") and "rub soap" or "rub cleanse" end,
  175.     ["snappedrib"] = "apply arnica to chest",
  176.     ["stagimpale"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  177.     ["stink"] = function () return hasItem("soap") and "rub soap" or "rub cleanse" end,
  178.     ["stupidity"] = [[outr pennyroyal;eat pennyroyal]],
  179.     ["succumb"] = [[outr reishi;eat reishi]],
  180.     ["sunallergy"] = "apply liniment",
  181.     ["temporaryinsanity"] = [[outr pennyroyal;eat pennyroyal]],
  182.     ["thornlashedhead"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  183.     ["thornlashedleftarm"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  184.     ["thornlashedleftleg"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  185.     ["thornlashedrightarm"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  186.     ["thornlashedrightleg"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  187.     ["throatlock"] = "focus body",
  188.     ["timewarp"] = [[outr horehound;eat horehound]],
  189.     ["transfix"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  190.     ["trembling"] = "apply melancholic to chest",
  191.     ["trussed"] = function () return hasSkill("contort") and "contort" or "writhe" end,
  192.     ["twistedleftarm"] = "apply mending to arms",
  193.     ["twistedleftleg"] = "apply mending to arms",
  194.     ["twistedrightarm"] = "apply mending to arms",
  195.     ["twistedrightleg"] = "apply mending to arms",
  196.     ["vapors"] = function () return tmp.bals.herb and [[outr kombu;eat kombu]] or "apply melancholic to head" end,
  197.     ["vertigo"] = [[outr kombu;eat kombu]],
  198.     ["vestiphobia"] = [[outr wormwood;eat wormwood]],
  199.     ["void"] = function () return tmp.bals.herb and [[outr pennyroyal;eat pennyroyal]] or "drink phlegmatic" end,
  200.     ["vomiting"] = "drink choleric",
  201.     ["vomitingblood"] = "drink choleric",
  202.     ["weakness"] = function () return tmp.bals.herb and [[outr marjoram;eat marjoram]] or "drink phlegmatic" end,
  203.     ["worms"] = "drink choleric"
  204. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement