Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.81 KB | None | 0 0
  1. afflictionPrioritiesDefault = {
  2.   ---------------------------------
  3.   --HERBS (+ a few focusables obviously)
  4.   ---------------------------------
  5.  
  6.   ["paralysis"] = 3,
  7.   ["impatience"] = 4,
  8.   ["scytherus"] = 5,
  9.   ["asthma"] = 6,
  10.   ["sensitivity"] = 6,
  11.   ["spiritdisrupt"] = 7,
  12.   ["darkshade"] = 7,
  13.   ["hypersomnia"] = 8,
  14.   ["hallucinations"] = 8,
  15.   --9 GAP FOR OFF-FOCUS BAL SHIFTS
  16.   ["nausea"] = 10,
  17.   ["haemophilia"] = 10,
  18.   ["lethargy"] = 10,
  19.   ["addiction"] = 10,
  20.   ["stupidity"] = 11,
  21.   ["epilepsy"] = 11,
  22.   ["confusion"] = 12,
  23.   ["recklessness"] = 13,
  24.   ["masochism"] = 13,
  25.  
  26.   ["weariness"] = 14,
  27.  
  28.   ["temperedmelancholic"] = 15,
  29.   ["temperedcholeric"] = 15,
  30.   ["temperedsanguine"] = 15,
  31.   ["temperedphlegmatic"] = 15,
  32.   ["lovers"] = 16,
  33.   ["pacified"] = 16,
  34.   ["peace"] = 16,
  35.   ["justice"] = 16,
  36.  
  37.   ["healthleech"] = 17,
  38.   ["clumsiness"] = 17,
  39.   ["dissonance"] = 18,
  40.  
  41.   ["loneliness"] = 19,
  42.   ["claustrophobia"] = 19,
  43.   ["agoraphobia"] = 19,
  44.   ["vertigo"] = 19,
  45.  
  46.   --BLINDNESS def at 20
  47.   --DEAFNESS def at 21
  48.  
  49.   ["generosity"] = 22,
  50.  
  51.   ["dementia"] = 23,
  52.   ["paranoia"] = 23,
  53.  
  54.   ["dizziness"] = 24,
  55.   ["shyness"] = 24,
  56.  
  57.   ["fluids"] = 25,
  58.  
  59.   --------------------------
  60.   --SALVE
  61.   --------------------------
  62.   ["heartseed"] = 3,
  63.   ["anorexia"] = 4,
  64.  
  65.   --5 GAP: For resto leg breaks and prone
  66.  
  67.   ["brokenleftleg"] = 6,
  68.   ["brokenrightleg"] = 6,
  69.  
  70.   ["damagedleftleg"] = 7, --move these up if prone (something we'll cover later)
  71.   ["damagedrightleg"] = 7,
  72.   ["mangledleftleg"] = 7,
  73.   ["mangledrightleg"] = 7,
  74.  
  75.   ["mangledhead"] = 8,
  76.  
  77.   ["brokenleftarm"] = 9,
  78.   ["brokenrightarm"] = 9,
  79.  
  80.   ["damagedleftarm"] = 10,
  81.  
  82.   ["damagedhead"] = 11,
  83.  
  84.   ["damagedrightarm"] = 12,
  85.  
  86.   ["mangledleftarm"] = 13,
  87.   ["mangledrightarm"] = 13,
  88.  
  89.   ["frozen"] = 14,
  90.   ["shivering"] = 14,
  91.   --CALORIC def at 14
  92.  
  93.   ["mildtrauma"] = 15,
  94.   ["serioustrauma"] = 15,
  95.  
  96.   --MASS def at 16
  97.  
  98.   ["burning"] = 17,
  99.   ["stuttering"] = 18,
  100.   ["slashedthroat"] = 18,
  101.   ["laceratedthroat"] = 18,
  102.   ["selarnia"] = 19,
  103.   ["itching"] = 19,
  104.  
  105.   --broken = crippled (lvl1 break: mending)
  106.   --damaged = broken (lvl2 break: restoration)
  107.   --mangled = mangled
  108.   --lvl1 torso = mildtrauma
  109.   --lvl2 torso = serioustrauma
  110.  
  111.   ---------------------------
  112.   --PIPE
  113.   ---------------------------
  114.   ["aeon"] = 2, --high up since you always want to cure this first
  115.   ["slickness"] = 10, --huge gap so that you cure asthma before slickness (with bloodroot instead of smoking)
  116.   ["whisperingmadness"] = 11,
  117.   ["hellsight"] = 12,
  118.   ["manaleech"] = 13,
  119.   ["disloyalty"] = 14,
  120.   ["deadening"] = 15,
  121.   --REBOUNDING defence
  122.  
  123.   ---------------------------
  124.   --FOCUS (pure focus affs)
  125.   ---------------------------
  126.   ["earthdisrupt"] = 15, --number doesn't really matter
  127.   ["airdisrupt"] = 15, --just keep it low so that it isn't a high priority in retardation
  128.   ["firedisrupt"] = 15,
  129.   ["waterdisrupt"] = 15,
  130.  
  131.   -------------------------
  132.   --WRITHE
  133.   -------------------------
  134.   ["bound"] = 6, --number doesn't really matter
  135.   ["transfixation"] = 6, --keep it high, but not too high because of retardation
  136.   ["webbed"] = 6,
  137.   ["entangled"] = 6,
  138.   ["daeggerimpale"] = 6,
  139.   ["soulspear"] = 6,
  140.   ["impaled"] = 6,
  141.  
  142.   -----------------------
  143.   --BAL FREE CURES
  144.   -----------------------
  145.   ["sleeping"] = 2, --same rank as aeon, if you're asleep and aeoned you need to wake first anyway.
  146.   ["voyria"] = 12, --somewhat low because of retardation curing
  147.   ["prone"] = 9, --somwhat low because of retardation curing
  148.   ["disrupted"] = 9, --somewhat low because of retardation curing, need to concentrate to stand in retardation
  149.  
  150. }
  151.  
  152. function resetAllPrios()
  153.   for k,v in pairs(afflictionPrioritiesDefault) do
  154.     --set the prios here by their number obv
  155.     send("curing priority " .. k .. " " .. tostring(v))
  156.   end
  157. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement