mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-26 17:36:04 +00:00
439d5a397a
Both sub-tables carried per-locale strings only so pfUI's own code could match against localized text. ClassicAPI's numeric item APIs replace both: - GetBagFamily now reads classID/subClassID from C_Item.GetItemInfoInstant and switches on the numbers (class 1 = Container, class 11 = Quiver). - eqcompare pulls the itemID from GameTooltip:GetItem(), fetches the numeric invType via C_Item.GetItemInventoryTypeByID, and looks up the destination slot(s) in a numeric slotTable keyed by Enum.InventoryType. Pair-slot invtypes (finger / trinket / one-hand weapon) list both destinations directly, so the "_other" string-concat hack is gone. Removes the setglobal INVTYPE_* injection, the tooltip text scan, and the itemtypes + bagtypes locale sub-tables across all 7 files.
1101 lines
36 KiB
Lua
1101 lines
36 KiB
Lua
pfUI_locale["enUS"] = {}
|
|
|
|
pfUI_locale["enUS"]["class"] = {
|
|
["Warlock"] = "WARLOCK",
|
|
["Warrior"] = "WARRIOR",
|
|
["Hunter"] = "HUNTER",
|
|
["Mage"] = "MAGE",
|
|
["Priest"] = "PRIEST",
|
|
["Druid"] = "DRUID",
|
|
["Paladin"] = "PALADIN",
|
|
["Shaman"] = "SHAMAN",
|
|
["Rogue"] = "ROGUE",
|
|
}
|
|
|
|
pfUI_locale["enUS"]["healduration"] = {
|
|
["Rejuvenation"] = "Increases the duration of your Rejuvenation spell by 3 sec.",
|
|
["Renew"] = "Increases the duration of your Renew spell by 3 sec.",
|
|
}
|
|
|
|
pfUI_locale["enUS"]["customcast"] = {
|
|
["AIMEDSHOT"] = "Aimed Shot",
|
|
["MULTISHOT"] = "Multi-Shot",
|
|
}
|
|
|
|
pfUI_locale["enUS"]["critters"] = {
|
|
'Adder',
|
|
'Beetle',
|
|
'Belfry Bat',
|
|
'Biletoad',
|
|
'Black Rat',
|
|
'Brown Prairie Dog',
|
|
'Caged Rabbit',
|
|
'Caged Sheep',
|
|
'Caged Squirrel',
|
|
'Caged Toad',
|
|
'Cat',
|
|
'Chicken',
|
|
'Cleo',
|
|
'Core Rat',
|
|
'Cow',
|
|
'Cow',
|
|
'Cured Deer',
|
|
'Cured Gazelle',
|
|
'Deeprun Rat',
|
|
'Deer',
|
|
'Dog',
|
|
'Effsee',
|
|
'Enthralled Deeprun Rat',
|
|
'Fang',
|
|
'Fawn',
|
|
'Fire Beetle',
|
|
'Fluffy',
|
|
'Frog',
|
|
'Gazelle',
|
|
'Hare',
|
|
'Horse',
|
|
'Huge Toad',
|
|
'Infected Deer',
|
|
'Infected Squirrel',
|
|
'Jungle Toad',
|
|
'Krakle\'s Thermometer',
|
|
'Lady',
|
|
'Larva',
|
|
'Lava Crab',
|
|
'Maggot',
|
|
'Moccasin',
|
|
'Mouse',
|
|
'Mr. Bigglesworth',
|
|
'Nibbles',
|
|
'Noarm',
|
|
'Old Blanchy',
|
|
'Parrot',
|
|
'Pig',
|
|
'Pirate treasure trigger mob',
|
|
'Plagued Insect',
|
|
'Plagued Maggot',
|
|
'Plagued Rat',
|
|
'Plagueland Termite',
|
|
'Polymorphed Chicken',
|
|
'Polymorphed Rat',
|
|
'Prairie Dog',
|
|
'Rabbit',
|
|
'Ram',
|
|
'Rat',
|
|
'Riding Ram',
|
|
'Roach',
|
|
'Salome',
|
|
'School of Fish',
|
|
'Scorpion',
|
|
'Sheep',
|
|
'Sheep',
|
|
'Shen\'dralar Wisp',
|
|
'Sickly Deer',
|
|
'Sickly Gazelle',
|
|
'Snake',
|
|
'Spider',
|
|
'Spike',
|
|
'Squirrel',
|
|
'Swine',
|
|
'Tainted Cockroach',
|
|
'Tainted Rat',
|
|
'Toad',
|
|
'Transporter Malfunction',
|
|
'Turtle',
|
|
'Underfoot',
|
|
'Voice of Elune',
|
|
'Waypoint (Only GM can see it)',
|
|
'Wisp',
|
|
}
|
|
|
|
pfUI_locale["enUS"]["dyndebuffs"] = {
|
|
["Rupture"] = "Rupture",
|
|
["Kidney Shot"] = "Kidney Shot",
|
|
["Rend"] = "Rend",
|
|
["Shadow Word: Pain"] = "Shadow Word: Pain",
|
|
["Demoralizing Shout"] = "Demoralizing Shout",
|
|
["Frostbolt"] = "Frostbolt",
|
|
["Gouge"] = "Gouge",
|
|
}
|
|
|
|
pfUI_locale["enUS"]["judgements"] = {
|
|
["Judgement of Justice"] = true,
|
|
["Judgement of Light"] = true,
|
|
["Judgement of Wisdom"] = true,
|
|
["Judgement of the Crusader"] = true,
|
|
}
|
|
|
|
pfUI_locale["enUS"]["resurrections"] = {
|
|
["Resurrection"] = true,
|
|
["Rebirth"] = true,
|
|
["Redemption"] = true,
|
|
["Ancestral Spirit"] = true,
|
|
}
|
|
|
|
pfUI_locale["enUS"]["debuffs"] = {
|
|
['AE Charm']={[0]=300.0,},
|
|
['Abomination Spit']={[0]=10.0,},
|
|
['Acid Slime']={[0]=30.0,},
|
|
['Acid Spit']={[0]=30.0,},
|
|
['Acid Splash']={[0]=30.0,},
|
|
['Acid Spray']={[0]=10.0,},
|
|
['Acid Volley']={[0]=25.0,},
|
|
['Acid of Hakkar']={[0]=60.0,},
|
|
['Advanced Target Dummy Spawn Effect']={[0]=10.0,},
|
|
['Aftermath']={[0]=5.0,},
|
|
['Agility VIII']={[0]=3600.0,},
|
|
['Agonizing Pain']={[0]=15.0,},
|
|
['Air Bubbles']={[0]=10.0,},
|
|
['Amplify Damage']={[0]=10.0,},
|
|
['Amplify Flames']={[0]=30.0,},
|
|
['Ancient Despair']={[0]=5.0,},
|
|
['Ancient Dread']={[0]=900.0,},
|
|
['Ancient Hysteria']={[0]=900.0,},
|
|
['Anub\'Rekhan\'s Aura']={[0]=5.0,},
|
|
['Aquatic Miasma']={[0]=3600.0,},
|
|
['Arantir\'s Rage']={[0]=6.0,},
|
|
['Arcane Burst']={[0]=8.0,},
|
|
['Arcane Intellect']={[0]=1800.0,},
|
|
['Arcane Missiles']={[1]=3.0,[2]=4.0,[3]=5.0,[4]=5.0,[5]=5.0,[6]=5.0,[7]=5.0,[8]=5.0,[0]=5.0,},
|
|
['Arcane Weakness']={[0]=45.0,},
|
|
['Armor IV']={[0]=3600.0,},
|
|
['Armor Shatter']={[0]=45.0,},
|
|
['Arugal\'s Curse']={[0]=10.0,},
|
|
['Arugal\'s Gift']={[0]=300.0,},
|
|
['Aspect of Arlokk']={[0]=2.0,},
|
|
['Aspect of Jeklik']={[0]=5.0,},
|
|
['Aspect of Mar\'li']={[0]=6.0,},
|
|
['Aspect of Venoxis']={[0]=10.0,},
|
|
['Atal\'ai Poison']={[0]=30.0,},
|
|
['Attack Order']={[0]=10.0,},
|
|
['Attract Rager']={[0]=2.0,},
|
|
['Aura Leech (PT)']={[0]=15.0,},
|
|
['Aura of Agony']={[0]=8.0,},
|
|
['Aura of Battle']={[0]=10.0,},
|
|
['Aura of Command']={[0]=30.0,},
|
|
['Aura of Fear']={[0]=3.0,},
|
|
['Aural Shock']={[0]=300.0,},
|
|
['Awaken Earthen Guardians']={[0]=5.0,},
|
|
['Axe Flurry']={[0]=2.0,},
|
|
['Axe Toss']={[0]=3.0,},
|
|
['Azrethoc\'s Stomp']={[0]=5.0,},
|
|
['Backhand']={[0]=2.0,},
|
|
['Balnazzar Transform Stun']={[0]=5.0,},
|
|
['Baneful Poison']={[0]=120.0,},
|
|
['Banish']={[1]=20.0,[2]=30.0,[0]=30.0,},
|
|
['Banshee Curse']={[0]=12.0,},
|
|
['Banshee Shriek']={[0]=5.0,},
|
|
['Barbed Sting']={[0]=300.0,},
|
|
['Barrel Explode']={[0]=3.0,},
|
|
['Bash']={[1]=2.0,[2]=3.0,[3]=4.0,[0]=4.0,},
|
|
['Battle Command']={[0]=6.0,},
|
|
['Battle Net']={[0]=10.0,},
|
|
['Battle Shout']={[0]=900.0,},
|
|
['Battle Standard']={[0]=3.0,},
|
|
['Battlegear of Might']={[0]=6.0,},
|
|
['Befuddlement']={[0]=15.0,},
|
|
['Bellowing Roar']={[0]=3.0,},
|
|
['Berserk']={[0]=30.0,},
|
|
['Biletoad Infection']={[0]=180.0,},
|
|
['Black Arrow']={[0]=30.0,},
|
|
['Black March Blessing']={[0]=6.0,},
|
|
['Black Rot']={[0]=1800.0,},
|
|
['Black Sludge']={[0]=120.0,},
|
|
['Blackout']={[0]=3.0,},
|
|
['Blast Wave']={[0]=6.0,},
|
|
['Blaze']={[0]=30.0,},
|
|
['Bleakwood Curse']={[0]=60.0,},
|
|
['Blessing of Nordrassil']={[0]=10.0,},
|
|
['Blight']={[0]=60.0,},
|
|
['Blind']={[0]=10.0,},
|
|
['Blink']={[0]=1.0,},
|
|
['Blood Howl']={[0]=15.0,},
|
|
['Blood Siphon']={[0]=8.0,},
|
|
['Bloodfang']={[0]=6.0,},
|
|
['Bloodlord\'s Aura']={[0]=5.0,},
|
|
['Bloodlust']={[0]=15.0,},
|
|
['Bloodpetal Poison']={[0]=30.0,},
|
|
['Boar Charge']={[0]=1.0,},
|
|
['Bone Smelt']={[0]=20.0,},
|
|
['Bottle of Poison']={[0]=30.0,},
|
|
['Boulder']={[0]=10.0,},
|
|
['Brain Damage']={[0]=30.0,},
|
|
['Brain Hacker']={[0]=30.0,},
|
|
['Breath of Sargeras']={[0]=90.0,},
|
|
['Brood Affliction: Black']={[0]=600.0,},
|
|
['Brood Affliction: Blue']={[0]=600.0,},
|
|
['Brood Affliction: Bronze']={[0]=600.0,},
|
|
['Brood Affliction: Green']={[0]=600.0,},
|
|
['Brood Affliction: Red']={[0]=600.0,},
|
|
['Brood Power: Blue']={[0]=6.0,},
|
|
['Brood Power: Bronze']={[0]=5.0,},
|
|
['Brood Power: Green']={[0]=6.0,},
|
|
['Brood Power: Red']={[0]=5.0,},
|
|
['Bruising Blow']={[0]=5.0,},
|
|
['Burning Adrenaline']={[0]=20.0,},
|
|
['Burning Winds']={[0]=8.0,},
|
|
['Cadaver Worms']={[0]=600.0,},
|
|
['Call of the Grave']={[0]=60.0,},
|
|
['Cantation of Manifestation']={[0]=600.0,},
|
|
['Capture Felhound Spirit']={[0]=9.0,},
|
|
['Capture Infernal Spirit']={[0]=9.0,},
|
|
['Capture Spirit']={[0]=9.0,},
|
|
['Capture Treant']={[0]=5.0,},
|
|
['Cause Insanity']={[0]=6.0,},
|
|
['Cauterizing Flames']={[0]=900.0,},
|
|
['Chains of Ice']={[1]=15.0,[2]=20.0,[0]=20.0,},
|
|
['Chains of Kel\'Thuzad']={[0]=20.0,},
|
|
['Challenging Roar']={[0]=6.0,},
|
|
['Challenging Shout']={[0]=6.0,},
|
|
['Charge']={[0]=4.0,},
|
|
['Charge Stun']={[0]=1.0,},
|
|
['Cheap Shot']={[0]=4.0,},
|
|
['Chemical Peel']={[0]=10.0,},
|
|
['Chill']={[0]=30.0,},
|
|
['Chill Nova']={[0]=10.0,},
|
|
['Chilled']={[0]=1.5,},
|
|
['Chilling Breath']={[0]=12.0,},
|
|
['Chilling Touch']={[0]=8.0,},
|
|
['Chromatic Mutation']={[0]=300.0,},
|
|
['Claw Grasp']={[0]=4.0,},
|
|
['Clear All Shackels']={[0]=1.0,},
|
|
['Cleave Armor']={[0]=15.0,},
|
|
['Clenched Pinchers']={[0]=15.0,},
|
|
['Cold Eye']={[0]=15.0,},
|
|
['Concussion Blow']={[0]=5.0,},
|
|
['Concussive Shot']={[0]=4.0,},
|
|
['Conflagration']={[0]=10.0,},
|
|
['Consume']={[0]=15.0,},
|
|
['Contagion of Rot']={[0]=240.0,},
|
|
['Control Machine']={[0]=60.0,},
|
|
['Corrosive Acid']={[0]=300.0,},
|
|
['Corrosive Acid Spit']={[0]=10.0,},
|
|
['Corrosive Ooze']={[0]=60.0,},
|
|
['Corrosive Poison']={[0]=30.0,},
|
|
['Corrosive Venom Spit']={[0]=10.0,},
|
|
['Corrupted Agility']={[0]=4.0,},
|
|
['Corrupted Fear']={[0]=2.0,},
|
|
['Corrupted Healing']={[0]=30.0,},
|
|
['Corrupted Intellect']={[0]=4.0,},
|
|
['Corrupted Stamina']={[0]=4.0,},
|
|
['Corrupted Strength']={[0]=4.0,},
|
|
['Corrupted Totems']={[0]=30.0,},
|
|
['Corruption']={[1]=12.0,[2]=15.0,[3]=18.0,[4]=18.0,[5]=18.0,[6]=18.0,[7]=18.0,[0]=18.0,},
|
|
['Corruption of the Earth']={[0]=10.0,},
|
|
['Counterattack']={[0]=5.0,},
|
|
['Counterspell']={[0]=10.0,},
|
|
['Counterspell - Silenced']={[0]=4.0,},
|
|
['Cowering Roar']={[0]=5.0,},
|
|
['Cozy Fire']={[0]=60.0,},
|
|
['Crash of Waves']={[0]=10.0,},
|
|
['Create Heart of Hakkar Explosion']={[0]=30.0,},
|
|
['Create Heart of Hakkar Rift']={[0]=30.0,},
|
|
['Create Heart of Hakkar Summon Circle']={[0]=30.0,},
|
|
['Create Zul\'s Aura']={[0]=30.0,},
|
|
['Creature of Nightmare']={[0]=30.0,},
|
|
['Creeper Venom']={[0]=300.0,},
|
|
['Creeping Mold']={[0]=60.0,},
|
|
['Creeping Plague']={[0]=20.0,},
|
|
['Cripple']={[0]=20.0,},
|
|
['Crippling Poison']={[0]=12.0,},
|
|
['Crowd Pummel']={[0]=5.0,},
|
|
['Crusader Strike']={[0]=30.0,},
|
|
['Crusader\'s Hammer']={[0]=4.0,},
|
|
['Crush Armor']={[0]=30.0,},
|
|
['Crystal Gaze']={[0]=6.0,},
|
|
['Crystal Yield']={[0]=120.0,},
|
|
['Crystalline Slumber']={[0]=15.0,},
|
|
['Curse of Agony']={[0]=24.0,},
|
|
['Curse of Blood']={[0]=600.0,},
|
|
['Curse of Doom']={[0]=60.0,},
|
|
['Curse of Exhaustion']={[0]=12.0,},
|
|
['Curse of Hakkar']={[0]=120.0,},
|
|
['Curse of Idiocy']={[0]=120.0,},
|
|
['Curse of Impotence']={[0]=120.0,},
|
|
['Curse of Mending']={[0]=180.0,},
|
|
['Curse of Recklessness']={[0]=120.0,},
|
|
['Curse of Shadow']={[0]=300.0,},
|
|
['Curse of Stalvan']={[0]=600.0,},
|
|
['Curse of Thorns']={[0]=180.0,},
|
|
['Curse of Thule']={[0]=240.0,},
|
|
['Curse of Timmy']={[0]=60.0,},
|
|
['Curse of Tongues']={[0]=30.0,},
|
|
['Curse of Tuten\'kash']={[0]=900.0,},
|
|
['Curse of Vengeance']={[0]=900.0,},
|
|
['Curse of Weakness']={[0]=120.0,},
|
|
['Curse of the Bleakheart']={[0]=180.0,},
|
|
['Curse of the Darkmaster']={[0]=60.0,},
|
|
['Curse of the Deadwood']={[0]=120.0,},
|
|
['Curse of the Dreadmaul']={[0]=60.0,},
|
|
['Curse of the Elemental Lord']={[0]=60.0,},
|
|
['Curse of the Elements']={[0]=300.0,},
|
|
['Curse of the Eye']={[0]=120.0,},
|
|
['Curse of the Fallen Magram']={[0]=900.0,},
|
|
['Curse of the Firebrand']={[0]=300.0,},
|
|
['Curse of the Plague Rat']={[0]=14.0,},
|
|
['Curse of the Plaguebringer']={[0]=10.0,},
|
|
['Curse of the Shadowhorn']={[0]=300.0,},
|
|
['Curse of the Tribes']={[0]=1800.0,},
|
|
['Cursed Blade']={[0]=20.0,},
|
|
['Cursed Blood']={[0]=600.0,},
|
|
['Damage Shield']={[0]=10.0,},
|
|
['Dark Energy']={[0]=300.0,},
|
|
['Dark Iron Taskmaster Death']={[0]=6.0,},
|
|
['Dark Plague']={[0]=90.0,},
|
|
['Dark Sludge']={[0]=300.0,},
|
|
['Darken Vision']={[0]=12.0,},
|
|
['Daunting Growl']={[0]=30.0,},
|
|
['Dazed']={[0]=4.0,},
|
|
['Deadly Leech Poison']={[0]=45.0,},
|
|
['Deadly Poison']={[0]=12.0,},
|
|
['Deadly Poison II']={[0]=12.0,},
|
|
['Deadly Poison III']={[0]=12.0,},
|
|
['Deadly Poison IV']={[0]=12.0,},
|
|
['Deadly Poison V']={[0]=12.0,},
|
|
['Deadly Toxin']={[0]=12.0,},
|
|
['Deadly Toxin II']={[0]=12.0,},
|
|
['Deadly Toxin III']={[0]=12.0,},
|
|
['Deadly Toxin IV']={[0]=12.0,},
|
|
['Deafening Screech']={[0]=8.0,},
|
|
['Death Bed']={[0]=10.0,},
|
|
['Death Coil']={[0]=3.0,},
|
|
['Debilitate']={[0]=15.0,},
|
|
['Debilitating Charge']={[0]=8.0,},
|
|
['Debilitating Touch']={[0]=120.0,},
|
|
['Decayed Agility']={[0]=300.0,},
|
|
['Decayed Strength']={[0]=300.0,},
|
|
['Decimate']={[0]=3.0,},
|
|
['Decrepit Fever']={[0]=21.0,},
|
|
['Deep Sleep']={[0]=10.0,},
|
|
['Deep Slumber']={[0]=15.0,},
|
|
['Deep Wound']={[0]=12.0,},
|
|
['Defile']={[0]=10.0,},
|
|
['Defiling Aura']={[0]=5.0,},
|
|
['Delusions of Jin\'do']={[0]=20.0,},
|
|
['Demonfork']={[0]=25.0,},
|
|
['Demoralize']={[0]=30.0,},
|
|
['Demoralizing Roar']={[0]=30.0,},
|
|
['Demoralizing Shout']={[0]=30.0,},
|
|
['Detect Greater Invisibility']={[0]=600.0,},
|
|
['Detect Magic']={[0]=120.0,},
|
|
['Detonate Mana']={[0]=5.0,},
|
|
['Devilsaur Barb']={[0]=10.0,},
|
|
['Devouring Plague']={[0]=24.0,},
|
|
['Dire Growl']={[0]=15.0,},
|
|
['Dirk\'s Rememberin\' Poison']={[0]=30.0,},
|
|
['Disarm']={[0]=10.0,},
|
|
['Discombobulate']={[0]=12.0,},
|
|
['Disease Buffet']={[0]=20.0,},
|
|
['Diseased Shot']={[0]=300.0,},
|
|
['Diseased Slime']={[0]=120.0,},
|
|
['Diseased Spit']={[0]=10.0,},
|
|
['Disjunction']={[0]=300.0,},
|
|
['Dismember']={[0]=10.0,},
|
|
['Dismounting Shot']={[0]=2.0,},
|
|
['Dissolve Armor']={[0]=20.0,},
|
|
['Distract Move']={[0]=7.0,},
|
|
['Distracting Pain']={[0]=15.0,},
|
|
['Distracting Spit']={[0]=15.0,},
|
|
['Divine Spirit']={[0]=1800.0,},
|
|
['Dominate Mind']={[0]=10.0,},
|
|
['Domination']={[0]=15.0,},
|
|
['Dominion of Soul']={[0]=60.0,},
|
|
['Drain Life']={[0]=5.0,},
|
|
['Drain Mana']={[0]=5.0,},
|
|
['Drain Soul']={[0]=15.0,},
|
|
['Draw Spirit']={[0]=5.0,},
|
|
['Draw of Thistlenettle']={[0]=8.0,},
|
|
['Dreadful Fright']={[0]=5.0,},
|
|
['Dredge Sickness']={[0]=300.0,},
|
|
['Drowning Death']={[0]=300.0,},
|
|
['Druid\'s Slumber']={[0]=15.0,},
|
|
['Dust Cloud']={[0]=12.0,},
|
|
['Eagle Claw']={[0]=15.0,},
|
|
['Earth Shock']={[0]=2.0,},
|
|
['Earthbind']={[0]=5.0,},
|
|
['Earthborer Acid']={[0]=30.0,},
|
|
['Earthgrab']={[0]=4.0,},
|
|
['Echoing Roar']={[0]=20.0,},
|
|
['Ectoplasmic Distiller']={[0]=3.0,},
|
|
['Egg Explosion']={[0]=3.0,},
|
|
['Electrified Net']={[0]=10.0,},
|
|
['Elemental Fire']={[0]=8.0,},
|
|
['Elemental Vulnerability']={[0]=30.0,},
|
|
['Elixir of the Giants']={[0]=1200.0,},
|
|
['Emeriss Aura']={[0]=10.0,},
|
|
['Encage']={[0]=30.0,},
|
|
['Encasing Webs']={[0]=6.0,},
|
|
['Enchanting Lullaby']={[0]=10.0,},
|
|
['Encouragement']={[0]=1800.0,},
|
|
['Enervate']={[0]=10.0,},
|
|
['Enfeeble']={[0]=120.0,},
|
|
['Engulfing Flames']={[0]=6.0,},
|
|
['Enraging Bite']={[0]=6.0,},
|
|
['Enslave']={[0]=15.0,},
|
|
['Enslave Demon']={[0]=300.0,},
|
|
['Entangle']={[0]=8.0,},
|
|
['Entangling Roots']={[1]=12.0,[2]=15.0,[3]=18.0,[4]=21.0,[5]=24.0,[6]=27.0,[0]=27.0,},
|
|
['Entrapment']={[0]=5.0,},
|
|
['Enveloping Web']={[0]=8.0,},
|
|
['Enveloping Webs']={[0]=8.0,},
|
|
['Enveloping Winds']={[0]=10.0,},
|
|
['Eskhandar\'s Rake']={[0]=30.0,},
|
|
['Essence of the Red']={[0]=180.0,},
|
|
['Explode']={[0]=2.5,},
|
|
['Explode Bug']={[0]=4.0,},
|
|
['Explosive Trap Effect']={[0]=20.0,},
|
|
['Expose Armor']={[0]=30.0,},
|
|
['Expose Weakness']={[0]=5.0,},
|
|
['Extract Essence']={[0]=12.0,},
|
|
['Eye Peck']={[0]=12.0,},
|
|
['Eye of Immol\'thar']={[0]=4.0,},
|
|
['Faerie Fire']={[0]=40.0,},
|
|
['Faerie Fire (Feral)']={[0]=40.0,},
|
|
['Fang of the Crystal Spider']={[0]=10.0,},
|
|
['Fatal Sting']={[0]=12.0,},
|
|
['Fear']={[1]=10.0,[2]=15.0,[3]=20.0,[0]=20.0,},
|
|
['Fear (NYI)']={[0]=15.0,},
|
|
['Feeblemind']={[0]=30.0,},
|
|
['Feeblemind II']={[0]=30.0,},
|
|
['Feeblemind III']={[0]=30.0,},
|
|
['Fel Stomp']={[0]=3.0,},
|
|
['Feral Charge Effect']={[0]=4.0,},
|
|
['Festering Bites']={[0]=1800.0,},
|
|
['Festering Rash']={[0]=1800.0,},
|
|
['Festival Fortune!']={[0]=1800.0,},
|
|
['Fevered Fatigue']={[0]=1800.0,},
|
|
['Fevered Plague']={[0]=180.0,},
|
|
['Fire Festival Fortitude']={[0]=3600.0,},
|
|
['Fire Festival Fury']={[0]=3600.0,},
|
|
['Fire Protection']={[0]=3600.0,},
|
|
['Fire Vulnerability']={[0]=30.0,},
|
|
['Fire Weakness']={[0]=45.0,},
|
|
['Fireball']={[1]=4.0,[2]=6.0,[3]=6.0,[4]=8.0,[5]=8.0,[6]=8.0,[7]=8.0,[8]=8.0,[9]=8.0,[10]=8.0,[11]=8.0,[12]=8.0,[0]=8.0,},
|
|
['Fist of Ragnaros']={[0]=5.0,},
|
|
['Five Fat Finger Exploding Heart Technique']={[0]=30.0,},
|
|
['Fixate']={[0]=10.0,},
|
|
['Flame Buffet']={[0]=45.0,},
|
|
['Flame Lash']={[0]=45.0,},
|
|
['Flame Shock']={[0]=12.0,},
|
|
['Flameshocker\'s Revenge']={[0]=2.0,},
|
|
['Flameshocker\'s Touch']={[0]=3.0,},
|
|
['Flash Freeze']={[0]=5.0,},
|
|
['Flesh Rot']={[0]=10.0,},
|
|
['Forsaken Skills']={[0]=300.0,},
|
|
['Foul Chill']={[0]=120.0,},
|
|
['Frailty']={[0]=60.0,},
|
|
['Freeze']={[0]=15.0,},
|
|
['Freeze III PROC']={[0]=5.0,},
|
|
['Freeze Solid']={[0]=10.0,},
|
|
['Freezing Claw']={[0]=5.0,},
|
|
['Freezing Trap Effect']={[1]=10.0,[2]=15.0,[3]=20.0,[0]=20.0,},
|
|
['Frenzied Command']={[0]=10.0,},
|
|
['Frenzied Dive']={[0]=2.0,},
|
|
['Frightalon']={[0]=60.0,},
|
|
['Frightening Shriek']={[0]=6.0,},
|
|
['Frost']={[0]=10.0,},
|
|
['Frost Aura']={[0]=5.0,},
|
|
['Frost Burn']={[0]=15.0,},
|
|
['Frost Hold']={[0]=10.0,},
|
|
['Frost Nova']={[0]=8.0,},
|
|
['Frost Protection ']={[0]=3600.0,},
|
|
['Frost Shock']={[0]=8.0,},
|
|
['Frost Shot']={[0]=10.0,},
|
|
['Frost Weakness']={[0]=45.0,},
|
|
['Frostbite']={[0]=5.0,},
|
|
['Frostbolt']={[1]=5.0,[2]=6.0,[3]=6.0,[4]=7.0,[5]=7.0,[6]=8.0,[7]=8.0,[8]=9.0,[9]=9.0,[10]=9.0,[11]=9.0,[0]=9.0,},
|
|
['Frostbolt Volley']={[0]=8.0,},
|
|
['Frostbrand Attack']={[0]=8.0,},
|
|
['Fumble']={[0]=30.0,},
|
|
['Fumble II']={[0]=30.0,},
|
|
['Fumble III']={[0]=30.0,},
|
|
['Fungal Bloom']={[0]=90.0,},
|
|
['Garrote']={[0]=18.0,},
|
|
['Gehennas\' Curse']={[0]=300.0,},
|
|
['Geyser']={[0]=5.0,},
|
|
['Ghostly Strike']={[0]=7.0,},
|
|
['Ghoul Plague']={[0]=1800.0,},
|
|
['Ghoul Rot']={[0]=600.0,},
|
|
['Gift of Arthas']={[0]=180.0,},
|
|
['Gizlock\'s Dummy Taunt Effect']={[0]=5.0,},
|
|
['Glacial Roar']={[0]=3.0,},
|
|
['Glimpse of Madness']={[0]=3.0,},
|
|
['Gnarlpine Vengeance']={[0]=6.0,},
|
|
['Gnomish Death Ray']={[0]=4.0,},
|
|
['Gnomish Mind Control Cap']={[0]=20.0,},
|
|
['Golemagg\'s Trust']={[0]=2.0,},
|
|
['Gore']={[0]=15.0,},
|
|
['Gouge']={[0]=4.0,},
|
|
['Grab Weapon']={[0]=15.0,},
|
|
['Grasping Vines']={[0]=10.0,},
|
|
['Greater Arcane Elixir']={[0]=1800.0,},
|
|
['Greater Polymorph']={[0]=20.0,},
|
|
['Grip of Command']={[0]=10.0,},
|
|
['Ground Smash']={[0]=3.0,},
|
|
['Ground Stomp']={[0]=5.0,},
|
|
['Ground Tremor']={[0]=2.0,},
|
|
['Growl']={[0]=3.0,},
|
|
['Gust of Wind']={[0]=4.0,},
|
|
['Gutgore Ripper']={[0]=30.0,},
|
|
['Hail Storm']={[0]=3.0,},
|
|
['Hallow\'s End Fright']={[0]=6.0,},
|
|
['Hammer of Justice']={[1]=3.0,[2]=4.0,[3]=5.0,[4]=6.0,[0]=6.0,},
|
|
['Hamstring']={[0]=15.0,},
|
|
['Hand Snap']={[0]=8.0,},
|
|
['Hand of Ragnaros']={[0]=2.0,},
|
|
['Hand of Thaurissan']={[0]=5.0,},
|
|
['Harass']={[1]=10.0,[2]=20.0,[3]=30.0,[0]=30.0,},
|
|
['Harsh Winds']={[0]=1.0,},
|
|
['Harvest Soul']={[0]=60.0,},
|
|
['Hate to Zero']={[0]=1.7,},
|
|
['Haunting Phantoms']={[0]=300.0,},
|
|
['Haunting Spirits']={[0]=300.0,},
|
|
['Head Butt']={[0]=2.0,},
|
|
['Head Crack']={[0]=20.0,},
|
|
['Head Smash']={[0]=2.0,},
|
|
['Health II']={[0]=3600.0,},
|
|
['Hemorrhage']={[0]=15.0,},
|
|
['Hex']={[0]=10.0,},
|
|
['Hex of Jammal\'an']={[0]=10.0,},
|
|
['Hex of Ravenclaw']={[0]=30.0,},
|
|
['Hex of Weakness']={[0]=120.0,},
|
|
['Hibernate']={[1]=20.0,[2]=30.0,[3]=40.0,[0]=40.0,},
|
|
['Highlord\'s Justice']={[0]=5.0,},
|
|
['Hive\'Zara Catalyst']={[0]=30.0,},
|
|
['Holy Blast']={[0]=4.0,},
|
|
['Holy Fire']={[0]=10.0,},
|
|
['Holy Protection ']={[0]=3600.0,},
|
|
['Holy Sunder']={[0]=60.0,},
|
|
['Holy Word: Fortitude']={[0]=1800.0,},
|
|
['Hooked Net']={[0]=10.0,},
|
|
['Howl of Terror']={[1]=10.0,[2]=15.0,[0]=15.0,},
|
|
['Howling Blade']={[0]=30.0,},
|
|
['Howling Rage']={[0]=300.0,},
|
|
['Hunter Epic Anti-Cheat DND']={[0]=60.0,},
|
|
['Hunter\'s Mark']={[0]=120.0,},
|
|
['Ice Blast']={[0]=10.0,},
|
|
['Ice Bolt Prot']={[0]=5.0,},
|
|
['Ice Claw']={[0]=6.0,},
|
|
['Ice Nova']={[0]=2.0,},
|
|
['Ice Tomb']={[0]=10.0,},
|
|
['Icebolt']={[0]=2.0,},
|
|
['Icicle']={[0]=10.0,},
|
|
['Icy Grasp']={[0]=5.0,},
|
|
['Ignite']={[0]=4.0,},
|
|
['Ignite Flesh']={[0]=60.0,},
|
|
['Ignite Mana']={[0]=300.0,},
|
|
['Immolate']={[0]=15.0,},
|
|
['Immolation Trap Effect']={[0]=15.0,},
|
|
['Immunity']={[0]=1800.0,},
|
|
['Impact']={[0]=2.0,},
|
|
['Impale']={[0]=9.0,},
|
|
['Impending Doom']={[0]=10.0,},
|
|
['Improved Concussive Shot']={[0]=3.0,},
|
|
['Improved Hamstring']={[0]=5.0,},
|
|
['Improved Scorpid Sting']={[0]=20.0,},
|
|
['Improved Wing Clip']={[0]=5.0,},
|
|
['Incapacitating Shout']={[0]=60.0,},
|
|
['Incinerate']={[0]=60.0,},
|
|
['Incite Flames']={[0]=60.0,},
|
|
['Inevitable Doom']={[0]=10.0,},
|
|
['Infected Bite']={[0]=180.0,},
|
|
['Infected Spine']={[0]=300.0,},
|
|
['Infected Wound']={[0]=300.0,},
|
|
['Inferno Effect']={[0]=2.0,},
|
|
['Inferno Shell']={[0]=10.0,},
|
|
['Ink Spray']={[0]=15.0,},
|
|
['Insect Swarm']={[0]=12.0,},
|
|
['Intellect IX']={[0]=3600.0,},
|
|
['Intercept Stun']={[0]=3.0,},
|
|
['Interrupt (PT)']={[0]=30.0,},
|
|
['Intimidating Growl']={[0]=5.0,},
|
|
['Intimidating Roar']={[0]=8.0,},
|
|
['Intimidating Shout']={[0]=8.0,},
|
|
['Intimidation']={[0]=3.0,},
|
|
['Intoxicating Venom']={[0]=120.0,},
|
|
['Involuntary Transformation']={[0]=30.0,},
|
|
['Irradiated']={[0]=60.0,},
|
|
['Itch']={[0]=8.0,},
|
|
['Jeff Dummy 1']={[0]=30.0,},
|
|
['Jeff Dummy 2']={[0]=30.0,},
|
|
['Judge\'s Gavel']={[0]=10.0,},
|
|
['Judgement of Justice']={[0]=10.0,},
|
|
['Judgement of Light']={[0]=10.0,},
|
|
['Judgement of Wisdom']={[0]=10.0,},
|
|
['Judgement of the Crusader']={[0]=10.0,},
|
|
['Keg Trap']={[0]=2.0,},
|
|
['Kick']={[0]=5.0,},
|
|
['Kick - Silenced']={[0]=2.0,},
|
|
['Kidney Shot']={[1]=0,[2]=1.0,},
|
|
['Knockdown']={[0]=2.0,},
|
|
['Knockout']={[0]=6.0,},
|
|
['Kodo Stomp']={[0]=3.0,},
|
|
['Lacerate']={[0]=8.0,},
|
|
['Lacerations']={[0]=60.0,},
|
|
['Lag']={[0]=10.0,},
|
|
['Larva Goo']={[0]=6.0,},
|
|
['Lash']={[0]=2.0,},
|
|
['Leech Poison']={[0]=40.0,},
|
|
['Lethal Toxin']={[0]=180.0,},
|
|
['Life Drain']={[0]=12.0,},
|
|
['Lightwell']={[0]=180.0,},
|
|
['Living Bomb']={[0]=8.0,},
|
|
['Localized Toxin']={[0]=60.0,},
|
|
['Locust Swarm']={[0]=6.0,},
|
|
['Long Daze']={[0]=6.0,},
|
|
['Low Swipe']={[0]=12.0,},
|
|
['Lucifron\'s Curse']={[0]=300.0,},
|
|
['Lunaclaw Spirit']={[0]=120.0,},
|
|
['Lunar Fortune']={[0]=1800.0,},
|
|
['Mace Stun Effect']={[0]=3.0,},
|
|
['Magenta Cap Sickness']={[0]=1200.0,},
|
|
['Maggot Goo']={[0]=6.0,},
|
|
['Maggot Slime']={[0]=1800.0,},
|
|
['Magic Reflection']={[0]=10.0,},
|
|
['Magma Shackles']={[0]=15.0,},
|
|
['Magma Spit']={[0]=30.0,},
|
|
['Magma Splash']={[0]=30.0,},
|
|
['Malown\'s Slam']={[0]=2.0,},
|
|
['Mana Burn']={[0]=8.0,},
|
|
['Mangle']={[0]=2.0,},
|
|
['Marduk\'s Curse']={[0]=5.0,},
|
|
['Mark of Arlokk']={[0]=120.0,},
|
|
['Mark of Blaumeux']={[0]=75.0,},
|
|
['Mark of Detonation']={[0]=30.0,},
|
|
['Mark of Flames']={[0]=120.0,},
|
|
['Mark of Frost']={[0]=12.0,},
|
|
['Mark of Kazzak']={[0]=60.0,},
|
|
['Mark of Korth\'azz']={[0]=75.0,},
|
|
['Mark of Mograine']={[0]=75.0,},
|
|
['Mark of Nature']={[0]=12.0,},
|
|
['Mark of Zeliek']={[0]=75.0,},
|
|
['Mark of the Wild']={[0]=1800.0,},
|
|
['Mass Healing']={[0]=12.0,},
|
|
['Massive Tremor']={[0]=2.0,},
|
|
['Maul']={[0]=2.0,},
|
|
['Melt Armor']={[0]=60.0,},
|
|
['Melt Ore']={[0]=20.0,},
|
|
['Mental Domination']={[0]=120.0,},
|
|
['Might of Shahram']={[0]=5.0,},
|
|
['Mind Control']={[0]=60.0,},
|
|
['Mind Flay']={[0]=3.0,},
|
|
['Mind Rot']={[0]=30.0,},
|
|
['Mind Shatter']={[0]=3.0,},
|
|
['Mind Soothe']={[0]=15.0,},
|
|
['Mind Tremor']={[0]=600.0,},
|
|
['Mind-numbing Poison']={[0]=10.0,},
|
|
['Mind-numbing Poison II']={[0]=12.0,},
|
|
['Mind-numbing Poison III']={[0]=14.0,},
|
|
['Minor Scorpion Venom Effect']={[0]=60.0,},
|
|
['Mirefin Fungus']={[0]=8.0,},
|
|
['Miring Mud']={[0]=5.0,},
|
|
['Mirkfallon Fungus']={[0]=2700.0,},
|
|
['Mobility Malfunction']={[0]=20.0,},
|
|
['Mocking Blow']={[0]=6.0,},
|
|
['Molten Metal']={[0]=15.0,},
|
|
['Moonfire']={[1]=9.0,[2]=12.0,[3]=12.0,[4]=12.0,[5]=12.0,[6]=12.0,[7]=12.0,[8]=12.0,[9]=12.0,[10]=12.0,[0]=12.0,},
|
|
['Mortal Cleave']={[0]=5.0,},
|
|
['Mortal Strike']={[0]=10.0,},
|
|
['Mortal Wound']={[0]=15.0,},
|
|
['Moss Covered Feet']={[0]=180.0,},
|
|
['Moss Covered Hands']={[0]=180.0,},
|
|
['Muculent Fever']={[0]=600.0,},
|
|
['Muscle Tear']={[0]=5.0,},
|
|
['Mutate Bug']={[0]=240.0,},
|
|
['Mutating Injection']={[0]=10.0,},
|
|
['Naralex\'s Nightmare']={[0]=15.0,},
|
|
['Naraxis Web']={[0]=30.0,},
|
|
['Nature Protection ']={[0]=3600.0,},
|
|
['Nature Weakness']={[0]=45.0,},
|
|
['Necrotic Poison']={[0]=30.0,},
|
|
['Net']={[0]=10.0,},
|
|
['Net Guard']={[0]=20.0,},
|
|
['Net-o-Matic']={[0]=10.0,},
|
|
['Noxious Catalyst']={[0]=120.0,},
|
|
['Nullify']={[0]=8.0,},
|
|
['Numbing Pain']={[0]=10.0,},
|
|
['Oops!']={[0]=10.0,},
|
|
['Open Wound Effect']={[0]=8.0,},
|
|
['Overseer\'s Poison']={[0]=60.0,},
|
|
['Overwhelming Stench']={[0]=6.0,},
|
|
['Pacify']={[0]=10.0,},
|
|
['Panic']={[0]=8.0,},
|
|
['Paralyze']={[0]=30.0,},
|
|
['Paralyzing Poison']={[0]=8.0,},
|
|
['Parasite']={[0]=75.0,},
|
|
['Parasitic Serpent']={[0]=10.0,},
|
|
['Pester Effect']={[0]=3.0,},
|
|
['Petrify']={[0]=8.0,},
|
|
['Phantom Strike']={[0]=20.0,},
|
|
['Pierce Ankle']={[0]=3.0,},
|
|
['Pierce Armor']={[0]=20.0,},
|
|
['Piercing Howl']={[0]=6.0,},
|
|
['Piercing Shadow']={[0]=1800.0,},
|
|
['Piercing Shot']={[0]=15.0,},
|
|
['Piercing Shriek']={[0]=6.0,},
|
|
['Plague']={[0]=40.0,},
|
|
['Plague Cloud']={[0]=240.0,},
|
|
['Plague Mind']={[0]=600.0,},
|
|
['Plague Mist']={[0]=8.0,},
|
|
['Planted']={[0]=3.0,},
|
|
['Poison']={[0]=30.0,},
|
|
['Poison Aura']={[0]=12.0,},
|
|
['Poison Bolt']={[0]=10.0,},
|
|
['Poison Bolt Volley']={[0]=10.0,},
|
|
['Poison Charge']={[0]=9.0,},
|
|
['Poison Cloud']={[0]=45.0,},
|
|
['Poison Mind']={[0]=15.0,},
|
|
['Poison Stinger']={[0]=10.0,},
|
|
['Poisoned Harpoon']={[0]=60.0,},
|
|
['Poisoned Shot']={[0]=75.0,},
|
|
['Poisonous Spit']={[0]=15.0,},
|
|
['Poisonous Stab']={[0]=15.0,},
|
|
['Polymorph']={[1]=20.0,[2]=30.0,[3]=40.0,[4]=50.0,[0]=50.0,},
|
|
['Polymorph Backfire']={[0]=8.0,},
|
|
['Polymorph: Chicken']={[0]=10.0,},
|
|
['Polymorph: Cow']={[0]=50.0,},
|
|
['Polymorph: Pig']={[0]=50.0,},
|
|
['Polymorph: Sheep']={[0]=10.0,},
|
|
['Polymorph: Turtle']={[0]=50.0,},
|
|
['Polymorphic Ray']={[0]=4.0,},
|
|
['Possess']={[0]=120.0,},
|
|
['Pounce']={[0]=2.0,},
|
|
['Pounce Bleed']={[0]=18.0,},
|
|
['Premeditation']={[0]=10.0,},
|
|
['Psychic Scream']={[0]=8.0,},
|
|
['Pummel']={[0]=4.0,},
|
|
['Puncture']={[0]=10.0,},
|
|
['Puncture Armor']={[0]=30.0,},
|
|
['Purge']={[0]=2.0,},
|
|
['Putrid Bile']={[0]=45.0,},
|
|
['Putrid Bite']={[0]=30.0,},
|
|
['Putrid Breath']={[0]=30.0,},
|
|
['Putrid Enzyme']={[0]=300.0,},
|
|
['Putrid Stench']={[0]=10.0,},
|
|
['Pyroblast']={[0]=12.0,},
|
|
['Pyroclasm']={[0]=3.0,},
|
|
['Rabid Maw']={[0]=30.0,},
|
|
['Rabies']={[0]=600.0,},
|
|
['Radiation Poisoning']={[0]=25.0,},
|
|
['Rage of Thule']={[0]=120.0,},
|
|
['Rake']={[0]=9.0,},
|
|
['Rallying Cry of the Dragonslayer']={[0]=7200.0,},
|
|
['Rampage']={[0]=2.5,},
|
|
['Rat Nova']={[0]=10.0,},
|
|
['Ravage']={[0]=2.0,},
|
|
['Reckless Charge']={[0]=30.0,},
|
|
['Reflection Field']={[0]=5.0,},
|
|
['Regeneration IV']={[0]=3600.0,},
|
|
['Rend']={[1]=9.0,[2]=12.0,[3]=15.0,[4]=18.0,[5]=21.0,[6]=21.0,[7]=21.0,[0]=21.0,},
|
|
['Rend Flesh']={[0]=12.0,},
|
|
['Repentance']={[0]=6.0,},
|
|
['Repulsive Gaze']={[0]=8.0,},
|
|
['Retching Plague']={[0]=300.0,},
|
|
['Revenge Stun']={[0]=3.0,},
|
|
['Rhahk\'Zor Slam']={[0]=3.0,},
|
|
['Rift Beacon']={[0]=60.0,},
|
|
['Righteous Fire']={[0]=8.0,},
|
|
['Rip']={[0]=12.0,},
|
|
['Riposte']={[0]=6.0,},
|
|
['Riptide']={[0]=4.0,},
|
|
['Ritual Candle Aura']={[0]=6.0,},
|
|
['Rupture']={[0]=6.0,},
|
|
['Sacrifice']={[0]=8.0,},
|
|
['Sap']={[1]=25.0,[2]=35.0,[3]=45.0,[0]=45.0,},
|
|
['Sap Might']={[0]=300.0,},
|
|
['Savage Assault']={[0]=30.0,},
|
|
['Savage Assault II']={[0]=30.0,},
|
|
['Savage Assault III']={[0]=30.0,},
|
|
['Savage Assault IV']={[0]=30.0,},
|
|
['Savage Assault V']={[0]=30.0,},
|
|
['Savage Pummel']={[0]=5.0,},
|
|
['Scald']={[0]=4.0,},
|
|
['Scare Beast']={[1]=10.0,[2]=15.0,[3]=20.0,[0]=20.0,},
|
|
['Scatter Shot']={[0]=4.0,},
|
|
['Scorpid Poison']={[0]=10.0,},
|
|
['Scorpid Sting']={[0]=20.0,},
|
|
['Screams of the Past']={[0]=5.0,},
|
|
['Screech']={[0]=4.0,},
|
|
['Searing Blast']={[0]=30.0,},
|
|
['Searing Flames']={[0]=9.0,},
|
|
['Seduction']={[0]=15.0,},
|
|
['Seeping Willow']={[0]=30.0,},
|
|
['Serious Wound']={[0]=10.0,},
|
|
['Serpent Sting']={[0]=15.0,},
|
|
['Serrated Bite']={[0]=30.0,},
|
|
['Shackle Undead']={[1]=30.0,[2]=40.0,[3]=50.0,[0]=50.0,},
|
|
['Shadow Bolt']={[0]=6.0,},
|
|
['Shadow Command']={[0]=15.0,},
|
|
['Shadow Flame']={[0]=10.0,},
|
|
['Shadow Mark']={[0]=15.0,},
|
|
['Shadow Protection ']={[0]=3600.0,},
|
|
['Shadow Vulnerability']={[0]=15.0,},
|
|
['Shadow Weakness']={[0]=45.0,},
|
|
['Shadow Word: Pain']={[0]=18.0,},
|
|
['Shadow of Ebonroc']={[0]=8.0,},
|
|
['Shadowburn']={[0]=5.0,},
|
|
['Shadowstalker Slash']={[0]=5.0,},
|
|
['Shadowstalker Stab']={[0]=5.0,},
|
|
['Shared Bonds']={[0]=4.0,},
|
|
['Shazzrah\'s Curse']={[0]=300.0,},
|
|
['Shield Bash']={[0]=6.0,},
|
|
['Shield Bash - Silenced']={[0]=3.0,},
|
|
['Shield Slam']={[0]=2.0,},
|
|
['Shockwave']={[0]=2.0,},
|
|
['Shrink']={[0]=120.0,},
|
|
['Shrink Ray']={[0]=20.0,},
|
|
['Silence']={[0]=5.0,},
|
|
['Silithid Pox']={[0]=1800.0,},
|
|
['Siphon Blessing']={[0]=30.0,},
|
|
['Siphon Health']={[0]=15.0,},
|
|
['Siphon Life']={[0]=30.0,},
|
|
['Skull Crack']={[0]=2.0,},
|
|
['Skullforge Brand']={[0]=30.0,},
|
|
['Slam']={[0]=2.0,},
|
|
['Slavedriver\'s Cane']={[0]=30.0,},
|
|
['Sleep']={[1]=20.0,[2]=30.0,[0]=30.0,},
|
|
['Sleepwalk']={[0]=10.0,},
|
|
['Slice and Dice']={[0]=6.0,},
|
|
['Slime Bolt']={[0]=6.0,},
|
|
['Slime Burst']={[0]=5.0,},
|
|
['Slime Dysentery']={[0]=1800.0,},
|
|
['Slime Stream']={[0]=3.0,},
|
|
['Sling Dirt']={[0]=10.0,},
|
|
['Sling Mud']={[0]=15.0,},
|
|
['Sloth Effect']={[0]=3.0,},
|
|
['Slow']={[1]=10.0,[2]=15.0,[0]=15.0,},
|
|
['Slow Poison']={[0]=30.0,},
|
|
['Slow Poison II']={[0]=30.0,},
|
|
['Slowing Ooze']={[0]=10.0,},
|
|
['Slowing Poison']={[0]=25.0,},
|
|
['Sludge']={[0]=3.0,},
|
|
['Sludge Toxin']={[0]=45.0,},
|
|
['Smite Demon']={[0]=5.0,},
|
|
['Smite Slam']={[0]=3.0,},
|
|
['Smite Stomp']={[0]=10.0,},
|
|
['Smoke Bomb']={[0]=4.0,},
|
|
['Smoke Cloud']={[0]=3.0,},
|
|
['Smother']={[0]=6.0,},
|
|
['Snap Kick']={[0]=2.0,},
|
|
['Sol L']={[0]=5.0,},
|
|
['Sonic Burst']={[0]=10.0,},
|
|
['Soot Covering']={[0]=10.0,},
|
|
['Soothe Animal']={[0]=15.0,},
|
|
['Soul Breaker']={[0]=30.0,},
|
|
['Soul Burn']={[0]=16.0,},
|
|
['Soul Corruption']={[0]=15.0,},
|
|
['Soul Drain']={[0]=10.0,},
|
|
['Soul Revival']={[0]=1800.0,},
|
|
['Soul Siphon']={[0]=10.0,},
|
|
['Soul Tap']={[0]=12.0,},
|
|
['Spell Lock']={[1]=6.0,[2]=8.0,[0]=8.0,},
|
|
['Spell Vulnerability']={[0]=5.0,},
|
|
['Spider Poison']={[0]=30.0,},
|
|
['Spider Web']={[0]=1.0,},
|
|
['Spider\'s Kiss']={[0]=10.0,},
|
|
['Spirit Decay']={[0]=1200.0,},
|
|
['Spirit of Zandalar']={[0]=7200.0,},
|
|
['Spitelash']={[0]=20.0,},
|
|
['Starfire Stun']={[0]=3.0,},
|
|
['Starshards']={[0]=6.0,},
|
|
['Stasis Effect']={[0]=15.0,},
|
|
['Stasis Test']={[0]=5.0,},
|
|
['Static Conduit']={[0]=15.0,},
|
|
['Steam Jet']={[0]=10.0,},
|
|
['Sticky Tar']={[0]=4.0,},
|
|
['Stink Trap']={[0]=120.0,},
|
|
['Stomp']={[0]=10.0,},
|
|
['Storm Bolt']={[0]=8.0,},
|
|
['Stormbolt']={[0]=5.0,},
|
|
['Stormstrike']={[0]=12.0,},
|
|
['Strong Cleave']={[0]=10.0,},
|
|
['Stun']={[0]=2.0,},
|
|
['Stunning Blast']={[1]=3.0,[2]=5.0,[0]=5.0,},
|
|
['Stunning Blow']={[1]=5.0,[2]=8.0,[0]=8.0,},
|
|
['Stunning Strike']={[0]=4.0,},
|
|
['Stygian Grasp']={[0]=5.0,},
|
|
['Submersion']={[0]=60.0,},
|
|
['Sul\'thraze']={[0]=15.0,},
|
|
['Summon Darrowshire Spirit']={[0]=60.0,},
|
|
['Summon Finkle Generator']={[0]=5.0,},
|
|
['Summon Freed Soul']={[0]=60.0,},
|
|
['Summon Healed Celebrian Vine']={[0]=604800.0,},
|
|
['Summon Isalien DND']={[0]=600.0,},
|
|
['Summon Jarien and Sothos DND']={[0]=600.0,},
|
|
['Summon Knight']={[0]=180.0,},
|
|
['Summon Kormok DND']={[0]=600.0,},
|
|
['Summon Lord Valthalak DND']={[0]=600.0,},
|
|
['Summon Marduk the Black']={[0]=300.0,},
|
|
['Summon Mor Grayhoof DND']={[0]=600.0,},
|
|
['Summon Mounted Knight']={[0]=120.0,},
|
|
['Summon Screecher Spirit']={[0]=120.0,},
|
|
['Summon Thelrin DND']={[0]=600.0,},
|
|
['Summon Trainee']={[0]=230.0,},
|
|
['Summon Various DND']={[0]=600.0,},
|
|
['Sunder Armor']={[0]=30.0,},
|
|
['Sundering Cleave']={[0]=30.0,},
|
|
['Super Shrink Ray']={[0]=20.0,},
|
|
['Surprise Attack']={[0]=2.5,},
|
|
['Survival Instinct']={[0]=2.0,},
|
|
['TWEEP']={[0]=11.0,},
|
|
['Taelan\'s Suffering Effect']={[0]=2.0,},
|
|
['Tail Lash']={[0]=2.0,},
|
|
['Tainted Blood Effect']={[0]=10.0,},
|
|
['Tainted Mind']={[0]=600.0,},
|
|
['Tame Adult Plainstrider']={[0]=900.0,},
|
|
['Tame Armored Scorpid']={[0]=900.0,},
|
|
['Tame Beast']={[0]=20.0,},
|
|
['Tame Dire Mottled Boar']={[0]=900.0,},
|
|
['Tame Ice Claw Bear']={[0]=20.0,},
|
|
['Tame Large Crag Boar']={[0]=20.0,},
|
|
['Tame Nightsaber Stalker']={[0]=900.0,},
|
|
['Tame Prairie Stalker']={[0]=900.0,},
|
|
['Tame Snow Leopard']={[0]=900.0,},
|
|
['Tame Strigid Screecher']={[0]=900.0,},
|
|
['Tame Surf Crawler']={[0]=900.0,},
|
|
['Tame Swoop']={[0]=900.0,},
|
|
['Tame Webwood Lurker']={[0]=900.0,},
|
|
['Target Dummy Spawn Effect']={[0]=5.0,},
|
|
['Taunt']={[0]=3.0,},
|
|
['Tendon Rip']={[0]=8.0,},
|
|
['Tendon Slice']={[0]=8.0,},
|
|
['Tendrils of Air']={[0]=2.0,},
|
|
['Terrify']={[0]=4.0,},
|
|
['Terrifying Howl']={[0]=3.0,},
|
|
['Terrifying Roar']={[0]=5.0,},
|
|
['Terrifying Screech']={[0]=4.0,},
|
|
['Test Curse of Agony']={[0]=24.0,},
|
|
['Test Rip']={[0]=12.0,},
|
|
['Test Strike W35']={[0]=10.0,},
|
|
['Test Strike W50']={[0]=10.0,},
|
|
['Tetanus']={[0]=1200.0,},
|
|
['Thorn Volley']={[0]=2.0,},
|
|
['Thorns']={[0]=600.0,},
|
|
['Threatening Gaze']={[0]=6.0,},
|
|
['Threatening Growl']={[0]=30.0,},
|
|
['Throw Axe']={[0]=2.0,},
|
|
['Thunder Clap']={[1]=10.0,[2]=14.0,[3]=18.0,[4]=22.0,[5]=26.0,[6]=30.0,[0]=30.0,},
|
|
['Thunderclap']={[0]=10.0,},
|
|
['Thundercrack']={[0]=2.5,},
|
|
['Thunderfury']={[0]=12.0,},
|
|
['Thundershock']={[0]=5.0,},
|
|
['Tidal Charm']={[0]=3.0,},
|
|
['Tight Pinch']={[0]=5.0,},
|
|
['Time Lapse']={[0]=8.0,},
|
|
['Torch Burst']={[0]=30.0,},
|
|
['Torch Toss']={[0]=30.0,},
|
|
['Tornado']={[0]=4.0,},
|
|
['Touch of Ravenclaw']={[0]=5.0,},
|
|
['Touch of Weakness']={[0]=120.0,},
|
|
['Toxic Contagion']={[0]=60.0,},
|
|
['Toxic Saliva']={[0]=120.0,},
|
|
['Toxic Volley']={[0]=15.0,},
|
|
['Tranquilizing Poison']={[0]=8.0,},
|
|
['Trap']={[0]=10.0,},
|
|
['Trelane\'s Freezing Touch']={[0]=12.0,},
|
|
['Trip']={[0]=3.0,},
|
|
['True Fulfillment']={[0]=20.0,},
|
|
['Tunneler Acid']={[0]=30.0,},
|
|
['Turn Undead']={[1]=10.0,[2]=15.0,[3]=20.0,[0]=20.0,},
|
|
['Twisted Reflection']={[0]=45.0,},
|
|
['Unbalancing Strike']={[0]=6.0,},
|
|
['Unholy Curse']={[0]=12.0,},
|
|
['Vampiric Embrace']={[0]=60.0,},
|
|
['Vanish']={[0]=20.0,},
|
|
['Veil of Darkness']={[0]=7.0,},
|
|
['Veil of Shadow']={[0]=15.0,},
|
|
['Vekniss Catalyst']={[0]=30.0,},
|
|
['Vengeance']={[0]=600.0,},
|
|
['Venom Spit']={[0]=10.0,},
|
|
['Venom Sting']={[0]=45.0,},
|
|
['Venomhide Poison']={[0]=30.0,},
|
|
['Vicious Rend']={[0]=15.0,},
|
|
['Vindication']={[0]=10.0,},
|
|
['Viper Sting']={[0]=8.0,},
|
|
['Virulent Poison']={[0]=30.0,},
|
|
['Vital Wound']={[0]=8.0,},
|
|
['Void Bolt']={[0]=10.0,},
|
|
['Volatile Infection']={[0]=120.0,},
|
|
['Voodoo Hex']={[0]=120.0,},
|
|
['Vulnerable']={[0]=3.0,},
|
|
['Wail of Nightlash']={[0]=15.0,},
|
|
['Wail of the Banshee']={[0]=12.0,},
|
|
['Wailing Dead']={[0]=6.0,},
|
|
['Wandering Plague']={[0]=300.0,},
|
|
['War Stomp']={[0]=2.0,},
|
|
['Warchief\'s Blessing']={[0]=3600.0,},
|
|
['Ward of Laze effect']={[0]=3.0,},
|
|
['Warlock Terror']={[0]=2.0,},
|
|
['Water Breathing']={[0]=600.0,},
|
|
['Wavering Will']={[0]=60.0,},
|
|
['Weak Poison']={[0]=12.0,},
|
|
['Weakening Disease']={[0]=30.0,},
|
|
['Web']={[0]=8.0,},
|
|
['Web Explosion']={[0]=10.0,},
|
|
['Web II']={[0]=10.0,},
|
|
['Web III']={[0]=12.0,},
|
|
['Web Spin']={[0]=7.0,},
|
|
['Web Spray']={[0]=10.0,},
|
|
['Whipweed Entangle']={[0]=18.0,},
|
|
['Whipweed Roots']={[0]=15.0,},
|
|
['Whirling Trip']={[0]=2.0,},
|
|
['Whirlwind']={[0]=2.0,},
|
|
['Whisperings of C\'Thun']={[0]=20.0,},
|
|
['Widow Bite']={[0]=4.0,},
|
|
['Widow\'s Embrace']={[0]=30.0,},
|
|
['Wild Magic']={[0]=30.0,},
|
|
['Wild Polymorph']={[0]=20.0,},
|
|
['Will of Hakkar']={[0]=20.0,},
|
|
['Windreaper']={[0]=20.0,},
|
|
['Windsor Dismisses Horse DND']={[0]=55.0,},
|
|
['Wing Clip']={[0]=10.0,},
|
|
['Wings of Despair']={[0]=6.0,},
|
|
['Winter\'s Chill']={[0]=15.0,},
|
|
['Wither']={[0]=21.0,},
|
|
['Wither Strike']={[0]=8.0,},
|
|
['Wither Touch']={[0]=120.0,},
|
|
['Withered Touch']={[0]=180.0,},
|
|
['Withering Heat']={[0]=900.0,},
|
|
['Withering Poison']={[0]=180.0,},
|
|
['Wound']={[0]=25.0,},
|
|
['Wound Poison']={[0]=15.0,},
|
|
['Wracking Pains']={[0]=180.0,},
|
|
['Wrath of the Plaguebringer']={[0]=10.0,},
|
|
['Wyvern Sting']={[0]=12.0,},
|
|
['[PH] Crystal Corpse Timer']={[0]=7200.0,},
|
|
['scaler test']={[0]=10.0,},
|
|
}
|
|
|
|
-- custom entries not detected by DBC extractor
|
|
pfUI_locale["enUS"]["debuffs"]['Cone of Cold']={[0]=8.0,} -- Cone of Cold
|
|
|
|
pfUI_locale["enUS"]["totems"] = {
|
|
["Disease Cleansing Totem"] = "spell_nature_diseasecleansingtotem",
|
|
["Earth Elemental Totem"] = "spell_nature_earthelemental_totem",
|
|
["Earthbind Totem"] = "spell_nature_strengthofearthtotem02",
|
|
["Fire Elemental Totem"] = "spell_fire_elemental_totem",
|
|
["Fire Nova Totem"] = "spell_fire_sealoffire",
|
|
["Fire Resistance Totem"] = "spell_fireresistancetotem_01",
|
|
["Flametongue Totem"] = "spell_nature_guardianward",
|
|
["Frost Resistance Totem"] = "spell_frostresistancetotem_01",
|
|
["Grace of Air Totem"] = "spell_nature_invisibilitytotem",
|
|
["Grounding Totem"] = "spell_nature_groundingtotem",
|
|
["Healing Stream Totem"] = "Inv_spear_04",
|
|
["Magma Totem"] = "spell_fire_selfdestruct",
|
|
["Mana Spring Totem"] = "spell_nature_manaregentotem",
|
|
["Mana Tide Totem"] = "spell_frost_summonwaterelemental",
|
|
["Nature Resistance Totem"] = "spell_nature_natureresistancetotem",
|
|
["Poison Cleansing Totem"] = "spell_nature_poisoncleansingtotem",
|
|
["Searing Totem"] = "spell_fire_searingtotem",
|
|
["Sentry Totem"] = "spell_nature_removecurse",
|
|
["Stoneclaw Totem"] = "spell_nature_stoneclawtotem",
|
|
["Stoneskin Totem"] = "spell_nature_stoneskintotem",
|
|
["Strength of Earth Totem"] = "spell_nature_earthbindtotem",
|
|
["Totem of Wrath"] = "spell_fire_totemofwrath",
|
|
["Tremor Totem"] = "spell_nature_tremortotem",
|
|
["Windfury Totem"] = "spell_nature_windfury",
|
|
["Windwall Totem"] = "spell_nature_earthbind",
|
|
["Wrath of Air Totem"] = "spell_nature_slowingtotem",
|
|
}
|
|
|