From 256118fd1a4b27d7df1d20747c8907d791d52b39 Mon Sep 17 00:00:00 2001 From: Melvin Valster Date: Thu, 25 Jul 2019 15:50:36 +0200 Subject: [PATCH] Add data-fetch tool used to fetch unknown spell metadata from wowhead <3 --- package.json | 10 +- src/components/Calculator.tsx | 4 +- src/data/{spells.ts => class-spells.ts} | 0 src/data/spells.json | 8144 +++++++++++++++++++++++ src/lib/tree.ts | 1 - src/tools/data-fetch.ts | 65 + src/tools/tsconfig.json | 23 + src/types.d.ts | 10 +- yarn.lock | 84 +- 9 files changed, 8330 insertions(+), 11 deletions(-) rename src/data/{spells.ts => class-spells.ts} (100%) create mode 100644 src/data/spells.json create mode 100644 src/tools/data-fetch.ts create mode 100644 src/tools/tsconfig.json diff --git a/package.json b/package.json index 9ef09b1..da0d4f1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "test": "react-scripts test", "eject": "react-scripts eject", "predeploy": "yarn run build", - "deploy": "gh-pages -d build" + "deploy": "gh-pages -d build", + "fetch-spells": "ts-node --files --project src/tools/tsconfig.json src/tools/data-fetch.ts" }, "eslintConfig": { "extends": "react-app" @@ -42,7 +43,12 @@ ] }, "devDependencies": { + "@types/cheerio": "^0.22.12", + "@types/node-fetch": "^2.5.0", "@welldone-software/why-did-you-render": "^3.2.1", - "gh-pages": "^2.0.1" + "cheerio": "^1.0.0-rc.3", + "gh-pages": "^2.0.1", + "node-fetch": "^2.6.0", + "ts-node": "^8.3.0" } } diff --git a/src/components/Calculator.tsx b/src/components/Calculator.tsx index 008252c..cd421ad 100644 --- a/src/components/Calculator.tsx +++ b/src/components/Calculator.tsx @@ -9,7 +9,7 @@ import { import { talentsBySpec } from '../data/talents' import { classByName } from '../data/classes' import { History } from 'history' -import { debugPrintKnown } from '../lib/debug' +// import { debugPrintKnown } from '../lib/debug' import { Link } from 'react-router-dom'; interface Props { @@ -59,7 +59,7 @@ export class Calculator extends React.PureComponent { this.setState({ knownTalents: newKnownTalents }) // Debug - debugPrintKnown(newKnownTalents) + // debugPrintKnown(newKnownTalents) } render() { diff --git a/src/data/spells.ts b/src/data/class-spells.ts similarity index 100% rename from src/data/spells.ts rename to src/data/class-spells.ts diff --git a/src/data/spells.json b/src/data/spells.json new file mode 100644 index 0000000..1157e88 --- /dev/null +++ b/src/data/spells.json @@ -0,0 +1,8144 @@ +{ + "724": { + "name": "Lightwell", + "icon": "spell_holy_summonlightwell", + "rank": 1, + "description": "Creates a holy Lightwell near the priest.  Members of your raid or party can click the Lightwell to restore 800 health over 10 sec.  Being attacked cancels the effect.  Lightwell lasts for 3 min or 5 charges." + }, + "5570": { + "name": "Insect Swarm", + "icon": "spell_nature_insectswarm", + "rank": 1, + "description": "The enemy target is swarmed by insects, decreasing their chance to hit by 2% and causing 66 Nature damage over 12 sec." + }, + "5923": { + "name": "Holy Power", + "icon": "spell_holy_power", + "rank": 1, + "description": "Increases the critical effect chance of your Holy spells by 1%." + }, + "5924": { + "name": "Holy Power", + "icon": "spell_holy_power", + "rank": 2, + "description": "Increases the critical effect chance of your Holy spells by 2%." + }, + "5925": { + "name": "Holy Power", + "icon": "spell_holy_power", + "rank": 3, + "description": "Increases the critical effect chance of your Holy spells by 3%." + }, + "5926": { + "name": "Holy Power", + "icon": "spell_holy_power", + "rank": 4, + "description": "Increases the critical effect chance of your Holy spells by 4%." + }, + "6057": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 1, + "description": "Increases your damage with Wands by 13%." + }, + "6085": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 2, + "description": "Increases your damage with Wands by 25%." + }, + "9452": { + "name": "Vindication", + "icon": "spell_holy_vindication", + "rank": 1, + "description": "Gives the Paladin's damaging melee attacks a chance to reduce the target's Strength and Agility by 5% for 10 sec." + }, + "9453": { + "name": "Unyielding Faith", + "icon": "spell_holy_unyieldingfaith", + "rank": 1, + "description": "Increases your chance to resist Fear and Disorient effects by an additional 5%." + }, + "9799": { + "name": "Eye for an Eye", + "icon": "spell_holy_eyeforaneye", + "rank": 1, + "description": "All spell criticals against you cause 15% of the damage taken to the caster as well.  The damage caused by Eye for an Eye will not exceed 50% of the Paladin's total health." + }, + "10060": { + "name": "Power Infusion", + "icon": "spell_holy_powerinfusion", + "rank": null, + "description": "Infuses the target with power, increasing their spell damage and healing by 20%.  Lasts 15 sec." + }, + "11069": { + "name": "Improved Fireball", + "icon": "spell_fire_flamebolt", + "rank": 1, + "description": "Reduces the casting time of your Fireball spell by 0.1 sec." + }, + "11070": { + "name": "Improved Frostbolt", + "icon": "spell_frost_frostbolt02", + "rank": 1, + "description": "Reduces the casting time of your Frostbolt spell by 0.1 sec." + }, + "11071": { + "name": "Frostbite", + "icon": "spell_frost_frostarmor", + "rank": 1, + "description": "Gives your Chill effects a 5% chance to freeze the target for 5 sec." + }, + "11078": { + "name": "Improved Fire Blast", + "icon": "spell_fire_fireball", + "rank": 1, + "description": "Reduces the cooldown of your Fire Blast spell by 0.5 sec." + }, + "11080": { + "name": "Improved Fire Blast", + "icon": "spell_fire_fireball", + "rank": 2, + "description": "Reduces the cooldown of your Fire Blast spell by 1 sec." + }, + "11083": { + "name": "Burning Soul", + "icon": "spell_fire_fire", + "rank": 1, + "description": "Gives your Fire spells a 35% chance to not lose casting time when you take damage and reduces the threat caused by your Fire spells by 15%." + }, + "11094": { + "name": "Improved Fire Ward", + "icon": "spell_fire_firearmor", + "rank": 1, + "description": "Causes your Fire Ward to have a 10% chance to reflect Fire spells while active." + }, + "11095": { + "name": "Improved Scorch", + "icon": "spell_fire_soulburn", + "rank": 1, + "description": "Your Scorch spells have a 33% chance to cause your target to be vulnerable to Fire damage.  This vulnerability increases the Fire damage dealt to your target by 3% and lasts 30 sec.  Stacks up to 5 times." + }, + "11100": { + "name": "Flame Throwing", + "icon": "spell_fire_flare", + "rank": 1, + "description": "Increases the range of your Fire spells by 3 yards." + }, + "11103": { + "name": "Impact", + "icon": "spell_fire_meteorstorm", + "rank": 1, + "description": "Gives your Fire spells a 2% chance to stun the target for 2 sec." + }, + "11108": { + "name": "Improved Flamestrike", + "icon": "spell_fire_selfdestruct", + "rank": 1, + "description": "Increases the critical strike chance of your Flamestrike spell by 5%." + }, + "11113": { + "name": "Blast Wave", + "icon": "spell_holy_excorcism_02", + "rank": 1, + "description": "A wave of flame radiates outward from the caster, damaging all enemies caught within the blast for 159 to 192 Fire damage, and dazing them for 6 sec." + }, + "11115": { + "name": "Critical Mass", + "icon": "spell_nature_wispheal", + "rank": 1, + "description": "Increases the critical strike chance of your Fire spells by 2%." + }, + "11119": { + "name": "Ignite", + "icon": "spell_fire_incinerate", + "rank": 1, + "description": "Your critical strikes from Fire damage spells cause the target to burn for an additional 8% of your spell's damage over 4 sec." + }, + "11120": { + "name": "Ignite", + "icon": "spell_fire_incinerate", + "rank": 2, + "description": "Your critical strikes from Fire damage spells cause the target to burn for an additional 16% of your spell's damage over 4 sec." + }, + "11124": { + "name": "Fire Power", + "icon": "spell_fire_immolation", + "rank": 1, + "description": "Increases the damage done by your Fire spells by 2%." + }, + "11129": { + "name": "Combustion", + "icon": "spell_fire_sealoffire", + "rank": null, + "description": "When activated, this spell causes each of your Fire damage spell hits to increase your critical strike chance with Fire damage spells by 10%.  This effect lasts until you have caused 3 critical strikes with Fire spells." + }, + "11151": { + "name": "Piercing Ice", + "icon": "spell_frost_frostbolt", + "rank": 1, + "description": "Increases the damage done by your Frost spells by 2%." + }, + "11160": { + "name": "Frost Channeling", + "icon": "spell_frost_stun", + "rank": 1, + "description": "Reduces the mana cost of your Frost spells by 5% and reduces the threat caused by your Frost spells by 10%." + }, + "11165": { + "name": "Improved Frost Nova", + "icon": "spell_frost_freezingbreath", + "rank": 1, + "description": "Reduces the cooldown of your Frost Nova spell by 2 sec." + }, + "11170": { + "name": "Shatter", + "icon": "spell_frost_frostshock", + "rank": 1, + "description": "Increases the critical strike chance of all your spells against frozen targets by 10%." + }, + "11175": { + "name": "Permafrost", + "icon": "spell_frost_wisp", + "rank": 1, + "description": "Increases the duration of your Chill effects by 1 sec and reduces the target's speed by an additional 4%." + }, + "11180": { + "name": "Winter's Chill", + "icon": "spell_frost_chillingblast", + "rank": 1, + "description": "Gives your Frost damage spells a 20% chance to apply the Winter's Chill effect, which increases the chance a Frost spell will critically hit the target by 2% for 15 sec.  Stacks up to 5 times." + }, + "11185": { + "name": "Improved Blizzard", + "icon": "spell_frost_icestorm", + "rank": 1, + "description": "Adds a chill effect to your Blizzard spell.  This effect lowers the target's movement speed by 30%.  Lasts 1.50 sec." + }, + "11189": { + "name": "Frost Warding", + "icon": "spell_frost_frostward", + "rank": 1, + "description": "Increases the armor and resistances given by your Frost Armor and Ice Armor spells by 15%.  In addition, gives your Frost Ward a 10% chance to reflect Frost spells and effects while active." + }, + "11190": { + "name": "Improved Cone of Cold", + "icon": "spell_frost_glacier", + "rank": 1, + "description": "Increases the damage dealt by your Cone of Cold spell by 15%." + }, + "11207": { + "name": "Ice Shards", + "icon": "spell_frost_iceshard", + "rank": 1, + "description": "Increases the critical strike damage bonus of your Frost spells by 20%." + }, + "11210": { + "name": "Arcane Subtlety", + "icon": "spell_holy_dispelmagic", + "rank": 1, + "description": "Reduces your target's resistance to all your spells by 5 and reduces the threat caused by your Arcane spells by 20%." + }, + "11213": { + "name": "Arcane Concentration", + "icon": "spell_shadow_manaburn", + "rank": 1, + "description": "Gives you a 2% chance of entering a Clearcasting state after any damage spell hits a target.  The Clearcasting state reduces the mana cost of your next damage spell by 100%." + }, + "11222": { + "name": "Arcane Focus", + "icon": "spell_holy_devotion", + "rank": 1, + "description": "Reduces the chance that the opponent can resist your Arcane spells by 2%." + }, + "11232": { + "name": "Arcane Mind", + "icon": "spell_shadow_charm", + "rank": 1, + "description": "Increases your maximum Mana by 2%." + }, + "11237": { + "name": "Improved Arcane Missiles", + "icon": "spell_nature_starfall", + "rank": 1, + "description": "Gives you a 20% chance to avoid interruption caused by damage while channeling Arcane Missiles." + }, + "11242": { + "name": "Improved Arcane Explosion", + "icon": "spell_nature_wispsplode", + "rank": 1, + "description": "Increases the critical strike chance of your Arcane Explosion spell by an additional 2%." + }, + "11247": { + "name": "Magic Attunement", + "icon": "spell_nature_abolishmagic", + "rank": 1, + "description": "Increases the effect of your Amplify Magic and Dampen Magic spells by 25%." + }, + "11252": { + "name": "Improved Mana Shield", + "icon": "spell_shadow_detectlesserinvisibility", + "rank": 1, + "description": "Decreases the mana lost per point of damage taken when Mana Shield is active by 10%." + }, + "11255": { + "name": "Improved Counterspell", + "icon": "spell_frost_iceshock", + "rank": 1, + "description": "Gives your Counterspell a 50% chance to silence the target for 4 sec." + }, + "11366": { + "name": "Pyroblast", + "icon": "spell_fire_fireball02", + "rank": 1, + "description": "Hurls an immense fiery boulder that causes 148 to 195 Fire damage and an additional 56 Fire damage over 12 sec." + }, + "11367": { + "name": "Critical Mass", + "icon": "spell_nature_wispheal", + "rank": 2, + "description": "Increases the critical strike chance of your Fire spells by 4%." + }, + "11368": { + "name": "Critical Mass", + "icon": "spell_nature_wispheal", + "rank": 3, + "description": "Increases the critical strike chance of your Fire spells by 6%." + }, + "11426": { + "name": "Ice Barrier", + "icon": "spell_ice_lament", + "rank": 1, + "description": "Instantly shields you, absorbing 455 damage.  Lasts 1 min.  While the shield holds, spells will not be interrupted." + }, + "11958": { + "name": "Ice Block", + "icon": "spell_frost_frost", + "rank": null, + "description": "You become encased in a block of ice, protecting you from all physical attacks and spells for 10 sec, but during that time you cannot attack, move or cast spells." + }, + "12042": { + "name": "Arcane Power", + "icon": "spell_nature_lightning", + "rank": null, + "description": "When activated, your spells deal 30% more damage while costing 30% more mana to cast.  This effect lasts 15 sec." + }, + "12043": { + "name": "Presence of Mind", + "icon": "spell_nature_enchantarmor", + "rank": null, + "description": "When activated, your next Mage spell with a casting time less than 10 sec becomes an instant cast spell." + }, + "12163": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_axe_09", + "rank": 1, + "description": "Increases the damage you deal with two-handed melee weapons by 1%." + }, + "12165": { + "name": "Polearm Specialization", + "icon": "inv_weapon_halbard_01", + "rank": 1, + "description": "Increases your chance to get a critical strike with Polearms by 1%." + }, + "12281": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 1, + "description": "Gives you a 1% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "12282": { + "name": "Improved Heroic Strike", + "icon": "ability_rogue_ambush", + "rank": 1, + "description": "Reduces the cost of your Heroic Strike ability by 1 rage point." + }, + "12284": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 1, + "description": "Gives you a 1% chance to stun your target for 3 sec with a Mace." + }, + "12285": { + "name": "Improved Charge", + "icon": "ability_warrior_charge", + "rank": 1, + "description": "Increases the amount of rage generated by your Charge ability by 3." + }, + "12286": { + "name": "Improved Rend", + "icon": "ability_gouge", + "rank": 1, + "description": "Increases the bleed damage done by your Rend ability by 15%." + }, + "12287": { + "name": "Improved Thunder Clap", + "icon": "ability_thunderclap", + "rank": 1, + "description": "Reduces the cost of your Thunder Clap ability by 1 rage point." + }, + "12289": { + "name": "Improved Hamstring", + "icon": "ability_shockwave", + "rank": 1, + "description": "Gives your Hamstring ability a 5% chance to immobilize the target for 5 sec." + }, + "12290": { + "name": "Improved Overpower", + "icon": "inv_sword_05", + "rank": 1, + "description": "Increases the critical strike chance of your Overpower ability by 25%." + }, + "12292": { + "name": "Sweeping Strikes", + "icon": "ability_rogue_slicedice", + "rank": null, + "description": "Your next 5 melee attacks strike an additional nearby opponent." + }, + "12294": { + "name": "Mortal Strike", + "icon": "ability_warrior_savageblow", + "rank": 1, + "description": "A vicious strike that deals weapon damage plus 85 and wounds the target, reducing the effectiveness of any healing by 50% for 10 sec." + }, + "12295": { + "name": "Tactical Mastery", + "icon": "spell_nature_enchantarmor", + "rank": 1, + "description": "You retain up to 5 of your rage points when you change stances." + }, + "12296": { + "name": "Anger Management", + "icon": "spell_holy_blessingofstamina", + "rank": null, + "description": "Increases the time required for your rage to decay while out of combat by 30%." + }, + "12297": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 1, + "description": "Increases your Defense skill by 2." + }, + "12298": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 1, + "description": "Increases your chance to block attacks with a shield by 1% and has a 20% chance to generate 1 rage when a block occurs." + }, + "12299": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 1, + "description": "Increases your armor value from items by 2%." + }, + "12300": { + "name": "Iron Will", + "icon": "spell_magic_magearmor", + "rank": 1, + "description": "Increases your chance to resist Stun and Charm effects by an additional 3%." + }, + "12301": { + "name": "Improved Bloodrage", + "icon": "ability_racial_bloodrage", + "rank": 1, + "description": "Increases the instant Rage generated by your Bloodrage ability by 2." + }, + "12302": { + "name": "Improved Taunt", + "icon": "spell_nature_reincarnation", + "rank": 1, + "description": "Reduces the cooldown of your Taunt ability by 1 sec." + }, + "12303": { + "name": "Defiance", + "icon": "ability_warrior_innerrage", + "rank": 1, + "description": "Increases the threat generated by your attacks by 3% while in Defensive Stance." + }, + "12307": { + "name": "Improved Shield Block", + "icon": "ability_defend", + "rank": 2, + "description": "Allows your Shield Block ability to block an additional attack and increases the duration by 1 second." + }, + "12308": { + "name": "Improved Sunder Armor", + "icon": "ability_warrior_sunder", + "rank": 1, + "description": "Reduces the cost of your Sunder Armor ability by 1 rage point." + }, + "12311": { + "name": "Improved Shield Bash", + "icon": "ability_warrior_shieldbash", + "rank": 1, + "description": "Gives your Shield Bash ability a 50% chance to silence the target for 3 sec." + }, + "12312": { + "name": "Improved Shield Wall", + "icon": "ability_warrior_shieldwall", + "rank": 1, + "description": "Increases the effect duration of your Shield Wall ability by 3 secs." + }, + "12313": { + "name": "Improved Disarm", + "icon": "ability_warrior_disarm", + "rank": 1, + "description": "Increases the duration of your Disarm ability by 1 secs." + }, + "12317": { + "name": "Enrage", + "icon": "spell_shadow_unholyfrenzy", + "rank": 1, + "description": "Gives you a 5% melee damage bonus for 12 sec up to a maximum of 12 swings after being the victim of a critical strike." + }, + "12318": { + "name": "Improved Battle Shout", + "icon": "ability_warrior_battleshout", + "rank": 1, + "description": "Increases the melee attack power bonus of your Battle Shout by 5%." + }, + "12319": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 1, + "description": "Increases your attack speed by 10% for your next 3 swings after dealing a melee critical strike." + }, + "12320": { + "name": "Cruelty", + "icon": "ability_rogue_eviscerate", + "rank": 1, + "description": "Increases your chance to get a critical strike with melee weapons by 1%." + }, + "12321": { + "name": "Booming Voice", + "icon": "spell_nature_purge", + "rank": 1, + "description": "Increases the area of effect and duration of your Battle Shout and Demoralizing Shout by 10%." + }, + "12322": { + "name": "Unbridled Wrath", + "icon": "spell_nature_stoneclawtotem", + "rank": 1, + "description": "Gives you a 8% chance to generate an additional Rage point when you deal melee damage with a weapon." + }, + "12323": { + "name": "Piercing Howl", + "icon": "spell_shadow_deathscream", + "rank": null, + "description": "Causes all enemies near the warrior to be dazed, reducing movement speed by 50% for 6 sec." + }, + "12324": { + "name": "Improved Demoralizing Shout", + "icon": "ability_warrior_warcry", + "rank": 1, + "description": "Increases the melee attack power reduction of your Demoralizing Shout by 8%." + }, + "12328": { + "name": "Death Wish", + "icon": "spell_shadow_deathpact", + "rank": null, + "description": "When activated, increases your physical damage by 20% and makes you immune to Fear effects, but lowers your armor and all resistances by 20%.  Lasts 30 sec." + }, + "12329": { + "name": "Improved Cleave", + "icon": "ability_warrior_cleave", + "rank": 1, + "description": "Increases the bonus damage done by your Cleave ability by 40%." + }, + "12330": { + "name": "Improved Slam", + "icon": "ability_warrior_decisivestrike", + "rank": 2, + "description": "Decreases the casting time of your Slam ability by 0.2 sec." + }, + "12338": { + "name": "Improved Fireball", + "icon": "spell_fire_flamebolt", + "rank": 2, + "description": "Reduces the casting time of your Fireball spell by 0.2 sec." + }, + "12339": { + "name": "Improved Fireball", + "icon": "spell_fire_flamebolt", + "rank": 3, + "description": "Reduces the casting time of your Fireball spell by 0.3 sec." + }, + "12340": { + "name": "Improved Fireball", + "icon": "spell_fire_flamebolt", + "rank": 4, + "description": "Reduces the casting time of your Fireball spell by 0.4 sec." + }, + "12341": { + "name": "Improved Fireball", + "icon": "spell_fire_flamebolt", + "rank": 5, + "description": "Reduces the casting time of your Fireball spell by 0.5 sec." + }, + "12342": { + "name": "Improved Fire Blast", + "icon": "spell_fire_fireball", + "rank": 3, + "description": "Reduces the cooldown of your Fire Blast spell by 1.5 sec." + }, + "12349": { + "name": "Improved Flamestrike", + "icon": "spell_fire_selfdestruct", + "rank": 2, + "description": "Increases the critical strike chance of your Flamestrike spell by 10%." + }, + "12350": { + "name": "Improved Flamestrike", + "icon": "spell_fire_selfdestruct", + "rank": 3, + "description": "Increases the critical strike chance of your Flamestrike spell by 15%." + }, + "12351": { + "name": "Burning Soul", + "icon": "spell_fire_fire", + "rank": 2, + "description": "Gives your Fire spells a 70% chance to not lose casting time when you take damage and reduces the threat caused by your Fire spells by 30%." + }, + "12353": { + "name": "Flame Throwing", + "icon": "spell_fire_flare", + "rank": 2, + "description": "Increases the range of your Fire spells by 6 yards." + }, + "12357": { + "name": "Impact", + "icon": "spell_fire_meteorstorm", + "rank": 2, + "description": "Gives your Fire spells a 4% chance to stun the target for 2 sec." + }, + "12358": { + "name": "Impact", + "icon": "spell_fire_meteorstorm", + "rank": 3, + "description": "Gives your Fire spells a 6% chance to stun the target for 2 sec." + }, + "12359": { + "name": "Impact", + "icon": "spell_fire_meteorstorm", + "rank": 4, + "description": "Gives your Fire spells a 8% chance to stun the target for 2 sec." + }, + "12360": { + "name": "Impact", + "icon": "spell_fire_meteorstorm", + "rank": 5, + "description": "Gives your Fire spells a 10% chance to stun the target for 2 sec." + }, + "12378": { + "name": "Fire Power", + "icon": "spell_fire_immolation", + "rank": 2, + "description": "Increases the damage done by your Fire spells by 4%." + }, + "12398": { + "name": "Fire Power", + "icon": "spell_fire_immolation", + "rank": 3, + "description": "Increases the damage done by your Fire spells by 6%." + }, + "12399": { + "name": "Fire Power", + "icon": "spell_fire_immolation", + "rank": 4, + "description": "Increases the damage done by your Fire spells by 8%." + }, + "12400": { + "name": "Fire Power", + "icon": "spell_fire_immolation", + "rank": 5, + "description": "Increases the damage done by your Fire spells by 10%." + }, + "12463": { + "name": "Improved Arcane Missiles", + "icon": "spell_nature_starfall", + "rank": 2, + "description": "Gives you a 40% chance to avoid interruption caused by damage while channeling Arcane Missiles." + }, + "12464": { + "name": "Improved Arcane Missiles", + "icon": "spell_nature_starfall", + "rank": 3, + "description": "Gives you a 60% chance to avoid interruption caused by damage while channeling Arcane Missiles." + }, + "12467": { + "name": "Improved Arcane Explosion", + "icon": "spell_nature_wispsplode", + "rank": 2, + "description": "Increases the critical strike chance of your Arcane Explosion spell by an additional 4%." + }, + "12469": { + "name": "Improved Arcane Explosion", + "icon": "spell_nature_wispsplode", + "rank": 3, + "description": "Increases the critical strike chance of your Arcane Explosion spell by an additional 6%." + }, + "12472": { + "name": "Cold Snap", + "icon": "spell_frost_wizardmark", + "rank": null, + "description": "When activated, this spell finishes the cooldown on all of your Frost spells." + }, + "12473": { + "name": "Improved Frostbolt", + "icon": "spell_frost_frostbolt02", + "rank": 2, + "description": "Reduces the casting time of your Frostbolt spell by 0.2 sec." + }, + "12475": { + "name": "Improved Frost Nova", + "icon": "spell_frost_freezingbreath", + "rank": 2, + "description": "Reduces the cooldown of your Frost Nova spell by 4 sec." + }, + "12487": { + "name": "Improved Blizzard", + "icon": "spell_frost_icestorm", + "rank": 2, + "description": "Adds a chill effect to your Blizzard spell.  This effect lowers the target's movement speed by 50%.  Lasts 1.50 sec." + }, + "12488": { + "name": "Improved Blizzard", + "icon": "spell_frost_icestorm", + "rank": 3, + "description": "Adds a chill effect to your Blizzard spell.  This effect lowers the target's movement speed by 65%.  Lasts 1.50 sec." + }, + "12489": { + "name": "Improved Cone of Cold", + "icon": "spell_frost_glacier", + "rank": 2, + "description": "Increases the damage dealt by your Cone of Cold spell by 25%." + }, + "12490": { + "name": "Improved Cone of Cold", + "icon": "spell_frost_glacier", + "rank": 3, + "description": "Increases the damage dealt by your Cone of Cold spell by 35%." + }, + "12496": { + "name": "Frostbite", + "icon": "spell_frost_frostarmor", + "rank": 2, + "description": "Gives your Chill effects a 10% chance to freeze the target for 5 sec." + }, + "12497": { + "name": "Frostbite", + "icon": "spell_frost_frostarmor", + "rank": 3, + "description": "Gives your Chill effects a 15% chance to freeze the target for 5 sec." + }, + "12500": { + "name": "Arcane Mind", + "icon": "spell_shadow_charm", + "rank": 2, + "description": "Increases your maximum Mana by 4%." + }, + "12501": { + "name": "Arcane Mind", + "icon": "spell_shadow_charm", + "rank": 3, + "description": "Increases your maximum Mana by 6%." + }, + "12502": { + "name": "Arcane Mind", + "icon": "spell_shadow_charm", + "rank": 4, + "description": "Increases your maximum Mana by 8%." + }, + "12503": { + "name": "Arcane Mind", + "icon": "spell_shadow_charm", + "rank": 5, + "description": "Increases your maximum Mana by 10%." + }, + "12518": { + "name": "Frost Channeling", + "icon": "spell_frost_stun", + "rank": 2, + "description": "Reduces the mana cost of your Frost spells by 10% and reduces the threat caused by your Frost spells by 20%." + }, + "12519": { + "name": "Frost Channeling", + "icon": "spell_frost_stun", + "rank": 3, + "description": "Reduces the mana cost of your Frost spells by 15% and reduces the threat caused by your Frost spells by 30%." + }, + "12569": { + "name": "Permafrost", + "icon": "spell_frost_wisp", + "rank": 2, + "description": "Increases the duration of your Chill effects by 2 sec and reduces the target's speed by an additional 7%." + }, + "12571": { + "name": "Permafrost", + "icon": "spell_frost_wisp", + "rank": 3, + "description": "Increases the duration of your Chill effects by 3 sec and reduces the target's speed by an additional 10%." + }, + "12574": { + "name": "Arcane Concentration", + "icon": "spell_shadow_manaburn", + "rank": 2, + "description": "Gives you a 4% chance of entering a Clearcasting state after any damage spell hits a target.  The Clearcasting state reduces the mana cost of your next damage spell by 100%." + }, + "12575": { + "name": "Arcane Concentration", + "icon": "spell_shadow_manaburn", + "rank": 3, + "description": "Gives you a 6% chance of entering a Clearcasting state after any damage spell hits a target.  The Clearcasting state reduces the mana cost of your next damage spell by 100%." + }, + "12576": { + "name": "Arcane Concentration", + "icon": "spell_shadow_manaburn", + "rank": 4, + "description": "Gives you a 8% chance of entering a Clearcasting state after any damage spell hits a target.  The Clearcasting state reduces the mana cost of your next damage spell by 100%." + }, + "12577": { + "name": "Arcane Concentration", + "icon": "spell_shadow_manaburn", + "rank": 5, + "description": "Gives you a 10% chance of entering a Clearcasting state after any damage spell hits a target.  The Clearcasting state reduces the mana cost of your next damage spell by 100%." + }, + "12592": { + "name": "Arcane Subtlety", + "icon": "spell_holy_dispelmagic", + "rank": 2, + "description": "Reduces your target's resistance to all your spells by 10 and reduces the threat caused by your Arcane spells by 40%." + }, + "12598": { + "name": "Improved Counterspell", + "icon": "spell_frost_iceshock", + "rank": 2, + "description": "Gives your Counterspell a 100% chance to silence the target for 4 sec." + }, + "12605": { + "name": "Improved Mana Shield", + "icon": "spell_shadow_detectlesserinvisibility", + "rank": 2, + "description": "Decreases the mana lost per point of damage taken when Mana Shield is active by 20%." + }, + "12606": { + "name": "Magic Attunement", + "icon": "spell_nature_abolishmagic", + "rank": 2, + "description": "Increases the effect of your Amplify Magic and Dampen Magic spells by 50%." + }, + "12658": { + "name": "Improved Rend", + "icon": "ability_gouge", + "rank": 2, + "description": "Increases the bleed damage done by your Rend ability by 25%." + }, + "12659": { + "name": "Improved Rend", + "icon": "ability_gouge", + "rank": 3, + "description": "Increases the bleed damage done by your Rend ability by 35%." + }, + "12663": { + "name": "Improved Heroic Strike", + "icon": "ability_rogue_ambush", + "rank": 2, + "description": "Reduces the cost of your Heroic Strike ability by 2 rage points." + }, + "12664": { + "name": "Improved Heroic Strike", + "icon": "ability_rogue_ambush", + "rank": 3, + "description": "Reduces the cost of your Heroic Strike ability by 3 rage points." + }, + "12665": { + "name": "Improved Thunder Clap", + "icon": "ability_thunderclap", + "rank": 2, + "description": "Reduces the cost of your Thunder Clap ability by 2 rage points." + }, + "12666": { + "name": "Improved Thunder Clap", + "icon": "ability_thunderclap", + "rank": 3, + "description": "Reduces the cost of your Thunder Clap ability by 4 rage points." + }, + "12668": { + "name": "Improved Hamstring", + "icon": "ability_shockwave", + "rank": 2, + "description": "Gives your Hamstring ability a 10% chance to immobilize the target for 5 sec." + }, + "12672": { + "name": "Ice Shards", + "icon": "spell_frost_iceshard", + "rank": 2, + "description": "Increases the critical strike damage bonus of your Frost spells by 40%." + }, + "12676": { + "name": "Tactical Mastery", + "icon": "spell_nature_enchantarmor", + "rank": 2, + "description": "You retain up to 10 of your rage points when you change stances." + }, + "12677": { + "name": "Tactical Mastery", + "icon": "spell_nature_enchantarmor", + "rank": 3, + "description": "You retain up to 15 of your rage points when you change stances." + }, + "12678": { + "name": "Tactical Mastery", + "icon": "spell_nature_enchantarmor", + "rank": 4, + "description": "You retain up to 20 of your rage points when you change stances." + }, + "12679": { + "name": "Tactical Mastery", + "icon": "spell_nature_enchantarmor", + "rank": 5, + "description": "You retain up to 25 of your rage points when you change stances." + }, + "12697": { + "name": "Improved Charge", + "icon": "ability_warrior_charge", + "rank": 2, + "description": "Increases the amount of rage generated by your Charge ability by 6." + }, + "12700": { + "name": "Axe Specialization", + "icon": "inv_axe_06", + "rank": 1, + "description": "Increases your chance to get a critical strike with Axes by 1%." + }, + "12701": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 2, + "description": "Gives you a 2% chance to stun your target for 3 sec with a Mace." + }, + "12702": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 3, + "description": "Gives you a 3% chance to stun your target for 3 sec with a Mace." + }, + "12703": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 4, + "description": "Gives you a 4% chance to stun your target for 3 sec with a Mace." + }, + "12704": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 5, + "description": "Gives you a 6% chance to stun your target for 3 sec with a Mace." + }, + "12711": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_axe_09", + "rank": 2, + "description": "Increases the damage you deal with two-handed melee weapons by 2%." + }, + "12712": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_axe_09", + "rank": 3, + "description": "Increases the damage you deal with two-handed melee weapons by 3%." + }, + "12713": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_axe_09", + "rank": 4, + "description": "Increases the damage you deal with two-handed melee weapons by 4%." + }, + "12714": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_axe_09", + "rank": 5, + "description": "Increases the damage you deal with two-handed melee weapons by 5%." + }, + "12724": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 2, + "description": "Increases your chance to block attacks with a shield by 2% and has a 40% chance to generate 1 rage when a block occurs." + }, + "12725": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 3, + "description": "Increases your chance to block attacks with a shield by 3% and has a 60% chance to generate 1 rage when a block occurs." + }, + "12726": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 4, + "description": "Increases your chance to block attacks with a shield by 4% and has a 80% chance to generate 1 rage when a block occurs." + }, + "12727": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 5, + "description": "Increases your chance to block attacks with a shield by 5% and has a 100% chance to generate 1 rage when a block occurs." + }, + "12750": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 2, + "description": "Increases your Defense skill by 4." + }, + "12751": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 3, + "description": "Increases your Defense skill by 6." + }, + "12752": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 4, + "description": "Increases your Defense skill by 8." + }, + "12753": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 5, + "description": "Increases your Defense skill by 10." + }, + "12761": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 2, + "description": "Increases your armor value from items by 4%." + }, + "12762": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 3, + "description": "Increases your armor value from items by 6%." + }, + "12763": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 4, + "description": "Increases your armor value from items by 8%." + }, + "12764": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 5, + "description": "Increases your armor value from items by 10%." + }, + "12765": { + "name": "Improved Taunt", + "icon": "spell_nature_reincarnation", + "rank": 2, + "description": "Reduces the cooldown of your Taunt ability by 2 sec." + }, + "12781": { + "name": "Axe Specialization", + "icon": "inv_axe_06", + "rank": 2, + "description": "Increases your chance to get a critical strike with Axes by 2%." + }, + "12783": { + "name": "Axe Specialization", + "icon": "inv_axe_06", + "rank": 3, + "description": "Increases your chance to get a critical strike with Axes by 3%." + }, + "12784": { + "name": "Axe Specialization", + "icon": "inv_axe_06", + "rank": 4, + "description": "Increases your chance to get a critical strike with Axes by 4%." + }, + "12785": { + "name": "Axe Specialization", + "icon": "inv_axe_06", + "rank": 5, + "description": "Increases your chance to get a critical strike with Axes by 5%." + }, + "12788": { + "name": "Defiance", + "icon": "ability_warrior_innerrage", + "rank": 2, + "description": "Increases the threat generated by your attacks by 6% while in Defensive Stance." + }, + "12789": { + "name": "Defiance", + "icon": "ability_warrior_innerrage", + "rank": 3, + "description": "Increases the threat generated by your attacks by 9% while in Defensive Stance." + }, + "12791": { + "name": "Defiance", + "icon": "ability_warrior_innerrage", + "rank": 4, + "description": "Increases the threat generated by your attacks by 12% while in Defensive Stance." + }, + "12792": { + "name": "Defiance", + "icon": "ability_warrior_innerrage", + "rank": 5, + "description": "Increases the threat generated by your attacks by 15% while in Defensive Stance." + }, + "12797": { + "name": "Improved Revenge", + "icon": "ability_warrior_revenge", + "rank": 1, + "description": "Gives your Revenge ability a 15% chance to stun the target for 3 sec." + }, + "12799": { + "name": "Improved Revenge", + "icon": "ability_warrior_revenge", + "rank": 2, + "description": "Gives your Revenge ability a 30% chance to stun the target for 3 sec." + }, + "12800": { + "name": "Improved Revenge", + "icon": "ability_warrior_revenge", + "rank": 3, + "description": "Gives your Revenge ability a 45% chance to stun the target for 3 sec." + }, + "12803": { + "name": "Improved Shield Wall", + "icon": "ability_warrior_shieldwall", + "rank": 2, + "description": "Increases the effect duration of your Shield Wall ability by 5 secs." + }, + "12804": { + "name": "Improved Disarm", + "icon": "ability_warrior_disarm", + "rank": 2, + "description": "Increases the duration of your Disarm ability by 2 secs." + }, + "12807": { + "name": "Improved Disarm", + "icon": "ability_warrior_disarm", + "rank": 3, + "description": "Increases the duration of your Disarm ability by 3 secs." + }, + "12809": { + "name": "Concussion Blow", + "icon": "ability_thunderbolt", + "rank": null, + "description": "Stuns the opponent for 5 sec." + }, + "12810": { + "name": "Improved Sunder Armor", + "icon": "ability_warrior_sunder", + "rank": 2, + "description": "Reduces the cost of your Sunder Armor ability by 2 rage points." + }, + "12811": { + "name": "Improved Sunder Armor", + "icon": "ability_warrior_sunder", + "rank": 3, + "description": "Reduces the cost of your Sunder Armor ability by 3 rage points." + }, + "12812": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 2, + "description": "Gives you a 2% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "12813": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 3, + "description": "Gives you a 3% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "12814": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 4, + "description": "Gives you a 4% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "12815": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 5, + "description": "Gives you a 5% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "12818": { + "name": "Improved Bloodrage", + "icon": "ability_racial_bloodrage", + "rank": 2, + "description": "Increases the instant Rage generated by your Bloodrage ability by 5." + }, + "12830": { + "name": "Polearm Specialization", + "icon": "inv_weapon_halbard_01", + "rank": 2, + "description": "Increases your chance to get a critical strike with Polearms by 2%." + }, + "12831": { + "name": "Polearm Specialization", + "icon": "inv_weapon_halbard_01", + "rank": 3, + "description": "Increases your chance to get a critical strike with Polearms by 3%." + }, + "12832": { + "name": "Polearm Specialization", + "icon": "inv_weapon_halbard_01", + "rank": 4, + "description": "Increases your chance to get a critical strike with Polearms by 4%." + }, + "12833": { + "name": "Polearm Specialization", + "icon": "inv_weapon_halbard_01", + "rank": 5, + "description": "Increases your chance to get a critical strike with Polearms by 5%." + }, + "12834": { + "name": "Deep Wounds", + "icon": "ability_backstab", + "rank": 1, + "description": "Your critical strikes cause the opponent to bleed, dealing 20% of your melee weapon's average damage over 12 sec." + }, + "12835": { + "name": "Booming Voice", + "icon": "spell_nature_purge", + "rank": 2, + "description": "Increases the area of effect and duration of your Battle Shout and Demoralizing Shout by 20%." + }, + "12836": { + "name": "Booming Voice", + "icon": "spell_nature_purge", + "rank": 3, + "description": "Increases the area of effect and duration of your Battle Shout and Demoralizing Shout by 30%." + }, + "12837": { + "name": "Booming Voice", + "icon": "spell_nature_purge", + "rank": 4, + "description": "Increases the area of effect and duration of your Battle Shout and Demoralizing Shout by 40%." + }, + "12838": { + "name": "Booming Voice", + "icon": "spell_nature_purge", + "rank": 5, + "description": "Increases the area of effect and duration of your Battle Shout and Demoralizing Shout by 50%." + }, + "12839": { + "name": "Arcane Focus", + "icon": "spell_holy_devotion", + "rank": 2, + "description": "Reduces the chance that the opponent can resist your Arcane spells by 4%." + }, + "12840": { + "name": "Arcane Focus", + "icon": "spell_holy_devotion", + "rank": 3, + "description": "Reduces the chance that the opponent can resist your Arcane spells by 6%." + }, + "12841": { + "name": "Arcane Focus", + "icon": "spell_holy_devotion", + "rank": 4, + "description": "Reduces the chance that the opponent can resist your Arcane spells by 8%." + }, + "12842": { + "name": "Arcane Focus", + "icon": "spell_holy_devotion", + "rank": 5, + "description": "Reduces the chance that the opponent can resist your Arcane spells by 10%." + }, + "12846": { + "name": "Ignite", + "icon": "spell_fire_incinerate", + "rank": 3, + "description": "Your critical strikes from Fire damage spells cause the target to burn for an additional 24% of your spell's damage over 4 sec." + }, + "12847": { + "name": "Ignite", + "icon": "spell_fire_incinerate", + "rank": 4, + "description": "Your critical strikes from Fire damage spells cause the target to burn for an additional 32% of your spell's damage over 4 sec." + }, + "12848": { + "name": "Ignite", + "icon": "spell_fire_incinerate", + "rank": 5, + "description": "Your critical strikes from Fire damage spells cause the target to burn for an additional 40% of your spell's damage over 4 sec." + }, + "12849": { + "name": "Deep Wounds", + "icon": "ability_backstab", + "rank": 2, + "description": "Your critical strikes cause the opponent to bleed, dealing 40% of your melee weapon's average damage over 12 sec." + }, + "12852": { + "name": "Cruelty", + "icon": "ability_rogue_eviscerate", + "rank": 2, + "description": "Increases your chance to get a critical strike with melee weapons by 2%." + }, + "12853": { + "name": "Cruelty", + "icon": "ability_rogue_eviscerate", + "rank": 3, + "description": "Increases your chance to get a critical strike with melee weapons by 3%." + }, + "12855": { + "name": "Cruelty", + "icon": "ability_rogue_eviscerate", + "rank": 4, + "description": "Increases your chance to get a critical strike with melee weapons by 4%." + }, + "12856": { + "name": "Cruelty", + "icon": "ability_rogue_eviscerate", + "rank": 5, + "description": "Increases your chance to get a critical strike with melee weapons by 5%." + }, + "12857": { + "name": "Improved Battle Shout", + "icon": "ability_warrior_battleshout", + "rank": 2, + "description": "Increases the melee attack power bonus of your Battle Shout by 10%." + }, + "12858": { + "name": "Improved Battle Shout", + "icon": "ability_warrior_battleshout", + "rank": 3, + "description": "Increases the melee attack power bonus of your Battle Shout by 15%." + }, + "12860": { + "name": "Improved Battle Shout", + "icon": "ability_warrior_battleshout", + "rank": 4, + "description": "Increases the melee attack power bonus of your Battle Shout by 20%." + }, + "12861": { + "name": "Improved Battle Shout", + "icon": "ability_warrior_battleshout", + "rank": 5, + "description": "Increases the melee attack power bonus of your Battle Shout by 25%." + }, + "12862": { + "name": "Improved Slam", + "icon": "ability_warrior_decisivestrike", + "rank": 1, + "description": "Decreases the casting time of your Slam ability by 0.1 sec." + }, + "12867": { + "name": "Deep Wounds", + "icon": "ability_backstab", + "rank": 3, + "description": "Your critical strikes cause the opponent to bleed, dealing 60% of your melee weapon's average damage over 12 sec." + }, + "12872": { + "name": "Improved Scorch", + "icon": "spell_fire_soulburn", + "rank": 2, + "description": "Your Scorch spells have a 66% chance to cause your target to be vulnerable to Fire damage.  This vulnerability increases the Fire damage dealt to your target by 3% and lasts 30 sec.  Stacks up to 5 times." + }, + "12873": { + "name": "Improved Scorch", + "icon": "spell_fire_soulburn", + "rank": 3, + "description": "Your Scorch spells have a 100% chance to cause your target to be vulnerable to Fire damage.  This vulnerability increases the Fire damage dealt to your target by 3% and lasts 30 sec.  Stacks up to 5 times." + }, + "12876": { + "name": "Improved Demoralizing Shout", + "icon": "ability_warrior_warcry", + "rank": 2, + "description": "Increases the melee attack power reduction of your Demoralizing Shout by 16%." + }, + "12877": { + "name": "Improved Demoralizing Shout", + "icon": "ability_warrior_warcry", + "rank": 3, + "description": "Increases the melee attack power reduction of your Demoralizing Shout by 24%." + }, + "12878": { + "name": "Improved Demoralizing Shout", + "icon": "ability_warrior_warcry", + "rank": 4, + "description": "Increases the melee attack power reduction of your Demoralizing Shout by 32%." + }, + "12879": { + "name": "Improved Demoralizing Shout", + "icon": "ability_warrior_warcry", + "rank": 5, + "description": "Increases the melee attack power reduction of your Demoralizing Shout by 40%." + }, + "12944": { + "name": "Improved Shield Block", + "icon": "ability_defend", + "rank": 3, + "description": "Allows your Shield Block ability to block an additional attack and increases the duration by 2 seconds." + }, + "12945": { + "name": "Improved Shield Block", + "icon": "ability_defend", + "rank": 1, + "description": "Allows your Shield Block ability to block an additional attack and increases the duration by 0.5 second." + }, + "12950": { + "name": "Improved Cleave", + "icon": "ability_warrior_cleave", + "rank": 2, + "description": "Increases the bonus damage done by your Cleave ability by 80%." + }, + "12952": { + "name": "Piercing Ice", + "icon": "spell_frost_frostbolt", + "rank": 2, + "description": "Increases the damage done by your Frost spells by 4%." + }, + "12953": { + "name": "Piercing Ice", + "icon": "spell_frost_frostbolt", + "rank": 3, + "description": "Increases the damage done by your Frost spells by 6%." + }, + "12958": { + "name": "Improved Shield Bash", + "icon": "ability_warrior_shieldbash", + "rank": 2, + "description": "Gives your Shield Bash ability a 100% chance to silence the target for 3 sec." + }, + "12959": { + "name": "Iron Will", + "icon": "spell_magic_magearmor", + "rank": 2, + "description": "Increases your chance to resist Stun and Charm effects by an additional 6%." + }, + "12960": { + "name": "Iron Will", + "icon": "spell_magic_magearmor", + "rank": 3, + "description": "Increases your chance to resist Stun and Charm effects by an additional 9%." + }, + "12961": { + "name": "Iron Will", + "icon": "spell_magic_magearmor", + "rank": 4, + "description": "Increases your chance to resist Stun and Charm effects by an additional 12%." + }, + "12962": { + "name": "Iron Will", + "icon": "spell_magic_magearmor", + "rank": 5, + "description": "Increases your chance to resist Stun and Charm effects by an additional 15%." + }, + "12963": { + "name": "Improved Overpower", + "icon": "inv_sword_05", + "rank": 2, + "description": "Increases the critical strike chance of your Overpower ability by 50%." + }, + "12971": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 2, + "description": "Increases your attack speed by 15% for your next 3 swings after dealing a melee critical strike." + }, + "12972": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 3, + "description": "Increases your attack speed by 20% for your next 3 swings after dealing a melee critical strike." + }, + "12973": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 4, + "description": "Increases your attack speed by 25% for your next 3 swings after dealing a melee critical strike." + }, + "12974": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 5, + "description": "Increases your attack speed by 30% for your next 3 swings after dealing a melee critical strike." + }, + "12975": { + "name": "Last Stand", + "icon": "spell_holy_ashestoashes", + "rank": null, + "description": "When activated, this ability temporarily grants you 30% of your maximum hit points for 20 seconds.  After the effect expires, the hit points are lost." + }, + "12982": { + "name": "Shatter", + "icon": "spell_frost_frostshock", + "rank": 2, + "description": "Increases the critical strike chance of all your spells against frozen targets by 20%." + }, + "12983": { + "name": "Shatter", + "icon": "spell_frost_frostshock", + "rank": 3, + "description": "Increases the critical strike chance of all your spells against frozen targets by 30%." + }, + "12984": { + "name": "Shatter", + "icon": "spell_frost_frostshock", + "rank": 4, + "description": "Increases the critical strike chance of all your spells against frozen targets by 40%." + }, + "12985": { + "name": "Shatter", + "icon": "spell_frost_frostshock", + "rank": 5, + "description": "Increases the critical strike chance of all your spells against frozen targets by 50%." + }, + "12999": { + "name": "Unbridled Wrath", + "icon": "spell_nature_stoneclawtotem", + "rank": 2, + "description": "Gives you a 16% chance to generate an additional Rage point when you deal melee damage with a weapon." + }, + "13000": { + "name": "Unbridled Wrath", + "icon": "spell_nature_stoneclawtotem", + "rank": 3, + "description": "Gives you a 24% chance to generate an additional Rage point when you deal melee damage with a weapon." + }, + "13001": { + "name": "Unbridled Wrath", + "icon": "spell_nature_stoneclawtotem", + "rank": 4, + "description": "Gives you a 32% chance to generate an additional Rage point when you deal melee damage with a weapon." + }, + "13002": { + "name": "Unbridled Wrath", + "icon": "spell_nature_stoneclawtotem", + "rank": 5, + "description": "Gives you a 40% chance to generate an additional Rage point when you deal melee damage with a weapon." + }, + "13043": { + "name": "Improved Fire Ward", + "icon": "spell_fire_firearmor", + "rank": 2, + "description": "Causes your Fire Ward to have a 20% chance to reflect Fire spells while active." + }, + "13045": { + "name": "Enrage", + "icon": "spell_shadow_unholyfrenzy", + "rank": 2, + "description": "Gives you a 10% melee damage bonus for 12 sec up to a maximum of 12 swings after being the victim of a critical strike." + }, + "13046": { + "name": "Enrage", + "icon": "spell_shadow_unholyfrenzy", + "rank": 3, + "description": "Gives you a 15% melee damage bonus for 12 sec up to a maximum of 12 swings after being the victim of a critical strike." + }, + "13047": { + "name": "Enrage", + "icon": "spell_shadow_unholyfrenzy", + "rank": 4, + "description": "Gives you a 20% melee damage bonus for 12 sec up to a maximum of 12 swings after being the victim of a critical strike." + }, + "13048": { + "name": "Enrage", + "icon": "spell_shadow_unholyfrenzy", + "rank": 5, + "description": "Gives you a 25% melee damage bonus for 12 sec up to a maximum of 12 swings after being the victim of a critical strike." + }, + "13705": { + "name": "Precision", + "icon": "ability_marksmanship", + "rank": 1, + "description": "Increases your chance to hit with melee weapons by 1%." + }, + "13706": { + "name": "Dagger Specialization", + "icon": "inv_weapon_shortblade_05", + "rank": 1, + "description": "Increases your chance to get a critical strike with Daggers by 1%." + }, + "13707": { + "name": "Fist Weapon Specialization", + "icon": "inv_gauntlets_04", + "rank": 1, + "description": "Increases your chance to get a critical strike with Fist Weapons by 1%." + }, + "13709": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 1, + "description": "Increases your skill with Maces by 1, and gives you a 1% chance to stun your target for 3 sec with a mace." + }, + "13712": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 1, + "description": "Increases your Dodge chance by 1%." + }, + "13713": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 1, + "description": "Increases your Parry chance by 1%." + }, + "13715": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 1, + "description": "Increases the damage done by your offhand weapon by 10%." + }, + "13732": { + "name": "Improved Sinister Strike", + "icon": "spell_shadow_ritualofsacrifice", + "rank": 1, + "description": "Reduces the Energy cost of your Sinister Strike ability by 3." + }, + "13733": { + "name": "Improved Backstab", + "icon": "ability_backstab", + "rank": 1, + "description": "Increases the critical strike chance of your Backstab ability by 10%." + }, + "13741": { + "name": "Improved Gouge", + "icon": "ability_gouge", + "rank": 1, + "description": "Increases the effect duration of your Gouge ability by 0.5 sec." + }, + "13742": { + "name": "Endurance", + "icon": "spell_shadow_shadowward", + "rank": 1, + "description": "Reduces the cooldown of your Sprint and Evasion abilities by 45 sec." + }, + "13743": { + "name": "Improved Sprint", + "icon": "ability_rogue_sprint", + "rank": 1, + "description": "Gives a 50% chance to remove all movement impairing effects when you activate your Sprint ability." + }, + "13750": { + "name": "Adrenaline Rush", + "icon": "spell_shadow_shadowworddominate", + "rank": null, + "description": "Increases your Energy regeneration rate by 100% for 15 sec." + }, + "13754": { + "name": "Improved Kick", + "icon": "ability_kick", + "rank": 1, + "description": "Gives your Kick ability a 50% chance to silence the target for 2 sec." + }, + "13788": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 2, + "description": "Increases your Dodge chance by 2%." + }, + "13789": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 3, + "description": "Increases your Dodge chance by 3%." + }, + "13790": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 4, + "description": "Increases your Dodge chance by 4%." + }, + "13791": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 5, + "description": "Increases your Dodge chance by 5%." + }, + "13792": { + "name": "Improved Gouge", + "icon": "ability_gouge", + "rank": 3, + "description": "Increases the effect duration of your Gouge ability by 1.5 sec." + }, + "13793": { + "name": "Improved Gouge", + "icon": "ability_gouge", + "rank": 2, + "description": "Increases the effect duration of your Gouge ability by 1 sec." + }, + "13800": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 2, + "description": "Increases your skill with Maces by 2, and gives you a 2% chance to stun your target for 3 sec with a mace." + }, + "13801": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 3, + "description": "Increases your skill with Maces by 3, and gives you a 3% chance to stun your target for 3 sec with a mace." + }, + "13802": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 4, + "description": "Increases your skill with Maces by 4, and gives you a 4% chance to stun your target for 3 sec with a mace." + }, + "13803": { + "name": "Mace Specialization", + "icon": "inv_mace_01", + "rank": 5, + "description": "Increases your skill with Maces by 5, and gives you a 6% chance to stun your target for 3 sec with a mace." + }, + "13804": { + "name": "Dagger Specialization", + "icon": "inv_weapon_shortblade_05", + "rank": 2, + "description": "Increases your chance to get a critical strike with Daggers by 2%." + }, + "13805": { + "name": "Dagger Specialization", + "icon": "inv_weapon_shortblade_05", + "rank": 3, + "description": "Increases your chance to get a critical strike with Daggers by 3%." + }, + "13806": { + "name": "Dagger Specialization", + "icon": "inv_weapon_shortblade_05", + "rank": 4, + "description": "Increases your chance to get a critical strike with Daggers by 4%." + }, + "13807": { + "name": "Dagger Specialization", + "icon": "inv_weapon_shortblade_05", + "rank": 5, + "description": "Increases your chance to get a critical strike with Daggers by 5%." + }, + "13832": { + "name": "Precision", + "icon": "ability_marksmanship", + "rank": 2, + "description": "Increases your chance to hit with melee weapons by 2%." + }, + "13843": { + "name": "Precision", + "icon": "ability_marksmanship", + "rank": 3, + "description": "Increases your chance to hit with melee weapons by 3%." + }, + "13844": { + "name": "Precision", + "icon": "ability_marksmanship", + "rank": 4, + "description": "Increases your chance to hit with melee weapons by 4%." + }, + "13845": { + "name": "Precision", + "icon": "ability_marksmanship", + "rank": 5, + "description": "Increases your chance to hit with melee weapons by 5%." + }, + "13848": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 2, + "description": "Increases the damage done by your offhand weapon by 20%." + }, + "13849": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 3, + "description": "Increases the damage done by your offhand weapon by 30%." + }, + "13851": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 4, + "description": "Increases the damage done by your offhand weapon by 40%." + }, + "13852": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 5, + "description": "Increases the damage done by your offhand weapon by 50%." + }, + "13853": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 2, + "description": "Increases your Parry chance by 2%." + }, + "13854": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 3, + "description": "Increases your Parry chance by 3%." + }, + "13855": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 4, + "description": "Increases your Parry chance by 4%." + }, + "13856": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 5, + "description": "Increases your Parry chance by 5%." + }, + "13863": { + "name": "Improved Sinister Strike", + "icon": "spell_shadow_ritualofsacrifice", + "rank": 2, + "description": "Reduces the Energy cost of your Sinister Strike ability by 5." + }, + "13865": { + "name": "Improved Backstab", + "icon": "ability_backstab", + "rank": 2, + "description": "Increases the critical strike chance of your Backstab ability by 20%." + }, + "13866": { + "name": "Improved Backstab", + "icon": "ability_backstab", + "rank": 3, + "description": "Increases the critical strike chance of your Backstab ability by 30%." + }, + "13867": { + "name": "Improved Kick", + "icon": "ability_kick", + "rank": 2, + "description": "Gives your Kick ability a 100% chance to silence the target for 2 sec." + }, + "13872": { + "name": "Endurance", + "icon": "spell_shadow_shadowward", + "rank": 2, + "description": "Reduces the cooldown of your Sprint and Evasion abilities by 1.5 min." + }, + "13875": { + "name": "Improved Sprint", + "icon": "ability_rogue_sprint", + "rank": 2, + "description": "Gives a 100% chance to remove all movement impairing effects when you activate your Sprint ability." + }, + "13877": { + "name": "Blade Flurry", + "icon": "ability_warrior_punishingblow", + "rank": null, + "description": "Increases your attack speed by 20%.  In addition, attacks strike an additional nearby opponent.  Lasts 15 sec." + }, + "13958": { + "name": "Master of Deception", + "icon": "spell_shadow_charm", + "rank": 1, + "description": "Reduces the chance enemies have to detect you while in Stealth mode." + }, + "13960": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 1, + "description": "Gives you a 1% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "13961": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 2, + "description": "Gives you a 2% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "13962": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 3, + "description": "Gives you a 3% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "13963": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 4, + "description": "Gives you a 4% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "13964": { + "name": "Sword Specialization", + "icon": "inv_sword_27", + "rank": 5, + "description": "Gives you a 5% chance to get an extra attack on the same target after dealing damage with your Sword." + }, + "13966": { + "name": "Fist Weapon Specialization", + "icon": "inv_gauntlets_04", + "rank": 2, + "description": "Increases your chance to get a critical strike with Fist Weapons by 2%." + }, + "13967": { + "name": "Fist Weapon Specialization", + "icon": "inv_gauntlets_04", + "rank": 3, + "description": "Increases your chance to get a critical strike with Fist Weapons by 3%." + }, + "13968": { + "name": "Fist Weapon Specialization", + "icon": "inv_gauntlets_04", + "rank": 4, + "description": "Increases your chance to get a critical strike with Fist Weapons by 4%." + }, + "13969": { + "name": "Fist Weapon Specialization", + "icon": "inv_gauntlets_04", + "rank": 5, + "description": "Increases your chance to get a critical strike with Fist Weapons by 5%." + }, + "13970": { + "name": "Master of Deception", + "icon": "spell_shadow_charm", + "rank": 2, + "description": "Reduces the chance enemies have to detect you while in Stealth mode.  More effective than Master of Deception (Rank 1)." + }, + "13971": { + "name": "Master of Deception", + "icon": "spell_shadow_charm", + "rank": 3, + "description": "Reduces the chance enemies have to detect you while in Stealth mode.  More effective than Master of Deception (Rank 2)." + }, + "13972": { + "name": "Master of Deception", + "icon": "spell_shadow_charm", + "rank": 4, + "description": "Reduces the chance enemies have to detect you while in Stealth mode.  More effective than Master of Deception (Rank 3)." + }, + "13973": { + "name": "Master of Deception", + "icon": "spell_shadow_charm", + "rank": 5, + "description": "Reduces the chance enemies have to detect you while in Stealth mode.  More effective than Master of Deception (Rank 4)." + }, + "13975": { + "name": "Camouflage", + "icon": "ability_stealth", + "rank": 1, + "description": "Increases your speed while stealthed by 3% and reduces the cooldown of your Stealth ability by 1 sec." + }, + "13976": { + "name": "Initiative", + "icon": "spell_shadow_fumble", + "rank": 1, + "description": "Gives you a 25% chance to add an additional combo point to your target when using your Ambush, Garrote, or Cheap Shot ability." + }, + "13979": { + "name": "Initiative", + "icon": "spell_shadow_fumble", + "rank": 2, + "description": "Gives you a 50% chance to add an additional combo point to your target when using your Ambush, Garrote, or Cheap Shot ability." + }, + "13980": { + "name": "Initiative", + "icon": "spell_shadow_fumble", + "rank": 3, + "description": "Gives you a 75% chance to add an additional combo point to your target when using your Ambush, Garrote, or Cheap Shot ability." + }, + "13981": { + "name": "Elusiveness", + "icon": "spell_magic_lesserinvisibilty", + "rank": 1, + "description": "Reduces the cooldown of your Vanish and Blind abilities by 45 sec." + }, + "13983": { + "name": "Setup", + "icon": "spell_nature_mirrorimage", + "rank": 1, + "description": "Gives you a 15% chance to add a combo point to your target after dodging their attack or fully resisting one of their spells." + }, + "14057": { + "name": "Opportunity", + "icon": "ability_warrior_warcry", + "rank": 1, + "description": "Increases the damage dealt when striking from behind with your Backstab, Garrote, or Ambush abilities by 4%." + }, + "14062": { + "name": "Camouflage", + "icon": "ability_stealth", + "rank": 2, + "description": "Increases your speed while stealthed by 6% and reduces the cooldown of your Stealth ability by 2 sec." + }, + "14063": { + "name": "Camouflage", + "icon": "ability_stealth", + "rank": 3, + "description": "Increases your speed while stealthed by 9% and reduces the cooldown of your Stealth ability by 3 sec." + }, + "14064": { + "name": "Camouflage", + "icon": "ability_stealth", + "rank": 4, + "description": "Increases your speed while stealthed by 12% and reduces the cooldown of your Stealth ability by 4 sec." + }, + "14065": { + "name": "Camouflage", + "icon": "ability_stealth", + "rank": 5, + "description": "Increases your speed while stealthed by 15% and reduces the cooldown of your Stealth ability by 5 sec." + }, + "14066": { + "name": "Elusiveness", + "icon": "spell_magic_lesserinvisibilty", + "rank": 2, + "description": "Reduces the cooldown of your Vanish and Blind abilities by 1.5 min." + }, + "14070": { + "name": "Setup", + "icon": "spell_nature_mirrorimage", + "rank": 2, + "description": "Gives you a 30% chance to add a combo point to your target after dodging their attack or fully resisting one of their spells." + }, + "14071": { + "name": "Setup", + "icon": "spell_nature_mirrorimage", + "rank": 3, + "description": "Gives you a 45% chance to add a combo point to your target after dodging their attack or fully resisting one of their spells." + }, + "14072": { + "name": "Opportunity", + "icon": "ability_warrior_warcry", + "rank": 2, + "description": "Increases the damage dealt when striking from behind with your Backstab, Garrote, or Ambush abilities by 8%." + }, + "14073": { + "name": "Opportunity", + "icon": "ability_warrior_warcry", + "rank": 3, + "description": "Increases the damage dealt when striking from behind with your Backstab, Garrote, or Ambush abilities by 12%." + }, + "14074": { + "name": "Opportunity", + "icon": "ability_warrior_warcry", + "rank": 4, + "description": "Increases the damage dealt when striking from behind with your Backstab, Garrote, or Ambush abilities by 16%." + }, + "14075": { + "name": "Opportunity", + "icon": "ability_warrior_warcry", + "rank": 5, + "description": "Increases the damage dealt when striking from behind with your Backstab, Garrote, or Ambush abilities by 20%." + }, + "14076": { + "name": "Improved Sap", + "icon": "ability_sap", + "rank": 1, + "description": "Gives you a 30% chance to return to stealth mode after using your Sap ability." + }, + "14079": { + "name": "Improved Ambush", + "icon": "ability_rogue_ambush", + "rank": 1, + "description": "Increases the critical strike chance of your Ambush ability by 15%." + }, + "14080": { + "name": "Improved Ambush", + "icon": "ability_rogue_ambush", + "rank": 2, + "description": "Increases the critical strike chance of your Ambush ability by 30%." + }, + "14081": { + "name": "Improved Ambush", + "icon": "ability_rogue_ambush", + "rank": 3, + "description": "Increases the critical strike chance of your Ambush ability by 45%." + }, + "14082": { + "name": "Dirty Deeds", + "icon": "spell_shadow_summonsuccubus", + "rank": 1, + "description": "Reduces the Energy cost of your Cheap Shot and Garrote abilities by 10." + }, + "14083": { + "name": "Dirty Deeds", + "icon": "spell_shadow_summonsuccubus", + "rank": 2, + "description": "Reduces the Energy cost of your Cheap Shot and Garrote abilities by 20." + }, + "14094": { + "name": "Improved Sap", + "icon": "ability_sap", + "rank": 2, + "description": "Gives you a 60% chance to return to stealth mode after using your Sap ability." + }, + "14095": { + "name": "Improved Sap", + "icon": "ability_sap", + "rank": 3, + "description": "Gives you a 90% chance to return to stealth mode after using your Sap ability." + }, + "14113": { + "name": "Improved Poisons", + "icon": "ability_poisons", + "rank": 1, + "description": "Increases the chance to apply poisons to your target by 2%." + }, + "14114": { + "name": "Improved Poisons", + "icon": "ability_poisons", + "rank": 2, + "description": "Increases the chance to apply poisons to your target by 4%." + }, + "14115": { + "name": "Improved Poisons", + "icon": "ability_poisons", + "rank": 3, + "description": "Increases the chance to apply poisons to your target by 6%." + }, + "14116": { + "name": "Improved Poisons", + "icon": "ability_poisons", + "rank": 4, + "description": "Increases the chance to apply poisons to your target by 8%." + }, + "14117": { + "name": "Improved Poisons", + "icon": "ability_poisons", + "rank": 5, + "description": "Increases the chance to apply poisons to your target by 10%." + }, + "14128": { + "name": "Lethality", + "icon": "ability_criticalstrike", + "rank": 1, + "description": "Increases the critical strike damage bonus of your Sinister Strike, Gouge, Backstab, Ghostly Strike, and Hemorrhage abilities by 6%." + }, + "14132": { + "name": "Lethality", + "icon": "ability_criticalstrike", + "rank": 2, + "description": "Increases the critical strike damage bonus of your Sinister Strike, Gouge, Backstab, Ghostly Strike, and Hemorrhage abilities by 12%." + }, + "14135": { + "name": "Lethality", + "icon": "ability_criticalstrike", + "rank": 3, + "description": "Increases the critical strike damage bonus of your Sinister Strike, Gouge, Backstab, Ghostly Strike, and Hemorrhage abilities by 18%." + }, + "14136": { + "name": "Lethality", + "icon": "ability_criticalstrike", + "rank": 4, + "description": "Increases the critical strike damage bonus of your Sinister Strike, Gouge, Backstab, Ghostly Strike, and Hemorrhage abilities by 24%." + }, + "14137": { + "name": "Lethality", + "icon": "ability_criticalstrike", + "rank": 5, + "description": "Increases the critical strike damage bonus of your Sinister Strike, Gouge, Backstab, Ghostly Strike, and Hemorrhage abilities by 30%." + }, + "14138": { + "name": "Malice", + "icon": "ability_racial_bloodrage", + "rank": 1, + "description": "Increases your critical strike chance by 1%." + }, + "14139": { + "name": "Malice", + "icon": "ability_racial_bloodrage", + "rank": 2, + "description": "Increases your critical strike chance by 2%." + }, + "14140": { + "name": "Malice", + "icon": "ability_racial_bloodrage", + "rank": 3, + "description": "Increases your critical strike chance by 3%." + }, + "14141": { + "name": "Malice", + "icon": "ability_racial_bloodrage", + "rank": 4, + "description": "Increases your critical strike chance by 4%." + }, + "14142": { + "name": "Malice", + "icon": "ability_racial_bloodrage", + "rank": 5, + "description": "Increases your critical strike chance by 5%." + }, + "14144": { + "name": "Remorseless Attacks", + "icon": "ability_fiegndead", + "rank": 1, + "description": "After killing an opponent that yields experience or honor, gives you a 20% increased critical strike chance on your next Sinister Strike, Backstab, Ambush, or Ghostly Strike.  Lasts 20 sec." + }, + "14148": { + "name": "Remorseless Attacks", + "icon": "ability_fiegndead", + "rank": 2, + "description": "After killing an opponent that yields experience or honor, gives you a 40% increased critical strike chance on your next Sinister Strike, Backstab, Ambush, or Ghostly Strike.  Lasts 20 sec." + }, + "14156": { + "name": "Ruthlessness", + "icon": "ability_druid_disembowel", + "rank": 1, + "description": "Gives your finishing moves a 20% chance to add a combo point to your target." + }, + "14158": { + "name": "Murder", + "icon": "spell_shadow_deathscream", + "rank": 1, + "description": "Increases all damage caused against Humanoid, Giant, Beast and Dragonkin targets by 1%." + }, + "14159": { + "name": "Murder", + "icon": "spell_shadow_deathscream", + "rank": 2, + "description": "Increases all damage caused against Humanoid, Giant, Beast and Dragonkin targets by 2%." + }, + "14160": { + "name": "Ruthlessness", + "icon": "ability_druid_disembowel", + "rank": 2, + "description": "Gives your finishing moves a 40% chance to add a combo point to your target." + }, + "14161": { + "name": "Ruthlessness", + "icon": "ability_druid_disembowel", + "rank": 3, + "description": "Gives your finishing moves a 60% chance to add a combo point to your target." + }, + "14162": { + "name": "Improved Eviscerate", + "icon": "ability_rogue_eviscerate", + "rank": 1, + "description": "Increases the damage done by your Eviscerate ability by 5%." + }, + "14163": { + "name": "Improved Eviscerate", + "icon": "ability_rogue_eviscerate", + "rank": 2, + "description": "Increases the damage done by your Eviscerate ability by 10%." + }, + "14164": { + "name": "Improved Eviscerate", + "icon": "ability_rogue_eviscerate", + "rank": 3, + "description": "Increases the damage done by your Eviscerate ability by 15%." + }, + "14165": { + "name": "Improved Slice and Dice", + "icon": "ability_rogue_slicedice", + "rank": 1, + "description": "Increases the duration of your Slice and Dice ability by 15%." + }, + "14166": { + "name": "Improved Slice and Dice", + "icon": "ability_rogue_slicedice", + "rank": 2, + "description": "Increases the duration of your Slice and Dice ability by 30%." + }, + "14167": { + "name": "Improved Slice and Dice", + "icon": "ability_rogue_slicedice", + "rank": 3, + "description": "Increases the duration of your Slice and Dice ability by 45%." + }, + "14168": { + "name": "Improved Expose Armor", + "icon": "ability_warrior_riposte", + "rank": 1, + "description": "Increases the armor reduced by your Expose Armor ability by 25%." + }, + "14169": { + "name": "Improved Expose Armor", + "icon": "ability_warrior_riposte", + "rank": 2, + "description": "Increases the armor reduced by your Expose Armor ability by 50%." + }, + "14171": { + "name": "Serrated Blades", + "icon": "inv_sword_17", + "rank": 1, + "description": "Causes your attacks to ignore 0 of your target's Armor and increases the damage dealt by your Rupture ability by 10%.  The amount of Armor reduced increases with your level." + }, + "14172": { + "name": "Serrated Blades", + "icon": "inv_sword_17", + "rank": 2, + "description": "Causes your attacks to ignore 0 of your target's Armor and increases the damage dealt by your Rupture ability by 20%.  The amount of Armor reduced increases with your level." + }, + "14173": { + "name": "Serrated Blades", + "icon": "inv_sword_17", + "rank": 3, + "description": "Causes your attacks to ignore 0 of your target's Armor and increases the damage dealt by your Rupture ability by 30%.  The amount of Armor reduced increases with your level." + }, + "14174": { + "name": "Improved Kidney Shot", + "icon": "ability_rogue_kidneyshot", + "rank": 1, + "description": "While affected by your Kidney Shot ability, the target receives an additional 3% damage from all sources." + }, + "14175": { + "name": "Improved Kidney Shot", + "icon": "ability_rogue_kidneyshot", + "rank": 2, + "description": "While affected by your Kidney Shot ability, the target receives an additional 6% damage from all sources." + }, + "14176": { + "name": "Improved Kidney Shot", + "icon": "ability_rogue_kidneyshot", + "rank": 3, + "description": "While affected by your Kidney Shot ability, the target receives an additional 9% damage from all sources." + }, + "14177": { + "name": "Cold Blood", + "icon": "spell_ice_lament", + "rank": null, + "description": "When activated, increases the critical strike chance of your next Sinister Strike, Backstab, Ambush, or Eviscerate by 100%." + }, + "14179": { + "name": "Relentless Strikes", + "icon": "ability_warrior_decisivestrike", + "rank": null, + "description": "Your finishing moves have a 20% chance per combo point to restore 25 energy." + }, + "14183": { + "name": "Premeditation", + "icon": "spell_shadow_possession", + "rank": null, + "description": "When used, adds 2 combo points to your target.  You must add to or use those combo points within 10 sec or the combo points are lost." + }, + "14185": { + "name": "Preparation", + "icon": "spell_shadow_antishadow", + "rank": null, + "description": "When activated, this ability immediately finishes the cooldown on your other Rogue abilities." + }, + "14186": { + "name": "Seal Fate", + "icon": "spell_shadow_chilltouch", + "rank": 1, + "description": "Your critical strikes from abilities that add combo points  have a 20% chance to add an additional combo point." + }, + "14190": { + "name": "Seal Fate", + "icon": "spell_shadow_chilltouch", + "rank": 2, + "description": "Your critical strikes from abilities that add combo points  have a 40% chance to add an additional combo point." + }, + "14193": { + "name": "Seal Fate", + "icon": "spell_shadow_chilltouch", + "rank": 3, + "description": "Your critical strikes from abilities that add combo points  have a 60% chance to add an additional combo point." + }, + "14194": { + "name": "Seal Fate", + "icon": "spell_shadow_chilltouch", + "rank": 4, + "description": "Your critical strikes from abilities that add combo points  have a 80% chance to add an additional combo point." + }, + "14195": { + "name": "Seal Fate", + "icon": "spell_shadow_chilltouch", + "rank": 5, + "description": "Your critical strikes from abilities that add combo points  have a 100% chance to add an additional combo point." + }, + "14251": { + "name": "Riposte", + "icon": "ability_warrior_challange", + "rank": null, + "description": "A strike that becomes active after parrying an opponent's attack.  This attack deals 150% weapon damage and disarms the target for 6 sec." + }, + "14278": { + "name": "Ghostly Strike", + "icon": "spell_shadow_curse", + "rank": null, + "description": "A strike that deals 125% weapon damage and increases your chance to dodge by 15% for 7 sec.  Awards 1 combo point." + }, + "14520": { + "name": "Mental Agility", + "icon": "ability_hibernation", + "rank": 1, + "description": "Reduces the mana cost of your instant cast spells by 2%." + }, + "14521": { + "name": "Meditation", + "icon": "spell_nature_sleep", + "rank": 1, + "description": "Allows 5% of your Mana regeneration to continue while casting." + }, + "14522": { + "name": "Unbreakable Will", + "icon": "spell_magic_magearmor", + "rank": 1, + "description": "Increases your chance to resist Stun, Fear, and Silence effects by an additional 3%." + }, + "14523": { + "name": "Silent Resolve", + "icon": "spell_nature_manaregentotem", + "rank": 1, + "description": "Reduces the threat generated by your spells by 4%." + }, + "14524": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 1, + "description": "Increases your damage with Wands by 5%." + }, + "14525": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 2, + "description": "Increases your damage with Wands by 10%." + }, + "14526": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 3, + "description": "Increases your damage with Wands by 15%." + }, + "14527": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 4, + "description": "Increases your damage with Wands by 20%." + }, + "14528": { + "name": "Wand Specialization", + "icon": "inv_wand_01", + "rank": 5, + "description": "Increases your damage with Wands by 25%." + }, + "14531": { + "name": "Martyrdom", + "icon": "spell_nature_tranquility", + "rank": 1, + "description": "Gives you a 50% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike.  The Focused Casting effect prevents you from losing casting time when taking damage and increases resistance to Interrupt effects by 10%." + }, + "14747": { + "name": "Improved Inner Fire", + "icon": "spell_holy_innerfire", + "rank": 1, + "description": "Increases the Armor bonus of your Inner Fire spell by 10%." + }, + "14748": { + "name": "Improved Power Word: Shield", + "icon": "spell_holy_powerwordshield", + "rank": 1, + "description": "Increases the damage absorbed by your Power Word: Shield by 5%." + }, + "14749": { + "name": "Improved Power Word: Fortitude", + "icon": "spell_holy_wordfortitude", + "rank": 1, + "description": "Increases the effect of your Power Word: Fortitude and Prayer of Fortitude spells by 15%." + }, + "14750": { + "name": "Improved Mana Burn", + "icon": "spell_shadow_manaburn", + "rank": 1, + "description": "Reduces the casting time of your Mana Burn spell by 0.25 secs." + }, + "14751": { + "name": "Inner Focus", + "icon": "spell_frost_windwalkon", + "rank": null, + "description": "When activated, reduces the Mana cost of your next spell by 100% and increases its critical effect chance by 25% if it is capable of a critical effect." + }, + "14752": { + "name": "Divine Spirit", + "icon": "spell_holy_divinespirit", + "rank": 1, + "description": "Holy power infuses the target, increasing their Spirit by 17 for 30 min." + }, + "14767": { + "name": "Improved Power Word: Fortitude", + "icon": "spell_holy_wordfortitude", + "rank": 2, + "description": "Increases the effect of your Power Word: Fortitude and Prayer of Fortitude spells by 30%." + }, + "14768": { + "name": "Improved Power Word: Shield", + "icon": "spell_holy_powerwordshield", + "rank": 2, + "description": "Increases the damage absorbed by your Power Word: Shield by 10%." + }, + "14769": { + "name": "Improved Power Word: Shield", + "icon": "spell_holy_powerwordshield", + "rank": 3, + "description": "Increases the damage absorbed by your Power Word: Shield by 15%." + }, + "14770": { + "name": "Improved Inner Fire", + "icon": "spell_holy_innerfire", + "rank": 2, + "description": "Increases the Armor bonus of your Inner Fire spell by 20%." + }, + "14771": { + "name": "Improved Inner Fire", + "icon": "spell_holy_innerfire", + "rank": 3, + "description": "Increases the Armor bonus of your Inner Fire spell by 30%." + }, + "14772": { + "name": "Improved Mana Burn", + "icon": "spell_shadow_manaburn", + "rank": 2, + "description": "Reduces the casting time of your Mana Burn spell by 0.5 sec." + }, + "14774": { + "name": "Martyrdom", + "icon": "spell_nature_tranquility", + "rank": 2, + "description": "Gives you a 100% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike.  The Focused Casting effect prevents you from losing casting time when taking damage and increases resistance to Interrupt effects by 20%." + }, + "14776": { + "name": "Meditation", + "icon": "spell_nature_sleep", + "rank": 2, + "description": "Allows 10% of your Mana regeneration to continue while casting." + }, + "14777": { + "name": "Meditation", + "icon": "spell_nature_sleep", + "rank": 3, + "description": "Allows 15% of your Mana regeneration to continue while casting." + }, + "14780": { + "name": "Mental Agility", + "icon": "ability_hibernation", + "rank": 2, + "description": "Reduces the mana cost of your instant cast spells by 4%." + }, + "14781": { + "name": "Mental Agility", + "icon": "ability_hibernation", + "rank": 3, + "description": "Reduces the mana cost of your instant cast spells by 6%." + }, + "14782": { + "name": "Mental Agility", + "icon": "ability_hibernation", + "rank": 4, + "description": "Reduces the mana cost of your instant cast spells by 8%." + }, + "14783": { + "name": "Mental Agility", + "icon": "ability_hibernation", + "rank": 5, + "description": "Reduces the mana cost of your instant cast spells by 10%." + }, + "14784": { + "name": "Silent Resolve", + "icon": "spell_nature_manaregentotem", + "rank": 2, + "description": "Reduces the threat generated by your spells by 8%." + }, + "14785": { + "name": "Silent Resolve", + "icon": "spell_nature_manaregentotem", + "rank": 3, + "description": "Reduces the threat generated by your spells by 12%." + }, + "14786": { + "name": "Silent Resolve", + "icon": "spell_nature_manaregentotem", + "rank": 4, + "description": "Reduces the threat generated by your spells by 16%." + }, + "14787": { + "name": "Silent Resolve", + "icon": "spell_nature_manaregentotem", + "rank": 5, + "description": "Reduces the threat generated by your spells by 20%." + }, + "14788": { + "name": "Unbreakable Will", + "icon": "spell_magic_magearmor", + "rank": 2, + "description": "Increases your chance to resist Stun, Fear, and Silence effects by an additional 6%." + }, + "14789": { + "name": "Unbreakable Will", + "icon": "spell_magic_magearmor", + "rank": 3, + "description": "Increases your chance to resist Stun, Fear, and Silence effects by an additional 9%." + }, + "14790": { + "name": "Unbreakable Will", + "icon": "spell_magic_magearmor", + "rank": 4, + "description": "Increases your chance to resist Stun, Fear, and Silence effects by an additional 12%." + }, + "14791": { + "name": "Unbreakable Will", + "icon": "spell_magic_magearmor", + "rank": 5, + "description": "Increases your chance to resist Stun, Fear, and Silence effects by an additional 15%." + }, + "14889": { + "name": "Holy Specialization", + "icon": "spell_holy_sealofsalvation", + "rank": 1, + "description": "Increases the critical effect chance of your Holy spells by 1%." + }, + "14892": { + "name": "Inspiration", + "icon": "spell_holy_layonhands", + "rank": 1, + "description": "Increases your target's armor by 8% for 15 sec after getting a critical effect from your Flash Heal, Heal, Greater Heal, or Prayer of Healing spell." + }, + "14898": { + "name": "Spiritual Healing", + "icon": "spell_nature_moonglow", + "rank": 1, + "description": "Increases the amount healed by your healing spells by 2%." + }, + "14901": { + "name": "Spiritual Guidance", + "icon": "spell_holy_spiritualguidence", + "rank": 1, + "description": "Increases spell damage and healing by up to 5% of your total Spirit." + }, + "14908": { + "name": "Improved Renew", + "icon": "spell_holy_renew", + "rank": 1, + "description": "Increases the amount healed by your Renew spell by 5%." + }, + "14909": { + "name": "Searing Light", + "icon": "spell_holy_searinglightpriest", + "rank": 1, + "description": "Increases the damage of your Smite and Holy Fire spells by 5%." + }, + "14911": { + "name": "Improved Prayer of Healing", + "icon": "spell_holy_prayerofhealing02", + "rank": 1, + "description": "Reduces the Mana cost of your Prayer of Healing spell by 10%." + }, + "14912": { + "name": "Improved Healing", + "icon": "spell_holy_heal02", + "rank": 1, + "description": "Reduces the Mana cost of your Lesser Heal, Heal, and Greater Heal spells by 5%." + }, + "14913": { + "name": "Healing Focus", + "icon": "spell_holy_healingfocus", + "rank": 1, + "description": "Gives you a 35% chance to avoid interruption caused by damage while casting any healing spell." + }, + "14983": { + "name": "Vigor", + "icon": "spell_nature_earthbindtotem", + "rank": null, + "description": "Increases your maximum Energy by 10." + }, + "15008": { + "name": "Holy Specialization", + "icon": "spell_holy_sealofsalvation", + "rank": 2, + "description": "Increases the critical effect chance of your Holy spells by 2%." + }, + "15009": { + "name": "Holy Specialization", + "icon": "spell_holy_sealofsalvation", + "rank": 3, + "description": "Increases the critical effect chance of your Holy spells by 3%." + }, + "15010": { + "name": "Holy Specialization", + "icon": "spell_holy_sealofsalvation", + "rank": 4, + "description": "Increases the critical effect chance of your Holy spells by 4%." + }, + "15011": { + "name": "Holy Specialization", + "icon": "spell_holy_sealofsalvation", + "rank": 5, + "description": "Increases the critical effect chance of your Holy spells by 5%." + }, + "15012": { + "name": "Healing Focus", + "icon": "spell_holy_healingfocus", + "rank": 2, + "description": "Gives you a 70% chance to avoid interruption caused by damage while casting any healing spell." + }, + "15013": { + "name": "Improved Healing", + "icon": "spell_holy_heal02", + "rank": 2, + "description": "Reduces the Mana cost of your Lesser Heal, Heal, and Greater Heal spells by 10%." + }, + "15014": { + "name": "Improved Healing", + "icon": "spell_holy_heal02", + "rank": 3, + "description": "Reduces the Mana cost of your Lesser Heal, Heal, and Greater Heal spells by 15%." + }, + "15017": { + "name": "Searing Light", + "icon": "spell_holy_searinglightpriest", + "rank": 2, + "description": "Increases the damage of your Smite and Holy Fire spells by 10%." + }, + "15018": { + "name": "Improved Prayer of Healing", + "icon": "spell_holy_prayerofhealing02", + "rank": 2, + "description": "Reduces the Mana cost of your Prayer of Healing spell by 20%." + }, + "15020": { + "name": "Improved Renew", + "icon": "spell_holy_renew", + "rank": 2, + "description": "Increases the amount healed by your Renew spell by 10%." + }, + "15028": { + "name": "Spiritual Guidance", + "icon": "spell_holy_spiritualguidence", + "rank": 2, + "description": "Increases spell damage and healing by up to 10% of your total Spirit." + }, + "15029": { + "name": "Spiritual Guidance", + "icon": "spell_holy_spiritualguidence", + "rank": 3, + "description": "Increases spell damage and healing by up to 15% of your total Spirit." + }, + "15030": { + "name": "Spiritual Guidance", + "icon": "spell_holy_spiritualguidence", + "rank": 4, + "description": "Increases spell damage and healing by up to 20% of your total Spirit." + }, + "15031": { + "name": "Spiritual Guidance", + "icon": "spell_holy_spiritualguidence", + "rank": 5, + "description": "Increases spell damage and healing by up to 25% of your total Spirit." + }, + "15047": { + "name": "Ice Shards", + "icon": "spell_frost_iceshard", + "rank": 3, + "description": "Increases the critical strike damage bonus of your Frost spells by 60%." + }, + "15052": { + "name": "Ice Shards", + "icon": "spell_frost_iceshard", + "rank": 4, + "description": "Increases the critical strike damage bonus of your Frost spells by 80%." + }, + "15053": { + "name": "Ice Shards", + "icon": "spell_frost_iceshard", + "rank": 5, + "description": "Increases the critical strike damage bonus of your Frost spells by 100%." + }, + "15058": { + "name": "Arcane Instability", + "icon": "spell_shadow_teleport", + "rank": 1, + "description": "Increases your spell damage and critical strike chance by 1%." + }, + "15059": { + "name": "Arcane Instability", + "icon": "spell_shadow_teleport", + "rank": 2, + "description": "Increases your spell damage and critical strike chance by 2%." + }, + "15060": { + "name": "Arcane Instability", + "icon": "spell_shadow_teleport", + "rank": 3, + "description": "Increases your spell damage and critical strike chance by 3%." + }, + "15237": { + "name": "Holy Nova", + "icon": "spell_holy_holynova", + "rank": 1, + "description": "Causes an explosion of holy light around the caster, causing 29 to 34 Holy damage to all enemy targets within 10 yards and healing all party members within 10 yards for 54 to 63.  These effects cause no threat." + }, + "15257": { + "name": "Shadow Weaving", + "icon": "spell_shadow_blackplague", + "rank": 1, + "description": "Your Shadow damage spells have a 20% chance to cause your target to be vulnerable to Shadow damage.  This vulnerability increases the Shadow damage dealt to your target by 3% and lasts 15 sec.  Stacks up to 5 times." + }, + "15259": { + "name": "Darkness", + "icon": "spell_shadow_twilight", + "rank": 1, + "description": "Increases your Shadow spell damage by 2%." + }, + "15260": { + "name": "Shadow Focus", + "icon": "spell_shadow_burningspirit", + "rank": 1, + "description": "Reduces your target's chance to resist your Shadow spells by 2%." + }, + "15268": { + "name": "Blackout", + "icon": "spell_shadow_gathershadows", + "rank": 1, + "description": "Gives your Shadow damage spells a 2% chance to stun the target for 3 sec." + }, + "15270": { + "name": "Spirit Tap", + "icon": "spell_shadow_requiem", + "rank": 1, + "description": "Gives you a 20% chance to gain a 100% bonus to your Spirit after killing a target that yields experience.  For the duration, your Mana will regenerate at a 50% rate while casting.  Lasts 15 sec." + }, + "15272": { + "name": "Shadow Affinity", + "icon": "spell_shadow_shadowward", + "rank": 2, + "description": "Reduces the threat generated by your Shadow spells by 16%." + }, + "15273": { + "name": "Improved Mind Blast", + "icon": "spell_shadow_unholyfrenzy", + "rank": 1, + "description": "Reduces the cooldown of your Mind Blast spell by 0.5 sec." + }, + "15274": { + "name": "Improved Fade", + "icon": "spell_magic_lesserinvisibilty", + "rank": 1, + "description": "Decreases the cooldown of your Fade ability by 3 sec." + }, + "15275": { + "name": "Improved Shadow Word: Pain", + "icon": "spell_shadow_shadowwordpain", + "rank": 1, + "description": "Increases the duration of your Shadow Word: Pain spell by 3 sec." + }, + "15286": { + "name": "Vampiric Embrace", + "icon": "spell_shadow_unsummonbuilding", + "rank": null, + "description": "Afflicts your target with Shadow energy that causes all party members to be healed for 20% of any Shadow spell damage you deal for 1 min." + }, + "15307": { + "name": "Darkness", + "icon": "spell_shadow_twilight", + "rank": 2, + "description": "Increases your Shadow spell damage by 4%." + }, + "15308": { + "name": "Darkness", + "icon": "spell_shadow_twilight", + "rank": 3, + "description": "Increases your Shadow spell damage by 6%." + }, + "15309": { + "name": "Darkness", + "icon": "spell_shadow_twilight", + "rank": 4, + "description": "Increases your Shadow spell damage by 8%." + }, + "15310": { + "name": "Darkness", + "icon": "spell_shadow_twilight", + "rank": 5, + "description": "Increases your Shadow spell damage by 10%." + }, + "15311": { + "name": "Improved Fade", + "icon": "spell_magic_lesserinvisibilty", + "rank": 2, + "description": "Decreases the cooldown of your Fade ability by 6 sec." + }, + "15312": { + "name": "Improved Mind Blast", + "icon": "spell_shadow_unholyfrenzy", + "rank": 2, + "description": "Reduces the cooldown of your Mind Blast spell by 1 sec." + }, + "15313": { + "name": "Improved Mind Blast", + "icon": "spell_shadow_unholyfrenzy", + "rank": 3, + "description": "Reduces the cooldown of your Mind Blast spell by 1.5 sec." + }, + "15314": { + "name": "Improved Mind Blast", + "icon": "spell_shadow_unholyfrenzy", + "rank": 4, + "description": "Reduces the cooldown of your Mind Blast spell by 2 sec." + }, + "15316": { + "name": "Improved Mind Blast", + "icon": "spell_shadow_unholyfrenzy", + "rank": 5, + "description": "Reduces the cooldown of your Mind Blast spell by 2.5 sec." + }, + "15317": { + "name": "Improved Shadow Word: Pain", + "icon": "spell_shadow_shadowwordpain", + "rank": 2, + "description": "Increases the duration of your Shadow Word: Pain spell by 6 sec." + }, + "15318": { + "name": "Shadow Affinity", + "icon": "spell_shadow_shadowward", + "rank": 1, + "description": "Reduces the threat generated by your Shadow spells by 8%." + }, + "15320": { + "name": "Shadow Affinity", + "icon": "spell_shadow_shadowward", + "rank": 3, + "description": "Reduces the threat generated by your Shadow spells by 25%." + }, + "15323": { + "name": "Blackout", + "icon": "spell_shadow_gathershadows", + "rank": 2, + "description": "Gives your Shadow damage spells a 4% chance to stun the target for 3 sec." + }, + "15324": { + "name": "Blackout", + "icon": "spell_shadow_gathershadows", + "rank": 3, + "description": "Gives your Shadow damage spells a 6% chance to stun the target for 3 sec." + }, + "15325": { + "name": "Blackout", + "icon": "spell_shadow_gathershadows", + "rank": 4, + "description": "Gives your Shadow damage spells a 8% chance to stun the target for 3 sec." + }, + "15326": { + "name": "Blackout", + "icon": "spell_shadow_gathershadows", + "rank": 5, + "description": "Gives your Shadow damage spells a 10% chance to stun the target for 3 sec." + }, + "15327": { + "name": "Shadow Focus", + "icon": "spell_shadow_burningspirit", + "rank": 2, + "description": "Reduces your target's chance to resist your Shadow spells by 4%." + }, + "15328": { + "name": "Shadow Focus", + "icon": "spell_shadow_burningspirit", + "rank": 3, + "description": "Reduces your target's chance to resist your Shadow spells by 6%." + }, + "15329": { + "name": "Shadow Focus", + "icon": "spell_shadow_burningspirit", + "rank": 4, + "description": "Reduces your target's chance to resist your Shadow spells by 8%." + }, + "15330": { + "name": "Shadow Focus", + "icon": "spell_shadow_burningspirit", + "rank": 5, + "description": "Reduces your target's chance to resist your Shadow spells by 10%." + }, + "15331": { + "name": "Shadow Weaving", + "icon": "spell_shadow_blackplague", + "rank": 2, + "description": "Your Shadow damage spells have a 40% chance to cause your target to be vulnerable to Shadow damage.  This vulnerability increases the Shadow damage dealt to your target by 3% and lasts 15 sec.  Stacks up to 5 times." + }, + "15332": { + "name": "Shadow Weaving", + "icon": "spell_shadow_blackplague", + "rank": 3, + "description": "Your Shadow damage spells have a 60% chance to cause your target to be vulnerable to Shadow damage.  This vulnerability increases the Shadow damage dealt to your target by 3% and lasts 15 sec.  Stacks up to 5 times." + }, + "15333": { + "name": "Shadow Weaving", + "icon": "spell_shadow_blackplague", + "rank": 4, + "description": "Your Shadow damage spells have a 80% chance to cause your target to be vulnerable to Shadow damage.  This vulnerability increases the Shadow damage dealt to your target by 3% and lasts 15 sec.  Stacks up to 5 times." + }, + "15334": { + "name": "Shadow Weaving", + "icon": "spell_shadow_blackplague", + "rank": 5, + "description": "Your Shadow damage spells have a 100% chance to cause your target to be vulnerable to Shadow damage.  This vulnerability increases the Shadow damage dealt to your target by 3% and lasts 15 sec.  Stacks up to 5 times." + }, + "15335": { + "name": "Spirit Tap", + "icon": "spell_shadow_requiem", + "rank": 2, + "description": "Gives you a 40% chance to gain a 100% bonus to your Spirit after killing a target that yields experience.  For the duration, your Mana will regenerate at a 50% rate while casting.  Lasts 15 sec." + }, + "15336": { + "name": "Spirit Tap", + "icon": "spell_shadow_requiem", + "rank": 3, + "description": "Gives you a 60% chance to gain a 100% bonus to your Spirit after killing a target that yields experience.  For the duration, your Mana will regenerate at a 50% rate while casting.  Lasts 15 sec." + }, + "15337": { + "name": "Spirit Tap", + "icon": "spell_shadow_requiem", + "rank": 4, + "description": "Gives you a 80% chance to gain a 100% bonus to your Spirit after killing a target that yields experience.  For the duration, your Mana will regenerate at a 50% rate while casting.  Lasts 15 sec." + }, + "15338": { + "name": "Spirit Tap", + "icon": "spell_shadow_requiem", + "rank": 5, + "description": "Gives you a 100% chance to gain a 100% bonus to your Spirit after killing a target that yields experience.  For the duration, your Mana will regenerate at a 50% rate while casting.  Lasts 15 sec." + }, + "15349": { + "name": "Spiritual Healing", + "icon": "spell_nature_moonglow", + "rank": 2, + "description": "Increases the amount healed by your healing spells by 4%." + }, + "15354": { + "name": "Spiritual Healing", + "icon": "spell_nature_moonglow", + "rank": 3, + "description": "Increases the amount healed by your healing spells by 6%." + }, + "15355": { + "name": "Spiritual Healing", + "icon": "spell_nature_moonglow", + "rank": 4, + "description": "Increases the amount healed by your healing spells by 8%." + }, + "15356": { + "name": "Spiritual Healing", + "icon": "spell_nature_moonglow", + "rank": 5, + "description": "Increases the amount healed by your healing spells by 10%." + }, + "15362": { + "name": "Inspiration", + "icon": "spell_holy_layonhands", + "rank": 2, + "description": "Increases your target's armor by 16% for 15 sec after getting a critical effect from your Flash Heal, Heal, Greater Heal, or Prayer of Healing spell." + }, + "15363": { + "name": "Inspiration", + "icon": "spell_holy_layonhands", + "rank": 3, + "description": "Increases your target's armor by 25% for 15 sec after getting a critical effect from your Flash Heal, Heal, Greater Heal, or Prayer of Healing spell." + }, + "15392": { + "name": "Improved Psychic Scream", + "icon": "spell_shadow_psychicscream", + "rank": 1, + "description": "Reduces the cooldown of your Psychic Scream spell by 2 sec." + }, + "15407": { + "name": "Mind Flay", + "icon": "spell_shadow_siphonmana", + "rank": 1, + "description": "Assault the target's mind with Shadow energy, causing 75 Shadow damage over 3 sec and slowing their movement speed by 50%." + }, + "15448": { + "name": "Improved Psychic Scream", + "icon": "spell_shadow_psychicscream", + "rank": 2, + "description": "Reduces the cooldown of your Psychic Scream spell by 4 sec." + }, + "15473": { + "name": "Shadowform", + "icon": "spell_shadow_shadowform", + "rank": null, + "description": "Assume a Shadowform, increasing your Shadow damage by 15% and reducing Physical damage done to you by 15%.  However, you may not cast Holy spells while in this form." + }, + "15487": { + "name": "Silence", + "icon": "spell_shadow_impphaseshift", + "rank": null, + "description": "Silences the target, preventing them from casting spells for 5 sec." + }, + "16035": { + "name": "Concussion", + "icon": "spell_fire_fireball", + "rank": 1, + "description": "Increases the damage done by your Lightning Bolt, Chain Lightning and Shock spells by 1%." + }, + "16038": { + "name": "Call of Flame", + "icon": "spell_fire_immolation", + "rank": 1, + "description": "Increases the damage done by your Fire Totems by 5%." + }, + "16039": { + "name": "Convection", + "icon": "spell_nature_wispsplode", + "rank": 1, + "description": "Reduces the mana cost of your Shock, Lightning Bolt and Chain Lightning spells by 2%." + }, + "16040": { + "name": "Reverberation", + "icon": "spell_frost_frostward", + "rank": 1, + "description": "Reduces the cooldown of your Shock spells by 0.2 sec." + }, + "16041": { + "name": "Call of Thunder", + "icon": "spell_nature_callstorm", + "rank": 1, + "description": "Increases the critical strike chance of your Lightning Bolt and Chain Lightning spells by an additional 1%." + }, + "16043": { + "name": "Earth's Grasp", + "icon": "spell_nature_stoneclawtotem", + "rank": 1, + "description": "Increases the health of your Stoneclaw Totem by 25% and the radius of your Earthbind Totem by 10%." + }, + "16086": { + "name": "Improved Fire Totems", + "icon": "spell_fire_sealoffire", + "rank": 1, + "description": "Reduces the delay before your Fire Nova Totem activates by 1 sec. and decreases the threat generated by your Magma Totem by 25%." + }, + "16089": { + "name": "Elemental Fury", + "icon": "spell_fire_volcano", + "rank": null, + "description": "Increases the critical strike damage bonus of your Searing, Magma, and Fire Nova Totems and your Fire, Frost, and Nature spells by 100%." + }, + "16105": { + "name": "Concussion", + "icon": "spell_fire_fireball", + "rank": 2, + "description": "Increases the damage done by your Lightning Bolt, Chain Lightning and Shock spells by 2%." + }, + "16106": { + "name": "Concussion", + "icon": "spell_fire_fireball", + "rank": 3, + "description": "Increases the damage done by your Lightning Bolt, Chain Lightning and Shock spells by 3%." + }, + "16107": { + "name": "Concussion", + "icon": "spell_fire_fireball", + "rank": 4, + "description": "Increases the damage done by your Lightning Bolt, Chain Lightning and Shock spells by 4%." + }, + "16108": { + "name": "Concussion", + "icon": "spell_fire_fireball", + "rank": 5, + "description": "Increases the damage done by your Lightning Bolt, Chain Lightning and Shock spells by 5%." + }, + "16109": { + "name": "Convection", + "icon": "spell_nature_wispsplode", + "rank": 2, + "description": "Reduces the mana cost of your Shock, Lightning Bolt and Chain Lightning spells by 4%." + }, + "16110": { + "name": "Convection", + "icon": "spell_nature_wispsplode", + "rank": 3, + "description": "Reduces the mana cost of your Shock, Lightning Bolt and Chain Lightning spells by 6%." + }, + "16111": { + "name": "Convection", + "icon": "spell_nature_wispsplode", + "rank": 4, + "description": "Reduces the mana cost of your Shock, Lightning Bolt and Chain Lightning spells by 8%." + }, + "16112": { + "name": "Convection", + "icon": "spell_nature_wispsplode", + "rank": 5, + "description": "Reduces the mana cost of your Shock, Lightning Bolt and Chain Lightning spells by 10%." + }, + "16113": { + "name": "Reverberation", + "icon": "spell_frost_frostward", + "rank": 2, + "description": "Reduces the cooldown of your Shock spells by 0.4 sec." + }, + "16114": { + "name": "Reverberation", + "icon": "spell_frost_frostward", + "rank": 3, + "description": "Reduces the cooldown of your Shock spells by 0.6 sec." + }, + "16115": { + "name": "Reverberation", + "icon": "spell_frost_frostward", + "rank": 4, + "description": "Reduces the cooldown of your Shock spells by 0.8 sec." + }, + "16116": { + "name": "Reverberation", + "icon": "spell_frost_frostward", + "rank": 5, + "description": "Reduces the cooldown of your Shock spells by 1 sec." + }, + "16117": { + "name": "Call of Thunder", + "icon": "spell_nature_callstorm", + "rank": 2, + "description": "Increases the critical strike chance of your Lightning Bolt and Chain Lightning spells by an additional 2%." + }, + "16118": { + "name": "Call of Thunder", + "icon": "spell_nature_callstorm", + "rank": 3, + "description": "Increases the critical strike chance of your Lightning Bolt and Chain Lightning spells by an additional 3%." + }, + "16119": { + "name": "Call of Thunder", + "icon": "spell_nature_callstorm", + "rank": 4, + "description": "Increases the critical strike chance of your Lightning Bolt and Chain Lightning spells by an additional 4%." + }, + "16120": { + "name": "Call of Thunder", + "icon": "spell_nature_callstorm", + "rank": 5, + "description": "Increases the critical strike chance of your Lightning Bolt and Chain Lightning spells by an additional 6%." + }, + "16130": { + "name": "Earth's Grasp", + "icon": "spell_nature_stoneclawtotem", + "rank": 2, + "description": "Increases the health of your Stoneclaw Totem by 50% and the radius of your Earthbind Totem by 20%." + }, + "16160": { + "name": "Call of Flame", + "icon": "spell_fire_immolation", + "rank": 2, + "description": "Increases the damage done by your Fire Totems by 10%." + }, + "16161": { + "name": "Call of Flame", + "icon": "spell_fire_immolation", + "rank": 3, + "description": "Increases the damage done by your Fire Totems by 15%." + }, + "16164": { + "name": "Elemental Focus", + "icon": "spell_shadow_manaburn", + "rank": null, + "description": "Gives you a 10% chance to enter a Clearcasting state after casting any Fire, Frost, or Nature damage spell.  The Clearcasting state reduces the mana cost of your next damage spell by 100%." + }, + "16166": { + "name": "Elemental Mastery", + "icon": "spell_nature_wispheal", + "rank": null, + "description": "When activated, this spell gives your next Fire, Frost, or Nature damage spell a 100% critical strike chance and reduces the mana cost by 100%." + }, + "16173": { + "name": "Totemic Focus", + "icon": "spell_nature_moonglow", + "rank": 1, + "description": "Reduces the Mana cost of your totems by 5%." + }, + "16176": { + "name": "Ancestral Healing", + "icon": "spell_nature_undyingstrength", + "rank": 1, + "description": "Increases your target's armor value by 8% for 15 sec after getting a critical effect from one of your healing spells." + }, + "16178": { + "name": "Purification", + "icon": "spell_frost_wizardmark", + "rank": 1, + "description": "Increases the effectiveness of your healing spells by 2%." + }, + "16179": { + "name": "Tidal Focus", + "icon": "spell_frost_manarecharge", + "rank": 1, + "description": "Reduces the Mana cost of your healing spells by 1%." + }, + "16180": { + "name": "Nature's Guidance", + "icon": "spell_frost_stun", + "rank": 1, + "description": "Increases your chance to hit with melee attacks and spells by 1%." + }, + "16181": { + "name": "Healing Focus", + "icon": "spell_nature_healingwavelesser", + "rank": 1, + "description": "Gives you a 14% chance to avoid interruption caused by damage while casting any healing spell." + }, + "16182": { + "name": "Improved Healing Wave", + "icon": "spell_nature_magicimmunity", + "rank": 1, + "description": "Reduces the casting time of your Healing Wave spell by 0.1 sec." + }, + "16184": { + "name": "Improved Reincarnation", + "icon": "spell_nature_reincarnation", + "rank": 1, + "description": "Reduces the cooldown of your Reincarnation spell by 10 min and increases the amount of health and mana you reincarnate with by an additional 10%." + }, + "16187": { + "name": "Restorative Totems", + "icon": "spell_nature_manaregentotem", + "rank": 1, + "description": "Increases the effect of your Mana Spring and Healing Stream Totems by 5%." + }, + "16188": { + "name": "Nature's Swiftness", + "icon": "spell_nature_ravenform", + "rank": null, + "description": "When activated, your next Nature spell with a casting time less than 10 sec. becomes an instant cast spell." + }, + "16189": { + "name": "Totemic Mastery", + "icon": "spell_nature_nullward", + "rank": null, + "description": "The radius of your totems that affect friendly targets is increased to 30 yd." + }, + "16190": { + "name": "Mana Tide Totem", + "icon": "spell_frost_summonwaterelemental", + "rank": 1, + "description": "Summons a Mana Tide Totem with 5 health at the feet of the caster for 12 sec that restores 170 mana every 3 seconds to group members within 20 yards." + }, + "16194": { + "name": "Tidal Mastery", + "icon": "spell_nature_tranquility", + "rank": 1, + "description": "Increases the critical effect chance of your healing and lightning spells by 1%." + }, + "16196": { + "name": "Nature's Guidance", + "icon": "spell_frost_stun", + "rank": 2, + "description": "Increases your chance to hit with melee attacks and spells by 2%." + }, + "16198": { + "name": "Nature's Guidance", + "icon": "spell_frost_stun", + "rank": 3, + "description": "Increases your chance to hit with melee attacks and spells by 3%." + }, + "16205": { + "name": "Restorative Totems", + "icon": "spell_nature_manaregentotem", + "rank": 2, + "description": "Increases the effect of your Mana Spring and Healing Stream Totems by 10%." + }, + "16206": { + "name": "Restorative Totems", + "icon": "spell_nature_manaregentotem", + "rank": 3, + "description": "Increases the effect of your Mana Spring and Healing Stream Totems by 15%." + }, + "16207": { + "name": "Restorative Totems", + "icon": "spell_nature_manaregentotem", + "rank": 4, + "description": "Increases the effect of your Mana Spring and Healing Stream Totems by 20%." + }, + "16208": { + "name": "Restorative Totems", + "icon": "spell_nature_manaregentotem", + "rank": 5, + "description": "Increases the effect of your Mana Spring and Healing Stream Totems by 25%." + }, + "16209": { + "name": "Improved Reincarnation", + "icon": "spell_nature_reincarnation", + "rank": 2, + "description": "Reduces the cooldown of your Reincarnation spell by 20 min and increases the amount of health and mana you reincarnate with by an additional 20%." + }, + "16210": { + "name": "Purification", + "icon": "spell_frost_wizardmark", + "rank": 2, + "description": "Increases the effectiveness of your healing spells by 4%." + }, + "16211": { + "name": "Purification", + "icon": "spell_frost_wizardmark", + "rank": 3, + "description": "Increases the effectiveness of your healing spells by 6%." + }, + "16212": { + "name": "Purification", + "icon": "spell_frost_wizardmark", + "rank": 4, + "description": "Increases the effectiveness of your healing spells by 8%." + }, + "16213": { + "name": "Purification", + "icon": "spell_frost_wizardmark", + "rank": 5, + "description": "Increases the effectiveness of your healing spells by 10%." + }, + "16214": { + "name": "Tidal Focus", + "icon": "spell_frost_manarecharge", + "rank": 2, + "description": "Reduces the Mana cost of your healing spells by 2%." + }, + "16215": { + "name": "Tidal Focus", + "icon": "spell_frost_manarecharge", + "rank": 3, + "description": "Reduces the Mana cost of your healing spells by 3%." + }, + "16216": { + "name": "Tidal Focus", + "icon": "spell_frost_manarecharge", + "rank": 4, + "description": "Reduces the Mana cost of your healing spells by 4%." + }, + "16217": { + "name": "Tidal Focus", + "icon": "spell_frost_manarecharge", + "rank": 5, + "description": "Reduces the Mana cost of your healing spells by 5%." + }, + "16218": { + "name": "Tidal Mastery", + "icon": "spell_nature_tranquility", + "rank": 2, + "description": "Increases the critical effect chance of your healing and lightning spells by 2%." + }, + "16219": { + "name": "Tidal Mastery", + "icon": "spell_nature_tranquility", + "rank": 3, + "description": "Increases the critical effect chance of your healing and lightning spells by 3%." + }, + "16220": { + "name": "Tidal Mastery", + "icon": "spell_nature_tranquility", + "rank": 4, + "description": "Increases the critical effect chance of your healing and lightning spells by 4%." + }, + "16221": { + "name": "Tidal Mastery", + "icon": "spell_nature_tranquility", + "rank": 5, + "description": "Increases the critical effect chance of your healing and lightning spells by 5%." + }, + "16222": { + "name": "Totemic Focus", + "icon": "spell_nature_moonglow", + "rank": 2, + "description": "Reduces the Mana cost of your totems by 10%." + }, + "16223": { + "name": "Totemic Focus", + "icon": "spell_nature_moonglow", + "rank": 3, + "description": "Reduces the Mana cost of your totems by 15%." + }, + "16224": { + "name": "Totemic Focus", + "icon": "spell_nature_moonglow", + "rank": 4, + "description": "Reduces the Mana cost of your totems by 20%." + }, + "16225": { + "name": "Totemic Focus", + "icon": "spell_nature_moonglow", + "rank": 5, + "description": "Reduces the Mana cost of your totems by 25%." + }, + "16226": { + "name": "Improved Healing Wave", + "icon": "spell_nature_magicimmunity", + "rank": 2, + "description": "Reduces the casting time of your Healing Wave spell by 0.2 sec." + }, + "16227": { + "name": "Improved Healing Wave", + "icon": "spell_nature_magicimmunity", + "rank": 3, + "description": "Reduces the casting time of your Healing Wave spell by 0.3 sec." + }, + "16228": { + "name": "Improved Healing Wave", + "icon": "spell_nature_magicimmunity", + "rank": 4, + "description": "Reduces the casting time of your Healing Wave spell by 0.4 sec." + }, + "16229": { + "name": "Improved Healing Wave", + "icon": "spell_nature_magicimmunity", + "rank": 5, + "description": "Reduces the casting time of your Healing Wave spell by 0.5 sec." + }, + "16230": { + "name": "Healing Focus", + "icon": "spell_nature_healingwavelesser", + "rank": 2, + "description": "Gives you a 28% chance to avoid interruption caused by damage while casting any healing spell." + }, + "16232": { + "name": "Healing Focus", + "icon": "spell_nature_healingwavelesser", + "rank": 3, + "description": "Gives you a 42% chance to avoid interruption caused by damage while casting any healing spell." + }, + "16233": { + "name": "Healing Focus", + "icon": "spell_nature_healingwavelesser", + "rank": 4, + "description": "Gives you a 56% chance to avoid interruption caused by damage while casting any healing spell." + }, + "16234": { + "name": "Healing Focus", + "icon": "spell_nature_healingwavelesser", + "rank": 5, + "description": "Gives you a 70% chance to avoid interruption caused by damage while casting any healing spell." + }, + "16235": { + "name": "Ancestral Healing", + "icon": "spell_nature_undyingstrength", + "rank": 2, + "description": "Increases your target's armor value by 16% for 15 sec after getting a critical effect from one of your healing spells." + }, + "16240": { + "name": "Ancestral Healing", + "icon": "spell_nature_undyingstrength", + "rank": 3, + "description": "Increases your target's armor value by 25% for 15 sec after getting a critical effect from one of your healing spells." + }, + "16252": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 1, + "description": "Increases your armor value from items by 2%." + }, + "16253": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 1, + "description": "Increases your chance to block attacks with a shield by 1% and increases the amount blocked by 5%." + }, + "16254": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 1, + "description": "Increases your chance to dodge by an additional 1%." + }, + "16255": { + "name": "Thundering Strikes", + "icon": "ability_thunderbolt", + "rank": 1, + "description": "Improves your chance to get a critical strike with your weapon attacks by 1%." + }, + "16256": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 1, + "description": "Increases your attack speed by 10% for your next 3 swings after dealing a critical strike." + }, + "16258": { + "name": "Guardian Totems", + "icon": "spell_nature_stoneskintotem", + "rank": 1, + "description": "Increases the amount of damage reduced by your Stoneskin Totem and Windwall Totem by 10% and reduces the cooldown of your Grounding Totem by 1 sec." + }, + "16259": { + "name": "Enhancing Totems", + "icon": "spell_nature_earthbindtotem", + "rank": 1, + "description": "Increases the effect of your Strength of Earth and Grace of Air Totems by 8%." + }, + "16261": { + "name": "Improved Lightning Shield", + "icon": "spell_nature_lightningshield", + "rank": 1, + "description": "Increases the damage done by your Lightning Shield orbs by 5%." + }, + "16262": { + "name": "Improved Ghost Wolf", + "icon": "spell_nature_spiritwolf", + "rank": 1, + "description": "Reduces the cast time of your Ghost Wolf spell by 1 sec." + }, + "16266": { + "name": "Elemental Weapons", + "icon": "spell_fire_flametounge", + "rank": 1, + "description": "Increases the melee attack power bonus of your Rockbiter Weapon by 7%, your Windfury Weapon effect by 13% and increases the damage caused by your Flametongue Weapon and Frostbrand Weapon by 5%." + }, + "16268": { + "name": "Parry", + "icon": "ability_parry", + "rank": null, + "description": "Gives a chance to parry enemy melee attacks." + }, + "16269": { + "name": "Two-Handed Axes and Maces", + "icon": "inv_axe_10", + "rank": null, + "description": "Allows you to use Two-Handed Axes and Two-Handed Maces." + }, + "16271": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 2, + "description": "Increases your chance to dodge by an additional 2%." + }, + "16272": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 3, + "description": "Increases your chance to dodge by an additional 3%." + }, + "16273": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 4, + "description": "Increases your chance to dodge by an additional 4%." + }, + "16274": { + "name": "Anticipation", + "icon": "spell_nature_mirrorimage", + "rank": 5, + "description": "Increases your chance to dodge by an additional 5%." + }, + "16281": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 2, + "description": "Increases your attack speed by 15% for your next 3 swings after dealing a critical strike." + }, + "16282": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 3, + "description": "Increases your attack speed by 20% for your next 3 swings after dealing a critical strike." + }, + "16283": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 4, + "description": "Increases your attack speed by 25% for your next 3 swings after dealing a critical strike." + }, + "16284": { + "name": "Flurry", + "icon": "ability_ghoulfrenzy", + "rank": 5, + "description": "Increases your attack speed by 30% for your next 3 swings after dealing a critical strike." + }, + "16287": { + "name": "Improved Ghost Wolf", + "icon": "spell_nature_spiritwolf", + "rank": 2, + "description": "Reduces the cast time of your Ghost Wolf spell by 2 sec." + }, + "16290": { + "name": "Improved Lightning Shield", + "icon": "spell_nature_lightningshield", + "rank": 2, + "description": "Increases the damage done by your Lightning Shield orbs by 10%." + }, + "16291": { + "name": "Improved Lightning Shield", + "icon": "spell_nature_lightningshield", + "rank": 3, + "description": "Increases the damage done by your Lightning Shield orbs by 15%." + }, + "16293": { + "name": "Guardian Totems", + "icon": "spell_nature_stoneskintotem", + "rank": 2, + "description": "Increases the amount of damage reduced by your Stoneskin Totem and Windwall Totem by 20% and reduces the cooldown of your Grounding Totem by 2 sec." + }, + "16295": { + "name": "Enhancing Totems", + "icon": "spell_nature_earthbindtotem", + "rank": 2, + "description": "Increases the effect of your Strength of Earth and Grace of Air Totems by 15%." + }, + "16298": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 2, + "description": "Increases your chance to block attacks with a shield by 2% and increases the amount blocked by 10%." + }, + "16299": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 3, + "description": "Increases your chance to block attacks with a shield by 3% and increases the amount blocked by 15%." + }, + "16300": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 4, + "description": "Increases your chance to block attacks with a shield by 4% and increases the amount blocked by 20%." + }, + "16301": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 5, + "description": "Increases your chance to block attacks with a shield by 5% and increases the amount blocked by 25%." + }, + "16302": { + "name": "Thundering Strikes", + "icon": "ability_thunderbolt", + "rank": 2, + "description": "Improves your chance to get a critical strike with your weapon attacks by 2%." + }, + "16303": { + "name": "Thundering Strikes", + "icon": "ability_thunderbolt", + "rank": 3, + "description": "Improves your chance to get a critical strike with your weapon attacks by 3%." + }, + "16304": { + "name": "Thundering Strikes", + "icon": "ability_thunderbolt", + "rank": 4, + "description": "Improves your chance to get a critical strike with your weapon attacks by 4%." + }, + "16305": { + "name": "Thundering Strikes", + "icon": "ability_thunderbolt", + "rank": 5, + "description": "Improves your chance to get a critical strike with your weapon attacks by 5%." + }, + "16306": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 2, + "description": "Increases your armor value from items by 4%." + }, + "16307": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 3, + "description": "Increases your armor value from items by 6%." + }, + "16308": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 4, + "description": "Increases your armor value from items by 8%." + }, + "16309": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 5, + "description": "Increases your armor value from items by 10%." + }, + "16462": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 1, + "description": "Increases your Parry chance by 1%." + }, + "16463": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 2, + "description": "Increases your Parry chance by 2%." + }, + "16464": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 3, + "description": "Increases your Parry chance by 3%." + }, + "16465": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 4, + "description": "Increases your Parry chance by 4%." + }, + "16466": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 5, + "description": "Increases your Parry chance by 5%." + }, + "16487": { + "name": "Blood Craze", + "icon": "spell_shadow_summonimp", + "rank": 1, + "description": "Regenerates 1% of your total Health over 6 sec after being the victim of a critical strike." + }, + "16489": { + "name": "Blood Craze", + "icon": "spell_shadow_summonimp", + "rank": 2, + "description": "Regenerates 2% of your total Health over 6 sec after being the victim of a critical strike." + }, + "16492": { + "name": "Blood Craze", + "icon": "spell_shadow_summonimp", + "rank": 3, + "description": "Regenerates 3% of your total Health over 6 sec after being the victim of a critical strike." + }, + "16493": { + "name": "Impale", + "icon": "ability_searingarrow", + "rank": 1, + "description": "Increases the critical strike damage bonus of your abilities in Battle, Defensive, and Berserker stance by 10%." + }, + "16494": { + "name": "Impale", + "icon": "ability_searingarrow", + "rank": 2, + "description": "Increases the critical strike damage bonus of your abilities in Battle, Defensive, and Berserker stance by 20%." + }, + "16511": { + "name": "Hemorrhage", + "icon": "spell_shadow_lifedrain", + "rank": 1, + "description": "An instant strike that damages the opponent and causes the target to hemorrhage, increasing any Physical damage dealt to the target by up to 3.  Lasts 30 charges or 15 sec.  Awards 1 combo points." + }, + "16513": { + "name": "Vile Poisons", + "icon": "ability_rogue_feigndeath", + "rank": 1, + "description": "Increases the damage dealt by your poisons by 4% and gives your poisons an additional 8% chance to resist dispel effects." + }, + "16514": { + "name": "Vile Poisons", + "icon": "ability_rogue_feigndeath", + "rank": 2, + "description": "Increases the damage dealt by your poisons by 8% and gives your poisons an additional 16% chance to resist dispel effects." + }, + "16515": { + "name": "Vile Poisons", + "icon": "ability_rogue_feigndeath", + "rank": 3, + "description": "Increases the damage dealt by your poisons by 12% and gives your poisons an additional 24% chance to resist dispel effects." + }, + "16538": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 1, + "description": "Increases the damage you deal with One-Handed Melee weapons by 2%." + }, + "16539": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 2, + "description": "Increases the damage you deal with One-Handed Melee weapons by 4%." + }, + "16540": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 3, + "description": "Increases the damage you deal with One-Handed Melee weapons by 6%." + }, + "16541": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 4, + "description": "Increases the damage you deal with One-Handed Melee weapons by 8%." + }, + "16542": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 5, + "description": "Increases the damage you deal with One-Handed Melee weapons by 10%." + }, + "16544": { + "name": "Improved Fire Totems", + "icon": "spell_fire_sealoffire", + "rank": 2, + "description": "Reduces the delay before your Fire Nova Totem activates by 2 sec. and decreases the threat generated by your Magma Totem by 50%." + }, + "16578": { + "name": "Lightning Mastery", + "icon": "spell_lightning_lightningbolt01", + "rank": 1, + "description": "Reduces the cast time of your Lightning Bolt and Chain Lightning spells by 0.2 sec." + }, + "16579": { + "name": "Lightning Mastery", + "icon": "spell_lightning_lightningbolt01", + "rank": 2, + "description": "Reduces the cast time of your Lightning Bolt and Chain Lightning spells by 0.4 sec." + }, + "16580": { + "name": "Lightning Mastery", + "icon": "spell_lightning_lightningbolt01", + "rank": 3, + "description": "Reduces the cast time of your Lightning Bolt and Chain Lightning spells by 0.6 sec." + }, + "16581": { + "name": "Lightning Mastery", + "icon": "spell_lightning_lightningbolt01", + "rank": 4, + "description": "Reduces the cast time of your Lightning Bolt and Chain Lightning spells by 0.8 sec." + }, + "16582": { + "name": "Lightning Mastery", + "icon": "spell_lightning_lightningbolt01", + "rank": 5, + "description": "Reduces the cast time of your Lightning Bolt and Chain Lightning spells by 1 sec." + }, + "16689": { + "name": "Nature's Grasp", + "icon": "spell_nature_natureswrath", + "rank": 1, + "description": "While active, any time an enemy strikes the caster they have a 35% chance to become afflicted by Entangling Roots (Rank 1).  Only useable outdoors.  1 charge.  Lasts 45 sec." + }, + "16719": { + "name": "Vile Poisons", + "icon": "ability_rogue_feigndeath", + "rank": 4, + "description": "Increases the damage dealt by your poisons by 16% and gives your poisons an additional 32% chance to resist dispel effects." + }, + "16720": { + "name": "Vile Poisons", + "icon": "ability_rogue_feigndeath", + "rank": 5, + "description": "Increases the damage dealt by your poisons by 20% and gives your poisons an additional 40% chance to resist dispel effects." + }, + "16757": { + "name": "Arctic Reach", + "icon": "spell_shadow_darkritual", + "rank": 1, + "description": "Increases the range of your Frostbolt and Blizzard spells and the radius of your Frost Nova and Cone of Cold spells by 10%." + }, + "16758": { + "name": "Arctic Reach", + "icon": "spell_shadow_darkritual", + "rank": 2, + "description": "Increases the range of your Frostbolt and Blizzard spells and the radius of your Frost Nova and Cone of Cold spells by 20%." + }, + "16763": { + "name": "Improved Frostbolt", + "icon": "spell_frost_frostbolt02", + "rank": 3, + "description": "Reduces the casting time of your Frostbolt spell by 0.3 sec." + }, + "16765": { + "name": "Improved Frostbolt", + "icon": "spell_frost_frostbolt02", + "rank": 4, + "description": "Reduces the casting time of your Frostbolt spell by 0.4 sec." + }, + "16766": { + "name": "Improved Frostbolt", + "icon": "spell_frost_frostbolt02", + "rank": 5, + "description": "Reduces the casting time of your Frostbolt spell by 0.5 sec." + }, + "16769": { + "name": "Improved Arcane Missiles", + "icon": "spell_nature_starfall", + "rank": 4, + "description": "Gives you a 80% chance to avoid interruption caused by damage while channeling Arcane Missiles." + }, + "16770": { + "name": "Improved Arcane Missiles", + "icon": "spell_nature_starfall", + "rank": 5, + "description": "Gives you a 100% chance to avoid interruption caused by damage while channeling Arcane Missiles." + }, + "16814": { + "name": "Improved Wrath", + "icon": "spell_nature_abolishmagic", + "rank": 1, + "description": "Reduces the cast time of your Wrath spell by 0.1 sec." + }, + "16815": { + "name": "Improved Wrath", + "icon": "spell_nature_abolishmagic", + "rank": 2, + "description": "Reduces the cast time of your Wrath spell by 0.2 sec." + }, + "16816": { + "name": "Improved Wrath", + "icon": "spell_nature_abolishmagic", + "rank": 3, + "description": "Reduces the cast time of your Wrath spell by 0.3 sec." + }, + "16817": { + "name": "Improved Wrath", + "icon": "spell_nature_abolishmagic", + "rank": 4, + "description": "Reduces the cast time of your Wrath spell by 0.4 sec." + }, + "16818": { + "name": "Improved Wrath", + "icon": "spell_nature_abolishmagic", + "rank": 5, + "description": "Reduces the cast time of your Wrath spell by 0.5 sec." + }, + "16819": { + "name": "Nature's Reach", + "icon": "spell_nature_naturetouchgrow", + "rank": 1, + "description": "Increases the range of your Wrath, Entangling Roots, Faerie Fire, Moonfire, Starfire, and Hurricane spells by 10%." + }, + "16820": { + "name": "Nature's Reach", + "icon": "spell_nature_naturetouchgrow", + "rank": 2, + "description": "Increases the range of your Wrath, Entangling Roots, Faerie Fire, Moonfire, Starfire, and Hurricane spells by 20%." + }, + "16821": { + "name": "Improved Moonfire", + "icon": "spell_nature_starfall", + "rank": 1, + "description": "Increases the damage and critical strike chance of your Moonfire spell by 2%." + }, + "16822": { + "name": "Improved Moonfire", + "icon": "spell_nature_starfall", + "rank": 2, + "description": "Increases the damage and critical strike chance of your Moonfire spell by 4%." + }, + "16823": { + "name": "Improved Moonfire", + "icon": "spell_nature_starfall", + "rank": 3, + "description": "Increases the damage and critical strike chance of your Moonfire spell by 6%." + }, + "16824": { + "name": "Improved Moonfire", + "icon": "spell_nature_starfall", + "rank": 4, + "description": "Increases the damage and critical strike chance of your Moonfire spell by 8%." + }, + "16825": { + "name": "Improved Moonfire", + "icon": "spell_nature_starfall", + "rank": 5, + "description": "Increases the damage and critical strike chance of your Moonfire spell by 10%." + }, + "16833": { + "name": "Natural Shapeshifter", + "icon": "spell_nature_wispsplode", + "rank": 1, + "description": "Reduces the mana cost of all shapeshifting by 10%." + }, + "16834": { + "name": "Natural Shapeshifter", + "icon": "spell_nature_wispsplode", + "rank": 2, + "description": "Reduces the mana cost of all shapeshifting by 20%." + }, + "16835": { + "name": "Natural Shapeshifter", + "icon": "spell_nature_wispsplode", + "rank": 3, + "description": "Reduces the mana cost of all shapeshifting by 30%." + }, + "16836": { + "name": "Improved Thorns", + "icon": "spell_nature_thorns", + "rank": 1, + "description": "Increases damage caused by your Thorns spell by 25%." + }, + "16839": { + "name": "Improved Thorns", + "icon": "spell_nature_thorns", + "rank": 2, + "description": "Increases damage caused by your Thorns spell by 50%." + }, + "16840": { + "name": "Improved Thorns", + "icon": "spell_nature_thorns", + "rank": 3, + "description": "Increases damage caused by your Thorns spell by 75%." + }, + "16845": { + "name": "Moonglow", + "icon": "spell_nature_sentinal", + "rank": 1, + "description": "Reduces the Mana cost of your Moonfire, Starfire, Wrath, Healing Touch, Regrowth and Rejuvenation spells by 3%." + }, + "16846": { + "name": "Moonglow", + "icon": "spell_nature_sentinal", + "rank": 2, + "description": "Reduces the Mana cost of your Moonfire, Starfire, Wrath, Healing Touch, Regrowth and Rejuvenation spells by 6%." + }, + "16847": { + "name": "Moonglow", + "icon": "spell_nature_sentinal", + "rank": 3, + "description": "Reduces the Mana cost of your Moonfire, Starfire, Wrath, Healing Touch, Regrowth and Rejuvenation spells by 9%." + }, + "16850": { + "name": "Improved Starfire", + "icon": "spell_arcane_starfire", + "rank": 1, + "description": "Reduces the cast time of Starfire by 0.1 sec and has a 3% chance to stun the target for 3 sec." + }, + "16857": { + "name": "Faerie Fire (Feral)", + "icon": "spell_nature_faeriefire", + "rank": 1, + "description": "Decrease the armor of the target by 175 for 40 sec.  While affected, the target cannot stealth or turn invisible." + }, + "16858": { + "name": "Feral Aggression", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 1, + "description": "Increases the Attack Power reduction of your Demoralizing Roar by 8% and the damage caused by your Ferocious Bite by 3%." + }, + "16859": { + "name": "Feral Aggression", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 2, + "description": "Increases the Attack Power reduction of your Demoralizing Roar by 16% and the damage caused by your Ferocious Bite by 6%." + }, + "16860": { + "name": "Feral Aggression", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 3, + "description": "Increases the Attack Power reduction of your Demoralizing Roar by 24% and the damage caused by your Ferocious Bite by 9%." + }, + "16861": { + "name": "Feral Aggression", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 4, + "description": "Increases the Attack Power reduction of your Demoralizing Roar by 32% and the damage caused by your Ferocious Bite by 12%." + }, + "16862": { + "name": "Feral Aggression", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 5, + "description": "Increases the Attack Power reduction of your Demoralizing Roar by 40% and the damage caused by your Ferocious Bite by 15%." + }, + "16864": { + "name": "Omen of Clarity", + "icon": "spell_nature_crystalball", + "rank": null, + "description": "Imbues the Druid with natural energy.  Each of the Druid's melee attacks has a chance of causing the caster to enter a Clearcasting state.  The Clearcasting state reduces the Mana, Rage or Energy cost of your next damage or healing spell or offensive ability by 100%.  Lasts 10 min." + }, + "16880": { + "name": "Nature's Grace", + "icon": "spell_nature_naturesblessing", + "rank": null, + "description": "All spell criticals grace you with a blessing of nature, reducing the casting time of your next spell by 0.5 sec." + }, + "16896": { + "name": "Moonfury", + "icon": "spell_nature_moonglow", + "rank": 1, + "description": "Increases the damage done by your Starfire, Moonfire and Wrath spells by 2%." + }, + "16897": { + "name": "Moonfury", + "icon": "spell_nature_moonglow", + "rank": 2, + "description": "Increases the damage done by your Starfire, Moonfire and Wrath spells by 4%." + }, + "16899": { + "name": "Moonfury", + "icon": "spell_nature_moonglow", + "rank": 3, + "description": "Increases the damage done by your Starfire, Moonfire and Wrath spells by 6%." + }, + "16900": { + "name": "Moonfury", + "icon": "spell_nature_moonglow", + "rank": 4, + "description": "Increases the damage done by your Starfire, Moonfire and Wrath spells by 8%." + }, + "16901": { + "name": "Moonfury", + "icon": "spell_nature_moonglow", + "rank": 5, + "description": "Increases the damage done by your Starfire, Moonfire and Wrath spells by 10%." + }, + "16902": { + "name": "Natural Weapons", + "icon": "inv_staff_01", + "rank": 1, + "description": "Increases the damage you deal with physical attacks in all forms by 2%." + }, + "16903": { + "name": "Natural Weapons", + "icon": "inv_staff_01", + "rank": 2, + "description": "Increases the damage you deal with physical attacks in all forms by 4%." + }, + "16904": { + "name": "Natural Weapons", + "icon": "inv_staff_01", + "rank": 3, + "description": "Increases the damage you deal with physical attacks in all forms by 6%." + }, + "16905": { + "name": "Natural Weapons", + "icon": "inv_staff_01", + "rank": 4, + "description": "Increases the damage you deal with physical attacks in all forms by 8%." + }, + "16906": { + "name": "Natural Weapons", + "icon": "inv_staff_01", + "rank": 5, + "description": "Increases the damage you deal with physical attacks in all forms by 10%." + }, + "16909": { + "name": "Vengeance", + "icon": "spell_nature_purge", + "rank": 1, + "description": "Increases the critical strike damage bonus of your Starfire, Moonfire, and Wrath spells by 20%." + }, + "16910": { + "name": "Vengeance", + "icon": "spell_nature_purge", + "rank": 2, + "description": "Increases the critical strike damage bonus of your Starfire, Moonfire, and Wrath spells by 40%." + }, + "16911": { + "name": "Vengeance", + "icon": "spell_nature_purge", + "rank": 3, + "description": "Increases the critical strike damage bonus of your Starfire, Moonfire, and Wrath spells by 60%." + }, + "16912": { + "name": "Vengeance", + "icon": "spell_nature_purge", + "rank": 4, + "description": "Increases the critical strike damage bonus of your Starfire, Moonfire, and Wrath spells by 80%." + }, + "16913": { + "name": "Vengeance", + "icon": "spell_nature_purge", + "rank": 5, + "description": "Increases the critical strike damage bonus of your Starfire, Moonfire, and Wrath spells by 100%." + }, + "16918": { + "name": "Improved Entangling Roots", + "icon": "spell_nature_stranglevines", + "rank": 1, + "description": "Gives you a 40% chance to avoid interruption caused by damage while casting Entangling Roots." + }, + "16919": { + "name": "Improved Entangling Roots", + "icon": "spell_nature_stranglevines", + "rank": 2, + "description": "Gives you a 70% chance to avoid interruption caused by damage while casting Entangling Roots." + }, + "16920": { + "name": "Improved Entangling Roots", + "icon": "spell_nature_stranglevines", + "rank": 3, + "description": "Gives you a 100% chance to avoid interruption caused by damage while casting Entangling Roots." + }, + "16923": { + "name": "Improved Starfire", + "icon": "spell_arcane_starfire", + "rank": 2, + "description": "Reduces the cast time of Starfire by 0.2 sec and has a 6% chance to stun the target for 3 sec." + }, + "16924": { + "name": "Improved Starfire", + "icon": "spell_arcane_starfire", + "rank": 3, + "description": "Reduces the cast time of Starfire by 0.3 sec and has a 9% chance to stun the target for 3 sec." + }, + "16925": { + "name": "Improved Starfire", + "icon": "spell_arcane_starfire", + "rank": 4, + "description": "Reduces the cast time of Starfire by 0.4 sec and has a 12% chance to stun the target for 3 sec." + }, + "16926": { + "name": "Improved Starfire", + "icon": "spell_arcane_starfire", + "rank": 5, + "description": "Reduces the cast time of Starfire by 0.5 sec and has a 15% chance to stun the target for 3 sec." + }, + "16929": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 1, + "description": "Increases your Armor contribution from items by 2%." + }, + "16930": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 2, + "description": "Increases your Armor contribution from items by 4%." + }, + "16931": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 3, + "description": "Increases your Armor contribution from items by 6%." + }, + "16932": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 4, + "description": "Increases your Armor contribution from items by 8%." + }, + "16933": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 5, + "description": "Increases your Armor contribution from items by 10%." + }, + "16934": { + "name": "Ferocity", + "icon": "ability_hunter_pet_hyena", + "rank": 1, + "description": "Reduces the cost of your Maul, Swipe, Claw, and Rake abilities by 1 Rage or Energy." + }, + "16935": { + "name": "Ferocity", + "icon": "ability_hunter_pet_hyena", + "rank": 2, + "description": "Reduces the cost of your Maul, Swipe, Claw, and Rake abilities by 2 Rage or Energy." + }, + "16936": { + "name": "Ferocity", + "icon": "ability_hunter_pet_hyena", + "rank": 3, + "description": "Reduces the cost of your Maul, Swipe, Claw, and Rake abilities by 3 Rage or Energy." + }, + "16937": { + "name": "Ferocity", + "icon": "ability_hunter_pet_hyena", + "rank": 4, + "description": "Reduces the cost of your Maul, Swipe, Claw, and Rake abilities by 4 Rage or Energy." + }, + "16938": { + "name": "Ferocity", + "icon": "ability_hunter_pet_hyena", + "rank": 5, + "description": "Reduces the cost of your Maul, Swipe, Claw, and Rake abilities by 5 Rage or Energy." + }, + "16940": { + "name": "Brutal Impact", + "icon": "ability_druid_bash", + "rank": 1, + "description": "Increases the stun duration of your Bash and Pounce abilities by 0.5 sec." + }, + "16941": { + "name": "Brutal Impact", + "icon": "ability_druid_bash", + "rank": 2, + "description": "Increases the stun duration of your Bash and Pounce abilities by 1 sec." + }, + "16942": { + "name": "Sharpened Claws", + "icon": "inv_misc_monsterclaw_04", + "rank": 1, + "description": "Increases your critical strike chance while in Bear, Dire Bear or Cat Form by 2%." + }, + "16943": { + "name": "Sharpened Claws", + "icon": "inv_misc_monsterclaw_04", + "rank": 2, + "description": "Increases your critical strike chance while in Bear, Dire Bear or Cat Form by 4%." + }, + "16944": { + "name": "Sharpened Claws", + "icon": "inv_misc_monsterclaw_04", + "rank": 3, + "description": "Increases your critical strike chance while in Bear, Dire Bear or Cat Form by 6%." + }, + "16947": { + "name": "Feral Instinct", + "icon": "ability_ambush", + "rank": 1, + "description": "Increases threat caused in Bear and Dire Bear Form by 3% and reduces the chance enemies have to detect you while Prowling." + }, + "16948": { + "name": "Feral Instinct", + "icon": "ability_ambush", + "rank": 2, + "description": "Increases threat caused in Bear and Dire Bear Form by 6% and reduces the chance enemies have to detect you while Prowling." + }, + "16949": { + "name": "Feral Instinct", + "icon": "ability_ambush", + "rank": 3, + "description": "Increases threat caused in Bear and Dire Bear Form by 9% and reduces the chance enemies have to detect you while Prowling." + }, + "16950": { + "name": "Feral Instinct", + "icon": "ability_ambush", + "rank": 4, + "description": "Increases threat caused in Bear and Dire Bear Form by 12% and reduces the chance enemies have to detect you while Prowling." + }, + "16951": { + "name": "Feral Instinct", + "icon": "ability_ambush", + "rank": 5, + "description": "Increases threat caused in Bear and Dire Bear Form by 15% and reduces the chance enemies have to detect you while Prowling." + }, + "16952": { + "name": "Blood Frenzy", + "icon": "ability_ghoulfrenzy", + "rank": 1, + "description": "Your critical strikes from Cat Form abilities that add combo points  have a 50% chance to add an additional combo point." + }, + "16954": { + "name": "Blood Frenzy", + "icon": "ability_ghoulfrenzy", + "rank": 2, + "description": "Your critical strikes from Cat Form abilities that add combo points  have a 100% chance to add an additional combo point." + }, + "16958": { + "name": "Primal Fury", + "icon": "ability_racial_cannibalize", + "rank": 1, + "description": "Gives you a 50% chance to gain an additional 5 Rage anytime you get a critical strike while in Bear and Dire Bear Form." + }, + "16961": { + "name": "Primal Fury", + "icon": "ability_racial_cannibalize", + "rank": 2, + "description": "Gives you a 100% chance to gain an additional 5 Rage anytime you get a critical strike while in Bear and Dire Bear Form." + }, + "16966": { + "name": "Improved Shred", + "icon": "spell_shadow_vampiricaura", + "rank": 1, + "description": "Reduces the Energy cost of your Shred ability by 6." + }, + "16968": { + "name": "Improved Shred", + "icon": "spell_shadow_vampiricaura", + "rank": 2, + "description": "Reduces the Energy cost of your Shred ability by 12." + }, + "16972": { + "name": "Predatory Strikes", + "icon": "ability_hunter_pet_cat", + "rank": 1, + "description": "Increases your melee attack power in Cat, Bear and Dire Bear Forms by 50% of your level." + }, + "16974": { + "name": "Predatory Strikes", + "icon": "ability_hunter_pet_cat", + "rank": 2, + "description": "Increases your melee attack power in Cat, Bear and Dire Bear Forms by 100% of your level." + }, + "16975": { + "name": "Predatory Strikes", + "icon": "ability_hunter_pet_cat", + "rank": 3, + "description": "Increases your melee attack power in Cat, Bear and Dire Bear Forms by 150% of your level." + }, + "16979": { + "name": "Feral Charge", + "icon": "ability_hunter_pet_bear", + "rank": null, + "description": "Causes you to charge an enemy, immobilizing and interrupting any spell being cast for 4 sec." + }, + "16998": { + "name": "Savage Fury", + "icon": "ability_druid_ravage", + "rank": 1, + "description": "Increases the damage caused by your Claw, Rake, Maul and Swipe abilities by 10%." + }, + "16999": { + "name": "Savage Fury", + "icon": "ability_druid_ravage", + "rank": 2, + "description": "Increases the damage caused by your Claw, Rake, Maul and Swipe abilities by 20%." + }, + "17002": { + "name": "Feline Swiftness", + "icon": "spell_nature_spiritwolf", + "rank": null, + "description": "Increases your movement speed by 15% while outdoors in Cat Form and increases your chance to dodge while in Cat Form by 2%." + }, + "17003": { + "name": "Heart of the Wild", + "icon": "spell_holy_blessingofagility", + "rank": 1, + "description": "Increases your Intellect by 4%.  In addition, while in Bear or Dire Bear Form your Stamina is increased by 4% and while in Cat Form your Strength is increased by 4%." + }, + "17004": { + "name": "Heart of the Wild", + "icon": "spell_holy_blessingofagility", + "rank": 2, + "description": "Increases your Intellect by 8%.  In addition, while in Bear or Dire Bear Form your Stamina is increased by 8% and while in Cat Form your Strength is increased by 8%." + }, + "17005": { + "name": "Heart of the Wild", + "icon": "spell_holy_blessingofagility", + "rank": 3, + "description": "Increases your Intellect by 12%.  In addition, while in Bear or Dire Bear Form your Stamina is increased by 12% and while in Cat Form your Strength is increased by 12%." + }, + "17006": { + "name": "Heart of the Wild", + "icon": "spell_holy_blessingofagility", + "rank": 4, + "description": "Increases your Intellect by 16%.  In addition, while in Bear or Dire Bear Form your Stamina is increased by 16% and while in Cat Form your Strength is increased by 16%." + }, + "17007": { + "name": "Leader of the Pack", + "icon": "spell_nature_unyeildingstamina", + "rank": null, + "description": "While in Cat, Bear or Dire Bear Form, the Leader of the Pack increases ranged and melee critical chance of all party members within 45 yards by 3%." + }, + "17050": { + "name": "Improved Mark of the Wild", + "icon": "spell_nature_regeneration", + "rank": 1, + "description": "Increases the effects of your Mark of the Wild and Gift of the Wild spells by 7%." + }, + "17051": { + "name": "Improved Mark of the Wild", + "icon": "spell_nature_regeneration", + "rank": 2, + "description": "Increases the effects of your Mark of the Wild and Gift of the Wild spells by 14%." + }, + "17053": { + "name": "Improved Mark of the Wild", + "icon": "spell_nature_regeneration", + "rank": 3, + "description": "Increases the effects of your Mark of the Wild and Gift of the Wild spells by 21%." + }, + "17054": { + "name": "Improved Mark of the Wild", + "icon": "spell_nature_regeneration", + "rank": 4, + "description": "Increases the effects of your Mark of the Wild and Gift of the Wild spells by 28%." + }, + "17055": { + "name": "Improved Mark of the Wild", + "icon": "spell_nature_regeneration", + "rank": 5, + "description": "Increases the effects of your Mark of the Wild and Gift of the Wild spells by 35%." + }, + "17056": { + "name": "Furor", + "icon": "spell_holy_blessingofstamina", + "rank": 1, + "description": "Gives you 20% chance to gain 10 Rage when you shapeshift into Bear and Dire Bear Form or 40 Energy when you shapeshift into Cat Form." + }, + "17058": { + "name": "Furor", + "icon": "spell_holy_blessingofstamina", + "rank": 2, + "description": "Gives you 40% chance to gain 10 Rage when you shapeshift into Bear and Dire Bear Form or 40 Energy when you shapeshift into Cat Form." + }, + "17059": { + "name": "Furor", + "icon": "spell_holy_blessingofstamina", + "rank": 3, + "description": "Gives you 60% chance to gain 10 Rage when you shapeshift into Bear and Dire Bear Form or 40 Energy when you shapeshift into Cat Form." + }, + "17060": { + "name": "Furor", + "icon": "spell_holy_blessingofstamina", + "rank": 4, + "description": "Gives you 80% chance to gain 10 Rage when you shapeshift into Bear and Dire Bear Form or 40 Energy when you shapeshift into Cat Form." + }, + "17061": { + "name": "Furor", + "icon": "spell_holy_blessingofstamina", + "rank": 5, + "description": "Gives you 100% chance to gain 10 Rage when you shapeshift into Bear and Dire Bear Form or 40 Energy when you shapeshift into Cat Form." + }, + "17063": { + "name": "Nature's Focus", + "icon": "spell_nature_healingwavegreater", + "rank": 1, + "description": "Gives you a 14% chance to avoid interruption caused by damage while casting the Healing Touch, Regrowth and Tranquility spells." + }, + "17065": { + "name": "Nature's Focus", + "icon": "spell_nature_healingwavegreater", + "rank": 2, + "description": "Gives you a 28% chance to avoid interruption caused by damage while casting the Healing Touch, Regrowth and Tranquility spells." + }, + "17066": { + "name": "Nature's Focus", + "icon": "spell_nature_healingwavegreater", + "rank": 3, + "description": "Gives you a 42% chance to avoid interruption caused by damage while casting the Healing Touch, Regrowth and Tranquility spells." + }, + "17067": { + "name": "Nature's Focus", + "icon": "spell_nature_healingwavegreater", + "rank": 4, + "description": "Gives you a 56% chance to avoid interruption caused by damage while casting the Healing Touch, Regrowth and Tranquility spells." + }, + "17068": { + "name": "Nature's Focus", + "icon": "spell_nature_healingwavegreater", + "rank": 5, + "description": "Gives you a 70% chance to avoid interruption caused by damage while casting the Healing Touch, Regrowth and Tranquility spells." + }, + "17069": { + "name": "Improved Healing Touch", + "icon": "spell_nature_healingtouch", + "rank": 1, + "description": "Reduces the cast time of your Healing Touch spell by 0.1 sec." + }, + "17070": { + "name": "Improved Healing Touch", + "icon": "spell_nature_healingtouch", + "rank": 2, + "description": "Reduces the cast time of your Healing Touch spell by 0.2 sec." + }, + "17071": { + "name": "Improved Healing Touch", + "icon": "spell_nature_healingtouch", + "rank": 3, + "description": "Reduces the cast time of your Healing Touch spell by 0.3 sec." + }, + "17072": { + "name": "Improved Healing Touch", + "icon": "spell_nature_healingtouch", + "rank": 4, + "description": "Reduces the cast time of your Healing Touch spell by 0.4 sec." + }, + "17073": { + "name": "Improved Healing Touch", + "icon": "spell_nature_healingtouch", + "rank": 5, + "description": "Reduces the cast time of your Healing Touch spell by 0.5 sec." + }, + "17074": { + "name": "Improved Regrowth", + "icon": "spell_nature_resistnature", + "rank": 1, + "description": "Increases the critical effect chance of your Regrowth spell by 10%." + }, + "17075": { + "name": "Improved Regrowth", + "icon": "spell_nature_resistnature", + "rank": 2, + "description": "Increases the critical effect chance of your Regrowth spell by 20%." + }, + "17076": { + "name": "Improved Regrowth", + "icon": "spell_nature_resistnature", + "rank": 3, + "description": "Increases the critical effect chance of your Regrowth spell by 30%." + }, + "17077": { + "name": "Improved Regrowth", + "icon": "spell_nature_resistnature", + "rank": 4, + "description": "Increases the critical effect chance of your Regrowth spell by 40%." + }, + "17078": { + "name": "Improved Regrowth", + "icon": "spell_nature_resistnature", + "rank": 5, + "description": "Increases the critical effect chance of your Regrowth spell by 50%." + }, + "17079": { + "name": "Improved Enrage", + "icon": "ability_druid_enrage", + "rank": 1, + "description": "The Enrage ability now instantly generates 5 Rage." + }, + "17082": { + "name": "Improved Enrage", + "icon": "ability_druid_enrage", + "rank": 2, + "description": "The Enrage ability now instantly generates 10 Rage." + }, + "17104": { + "name": "Gift of Nature", + "icon": "spell_nature_protectionformnature", + "rank": 1, + "description": "Increases the effect of all healing spells by 2%." + }, + "17106": { + "name": "Reflection", + "icon": "spell_frost_windwalkon", + "rank": 1, + "description": "Allows 5% of your Mana regeneration to continue while casting." + }, + "17107": { + "name": "Reflection", + "icon": "spell_frost_windwalkon", + "rank": 2, + "description": "Allows 10% of your Mana regeneration to continue while casting." + }, + "17108": { + "name": "Reflection", + "icon": "spell_frost_windwalkon", + "rank": 3, + "description": "Allows 15% of your Mana regeneration to continue while casting." + }, + "17111": { + "name": "Improved Rejuvenation", + "icon": "spell_nature_rejuvenation", + "rank": 1, + "description": "Increases the effect of your Rejuvenation spell by 5%." + }, + "17112": { + "name": "Improved Rejuvenation", + "icon": "spell_nature_rejuvenation", + "rank": 2, + "description": "Increases the effect of your Rejuvenation spell by 10%." + }, + "17113": { + "name": "Improved Rejuvenation", + "icon": "spell_nature_rejuvenation", + "rank": 3, + "description": "Increases the effect of your Rejuvenation spell by 15%." + }, + "17116": { + "name": "Nature's Swiftness", + "icon": "spell_nature_ravenform", + "rank": null, + "description": "When activated, your next Nature spell becomes an instant cast spell." + }, + "17118": { + "name": "Subtlety", + "icon": "ability_eyeoftheowl", + "rank": 1, + "description": "Reduces the threat generated by your Healing spells by 4%." + }, + "17119": { + "name": "Subtlety", + "icon": "ability_eyeoftheowl", + "rank": 2, + "description": "Reduces the threat generated by your Healing spells by 8%." + }, + "17120": { + "name": "Subtlety", + "icon": "ability_eyeoftheowl", + "rank": 3, + "description": "Reduces the threat generated by your Healing spells by 12%." + }, + "17121": { + "name": "Subtlety", + "icon": "ability_eyeoftheowl", + "rank": 4, + "description": "Reduces the threat generated by your Healing spells by 16%." + }, + "17122": { + "name": "Subtlety", + "icon": "ability_eyeoftheowl", + "rank": 5, + "description": "Reduces the threat generated by your Healing spells by 20%." + }, + "17123": { + "name": "Improved Tranquility", + "icon": "spell_nature_tranquility", + "rank": 1, + "description": "Reduces threat caused by Tranquility by 50%." + }, + "17124": { + "name": "Improved Tranquility", + "icon": "spell_nature_tranquility", + "rank": 2, + "description": "Reduces threat caused by Tranquility by 100%." + }, + "17191": { + "name": "Improved Renew", + "icon": "spell_holy_renew", + "rank": 3, + "description": "Increases the amount healed by your Renew spell by 15%." + }, + "17245": { + "name": "Improved Nature's Grasp", + "icon": "spell_nature_natureswrath", + "rank": 1, + "description": "Increases the chance for your Nature's Grasp to entangle an enemy by 15%." + }, + "17247": { + "name": "Improved Nature's Grasp", + "icon": "spell_nature_natureswrath", + "rank": 2, + "description": "Increases the chance for your Nature's Grasp to entangle an enemy by 30%." + }, + "17248": { + "name": "Improved Nature's Grasp", + "icon": "spell_nature_natureswrath", + "rank": 3, + "description": "Increases the chance for your Nature's Grasp to entangle an enemy by 45%." + }, + "17249": { + "name": "Improved Nature's Grasp", + "icon": "spell_nature_natureswrath", + "rank": 4, + "description": "Increases the chance for your Nature's Grasp to entangle an enemy by 65%." + }, + "17322": { + "name": "Shadow Reach", + "icon": "spell_shadow_chilltouch", + "rank": 1, + "description": "Increases the range of your Shadow damage spells by 6%." + }, + "17323": { + "name": "Shadow Reach", + "icon": "spell_shadow_chilltouch", + "rank": 2, + "description": "Increases the range of your Shadow damage spells by 13%." + }, + "17325": { + "name": "Shadow Reach", + "icon": "spell_shadow_chilltouch", + "rank": 3, + "description": "Increases the range of your Shadow damage spells by 20%." + }, + "17364": { + "name": "Stormstrike", + "icon": "spell_holy_sealofmight", + "rank": 1, + "description": "Gives you an extra attack.  In addition, the next 2 sources of Nature damage dealt to the target are increased by 20%.  Lasts 12 sec." + }, + "17485": { + "name": "Ancestral Knowledge", + "icon": "spell_shadow_grimward", + "rank": 1, + "description": "Increases your maximum Mana by 1%." + }, + "17486": { + "name": "Ancestral Knowledge", + "icon": "spell_shadow_grimward", + "rank": 2, + "description": "Increases your maximum Mana by 2%." + }, + "17487": { + "name": "Ancestral Knowledge", + "icon": "spell_shadow_grimward", + "rank": 3, + "description": "Increases your maximum Mana by 3%." + }, + "17488": { + "name": "Ancestral Knowledge", + "icon": "spell_shadow_grimward", + "rank": 4, + "description": "Increases your maximum Mana by 4%." + }, + "17489": { + "name": "Ancestral Knowledge", + "icon": "spell_shadow_grimward", + "rank": 5, + "description": "Increases your maximum Mana by 5%." + }, + "17778": { + "name": "Cataclysm", + "icon": "spell_fire_windsofwoe", + "rank": 1, + "description": "Reduces the Mana cost of your Destruction spells by 1%." + }, + "17779": { + "name": "Cataclysm", + "icon": "spell_fire_windsofwoe", + "rank": 2, + "description": "Reduces the Mana cost of your Destruction spells by 2%." + }, + "17780": { + "name": "Cataclysm", + "icon": "spell_fire_windsofwoe", + "rank": 3, + "description": "Reduces the Mana cost of your Destruction spells by 3%." + }, + "17781": { + "name": "Cataclysm", + "icon": "spell_fire_windsofwoe", + "rank": 4, + "description": "Reduces the Mana cost of your Destruction spells by 4%." + }, + "17782": { + "name": "Cataclysm", + "icon": "spell_fire_windsofwoe", + "rank": 5, + "description": "Reduces the Mana cost of your Destruction spells by 5%." + }, + "17783": { + "name": "Fel Concentration", + "icon": "spell_shadow_fingerofdeath", + "rank": 1, + "description": "Gives you a 14% chance to avoid interruption caused by damage while channeling the Drain Life, Drain Mana, or Drain Soul spell." + }, + "17784": { + "name": "Fel Concentration", + "icon": "spell_shadow_fingerofdeath", + "rank": 2, + "description": "Gives you a 28% chance to avoid interruption caused by damage while channeling the Drain Life, Drain Mana, or Drain Soul spell." + }, + "17785": { + "name": "Fel Concentration", + "icon": "spell_shadow_fingerofdeath", + "rank": 3, + "description": "Gives you a 42% chance to avoid interruption caused by damage while channeling the Drain Life, Drain Mana, or Drain Soul spell." + }, + "17786": { + "name": "Fel Concentration", + "icon": "spell_shadow_fingerofdeath", + "rank": 4, + "description": "Gives you a 56% chance to avoid interruption caused by damage while channeling the Drain Life, Drain Mana, or Drain Soul spell." + }, + "17787": { + "name": "Fel Concentration", + "icon": "spell_shadow_fingerofdeath", + "rank": 5, + "description": "Gives you a 70% chance to avoid interruption caused by damage while channeling the Drain Life, Drain Mana, or Drain Soul spell." + }, + "17788": { + "name": "Bane", + "icon": "spell_shadow_deathpact", + "rank": 1, + "description": "Reduces the casting time of your Shadow Bolt and Immolate spells by 0.1 sec and your Soul Fire spell by 0.4 sec." + }, + "17789": { + "name": "Bane", + "icon": "spell_shadow_deathpact", + "rank": 2, + "description": "Reduces the casting time of your Shadow Bolt and Immolate spells by 0.2 sec and your Soul Fire spell by 0.8 sec." + }, + "17790": { + "name": "Bane", + "icon": "spell_shadow_deathpact", + "rank": 3, + "description": "Reduces the casting time of your Shadow Bolt and Immolate spells by 0.3 sec and your Soul Fire spell by 1.2 sec." + }, + "17791": { + "name": "Bane", + "icon": "spell_shadow_deathpact", + "rank": 4, + "description": "Reduces the casting time of your Shadow Bolt and Immolate spells by 0.4 sec and your Soul Fire spell by 1.6 sec." + }, + "17792": { + "name": "Bane", + "icon": "spell_shadow_deathpact", + "rank": 5, + "description": "Reduces the casting time of your Shadow Bolt and Immolate spells by 0.5 sec and your Soul Fire spell by 2 sec." + }, + "17793": { + "name": "Improved Shadow Bolt", + "icon": "spell_shadow_shadowbolt", + "rank": 1, + "description": "Your Shadow Bolt critical strikes increase Shadow damage dealt to the target by 4% until 4 non-periodic damage sources are applied.  Effect lasts a maximum of 12 sec." + }, + "17796": { + "name": "Improved Shadow Bolt", + "icon": "spell_shadow_shadowbolt", + "rank": 2, + "description": "Your Shadow Bolt critical strikes increase Shadow damage dealt to the target by 8% until 4 non-periodic damage sources are applied.  Effect lasts a maximum of 12 sec." + }, + "17801": { + "name": "Improved Shadow Bolt", + "icon": "spell_shadow_shadowbolt", + "rank": 3, + "description": "Your Shadow Bolt critical strikes increase Shadow damage dealt to the target by 12% until 4 non-periodic damage sources are applied.  Effect lasts a maximum of 12 sec." + }, + "17802": { + "name": "Improved Shadow Bolt", + "icon": "spell_shadow_shadowbolt", + "rank": 4, + "description": "Your Shadow Bolt critical strikes increase Shadow damage dealt to the target by 16% until 4 non-periodic damage sources are applied.  Effect lasts a maximum of 12 sec." + }, + "17803": { + "name": "Improved Shadow Bolt", + "icon": "spell_shadow_shadowbolt", + "rank": 5, + "description": "Your Shadow Bolt critical strikes increase Shadow damage dealt to the target by 20% until 4 non-periodic damage sources are applied.  Effect lasts a maximum of 12 sec." + }, + "17804": { + "name": "Improved Drain Life", + "icon": "spell_shadow_lifedrain02", + "rank": 1, + "description": "Increases the Health drained by your Drain Life spell by 2%." + }, + "17805": { + "name": "Improved Drain Life", + "icon": "spell_shadow_lifedrain02", + "rank": 2, + "description": "Increases the Health drained by your Drain Life spell by 4%." + }, + "17806": { + "name": "Improved Drain Life", + "icon": "spell_shadow_lifedrain02", + "rank": 3, + "description": "Increases the Health drained by your Drain Life spell by 6%." + }, + "17807": { + "name": "Improved Drain Life", + "icon": "spell_shadow_lifedrain02", + "rank": 4, + "description": "Increases the Health drained by your Drain Life spell by 8%." + }, + "17808": { + "name": "Improved Drain Life", + "icon": "spell_shadow_lifedrain02", + "rank": 5, + "description": "Increases the Health drained by your Drain Life spell by 10%." + }, + "17810": { + "name": "Improved Corruption", + "icon": "spell_shadow_abominationexplosion", + "rank": 1, + "description": "Reduces the casting time of your Corruption spell by 0.4 sec." + }, + "17811": { + "name": "Improved Corruption", + "icon": "spell_shadow_abominationexplosion", + "rank": 2, + "description": "Reduces the casting time of your Corruption spell by 0.8 sec." + }, + "17812": { + "name": "Improved Corruption", + "icon": "spell_shadow_abominationexplosion", + "rank": 3, + "description": "Reduces the casting time of your Corruption spell by 1.2 sec." + }, + "17813": { + "name": "Improved Corruption", + "icon": "spell_shadow_abominationexplosion", + "rank": 4, + "description": "Reduces the casting time of your Corruption spell by 1.6 sec." + }, + "17814": { + "name": "Improved Corruption", + "icon": "spell_shadow_abominationexplosion", + "rank": 5, + "description": "Reduces the casting time of your Corruption spell by 2 sec." + }, + "17815": { + "name": "Improved Immolate", + "icon": "spell_fire_immolation", + "rank": 1, + "description": "Increases the initial damage of your Immolate spell by 5%." + }, + "17833": { + "name": "Improved Immolate", + "icon": "spell_fire_immolation", + "rank": 2, + "description": "Increases the initial damage of your Immolate spell by 10%." + }, + "17834": { + "name": "Improved Immolate", + "icon": "spell_fire_immolation", + "rank": 3, + "description": "Increases the initial damage of your Immolate spell by 15%." + }, + "17835": { + "name": "Improved Immolate", + "icon": "spell_fire_immolation", + "rank": 4, + "description": "Increases the initial damage of your Immolate spell by 20%." + }, + "17836": { + "name": "Improved Immolate", + "icon": "spell_fire_immolation", + "rank": 5, + "description": "Increases the initial damage of your Immolate spell by 25%." + }, + "17864": { + "name": "Improved Drain Mana", + "icon": "spell_shadow_siphonmana", + "rank": 1, + "description": "Causes 15% of the Mana drained by your Drain Mana spell to damage the opponent." + }, + "17877": { + "name": "Shadowburn", + "icon": "spell_shadow_scourgebuild", + "rank": 1, + "description": "Instantly blasts the target for 91 to 104 Shadow damage.  If the target dies within 5 sec of Shadowburn, and yields experience or honor, the caster gains a Soul Shard." + }, + "17917": { + "name": "Destructive Reach", + "icon": "spell_shadow_corpseexplode", + "rank": 1, + "description": "Increases the range of your Destruction spells by 10%." + }, + "17918": { + "name": "Destructive Reach", + "icon": "spell_shadow_corpseexplode", + "rank": 2, + "description": "Increases the range of your Destruction spells by 20%." + }, + "17927": { + "name": "Improved Searing Pain", + "icon": "spell_fire_soulburn", + "rank": 1, + "description": "Increases the critical strike chance of your Searing Pain spell by 2%." + }, + "17929": { + "name": "Improved Searing Pain", + "icon": "spell_fire_soulburn", + "rank": 2, + "description": "Increases the critical strike chance of your Searing Pain spell by 4%." + }, + "17930": { + "name": "Improved Searing Pain", + "icon": "spell_fire_soulburn", + "rank": 3, + "description": "Increases the critical strike chance of your Searing Pain spell by 6%." + }, + "17931": { + "name": "Improved Searing Pain", + "icon": "spell_fire_soulburn", + "rank": 4, + "description": "Increases the critical strike chance of your Searing Pain spell by 8%." + }, + "17932": { + "name": "Improved Searing Pain", + "icon": "spell_fire_soulburn", + "rank": 5, + "description": "Increases the critical strike chance of your Searing Pain spell by 10%." + }, + "17954": { + "name": "Emberstorm", + "icon": "spell_fire_selfdestruct", + "rank": 1, + "description": "Increases the damage done by your Fire spells by 2%." + }, + "17955": { + "name": "Emberstorm", + "icon": "spell_fire_selfdestruct", + "rank": 2, + "description": "Increases the damage done by your Fire spells by 4%." + }, + "17956": { + "name": "Emberstorm", + "icon": "spell_fire_selfdestruct", + "rank": 3, + "description": "Increases the damage done by your Fire spells by 6%." + }, + "17957": { + "name": "Emberstorm", + "icon": "spell_fire_selfdestruct", + "rank": 4, + "description": "Increases the damage done by your Fire spells by 8%." + }, + "17958": { + "name": "Emberstorm", + "icon": "spell_fire_selfdestruct", + "rank": 5, + "description": "Increases the damage done by your Fire spells by 10%." + }, + "17959": { + "name": "Ruin", + "icon": "spell_shadow_shadowwordpain", + "rank": 1, + "description": "Increases the critical strike damage bonus of your Destruction spells by 100%." + }, + "17962": { + "name": "Conflagrate", + "icon": "spell_fire_fireball", + "rank": 1, + "description": "Ignites a target that is already afflicted by Immolate, dealing 249 to 316 Fire damage and consuming the Immolate spell." + }, + "18073": { + "name": "Pyroclasm", + "icon": "spell_fire_volcano", + "rank": 2, + "description": "Gives your Rain of Fire, Hellfire, and Soul Fire spells a 26% chance to stun the target for 3 sec." + }, + "18094": { + "name": "Nightfall", + "icon": "spell_shadow_twilight", + "rank": 1, + "description": "Gives your Corruption and Drain Life spells a 2% chance to cause you to enter a Shadow Trance state after damaging the opponent.  The Shadow Trance state reduces the casting time of your next Shadow Bolt spell by 100%." + }, + "18095": { + "name": "Nightfall", + "icon": "spell_shadow_twilight", + "rank": 2, + "description": "Gives your Corruption and Drain Life spells a 4% chance to cause you to enter a Shadow Trance state after damaging the opponent.  The Shadow Trance state reduces the casting time of your next Shadow Bolt spell by 100%." + }, + "18096": { + "name": "Pyroclasm", + "icon": "spell_fire_volcano", + "rank": 1, + "description": "Gives your Rain of Fire, Hellfire, and Soul Fire spells a 13% chance to stun the target for 3 sec." + }, + "18119": { + "name": "Aftermath", + "icon": "spell_fire_fire", + "rank": 1, + "description": "Gives your Destruction spells a 2% chance to daze the target for 5 sec." + }, + "18120": { + "name": "Aftermath", + "icon": "spell_fire_fire", + "rank": 2, + "description": "Gives your Destruction spells a 4% chance to daze the target for 5 sec." + }, + "18121": { + "name": "Aftermath", + "icon": "spell_fire_fire", + "rank": 3, + "description": "Gives your Destruction spells a 6% chance to daze the target for 5 sec." + }, + "18122": { + "name": "Aftermath", + "icon": "spell_fire_fire", + "rank": 4, + "description": "Gives your Destruction spells a 8% chance to daze the target for 5 sec." + }, + "18123": { + "name": "Aftermath", + "icon": "spell_fire_fire", + "rank": 5, + "description": "Gives your Destruction spells a 10% chance to daze the target for 5 sec." + }, + "18126": { + "name": "Improved Firebolt", + "icon": "spell_fire_firebolt", + "rank": 1, + "description": "Reduces the casting time of your Imp's Firebolt spell by 0.5 sec." + }, + "18127": { + "name": "Improved Firebolt", + "icon": "spell_fire_firebolt", + "rank": 2, + "description": "Reduces the casting time of your Imp's Firebolt spell by 1 sec." + }, + "18128": { + "name": "Improved Lash of Pain", + "icon": "spell_shadow_curse", + "rank": 1, + "description": "Reduces the cooldown of your Succubus' Lash of Pain spell by 3 sec." + }, + "18129": { + "name": "Improved Lash of Pain", + "icon": "spell_shadow_curse", + "rank": 2, + "description": "Reduces the cooldown of your Succubus' Lash of Pain spell by 6 sec." + }, + "18130": { + "name": "Devastation", + "icon": "spell_fire_flameshock", + "rank": 1, + "description": "Increases the critical strike chance of your Destruction spells by 1%." + }, + "18131": { + "name": "Devastation", + "icon": "spell_fire_flameshock", + "rank": 2, + "description": "Increases the critical strike chance of your Destruction spells by 2%." + }, + "18132": { + "name": "Devastation", + "icon": "spell_fire_flameshock", + "rank": 3, + "description": "Increases the critical strike chance of your Destruction spells by 3%." + }, + "18133": { + "name": "Devastation", + "icon": "spell_fire_flameshock", + "rank": 4, + "description": "Increases the critical strike chance of your Destruction spells by 4%." + }, + "18134": { + "name": "Devastation", + "icon": "spell_fire_flameshock", + "rank": 5, + "description": "Increases the critical strike chance of your Destruction spells by 5%." + }, + "18135": { + "name": "Intensity", + "icon": "spell_fire_lavaspawn", + "rank": 1, + "description": "Gives you a 35% chance to resist interruption caused by damage while channeling the Rain of Fire, Hellfire or Soul Fire spell." + }, + "18136": { + "name": "Intensity", + "icon": "spell_fire_lavaspawn", + "rank": 2, + "description": "Gives you a 70% chance to resist interruption caused by damage while channeling the Rain of Fire, Hellfire or Soul Fire spell." + }, + "18174": { + "name": "Suppression", + "icon": "spell_shadow_unsummonbuilding", + "rank": 1, + "description": "Reduces the chance for enemies to resist your Affliction spells by 2%." + }, + "18175": { + "name": "Suppression", + "icon": "spell_shadow_unsummonbuilding", + "rank": 2, + "description": "Reduces the chance for enemies to resist your Affliction spells by 4%." + }, + "18176": { + "name": "Suppression", + "icon": "spell_shadow_unsummonbuilding", + "rank": 3, + "description": "Reduces the chance for enemies to resist your Affliction spells by 6%." + }, + "18177": { + "name": "Suppression", + "icon": "spell_shadow_unsummonbuilding", + "rank": 4, + "description": "Reduces the chance for enemies to resist your Affliction spells by 8%." + }, + "18178": { + "name": "Suppression", + "icon": "spell_shadow_unsummonbuilding", + "rank": 5, + "description": "Reduces the chance for enemies to resist your Affliction spells by 10%." + }, + "18179": { + "name": "Improved Curse of Weakness", + "icon": "spell_shadow_curseofmannoroth", + "rank": 1, + "description": "Increases the effect of your Curse of Weakness by 6%." + }, + "18180": { + "name": "Improved Curse of Weakness", + "icon": "spell_shadow_curseofmannoroth", + "rank": 2, + "description": "Increases the effect of your Curse of Weakness by 13%." + }, + "18181": { + "name": "Improved Curse of Weakness", + "icon": "spell_shadow_curseofmannoroth", + "rank": 3, + "description": "Increases the effect of your Curse of Weakness by 20%." + }, + "18182": { + "name": "Improved Life Tap", + "icon": "spell_shadow_burningspirit", + "rank": 1, + "description": "Increases the amount of Mana awarded by your Life Tap spell by 10%." + }, + "18183": { + "name": "Improved Life Tap", + "icon": "spell_shadow_burningspirit", + "rank": 2, + "description": "Increases the amount of Mana awarded by your Life Tap spell by 20%." + }, + "18213": { + "name": "Improved Drain Soul", + "icon": "spell_shadow_haunting", + "rank": 1, + "description": "Gives you a 50% chance to get a 100% increase to your Mana regeneration for 10 sec if the target is killed by you while you drain its soul.  In addition your Mana may continue to regenerate while casting at 50% of normal." + }, + "18218": { + "name": "Grim Reach", + "icon": "spell_shadow_callofbone", + "rank": 1, + "description": "Increases the range of your Affliction spells by 10%." + }, + "18219": { + "name": "Grim Reach", + "icon": "spell_shadow_callofbone", + "rank": 2, + "description": "Increases the range of your Affliction spells by 20%." + }, + "18220": { + "name": "Dark Pact", + "icon": "spell_shadow_darkritual", + "rank": 1, + "description": "Drains 150 of your pet's Mana, returning 100% to you." + }, + "18223": { + "name": "Curse of Exhaustion", + "icon": "spell_shadow_grimward", + "rank": null, + "description": "Reduces the target's movement speed by 10% for 12 sec.  Only one Curse per Warlock can be active on any one target." + }, + "18265": { + "name": "Siphon Life", + "icon": "spell_shadow_requiem", + "rank": 1, + "description": "Transfers 15 health from the target to the caster every 3 sec.  Lasts 30 sec." + }, + "18271": { + "name": "Shadow Mastery", + "icon": "spell_shadow_shadetruesight", + "rank": 1, + "description": "Increases the damage dealt or life drained by your Shadow spells by 2%." + }, + "18272": { + "name": "Shadow Mastery", + "icon": "spell_shadow_shadetruesight", + "rank": 2, + "description": "Increases the damage dealt or life drained by your Shadow spells by 4%." + }, + "18273": { + "name": "Shadow Mastery", + "icon": "spell_shadow_shadetruesight", + "rank": 3, + "description": "Increases the damage dealt or life drained by your Shadow spells by 6%." + }, + "18274": { + "name": "Shadow Mastery", + "icon": "spell_shadow_shadetruesight", + "rank": 4, + "description": "Increases the damage dealt or life drained by your Shadow spells by 8%." + }, + "18275": { + "name": "Shadow Mastery", + "icon": "spell_shadow_shadetruesight", + "rank": 5, + "description": "Increases the damage dealt or life drained by your Shadow spells by 10%." + }, + "18288": { + "name": "Amplify Curse", + "icon": "spell_shadow_contagion", + "rank": null, + "description": "Increases the effect of your next Curse of Weakness or Curse of Agony by 50%, or your next Curse of Exhaustion by 20%.  Lasts 30 sec." + }, + "18310": { + "name": "Improved Curse of Exhaustion", + "icon": "spell_shadow_grimward", + "rank": 1, + "description": "Increases the speed reduction of your Curse of Exhaustion by 5%." + }, + "18311": { + "name": "Improved Curse of Exhaustion", + "icon": "spell_shadow_grimward", + "rank": 2, + "description": "Increases the speed reduction of your Curse of Exhaustion by 10%." + }, + "18312": { + "name": "Improved Curse of Exhaustion", + "icon": "spell_shadow_grimward", + "rank": 3, + "description": "Increases the speed reduction of your Curse of Exhaustion by 15%." + }, + "18313": { + "name": "Improved Curse of Exhaustion", + "icon": "spell_shadow_grimward", + "rank": 4, + "description": "Increases the speed reduction of your Curse of Exhaustion by 20%." + }, + "18372": { + "name": "Improved Drain Soul", + "icon": "spell_shadow_haunting", + "rank": 2, + "description": "Gives you a 100% chance to get a 100% increase to your Mana regeneration for 10 sec if the target is killed by you while you drain its soul.  In addition your Mana may continue to regenerate while casting at 50% of normal." + }, + "18393": { + "name": "Improved Drain Mana", + "icon": "spell_shadow_siphonmana", + "rank": 2, + "description": "Causes 30% of the Mana drained by your Drain Mana spell to damage the opponent." + }, + "18427": { + "name": "Aggression", + "icon": "ability_racial_avatar", + "rank": 1, + "description": "Increases the damage of your Sinister Strike and Eviscerate abilities by 2%." + }, + "18428": { + "name": "Aggression", + "icon": "ability_racial_avatar", + "rank": 2, + "description": "Increases the damage of your Sinister Strike and Eviscerate abilities by 4%." + }, + "18429": { + "name": "Aggression", + "icon": "ability_racial_avatar", + "rank": 3, + "description": "Increases the damage of your Sinister Strike and Eviscerate abilities by 6%." + }, + "18459": { + "name": "Incinerate", + "icon": "spell_fire_flameshock", + "rank": 1, + "description": "Increases the critical strike chance of your Fire Blast and Scorch spells by 2%." + }, + "18460": { + "name": "Incinerate", + "icon": "spell_fire_flameshock", + "rank": 2, + "description": "Increases the critical strike chance of your Fire Blast and Scorch spells by 4%." + }, + "18462": { + "name": "Arcane Meditation", + "icon": "spell_shadow_siphonmana", + "rank": 1, + "description": "Allows 5% of your Mana regeneration to continue while casting." + }, + "18463": { + "name": "Arcane Meditation", + "icon": "spell_shadow_siphonmana", + "rank": 2, + "description": "Allows 10% of your Mana regeneration to continue while casting." + }, + "18464": { + "name": "Arcane Meditation", + "icon": "spell_shadow_siphonmana", + "rank": 3, + "description": "Allows 15% of your Mana regeneration to continue while casting." + }, + "18530": { + "name": "Divine Fury", + "icon": "spell_holy_sealofwrath", + "rank": 1, + "description": "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.1 sec." + }, + "18531": { + "name": "Divine Fury", + "icon": "spell_holy_sealofwrath", + "rank": 2, + "description": "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.2 sec." + }, + "18533": { + "name": "Divine Fury", + "icon": "spell_holy_sealofwrath", + "rank": 3, + "description": "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.3 sec." + }, + "18534": { + "name": "Divine Fury", + "icon": "spell_holy_sealofwrath", + "rank": 4, + "description": "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.4 sec." + }, + "18535": { + "name": "Divine Fury", + "icon": "spell_holy_sealofwrath", + "rank": 5, + "description": "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.5 sec." + }, + "18544": { + "name": "Force of Will", + "icon": "spell_nature_slowingtotem", + "rank": 1, + "description": "Increases your spell damage by 1% and the critical strike chance of your offensive spells by 1%." + }, + "18547": { + "name": "Force of Will", + "icon": "spell_nature_slowingtotem", + "rank": 2, + "description": "Increases your spell damage by 2% and the critical strike chance of your offensive spells by 2%." + }, + "18548": { + "name": "Force of Will", + "icon": "spell_nature_slowingtotem", + "rank": 3, + "description": "Increases your spell damage by 3% and the critical strike chance of your offensive spells by 3%." + }, + "18549": { + "name": "Force of Will", + "icon": "spell_nature_slowingtotem", + "rank": 4, + "description": "Increases your spell damage by 4% and the critical strike chance of your offensive spells by 4%." + }, + "18550": { + "name": "Force of Will", + "icon": "spell_nature_slowingtotem", + "rank": 5, + "description": "Increases your spell damage by 5% and the critical strike chance of your offensive spells by 5%." + }, + "18551": { + "name": "Mental Strength", + "icon": "spell_nature_enchantarmor", + "rank": 1, + "description": "Increases your maximum Mana by 2%." + }, + "18552": { + "name": "Mental Strength", + "icon": "spell_nature_enchantarmor", + "rank": 2, + "description": "Increases your maximum Mana by 4%." + }, + "18553": { + "name": "Mental Strength", + "icon": "spell_nature_enchantarmor", + "rank": 3, + "description": "Increases your maximum Mana by 6%." + }, + "18554": { + "name": "Mental Strength", + "icon": "spell_nature_enchantarmor", + "rank": 4, + "description": "Increases your maximum Mana by 8%." + }, + "18555": { + "name": "Mental Strength", + "icon": "spell_nature_enchantarmor", + "rank": 5, + "description": "Increases your maximum Mana by 10%." + }, + "18562": { + "name": "Swiftmend", + "icon": "inv_relics_idolofrejuvenation", + "rank": null, + "description": "Consumes a Rejuvenation or Regrowth effect on a friendly target to instantly heal them an amount equal to 12 sec. of Rejuvenation or 18 sec. of Regrowth." + }, + "18692": { + "name": "Improved Healthstone", + "icon": "inv_stone_04", + "rank": 1, + "description": "Increases the amount of Health restored by your Healthstone by 10%." + }, + "18693": { + "name": "Improved Healthstone", + "icon": "inv_stone_04", + "rank": 2, + "description": "Increases the amount of Health restored by your Healthstone by 20%." + }, + "18694": { + "name": "Improved Imp", + "icon": "spell_shadow_summonimp", + "rank": 1, + "description": "Increases the effect of your Imp's Firebolt, Fire Shield, and Blood Pact spells by 10%." + }, + "18695": { + "name": "Improved Imp", + "icon": "spell_shadow_summonimp", + "rank": 2, + "description": "Increases the effect of your Imp's Firebolt, Fire Shield, and Blood Pact spells by 20%." + }, + "18696": { + "name": "Improved Imp", + "icon": "spell_shadow_summonimp", + "rank": 3, + "description": "Increases the effect of your Imp's Firebolt, Fire Shield, and Blood Pact spells by 30%." + }, + "18697": { + "name": "Demonic Embrace", + "icon": "spell_shadow_metamorphosis", + "rank": 1, + "description": "Increases your total Stamina by 3% but reduces your total Spirit by 1%." + }, + "18698": { + "name": "Demonic Embrace", + "icon": "spell_shadow_metamorphosis", + "rank": 2, + "description": "Increases your total Stamina by 6% but reduces your total Spirit by 2%." + }, + "18699": { + "name": "Demonic Embrace", + "icon": "spell_shadow_metamorphosis", + "rank": 3, + "description": "Increases your total Stamina by 9% but reduces your total Spirit by 3%." + }, + "18700": { + "name": "Demonic Embrace", + "icon": "spell_shadow_metamorphosis", + "rank": 4, + "description": "Increases your total Stamina by 12% but reduces your total Spirit by 4%." + }, + "18701": { + "name": "Demonic Embrace", + "icon": "spell_shadow_metamorphosis", + "rank": 5, + "description": "Increases your total Stamina by 15% but reduces your total Spirit by 5%." + }, + "18703": { + "name": "Improved Health Funnel", + "icon": "spell_shadow_lifedrain", + "rank": 1, + "description": "Increases the amount of Health transferred by your Health Funnel spell by 10%." + }, + "18704": { + "name": "Improved Health Funnel", + "icon": "spell_shadow_lifedrain", + "rank": 2, + "description": "Increases the amount of Health transferred by your Health Funnel spell by 20%." + }, + "18705": { + "name": "Improved Voidwalker", + "icon": "spell_shadow_summonvoidwalker", + "rank": 1, + "description": "Increases the effectiveness of your Voidwalker's Torment, Consume Shadows, Sacrifice and Suffering spells by 10%." + }, + "18706": { + "name": "Improved Voidwalker", + "icon": "spell_shadow_summonvoidwalker", + "rank": 2, + "description": "Increases the effectiveness of your Voidwalker's Torment, Consume Shadows, Sacrifice and Suffering spells by 20%." + }, + "18707": { + "name": "Improved Voidwalker", + "icon": "spell_shadow_summonvoidwalker", + "rank": 3, + "description": "Increases the effectiveness of your Voidwalker's Torment, Consume Shadows, Sacrifice and Suffering spells by 30%." + }, + "18708": { + "name": "Fel Domination", + "icon": "spell_nature_removecurse", + "rank": null, + "description": "Your next Imp, Voidwalker, Succubus, or Felhunter Summon spell has its casting time reduced by 5.5 sec and its Mana cost reduced by 50%." + }, + "18709": { + "name": "Master Summoner", + "icon": "spell_shadow_impphaseshift", + "rank": 1, + "description": "Reduces the casting time of your Imp, Voidwalker, Succubus, and Felhunter Summoning spells by 2 sec and the Mana cost by 20%." + }, + "18710": { + "name": "Master Summoner", + "icon": "spell_shadow_impphaseshift", + "rank": 2, + "description": "Reduces the casting time of your Imp, Voidwalker, Succubus, and Felhunter Summoning spells by 4 sec and the Mana cost by 40%." + }, + "18731": { + "name": "Fel Intellect", + "icon": "spell_holy_magicalsentry", + "rank": 1, + "description": "Increases the maximum Mana of your Imp, Voidwalker, Succubus, and Felhunter by 3%." + }, + "18743": { + "name": "Fel Intellect", + "icon": "spell_holy_magicalsentry", + "rank": 2, + "description": "Increases the maximum Mana of your Imp, Voidwalker, Succubus, and Felhunter by 6%." + }, + "18744": { + "name": "Fel Intellect", + "icon": "spell_holy_magicalsentry", + "rank": 3, + "description": "Increases the maximum Mana of your Imp, Voidwalker, Succubus, and Felhunter by 9%." + }, + "18745": { + "name": "Fel Intellect", + "icon": "spell_holy_magicalsentry", + "rank": 4, + "description": "Increases the maximum Mana of your Imp, Voidwalker, Succubus, and Felhunter by 12%." + }, + "18746": { + "name": "Fel Intellect", + "icon": "spell_holy_magicalsentry", + "rank": 5, + "description": "Increases the maximum Mana of your Imp, Voidwalker, Succubus, and Felhunter by 15%." + }, + "18748": { + "name": "Fel Stamina", + "icon": "spell_shadow_antishadow", + "rank": 1, + "description": "Increases the maximum Health of your Imp, Voidwalker, Succubus, and Felhunter by 3%." + }, + "18749": { + "name": "Fel Stamina", + "icon": "spell_shadow_antishadow", + "rank": 2, + "description": "Increases the maximum Health of your Imp, Voidwalker, Succubus, and Felhunter by 6%." + }, + "18750": { + "name": "Fel Stamina", + "icon": "spell_shadow_antishadow", + "rank": 3, + "description": "Increases the maximum Health of your Imp, Voidwalker, Succubus, and Felhunter by 9%." + }, + "18751": { + "name": "Fel Stamina", + "icon": "spell_shadow_antishadow", + "rank": 4, + "description": "Increases the maximum Health of your Imp, Voidwalker, Succubus, and Felhunter by 12%." + }, + "18752": { + "name": "Fel Stamina", + "icon": "spell_shadow_antishadow", + "rank": 5, + "description": "Increases the maximum Health of your Imp, Voidwalker, Succubus, and Felhunter by 15%." + }, + "18754": { + "name": "Improved Succubus", + "icon": "spell_shadow_summonsuccubus", + "rank": 1, + "description": "Increases the effect of your Succubus' Lash of Pain and Soothing Kiss spells by 10%, and increases the duration of your Succubus' Seduction and Lesser Invisibility spells by 10%." + }, + "18755": { + "name": "Improved Succubus", + "icon": "spell_shadow_summonsuccubus", + "rank": 2, + "description": "Increases the effect of your Succubus' Lash of Pain and Soothing Kiss spells by 20%, and increases the duration of your Succubus' Seduction and Lesser Invisibility spells by 20%." + }, + "18756": { + "name": "Improved Succubus", + "icon": "spell_shadow_summonsuccubus", + "rank": 3, + "description": "Increases the effect of your Succubus' Lash of Pain and Soothing Kiss spells by 30%, and increases the duration of your Succubus' Seduction and Lesser Invisibility spells by 30%." + }, + "18767": { + "name": "Improved Firestone", + "icon": "inv_ammo_firetar", + "rank": 1, + "description": "Increases the bonus Fire damage from Firestones and the Firestone effect by 15%." + }, + "18768": { + "name": "Improved Firestone", + "icon": "inv_ammo_firetar", + "rank": 2, + "description": "Increases the bonus Fire damage from Firestones and the Firestone effect by 30%." + }, + "18769": { + "name": "Unholy Power", + "icon": "spell_shadow_shadowworddominate", + "rank": 1, + "description": "Increases the damage done by your Voidwalker, Succubus, and Felhunter's melee attacks by 4%." + }, + "18770": { + "name": "Unholy Power", + "icon": "spell_shadow_shadowworddominate", + "rank": 2, + "description": "Increases the damage done by your Voidwalker, Succubus, and Felhunter's melee attacks by 8%." + }, + "18771": { + "name": "Unholy Power", + "icon": "spell_shadow_shadowworddominate", + "rank": 3, + "description": "Increases the damage done by your Voidwalker, Succubus, and Felhunter's melee attacks by 12%." + }, + "18772": { + "name": "Unholy Power", + "icon": "spell_shadow_shadowworddominate", + "rank": 4, + "description": "Increases the damage done by your Voidwalker, Succubus, and Felhunter's melee attacks by 16%." + }, + "18773": { + "name": "Unholy Power", + "icon": "spell_shadow_shadowworddominate", + "rank": 5, + "description": "Increases the damage done by your Voidwalker, Succubus, and Felhunter's melee attacks by 20%." + }, + "18774": { + "name": "Improved Spellstone", + "icon": "inv_misc_gem_sapphire_01", + "rank": 1, + "description": "Increases the amount of damage absorbed by your Spellstone by 15%." + }, + "18775": { + "name": "Improved Spellstone", + "icon": "inv_misc_gem_sapphire_01", + "rank": 2, + "description": "Increases the amount of damage absorbed by your Spellstone by 30%." + }, + "18788": { + "name": "Demonic Sacrifice", + "icon": "spell_shadow_psychicscream", + "rank": null, + "description": "When activated, sacrifices your summoned demon to grant you an effect that lasts 30 min.  The effect is canceled if any Demon is summoned.Imp: Increases your Fire damage by 15%.Voidwalker: Restores 3% of total Health every 4 sec.Succubus: Increases your Shadow damage by 15%.Felhunter: Restores 2% of total Mana every 4 sec." + }, + "18821": { + "name": "Improved Enslave Demon", + "icon": "spell_shadow_enslavedemon", + "rank": 1, + "description": "Reduces the Attack Speed and Casting Speed penalty of your Enslave Demon spell by 2% and reduces the resist chance by 2%." + }, + "18822": { + "name": "Improved Enslave Demon", + "icon": "spell_shadow_enslavedemon", + "rank": 2, + "description": "Reduces the Attack Speed and Casting Speed penalty of your Enslave Demon spell by 4% and reduces the resist chance by 4%." + }, + "18823": { + "name": "Improved Enslave Demon", + "icon": "spell_shadow_enslavedemon", + "rank": 3, + "description": "Reduces the Attack Speed and Casting Speed penalty of your Enslave Demon spell by 6% and reduces the resist chance by 6%." + }, + "18824": { + "name": "Improved Enslave Demon", + "icon": "spell_shadow_enslavedemon", + "rank": 4, + "description": "Reduces the Attack Speed and Casting Speed penalty of your Enslave Demon spell by 8% and reduces the resist chance by 8%." + }, + "18825": { + "name": "Improved Enslave Demon", + "icon": "spell_shadow_enslavedemon", + "rank": 5, + "description": "Reduces the Attack Speed and Casting Speed penalty of your Enslave Demon spell by 10% and reduces the resist chance by 10%." + }, + "18827": { + "name": "Improved Curse of Agony", + "icon": "spell_shadow_curseofsargeras", + "rank": 1, + "description": "Increases the damage done by your Curse of Agony by 2%." + }, + "18829": { + "name": "Improved Curse of Agony", + "icon": "spell_shadow_curseofsargeras", + "rank": 2, + "description": "Increases the damage done by your Curse of Agony by 4%." + }, + "18830": { + "name": "Improved Curse of Agony", + "icon": "spell_shadow_curseofsargeras", + "rank": 3, + "description": "Increases the damage done by your Curse of Agony by 6%." + }, + "19028": { + "name": "Soul Link", + "icon": "spell_shadow_gathershadows", + "rank": null, + "description": "When active, 0% of all damage taken by the caster is taken by your Imp, Voidwalker, Succubus, or Felhunter demon instead.  In addition, both the demon and master will inflict 3% more damage.  Lasts as long as the demon is active." + }, + "19151": { + "name": "Humanoid Slaying", + "icon": "spell_holy_prayerofhealing", + "rank": 1, + "description": "Increases all damage caused against Humanoid targets by 1% and increases critical damage caused against Humanoid targets by an additional 1%." + }, + "19152": { + "name": "Humanoid Slaying", + "icon": "spell_holy_prayerofhealing", + "rank": 2, + "description": "Increases all damage caused against Humanoid targets by 2% and increases critical damage caused against Humanoid targets by an additional 2%." + }, + "19153": { + "name": "Humanoid Slaying", + "icon": "spell_holy_prayerofhealing", + "rank": 3, + "description": "Increases all damage caused against Humanoid targets by 3% and increases critical damage caused against Humanoid targets by an additional 3%." + }, + "19159": { + "name": "Savage Strikes", + "icon": "ability_racial_bloodrage", + "rank": 1, + "description": "Increases the critical strike chance of Raptor Strike and Mongoose Bite by 10%." + }, + "19160": { + "name": "Savage Strikes", + "icon": "ability_racial_bloodrage", + "rank": 2, + "description": "Increases the critical strike chance of Raptor Strike and Mongoose Bite by 20%." + }, + "19168": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 1, + "description": "Increases your Agility by 3%." + }, + "19180": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 2, + "description": "Increases your Agility by 6%." + }, + "19181": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 3, + "description": "Increases your Agility by 9%." + }, + "19184": { + "name": "Entrapment", + "icon": "spell_nature_stranglevines", + "rank": 1, + "description": "Gives your Immolation Trap, Frost Trap, and Explosive Trap a 5% chance to entrap the target, preventing them from moving for 5 sec." + }, + "19228": { + "name": "Improved Wing Clip", + "icon": "ability_rogue_trip", + "rank": 1, + "description": "Gives your Wing Clip ability a 4% chance to immobilize the target for 5 sec." + }, + "19232": { + "name": "Improved Wing Clip", + "icon": "ability_rogue_trip", + "rank": 2, + "description": "Gives your Wing Clip ability a 8% chance to immobilize the target for 5 sec." + }, + "19233": { + "name": "Improved Wing Clip", + "icon": "ability_rogue_trip", + "rank": 3, + "description": "Gives your Wing Clip ability a 12% chance to immobilize the target for 5 sec." + }, + "19234": { + "name": "Improved Wing Clip", + "icon": "ability_rogue_trip", + "rank": 4, + "description": "Gives your Wing Clip ability a 16% chance to immobilize the target for 5 sec." + }, + "19235": { + "name": "Improved Wing Clip", + "icon": "ability_rogue_trip", + "rank": 5, + "description": "Gives your Wing Clip ability a 20% chance to immobilize the target for 5 sec." + }, + "19239": { + "name": "Clever Traps", + "icon": "spell_nature_timestop", + "rank": 1, + "description": "Increases the duration of Freezing and Frost trap effects by 15% and the damage of Immolation and Explosive trap effects by 15%." + }, + "19245": { + "name": "Clever Traps", + "icon": "spell_nature_timestop", + "rank": 2, + "description": "Increases the duration of Freezing and Frost trap effects by 30% and the damage of Immolation and Explosive trap effects by 30%." + }, + "19255": { + "name": "Survivalist", + "icon": "spell_shadow_twilight", + "rank": 1, + "description": "Increases total health by 2%." + }, + "19256": { + "name": "Survivalist", + "icon": "spell_shadow_twilight", + "rank": 2, + "description": "Increases total health by 4%." + }, + "19257": { + "name": "Survivalist", + "icon": "spell_shadow_twilight", + "rank": 3, + "description": "Increases total health by 6%." + }, + "19258": { + "name": "Survivalist", + "icon": "spell_shadow_twilight", + "rank": 4, + "description": "Increases total health by 8%." + }, + "19259": { + "name": "Survivalist", + "icon": "spell_shadow_twilight", + "rank": 5, + "description": "Increases total health by 10%." + }, + "19263": { + "name": "Deterrence", + "icon": "ability_whirlwind", + "rank": null, + "description": "When activated, increases your Dodge and Parry chance by 25% for 10 sec." + }, + "19286": { + "name": "Improved Feign Death", + "icon": "ability_rogue_feigndeath", + "rank": 1, + "description": "Reduces the chance your Feign Death ability will be resisted by 2%." + }, + "19287": { + "name": "Improved Feign Death", + "icon": "ability_rogue_feigndeath", + "rank": 2, + "description": "Reduces the chance your Feign Death ability will be resisted by 4%." + }, + "19290": { + "name": "Surefooted", + "icon": "ability_kick", + "rank": 1, + "description": "Increases hit chance by 1% and increases the chance movement impairing effects will be resisted by an additional 5%." + }, + "19294": { + "name": "Surefooted", + "icon": "ability_kick", + "rank": 2, + "description": "Increases hit chance by 2% and increases the chance movement impairing effects will be resisted by an additional 10%." + }, + "19295": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 1, + "description": "Increases your Parry chance by 1%." + }, + "19297": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 2, + "description": "Increases your Parry chance by 2%." + }, + "19298": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 3, + "description": "Increases your Parry chance by 3%." + }, + "19300": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 5, + "description": "Increases your Parry chance by 5%." + }, + "19301": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 4, + "description": "Increases your Parry chance by 4%." + }, + "19306": { + "name": "Counterattack", + "icon": "ability_warrior_challange", + "rank": 1, + "description": "A strike that becomes active after parrying an opponent's attack.  This attack deals 40 damage and immobilizes the target for 5 sec.  Counterattack cannot be blocked, dodged, or parried." + }, + "19370": { + "name": "Killer Instinct", + "icon": "spell_holy_blessingofstamina", + "rank": 1, + "description": "Increases your critical strike chance with all attacks by 1%." + }, + "19371": { + "name": "Killer Instinct", + "icon": "spell_holy_blessingofstamina", + "rank": 2, + "description": "Increases your critical strike chance with all attacks by 2%." + }, + "19373": { + "name": "Killer Instinct", + "icon": "spell_holy_blessingofstamina", + "rank": 3, + "description": "Increases your critical strike chance with all attacks by 3%." + }, + "19376": { + "name": "Trap Mastery", + "icon": "ability_ensnare", + "rank": 1, + "description": "Decreases the chance enemies will resist trap effects by 5%." + }, + "19377": { + "name": "Trap Mastery", + "icon": "ability_ensnare", + "rank": 2, + "description": "Decreases the chance enemies will resist trap effects by 10%." + }, + "19386": { + "name": "Wyvern Sting", + "icon": "inv_spear_02", + "rank": 1, + "description": "A stinging shot that puts the target to sleep for 12 sec.  Any damage will cancel the effect.  When the target wakes up, the Sting causes 300 Nature damage over 12 sec.  Only usable out of combat.  Only one Sting per Hunter can be active on the target at a time." + }, + "19387": { + "name": "Entrapment", + "icon": "spell_nature_stranglevines", + "rank": 2, + "description": "Gives your Immolation Trap, Frost Trap, and Explosive Trap a 10% chance to entrap the target, preventing them from moving for 5 sec." + }, + "19388": { + "name": "Entrapment", + "icon": "spell_nature_stranglevines", + "rank": 3, + "description": "Gives your Immolation Trap, Frost Trap, and Explosive Trap a 15% chance to entrap the target, preventing them from moving for 5 sec." + }, + "19389": { + "name": "Entrapment", + "icon": "spell_nature_stranglevines", + "rank": 4, + "description": "Gives your Immolation Trap, Frost Trap, and Explosive Trap a 20% chance to entrap the target, preventing them from moving for 5 sec." + }, + "19390": { + "name": "Entrapment", + "icon": "spell_nature_stranglevines", + "rank": 5, + "description": "Gives your Immolation Trap, Frost Trap, and Explosive Trap a 25% chance to entrap the target, preventing them from moving for 5 sec." + }, + "19407": { + "name": "Improved Concussive Shot", + "icon": "spell_frost_stun", + "rank": 1, + "description": "Gives your Concussive Shot a 4% chance to stun the target for 3 sec." + }, + "19412": { + "name": "Improved Concussive Shot", + "icon": "spell_frost_stun", + "rank": 2, + "description": "Gives your Concussive Shot a 8% chance to stun the target for 3 sec." + }, + "19413": { + "name": "Improved Concussive Shot", + "icon": "spell_frost_stun", + "rank": 3, + "description": "Gives your Concussive Shot a 12% chance to stun the target for 3 sec." + }, + "19414": { + "name": "Improved Concussive Shot", + "icon": "spell_frost_stun", + "rank": 4, + "description": "Gives your Concussive Shot a 16% chance to stun the target for 3 sec." + }, + "19415": { + "name": "Improved Concussive Shot", + "icon": "spell_frost_stun", + "rank": 5, + "description": "Gives your Concussive Shot a 20% chance to stun the target for 3 sec." + }, + "19416": { + "name": "Efficiency", + "icon": "spell_frost_wizardmark", + "rank": 1, + "description": "Reduces the Mana cost of your Shots and Stings by 2%." + }, + "19417": { + "name": "Efficiency", + "icon": "spell_frost_wizardmark", + "rank": 2, + "description": "Reduces the Mana cost of your Shots and Stings by 4%." + }, + "19418": { + "name": "Efficiency", + "icon": "spell_frost_wizardmark", + "rank": 3, + "description": "Reduces the Mana cost of your Shots and Stings by 6%." + }, + "19419": { + "name": "Efficiency", + "icon": "spell_frost_wizardmark", + "rank": 4, + "description": "Reduces the Mana cost of your Shots and Stings by 8%." + }, + "19420": { + "name": "Efficiency", + "icon": "spell_frost_wizardmark", + "rank": 5, + "description": "Reduces the Mana cost of your Shots and Stings by 10%." + }, + "19421": { + "name": "Improved Hunter's Mark", + "icon": "ability_hunter_snipershot", + "rank": 1, + "description": "Increases the Ranged Attack Power bonus of your Hunter's Mark spell by 3%." + }, + "19422": { + "name": "Improved Hunter's Mark", + "icon": "ability_hunter_snipershot", + "rank": 2, + "description": "Increases the Ranged Attack Power bonus of your Hunter's Mark spell by 6%." + }, + "19423": { + "name": "Improved Hunter's Mark", + "icon": "ability_hunter_snipershot", + "rank": 3, + "description": "Increases the Ranged Attack Power bonus of your Hunter's Mark spell by 9%." + }, + "19424": { + "name": "Improved Hunter's Mark", + "icon": "ability_hunter_snipershot", + "rank": 4, + "description": "Increases the Ranged Attack Power bonus of your Hunter's Mark spell by 12%." + }, + "19425": { + "name": "Improved Hunter's Mark", + "icon": "ability_hunter_snipershot", + "rank": 5, + "description": "Increases the Ranged Attack Power bonus of your Hunter's Mark spell by 15%." + }, + "19426": { + "name": "Lethal Shots", + "icon": "ability_searingarrow", + "rank": 1, + "description": "Increases your critical strike chance with ranged weapons by 1%." + }, + "19427": { + "name": "Lethal Shots", + "icon": "ability_searingarrow", + "rank": 2, + "description": "Increases your critical strike chance with ranged weapons by 2%." + }, + "19429": { + "name": "Lethal Shots", + "icon": "ability_searingarrow", + "rank": 3, + "description": "Increases your critical strike chance with ranged weapons by 3%." + }, + "19430": { + "name": "Lethal Shots", + "icon": "ability_searingarrow", + "rank": 4, + "description": "Increases your critical strike chance with ranged weapons by 4%." + }, + "19431": { + "name": "Lethal Shots", + "icon": "ability_searingarrow", + "rank": 5, + "description": "Increases your critical strike chance with ranged weapons by 5%." + }, + "19434": { + "name": "Aimed Shot", + "icon": "inv_spear_07", + "rank": 1, + "description": "An aimed shot that increases ranged damage by 70." + }, + "19454": { + "name": "Improved Arcane Shot", + "icon": "ability_impalingbolt", + "rank": 1, + "description": "Reduces the cooldown of your Arcane Shot by 0.2 sec." + }, + "19455": { + "name": "Improved Arcane Shot", + "icon": "ability_impalingbolt", + "rank": 2, + "description": "Reduces the cooldown of your Arcane Shot by 0.4 sec." + }, + "19456": { + "name": "Improved Arcane Shot", + "icon": "ability_impalingbolt", + "rank": 3, + "description": "Reduces the cooldown of your Arcane Shot by 0.6 sec." + }, + "19457": { + "name": "Improved Arcane Shot", + "icon": "ability_impalingbolt", + "rank": 4, + "description": "Reduces the cooldown of your Arcane Shot by 0.8 sec." + }, + "19458": { + "name": "Improved Arcane Shot", + "icon": "ability_impalingbolt", + "rank": 5, + "description": "Reduces the cooldown of your Arcane Shot by 1 sec." + }, + "19461": { + "name": "Barrage", + "icon": "ability_upgrademoonglaive", + "rank": 1, + "description": "Increases the damage done by your Multi-Shot and Volley spells by 5%." + }, + "19462": { + "name": "Barrage", + "icon": "ability_upgrademoonglaive", + "rank": 2, + "description": "Increases the damage done by your Multi-Shot and Volley spells by 10%." + }, + "19464": { + "name": "Improved Serpent Sting", + "icon": "ability_hunter_quickshot", + "rank": 1, + "description": "Increases the damage done by your Serpent Sting by 2%." + }, + "19465": { + "name": "Improved Serpent Sting", + "icon": "ability_hunter_quickshot", + "rank": 2, + "description": "Increases the damage done by your Serpent Sting by 4%." + }, + "19466": { + "name": "Improved Serpent Sting", + "icon": "ability_hunter_quickshot", + "rank": 3, + "description": "Increases the damage done by your Serpent Sting by 6%." + }, + "19467": { + "name": "Improved Serpent Sting", + "icon": "ability_hunter_quickshot", + "rank": 4, + "description": "Increases the damage done by your Serpent Sting by 8%." + }, + "19468": { + "name": "Improved Serpent Sting", + "icon": "ability_hunter_quickshot", + "rank": 5, + "description": "Increases the damage done by your Serpent Sting by 10%." + }, + "19485": { + "name": "Mortal Shots", + "icon": "ability_piercedamage", + "rank": 1, + "description": "Increases your ranged weapon critical strike damage bonus by 6%." + }, + "19487": { + "name": "Mortal Shots", + "icon": "ability_piercedamage", + "rank": 2, + "description": "Increases your ranged weapon critical strike damage bonus by 12%." + }, + "19488": { + "name": "Mortal Shots", + "icon": "ability_piercedamage", + "rank": 3, + "description": "Increases your ranged weapon critical strike damage bonus by 18%." + }, + "19489": { + "name": "Mortal Shots", + "icon": "ability_piercedamage", + "rank": 4, + "description": "Increases your ranged weapon critical strike damage bonus by 24%." + }, + "19490": { + "name": "Mortal Shots", + "icon": "ability_piercedamage", + "rank": 5, + "description": "Increases your ranged weapon critical strike damage bonus by 30%." + }, + "19491": { + "name": "Improved Scorpid Sting", + "icon": "ability_hunter_criticalshot", + "rank": 1, + "description": "Reduces the Stamina of targets affected by your Scorpid Sting by 10% of the amount of Strength reduced." + }, + "19493": { + "name": "Improved Scorpid Sting", + "icon": "ability_hunter_criticalshot", + "rank": 2, + "description": "Reduces the Stamina of targets affected by your Scorpid Sting by 20% of the amount of Strength reduced." + }, + "19494": { + "name": "Improved Scorpid Sting", + "icon": "ability_hunter_criticalshot", + "rank": 3, + "description": "Reduces the Stamina of targets affected by your Scorpid Sting by 30% of the amount of Strength reduced." + }, + "19498": { + "name": "Hawk Eye", + "icon": "ability_townwatch", + "rank": 1, + "description": "Increases the range of your ranged weapons by 2 yards." + }, + "19499": { + "name": "Hawk Eye", + "icon": "ability_townwatch", + "rank": 2, + "description": "Increases the range of your ranged weapons by 4 yards." + }, + "19500": { + "name": "Hawk Eye", + "icon": "ability_townwatch", + "rank": 3, + "description": "Increases the range of your ranged weapons by 6 yards." + }, + "19503": { + "name": "Scatter Shot", + "icon": "ability_golemstormbolt", + "rank": null, + "description": "A short-range shot that deals 50% weapon damage and disorients the target for 4 sec.  Any damage caused will remove the effect.  Turns off your attack when used." + }, + "19506": { + "name": "Trueshot Aura", + "icon": "ability_trueshot", + "rank": 1, + "description": "Increases the attack power of party members within 45 yards by 50.  Lasts 30 min." + }, + "19507": { + "name": "Ranged Weapon Specialization", + "icon": "inv_weapon_rifle_06", + "rank": 1, + "description": "Increases the damage you deal with ranged weapons by 1%." + }, + "19508": { + "name": "Ranged Weapon Specialization", + "icon": "inv_weapon_rifle_06", + "rank": 2, + "description": "Increases the damage you deal with ranged weapons by 2%." + }, + "19509": { + "name": "Ranged Weapon Specialization", + "icon": "inv_weapon_rifle_06", + "rank": 3, + "description": "Increases the damage you deal with ranged weapons by 3%." + }, + "19510": { + "name": "Ranged Weapon Specialization", + "icon": "inv_weapon_rifle_06", + "rank": 4, + "description": "Increases the damage you deal with ranged weapons by 4%." + }, + "19511": { + "name": "Ranged Weapon Specialization", + "icon": "inv_weapon_rifle_06", + "rank": 5, + "description": "Increases the damage you deal with ranged weapons by 5%." + }, + "19549": { + "name": "Improved Aspect of the Monkey", + "icon": "ability_hunter_aspectofthemonkey", + "rank": 1, + "description": "Increases the Dodge bonus of your Aspect of the Monkey by 1%." + }, + "19550": { + "name": "Improved Aspect of the Monkey", + "icon": "ability_hunter_aspectofthemonkey", + "rank": 2, + "description": "Increases the Dodge bonus of your Aspect of the Monkey by 2%." + }, + "19551": { + "name": "Improved Aspect of the Monkey", + "icon": "ability_hunter_aspectofthemonkey", + "rank": 3, + "description": "Increases the Dodge bonus of your Aspect of the Monkey by 3%." + }, + "19552": { + "name": "Improved Aspect of the Hawk", + "icon": "spell_nature_ravenform", + "rank": 1, + "description": "While Aspect of the Hawk is active, all normal ranged attacks have a 1% chance of increasing ranged attack speed by 30% for 12 sec." + }, + "19553": { + "name": "Improved Aspect of the Hawk", + "icon": "spell_nature_ravenform", + "rank": 2, + "description": "While Aspect of the Hawk is active, all normal ranged attacks have a 2% chance of increasing ranged attack speed by 30% for 12 sec." + }, + "19554": { + "name": "Improved Aspect of the Hawk", + "icon": "spell_nature_ravenform", + "rank": 3, + "description": "While Aspect of the Hawk is active, all normal ranged attacks have a 3% chance of increasing ranged attack speed by 30% for 12 sec." + }, + "19555": { + "name": "Improved Aspect of the Hawk", + "icon": "spell_nature_ravenform", + "rank": 4, + "description": "While Aspect of the Hawk is active, all normal ranged attacks have a 4% chance of increasing ranged attack speed by 30% for 12 sec." + }, + "19556": { + "name": "Improved Aspect of the Hawk", + "icon": "spell_nature_ravenform", + "rank": 5, + "description": "While Aspect of the Hawk is active, all normal ranged attacks have a 5% chance of increasing ranged attack speed by 30% for 12 sec." + }, + "19557": { + "name": "Improved Eyes of the Beast", + "icon": "ability_eyeoftheowl", + "rank": 1, + "description": "Increases the duration of your Eyes of the Beast by 30 sec." + }, + "19558": { + "name": "Improved Eyes of the Beast", + "icon": "ability_eyeoftheowl", + "rank": 2, + "description": "Increases the duration of your Eyes of the Beast by 60 sec." + }, + "19559": { + "name": "Pathfinding", + "icon": "ability_mount_jungletiger", + "rank": 1, + "description": "Increases the speed bonus of your Aspect of the Cheetah and Aspect of the Pack by 3%." + }, + "19560": { + "name": "Pathfinding", + "icon": "ability_mount_jungletiger", + "rank": 2, + "description": "Increases the speed bonus of your Aspect of the Cheetah and Aspect of the Pack by 6%." + }, + "19572": { + "name": "Improved Mend Pet", + "icon": "ability_hunter_mendpet", + "rank": 1, + "description": "Gives the Mend Pet spell a 15% chance of cleansing 1 Curse, Disease, Magic or Poison effect from the pet each tick." + }, + "19573": { + "name": "Improved Mend Pet", + "icon": "ability_hunter_mendpet", + "rank": 2, + "description": "Gives the Mend Pet spell a 50% chance of cleansing 1 Curse, Disease, Magic or Poison effect from the pet each tick." + }, + "19574": { + "name": "Bestial Wrath", + "icon": "ability_druid_ferociousbite", + "rank": null, + "description": "Send your pet into a rage causing 50% additional damage for 18 sec.  While enraged, the beast does not feel pity or remorse or fear and it cannot be stopped unless killed." + }, + "19575": { + "name": "Improved Revive Pet", + "icon": "ability_hunter_beastsoothe", + "rank": 2, + "description": "Revive Pet's casting time is reduced by 6 sec, mana cost is reduced by 40%, and increases the health your pet returns with by an additional 30%." + }, + "19577": { + "name": "Intimidation", + "icon": "ability_devour", + "rank": null, + "description": "Command your pet to intimidate the target on the next successful melee attack, causing a high amount of threat and stunning the target for 3 sec." + }, + "19578": { + "name": "Spirit Bond", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 1, + "description": "While your pet is active, you and your pet will regenerate 1% of total health every 10 sec." + }, + "19583": { + "name": "Endurance Training", + "icon": "spell_nature_reincarnation", + "rank": 1, + "description": "Increases the Health of your pets by 3%." + }, + "19584": { + "name": "Endurance Training", + "icon": "spell_nature_reincarnation", + "rank": 2, + "description": "Increases the Health of your pets by 6%." + }, + "19585": { + "name": "Endurance Training", + "icon": "spell_nature_reincarnation", + "rank": 3, + "description": "Increases the Health of your pets by 9%." + }, + "19586": { + "name": "Endurance Training", + "icon": "spell_nature_reincarnation", + "rank": 4, + "description": "Increases the Health of your pets by 12%." + }, + "19587": { + "name": "Endurance Training", + "icon": "spell_nature_reincarnation", + "rank": 5, + "description": "Increases the Health of your pets by 15%." + }, + "19590": { + "name": "Bestial Discipline", + "icon": "spell_nature_abolishmagic", + "rank": 1, + "description": "Increases the Focus regeneration of your pets by 10%." + }, + "19592": { + "name": "Bestial Discipline", + "icon": "spell_nature_abolishmagic", + "rank": 2, + "description": "Increases the Focus regeneration of your pets by 20%." + }, + "19596": { + "name": "Bestial Swiftness", + "icon": "ability_druid_dash", + "rank": null, + "description": "Increases the outdoor movement speed of your pets by 30%." + }, + "19598": { + "name": "Ferocity", + "icon": "inv_misc_monsterclaw_04", + "rank": 1, + "description": "Increases the critical strike chance of your pets by 3%." + }, + "19599": { + "name": "Ferocity", + "icon": "inv_misc_monsterclaw_04", + "rank": 2, + "description": "Increases the critical strike chance of your pets by 6%." + }, + "19600": { + "name": "Ferocity", + "icon": "inv_misc_monsterclaw_04", + "rank": 3, + "description": "Increases the critical strike chance of your pets by 9%." + }, + "19601": { + "name": "Ferocity", + "icon": "inv_misc_monsterclaw_04", + "rank": 4, + "description": "Increases the critical strike chance of your pets by 12%." + }, + "19602": { + "name": "Ferocity", + "icon": "inv_misc_monsterclaw_04", + "rank": 5, + "description": "Increases the critical strike chance of your pets by 15%." + }, + "19609": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 1, + "description": "Increases the Armor rating of your pets by 10%." + }, + "19610": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 2, + "description": "Increases the Armor rating of your pets by 20%." + }, + "19612": { + "name": "Thick Hide", + "icon": "inv_misc_pelt_bear_03", + "rank": 3, + "description": "Increases the Armor rating of your pets by 30%." + }, + "19616": { + "name": "Unleashed Fury", + "icon": "ability_bullrush", + "rank": 1, + "description": "Increases the damage done by your pets by 4%." + }, + "19617": { + "name": "Unleashed Fury", + "icon": "ability_bullrush", + "rank": 2, + "description": "Increases the damage done by your pets by 8%." + }, + "19618": { + "name": "Unleashed Fury", + "icon": "ability_bullrush", + "rank": 3, + "description": "Increases the damage done by your pets by 12%." + }, + "19619": { + "name": "Unleashed Fury", + "icon": "ability_bullrush", + "rank": 4, + "description": "Increases the damage done by your pets by 16%." + }, + "19620": { + "name": "Unleashed Fury", + "icon": "ability_bullrush", + "rank": 5, + "description": "Increases the damage done by your pets by 20%." + }, + "19621": { + "name": "Frenzy", + "icon": "inv_misc_monsterclaw_03", + "rank": 1, + "description": "Gives your pet a 20% chance to gain a 30% attack speed increase for 8 sec after dealing a critical strike." + }, + "19622": { + "name": "Frenzy", + "icon": "inv_misc_monsterclaw_03", + "rank": 2, + "description": "Gives your pet a 40% chance to gain a 30% attack speed increase for 8 sec after dealing a critical strike." + }, + "19623": { + "name": "Frenzy", + "icon": "inv_misc_monsterclaw_03", + "rank": 3, + "description": "Gives your pet a 60% chance to gain a 30% attack speed increase for 8 sec after dealing a critical strike." + }, + "19624": { + "name": "Frenzy", + "icon": "inv_misc_monsterclaw_03", + "rank": 4, + "description": "Gives your pet a 80% chance to gain a 30% attack speed increase for 8 sec after dealing a critical strike." + }, + "19625": { + "name": "Frenzy", + "icon": "inv_misc_monsterclaw_03", + "rank": 5, + "description": "Gives your pet a 100% chance to gain a 30% attack speed increase for 8 sec after dealing a critical strike." + }, + "20042": { + "name": "Improved Blessing of Might", + "icon": "spell_holy_fistofjustice", + "rank": 1, + "description": "Increases the melee attack power bonus of your Blessing of Might by 4%." + }, + "20045": { + "name": "Improved Blessing of Might", + "icon": "spell_holy_fistofjustice", + "rank": 2, + "description": "Increases the melee attack power bonus of your Blessing of Might by 8%." + }, + "20046": { + "name": "Improved Blessing of Might", + "icon": "spell_holy_fistofjustice", + "rank": 3, + "description": "Increases the melee attack power bonus of your Blessing of Might by 12%." + }, + "20047": { + "name": "Improved Blessing of Might", + "icon": "spell_holy_fistofjustice", + "rank": 4, + "description": "Increases the melee attack power bonus of your Blessing of Might by 16%." + }, + "20048": { + "name": "Improved Blessing of Might", + "icon": "spell_holy_fistofjustice", + "rank": 5, + "description": "Increases the melee attack power bonus of your Blessing of Might by 20%." + }, + "20049": { + "name": "Vengeance", + "icon": "ability_racial_avatar", + "rank": 1, + "description": "Gives you a 3% bonus to Physical and Holy damage you deal for 8 sec after dealing a critical strike from a weapon swing, spell, or ability." + }, + "20056": { + "name": "Vengeance", + "icon": "ability_racial_avatar", + "rank": 2, + "description": "Gives you a 6% bonus to Physical and Holy damage you deal for 8 sec after dealing a critical strike from a weapon swing, spell, or ability." + }, + "20057": { + "name": "Vengeance", + "icon": "ability_racial_avatar", + "rank": 3, + "description": "Gives you a 9% bonus to Physical and Holy damage you deal for 8 sec after dealing a critical strike from a weapon swing, spell, or ability." + }, + "20058": { + "name": "Vengeance", + "icon": "ability_racial_avatar", + "rank": 4, + "description": "Gives you a 12% bonus to Physical and Holy damage you deal for 8 sec after dealing a critical strike from a weapon swing, spell, or ability." + }, + "20059": { + "name": "Vengeance", + "icon": "ability_racial_avatar", + "rank": 5, + "description": "Gives you a 15% bonus to Physical and Holy damage you deal for 8 sec after dealing a critical strike from a weapon swing, spell, or ability." + }, + "20060": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 1, + "description": "Increases your Parry chance by 1%." + }, + "20061": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 2, + "description": "Increases your Parry chance by 2%." + }, + "20062": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 3, + "description": "Increases your Parry chance by 3%." + }, + "20063": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 4, + "description": "Increases your Parry chance by 4%." + }, + "20064": { + "name": "Deflection", + "icon": "ability_parry", + "rank": 5, + "description": "Increases your Parry chance by 5%." + }, + "20066": { + "name": "Repentance", + "icon": "spell_holy_prayerofhealing", + "rank": null, + "description": "Puts the enemy target in a state of meditation, incapacitating them for up to 6 sec.  Any damage caused will awaken the target.  Only works against Humanoids." + }, + "20091": { + "name": "Improved Retribution Aura", + "icon": "spell_holy_auraoflight", + "rank": 1, + "description": "Increases the damage done by your Retribution Aura by 25%." + }, + "20092": { + "name": "Improved Retribution Aura", + "icon": "spell_holy_auraoflight", + "rank": 2, + "description": "Increases the damage done by your Retribution Aura by 50%." + }, + "20096": { + "name": "Anticipation", + "icon": "spell_magic_lesserinvisibilty", + "rank": 1, + "description": "Increases your Defense skill by 2." + }, + "20097": { + "name": "Anticipation", + "icon": "spell_magic_lesserinvisibilty", + "rank": 2, + "description": "Increases your Defense skill by 4." + }, + "20098": { + "name": "Anticipation", + "icon": "spell_magic_lesserinvisibilty", + "rank": 3, + "description": "Increases your Defense skill by 6." + }, + "20099": { + "name": "Anticipation", + "icon": "spell_magic_lesserinvisibilty", + "rank": 4, + "description": "Increases your Defense skill by 8." + }, + "20100": { + "name": "Anticipation", + "icon": "spell_magic_lesserinvisibilty", + "rank": 5, + "description": "Increases your Defense skill by 10." + }, + "20101": { + "name": "Benediction", + "icon": "spell_frost_windwalkon", + "rank": 1, + "description": "Reduces the Mana cost of your Judgement and Seal spells by 3%." + }, + "20102": { + "name": "Benediction", + "icon": "spell_frost_windwalkon", + "rank": 2, + "description": "Reduces the Mana cost of your Judgement and Seal spells by 6%." + }, + "20103": { + "name": "Benediction", + "icon": "spell_frost_windwalkon", + "rank": 3, + "description": "Reduces the Mana cost of your Judgement and Seal spells by 9%." + }, + "20104": { + "name": "Benediction", + "icon": "spell_frost_windwalkon", + "rank": 4, + "description": "Reduces the Mana cost of your Judgement and Seal spells by 12%." + }, + "20105": { + "name": "Benediction", + "icon": "spell_frost_windwalkon", + "rank": 5, + "description": "Reduces the Mana cost of your Judgement and Seal spells by 15%." + }, + "20111": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_hammer_04", + "rank": 1, + "description": "Increases the damage you deal with two-handed melee weapons by 2%." + }, + "20112": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_hammer_04", + "rank": 2, + "description": "Increases the damage you deal with two-handed melee weapons by 4%." + }, + "20113": { + "name": "Two-Handed Weapon Specialization", + "icon": "inv_hammer_04", + "rank": 3, + "description": "Increases the damage you deal with two-handed melee weapons by 6%." + }, + "20117": { + "name": "Conviction", + "icon": "spell_holy_retributionaura", + "rank": 1, + "description": "Increases your chance to get a critical strike with melee weapons by 1%." + }, + "20118": { + "name": "Conviction", + "icon": "spell_holy_retributionaura", + "rank": 2, + "description": "Increases your chance to get a critical strike with melee weapons by 2%." + }, + "20119": { + "name": "Conviction", + "icon": "spell_holy_retributionaura", + "rank": 3, + "description": "Increases your chance to get a critical strike with melee weapons by 3%." + }, + "20120": { + "name": "Conviction", + "icon": "spell_holy_retributionaura", + "rank": 4, + "description": "Increases your chance to get a critical strike with melee weapons by 4%." + }, + "20121": { + "name": "Conviction", + "icon": "spell_holy_retributionaura", + "rank": 5, + "description": "Increases your chance to get a critical strike with melee weapons by 5%." + }, + "20127": { + "name": "Redoubt", + "icon": "ability_defend", + "rank": 1, + "description": "Increases your chance to block attacks with your shield by 6% after being the victim of a critical strike.  Lasts 10 sec or 5 blocks." + }, + "20130": { + "name": "Redoubt", + "icon": "ability_defend", + "rank": 2, + "description": "Increases your chance to block attacks with your shield by 12% after being the victim of a critical strike.  Lasts 10 sec or 5 blocks." + }, + "20135": { + "name": "Redoubt", + "icon": "ability_defend", + "rank": 3, + "description": "Increases your chance to block attacks with your shield by 18% after being the victim of a critical strike.  Lasts 10 sec or 5 blocks." + }, + "20136": { + "name": "Redoubt", + "icon": "ability_defend", + "rank": 4, + "description": "Increases your chance to block attacks with your shield by 24% after being the victim of a critical strike.  Lasts 10 sec or 5 blocks." + }, + "20137": { + "name": "Redoubt", + "icon": "ability_defend", + "rank": 5, + "description": "Increases your chance to block attacks with your shield by 30% after being the victim of a critical strike.  Lasts 10 sec or 5 blocks." + }, + "20138": { + "name": "Improved Devotion Aura", + "icon": "spell_holy_devotionaura", + "rank": 1, + "description": "Increases the armor bonus of your Devotion Aura by 5%." + }, + "20139": { + "name": "Improved Devotion Aura", + "icon": "spell_holy_devotionaura", + "rank": 2, + "description": "Increases the armor bonus of your Devotion Aura by 10%." + }, + "20140": { + "name": "Improved Devotion Aura", + "icon": "spell_holy_devotionaura", + "rank": 3, + "description": "Increases the armor bonus of your Devotion Aura by 15%." + }, + "20141": { + "name": "Improved Devotion Aura", + "icon": "spell_holy_devotionaura", + "rank": 4, + "description": "Increases the armor bonus of your Devotion Aura by 20%." + }, + "20142": { + "name": "Improved Devotion Aura", + "icon": "spell_holy_devotionaura", + "rank": 5, + "description": "Increases the armor bonus of your Devotion Aura by 25%." + }, + "20143": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 1, + "description": "Increases your armor value from items by 2%." + }, + "20144": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 2, + "description": "Increases your armor value from items by 4%." + }, + "20145": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 3, + "description": "Increases your armor value from items by 6%." + }, + "20146": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 4, + "description": "Increases your armor value from items by 8%." + }, + "20147": { + "name": "Toughness", + "icon": "spell_holy_devotion", + "rank": 5, + "description": "Increases your armor value from items by 10%." + }, + "20148": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 1, + "description": "Increases the amount of damage absorbed by your shield by 10%." + }, + "20149": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 2, + "description": "Increases the amount of damage absorbed by your shield by 20%." + }, + "20150": { + "name": "Shield Specialization", + "icon": "inv_shield_06", + "rank": 3, + "description": "Increases the amount of damage absorbed by your shield by 30%." + }, + "20174": { + "name": "Guardian's Favor", + "icon": "spell_holy_sealofprotection", + "rank": 1, + "description": "Reduces the cooldown of your Blessing of Protection by 60 sec and increases the duration of your Blessing of Freedom by 3 sec." + }, + "20175": { + "name": "Guardian's Favor", + "icon": "spell_holy_sealofprotection", + "rank": 2, + "description": "Reduces the cooldown of your Blessing of Protection by 120 sec and increases the duration of your Blessing of Freedom by 6 sec." + }, + "20177": { + "name": "Reckoning", + "icon": "spell_holy_blessingofstrength", + "rank": 1, + "description": "Gives you a 20% chance to gain an extra attack after being the victim of a critical strike." + }, + "20179": { + "name": "Reckoning", + "icon": "spell_holy_blessingofstrength", + "rank": 2, + "description": "Gives you a 40% chance to gain an extra attack after being the victim of a critical strike." + }, + "20180": { + "name": "Reckoning", + "icon": "spell_holy_blessingofstrength", + "rank": 4, + "description": "Gives you a 80% chance to gain an extra attack after being the victim of a critical strike." + }, + "20181": { + "name": "Reckoning", + "icon": "spell_holy_blessingofstrength", + "rank": 3, + "description": "Gives you a 60% chance to gain an extra attack after being the victim of a critical strike." + }, + "20182": { + "name": "Reckoning", + "icon": "spell_holy_blessingofstrength", + "rank": 5, + "description": "Gives you a 100% chance to gain an extra attack after being the victim of a critical strike." + }, + "20189": { + "name": "Precision", + "icon": "ability_rogue_ambush", + "rank": 1, + "description": "Increases your chance to hit with melee weapons by 1%." + }, + "20192": { + "name": "Precision", + "icon": "ability_rogue_ambush", + "rank": 2, + "description": "Increases your chance to hit with melee weapons by 2%." + }, + "20193": { + "name": "Precision", + "icon": "ability_rogue_ambush", + "rank": 3, + "description": "Increases your chance to hit with melee weapons by 3%." + }, + "20196": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 1, + "description": "Increases the damage you deal with one-handed melee weapons by 2%." + }, + "20197": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 2, + "description": "Increases the damage you deal with one-handed melee weapons by 4%." + }, + "20198": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 3, + "description": "Increases the damage you deal with one-handed melee weapons by 6%." + }, + "20199": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 4, + "description": "Increases the damage you deal with one-handed melee weapons by 8%." + }, + "20200": { + "name": "One-Handed Weapon Specialization", + "icon": "inv_sword_20", + "rank": 5, + "description": "Increases the damage you deal with one-handed melee weapons by 10%." + }, + "20205": { + "name": "Spiritual Focus", + "icon": "spell_arcane_blink", + "rank": 1, + "description": "Gives your Flash of Light and Holy Light spells a 14% chance to not lose casting time when you take damage." + }, + "20206": { + "name": "Spiritual Focus", + "icon": "spell_arcane_blink", + "rank": 2, + "description": "Gives your Flash of Light and Holy Light spells a 28% chance to not lose casting time when you take damage." + }, + "20207": { + "name": "Spiritual Focus", + "icon": "spell_arcane_blink", + "rank": 3, + "description": "Gives your Flash of Light and Holy Light spells a 42% chance to not lose casting time when you take damage." + }, + "20208": { + "name": "Spiritual Focus", + "icon": "spell_arcane_blink", + "rank": 5, + "description": "Gives your Flash of Light and Holy Light spells a 70% chance to not lose casting time when you take damage." + }, + "20209": { + "name": "Spiritual Focus", + "icon": "spell_arcane_blink", + "rank": 4, + "description": "Gives your Flash of Light and Holy Light spells a 56% chance to not lose casting time when you take damage." + }, + "20210": { + "name": "Illumination", + "icon": "spell_holy_greaterheal", + "rank": 1, + "description": "After getting a critical effect from your Flash of Light, Holy Light, or Holy Shock heal spell, gives you a 20% chance to gain Mana equal to the base cost of the spell." + }, + "20212": { + "name": "Illumination", + "icon": "spell_holy_greaterheal", + "rank": 2, + "description": "After getting a critical effect from your Flash of Light, Holy Light, or Holy Shock heal spell, gives you a 40% chance to gain Mana equal to the base cost of the spell." + }, + "20213": { + "name": "Illumination", + "icon": "spell_holy_greaterheal", + "rank": 3, + "description": "After getting a critical effect from your Flash of Light, Holy Light, or Holy Shock heal spell, gives you a 60% chance to gain Mana equal to the base cost of the spell." + }, + "20214": { + "name": "Illumination", + "icon": "spell_holy_greaterheal", + "rank": 4, + "description": "After getting a critical effect from your Flash of Light, Holy Light, or Holy Shock heal spell, gives you a 80% chance to gain Mana equal to the base cost of the spell." + }, + "20215": { + "name": "Illumination", + "icon": "spell_holy_greaterheal", + "rank": 5, + "description": "After getting a critical effect from your Flash of Light, Holy Light, or Holy Shock heal spell, gives you a 100% chance to gain Mana equal to the base cost of the spell." + }, + "20216": { + "name": "Divine Favor", + "icon": "spell_holy_heal", + "rank": null, + "description": "When activated, gives your next Flash of Light, Holy Light, or Holy Shock spell a 100% critical effect chance." + }, + "20217": { + "name": "Blessing of Kings", + "icon": "spell_magic_magearmor", + "rank": null, + "description": "Places a Blessing on the friendly target, increasing total stats by 10% for 5 min.  Players may only have one Blessing on them per Paladin at any one time." + }, + "20218": { + "name": "Sanctity Aura", + "icon": "spell_holy_mindvision", + "rank": null, + "description": "Increases Holy damage done by party members within 30 yards by 10%.  Players may only have one Aura on them per Paladin at any one time." + }, + "20224": { + "name": "Improved Seal of Righteousness", + "icon": "ability_thunderbolt", + "rank": 1, + "description": "Increases the damage done by your Seal of Righteousness and Judgement of Righteousness by 3%." + }, + "20225": { + "name": "Improved Seal of Righteousness", + "icon": "ability_thunderbolt", + "rank": 2, + "description": "Increases the damage done by your Seal of Righteousness and Judgement of Righteousness by 6%." + }, + "20234": { + "name": "Improved Lay on Hands", + "icon": "spell_holy_layonhands", + "rank": 1, + "description": "Gives the target of your Lay on Hands spell a 15% bonus to their armor value from items for 2 min.  In addition, the cooldown for your Lay on Hands spell is reduced by 10 min." + }, + "20235": { + "name": "Improved Lay on Hands", + "icon": "spell_holy_layonhands", + "rank": 2, + "description": "Gives the target of your Lay on Hands spell a 30% bonus to their armor value from items for 2 min.  In addition, the cooldown for your Lay on Hands spell is reduced by 20 min." + }, + "20237": { + "name": "Healing Light", + "icon": "spell_holy_holybolt", + "rank": 1, + "description": "Increases the amount healed by your Holy Light and Flash of Light spells by 4%." + }, + "20238": { + "name": "Healing Light", + "icon": "spell_holy_holybolt", + "rank": 2, + "description": "Increases the amount healed by your Holy Light and Flash of Light spells by 8%." + }, + "20239": { + "name": "Healing Light", + "icon": "spell_holy_holybolt", + "rank": 3, + "description": "Increases the amount healed by your Holy Light and Flash of Light spells by 12%." + }, + "20244": { + "name": "Improved Blessing of Wisdom", + "icon": "spell_holy_sealofwisdom", + "rank": 1, + "description": "Increases the effect of your Blessing of Wisdom spell by 10%." + }, + "20245": { + "name": "Improved Blessing of Wisdom", + "icon": "spell_holy_sealofwisdom", + "rank": 2, + "description": "Increases the effect of your Blessing of Wisdom spell by 20%." + }, + "20254": { + "name": "Improved Concentration Aura", + "icon": "spell_holy_mindsooth", + "rank": 1, + "description": "Increases the effect of your Concentration Aura by an additional 5% and gives all group members affected by the aura an additional 5% chance to resist Silence and Interrupt effects." + }, + "20255": { + "name": "Improved Concentration Aura", + "icon": "spell_holy_mindsooth", + "rank": 2, + "description": "Increases the effect of your Concentration Aura by an additional 10% and gives all group members affected by the aura an additional 10% chance to resist Silence and Interrupt effects." + }, + "20256": { + "name": "Improved Concentration Aura", + "icon": "spell_holy_mindsooth", + "rank": 3, + "description": "Increases the effect of your Concentration Aura by an additional 15% and gives all group members affected by the aura an additional 15% chance to resist Silence and Interrupt effects." + }, + "20257": { + "name": "Divine Intellect", + "icon": "spell_nature_sleep", + "rank": 1, + "description": "Increases your total Intellect by 2%." + }, + "20258": { + "name": "Divine Intellect", + "icon": "spell_nature_sleep", + "rank": 2, + "description": "Increases your total Intellect by 4%." + }, + "20259": { + "name": "Divine Intellect", + "icon": "spell_nature_sleep", + "rank": 3, + "description": "Increases your total Intellect by 6%." + }, + "20260": { + "name": "Divine Intellect", + "icon": "spell_nature_sleep", + "rank": 4, + "description": "Increases your total Intellect by 8%." + }, + "20261": { + "name": "Divine Intellect", + "icon": "spell_nature_sleep", + "rank": 5, + "description": "Increases your total Intellect by 10%." + }, + "20262": { + "name": "Divine Strength", + "icon": "ability_golemthunderclap", + "rank": 1, + "description": "Increases your Strength by 2%." + }, + "20263": { + "name": "Divine Strength", + "icon": "ability_golemthunderclap", + "rank": 2, + "description": "Increases your Strength by 4%." + }, + "20264": { + "name": "Divine Strength", + "icon": "ability_golemthunderclap", + "rank": 3, + "description": "Increases your Strength by 6%." + }, + "20265": { + "name": "Divine Strength", + "icon": "ability_golemthunderclap", + "rank": 4, + "description": "Increases your Strength by 8%." + }, + "20266": { + "name": "Divine Strength", + "icon": "ability_golemthunderclap", + "rank": 5, + "description": "Increases your Strength by 10%." + }, + "20330": { + "name": "Improved Seal of Righteousness", + "icon": "ability_thunderbolt", + "rank": 3, + "description": "Increases the damage done by your Seal of Righteousness and Judgement of Righteousness by 9%." + }, + "20331": { + "name": "Improved Seal of Righteousness", + "icon": "ability_thunderbolt", + "rank": 4, + "description": "Increases the damage done by your Seal of Righteousness and Judgement of Righteousness by 12%." + }, + "20332": { + "name": "Improved Seal of Righteousness", + "icon": "ability_thunderbolt", + "rank": 5, + "description": "Increases the damage done by your Seal of Righteousness and Judgement of Righteousness by 15%." + }, + "20335": { + "name": "Improved Seal of the Crusader", + "icon": "spell_holy_holysmite", + "rank": 1, + "description": "Increases the melee attack power bonus of your Seal of the Crusader and the Holy damage increase of your Judgement of the Crusader by 5%." + }, + "20336": { + "name": "Improved Seal of the Crusader", + "icon": "spell_holy_holysmite", + "rank": 2, + "description": "Increases the melee attack power bonus of your Seal of the Crusader and the Holy damage increase of your Judgement of the Crusader by 10%." + }, + "20337": { + "name": "Improved Seal of the Crusader", + "icon": "spell_holy_holysmite", + "rank": 3, + "description": "Increases the melee attack power bonus of your Seal of the Crusader and the Holy damage increase of your Judgement of the Crusader by 15%." + }, + "20359": { + "name": "Lasting Judgement", + "icon": "spell_holy_healingaura", + "rank": 1, + "description": "Increases the duration of your Judgement of Light and Judgement of Wisdom by 10 sec." + }, + "20360": { + "name": "Lasting Judgement", + "icon": "spell_holy_healingaura", + "rank": 2, + "description": "Increases the duration of your Judgement of Light and Judgement of Wisdom by 20 sec." + }, + "20361": { + "name": "Lasting Judgement", + "icon": "spell_holy_healingaura", + "rank": 3, + "description": "Increases the duration of your Judgement of Light and Judgement of Wisdom by 30 sec." + }, + "20375": { + "name": "Seal of Command", + "icon": "ability_warrior_innerrage", + "rank": 1, + "description": "Gives the Paladin a chance to deal additional Holy damage equal to 70% of normal weapon damage.  Only one Seal can be active on the Paladin at any one time.  Lasts 30 sec.Unleashing this Seal's energy will judge an enemy, instantly causing 90 to 95 Holy damage, 137 to 146 if the target is stunned or incapacitated." + }, + "20468": { + "name": "Improved Righteous Fury", + "icon": "spell_holy_sealoffury", + "rank": 1, + "description": "Increases the amount of threat generated by your Righteous Fury spell by 16%." + }, + "20469": { + "name": "Improved Righteous Fury", + "icon": "spell_holy_sealoffury", + "rank": 2, + "description": "Increases the amount of threat generated by your Righteous Fury spell by 33%." + }, + "20470": { + "name": "Improved Righteous Fury", + "icon": "spell_holy_sealoffury", + "rank": 3, + "description": "Increases the amount of threat generated by your Righteous Fury spell by 50%." + }, + "20473": { + "name": "Holy Shock", + "icon": "spell_holy_searinglight", + "rank": 1, + "description": "Blasts the target with Holy energy, causing 204 to 220 Holy damage to an enemy, or 204 to 220 healing to an ally." + }, + "20487": { + "name": "Improved Hammer of Justice", + "icon": "spell_holy_sealofmight", + "rank": 1, + "description": "Decreases the cooldown of your Hammer of Justice spell by 5 sec." + }, + "20488": { + "name": "Improved Hammer of Justice", + "icon": "spell_holy_sealofmight", + "rank": 2, + "description": "Decreases the cooldown of your Hammer of Justice spell by 10 sec." + }, + "20489": { + "name": "Improved Hammer of Justice", + "icon": "spell_holy_sealofmight", + "rank": 3, + "description": "Decreases the cooldown of your Hammer of Justice spell by 15 sec." + }, + "20496": { + "name": "Improved Cleave", + "icon": "ability_warrior_cleave", + "rank": 3, + "description": "Increases the bonus damage done by your Cleave ability by 120%." + }, + "20497": { + "name": "Improved Slam", + "icon": "ability_warrior_decisivestrike", + "rank": 3, + "description": "Decreases the casting time of your Slam ability by 0.3 sec." + }, + "20498": { + "name": "Improved Slam", + "icon": "ability_warrior_decisivestrike", + "rank": 4, + "description": "Decreases the casting time of your Slam ability by 0.4 sec." + }, + "20499": { + "name": "Improved Slam", + "icon": "ability_warrior_decisivestrike", + "rank": 5, + "description": "Decreases the casting time of your Slam ability by 0.5 sec." + }, + "20500": { + "name": "Improved Berserker Rage", + "icon": "spell_nature_ancestralguardian", + "rank": 1, + "description": "The Berserker Rage ability will generate 5 rage when used." + }, + "20501": { + "name": "Improved Berserker Rage", + "icon": "spell_nature_ancestralguardian", + "rank": 2, + "description": "The Berserker Rage ability will generate 10 rage when used." + }, + "20502": { + "name": "Improved Execute", + "icon": "inv_sword_48", + "rank": 1, + "description": "Reduces the Rage cost of your Execute ability by 2." + }, + "20503": { + "name": "Improved Execute", + "icon": "inv_sword_48", + "rank": 2, + "description": "Reduces the Rage cost of your Execute ability by 5." + }, + "20504": { + "name": "Improved Intercept", + "icon": "ability_rogue_sprint", + "rank": 1, + "description": "Reduces the cooldown of your Intercept ability by 5 sec." + }, + "20505": { + "name": "Improved Intercept", + "icon": "ability_rogue_sprint", + "rank": 2, + "description": "Reduces the cooldown of your Intercept ability by 10 sec." + }, + "20711": { + "name": "Spirit of Redemption", + "icon": "inv_enchant_essenceeternallarge", + "rank": null, + "description": "Upon death, the priest becomes the Spirit of Redemption for 10 sec.  The Spirit of Redemption cannot move, attack, be attacked or targeted by any spells or effects.  While in this form the priest can cast any healing spell free of cost.  When the effect ends, the priest dies." + }, + "20895": { + "name": "Spirit Bond", + "icon": "classic_ability_druid_demoralizingroar", + "rank": 2, + "description": "While your pet is active, you and your pet will regenerate 2% of total health every 10 sec." + }, + "20911": { + "name": "Blessing of Sanctuary", + "icon": "spell_nature_lightningshield", + "rank": 1, + "description": "Places a Blessing on the friendly target, reducing damage dealt from all sources by up to 10 for 5 min.  In addition, when the target blocks a melee attack the attacker will take 14 Holy damage.  Players may only have one Blessing on them per Paladin at any one time." + }, + "20925": { + "name": "Holy Shield", + "icon": "classic_spell_holy_blessingofprotection", + "rank": 1, + "description": "Increases chance to block by 30% for 10 sec, and deals 65 Holy damage for each attack blocked while active.  Damage caused by Holy Shield causes 20% additional threat.  Each block expends a charge.  4 charges." + }, + "23584": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 1, + "description": "Increases the damage done by your offhand weapon by 5%." + }, + "23585": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 2, + "description": "Increases the damage done by your offhand weapon by 10%." + }, + "23586": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 3, + "description": "Increases the damage done by your offhand weapon by 15%." + }, + "23587": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 4, + "description": "Increases the damage done by your offhand weapon by 20%." + }, + "23588": { + "name": "Dual Wield Specialization", + "icon": "ability_dualwield", + "rank": 5, + "description": "Increases the damage done by your offhand weapon by 25%." + }, + "23695": { + "name": "Improved Hamstring", + "icon": "ability_shockwave", + "rank": 3, + "description": "Gives your Hamstring ability a 15% chance to immobilize the target for 5 sec." + }, + "23785": { + "name": "Master Demonologist", + "icon": "spell_shadow_shadowpact", + "rank": null, + "description": "Grants both the Warlock and the summoned demon an effect as long as that demon is active.Imp - Reduces threat caused by 4%.Voidwalker - Reduces physical damage taken by 2%.Succubus - Increases all damage caused by 2%.Felhunter - Increases all resistances by .2 per level." + }, + "23822": { + "name": "Master Demonologist", + "icon": "spell_shadow_shadowpact", + "rank": null, + "description": "Grants both the Warlock and the summoned demon an effect as long as that demon is active.Imp - Reduces threat caused by 8%.Voidwalker - Reduces physical damage taken by 4%.Succubus - Increases all damage caused by 4%.Felhunter - Increases all resistances by .4 per level." + }, + "23823": { + "name": "Master Demonologist", + "icon": "spell_shadow_shadowpact", + "rank": null, + "description": "Grants both the Warlock and the summoned demon an effect as long as that demon is active.Imp - Reduces threat caused by 12%.Voidwalker - Reduces physical damage taken by 6%.Succubus - Increases all damage caused by 6%.Felhunter - Increases all resistances by .6 per level." + }, + "23824": { + "name": "Master Demonologist", + "icon": "spell_shadow_shadowpact", + "rank": null, + "description": "Grants both the Warlock and the summoned demon an effect as long as that demon is active.Imp - Reduces threat caused by 16%.Voidwalker - Reduces physical damage taken by 8%.Succubus - Increases all damage caused by 8%.Felhunter - Increases all resistances by .8 per level." + }, + "23825": { + "name": "Master Demonologist", + "icon": "spell_shadow_shadowpact", + "rank": null, + "description": "Grants both the Warlock and the summoned demon an effect as long as that demon is active.Imp - Reduces threat caused by 20%.Voidwalker - Reduces physical damage taken by 10%.Succubus - Increases all damage caused by 10%.Felhunter - Increases all resistances by 1 per level." + }, + "23881": { + "name": "Bloodthirst", + "icon": "spell_nature_bloodlust", + "rank": 1, + "description": "Instantly attack the target causing damage equal to 45% of your attack power.  In addition, the next 5 successful melee attacks will restore 10 health.  This effect lasts 8 sec." + }, + "23922": { + "name": "Shield Slam", + "icon": "inv_shield_05", + "rank": 1, + "description": "Slam the target with your shield, causing 225 to 235 damage, modified by your shield block value, and has a 50% chance of dispelling 1 magic effect on the target.  Also causes a high amount of threat." + }, + "24283": { + "name": "Surefooted", + "icon": "ability_kick", + "rank": 3, + "description": "Increases hit chance by 3% and increases the chance movement impairing effects will be resisted by an additional 15%." + }, + "24293": { + "name": "Monster Slaying", + "icon": "inv_misc_head_dragon_black", + "rank": 1, + "description": "Increases all damage caused against Beasts, Giants and Dragonkin targets by 1% and increases critical damage caused against Beasts, Giants and Dragonkin targets by an additional 1%." + }, + "24294": { + "name": "Monster Slaying", + "icon": "inv_misc_head_dragon_black", + "rank": 2, + "description": "Increases all damage caused against Beasts, Giants and Dragonkin targets by 2% and increases critical damage caused against Beasts, Giants and Dragonkin targets by an additional 2%." + }, + "24295": { + "name": "Monster Slaying", + "icon": "inv_misc_head_dragon_black", + "rank": 3, + "description": "Increases all damage caused against Beasts, Giants and Dragonkin targets by 3% and increases critical damage caused against Beasts, Giants and Dragonkin targets by an additional 3%." + }, + "24296": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 4, + "description": "Increases your Agility by 12%." + }, + "24297": { + "name": "Lightning Reflexes", + "icon": "spell_nature_invisibilty", + "rank": 5, + "description": "Increases your Agility by 15%." + }, + "24386": { + "name": "Improved Aspect of the Monkey", + "icon": "ability_hunter_aspectofthemonkey", + "rank": 4, + "description": "Increases the Dodge bonus of your Aspect of the Monkey by 4%." + }, + "24387": { + "name": "Improved Aspect of the Monkey", + "icon": "ability_hunter_aspectofthemonkey", + "rank": 5, + "description": "Increases the Dodge bonus of your Aspect of the Monkey by 5%." + }, + "24443": { + "name": "Improved Revive Pet", + "icon": "ability_hunter_beastsoothe", + "rank": 1, + "description": "Revive Pet's casting time is reduced by 3 sec, mana cost is reduced by 20%, and increases the health your pet returns with by an additional 15%." + }, + "24691": { + "name": "Barrage", + "icon": "ability_upgrademoonglaive", + "rank": 3, + "description": "Increases the damage done by your Multi-Shot and Volley spells by 15%." + }, + "24858": { + "name": "Moonkin Form", + "icon": "spell_nature_forceofnature", + "rank": null, + "description": "Transforms the Druid into Moonkin Form.  While in this form the armor contribution from items is increased by 360% and all party members within 30 yards have their spell critical chance increased by 3%.  The Moonkin can only cast Balance spells while shapeshifted.The act of shapeshifting frees the caster of Polymorph and Movement Impairing effects." + }, + "24866": { + "name": "Feline Swiftness", + "icon": "spell_nature_spiritwolf", + "rank": null, + "description": "Increases your movement speed by 30% while outdoors in Cat Form and increases your chance to dodge while in Cat Form by 4%." + }, + "24894": { + "name": "Heart of the Wild", + "icon": "spell_holy_blessingofagility", + "rank": 5, + "description": "Increases your Intellect by 20%.  In addition, while in Bear or Dire Bear Form your Stamina is increased by 20% and while in Cat Form your Strength is increased by 20%." + }, + "24943": { + "name": "Gift of Nature", + "icon": "spell_nature_protectionformnature", + "rank": 2, + "description": "Increases the effect of all healing spells by 4%." + }, + "24944": { + "name": "Gift of Nature", + "icon": "spell_nature_protectionformnature", + "rank": 3, + "description": "Increases the effect of all healing spells by 6%." + }, + "24945": { + "name": "Gift of Nature", + "icon": "spell_nature_protectionformnature", + "rank": 4, + "description": "Increases the effect of all healing spells by 8%." + }, + "24946": { + "name": "Gift of Nature", + "icon": "spell_nature_protectionformnature", + "rank": 5, + "description": "Increases the effect of all healing spells by 10%." + }, + "24968": { + "name": "Tranquil Spirit", + "icon": "spell_holy_elunesgrace", + "rank": 1, + "description": "Reduces the mana cost of your Healing Touch and Tranquility spells by 2%." + }, + "24969": { + "name": "Tranquil Spirit", + "icon": "spell_holy_elunesgrace", + "rank": 2, + "description": "Reduces the mana cost of your Healing Touch and Tranquility spells by 4%." + }, + "24970": { + "name": "Tranquil Spirit", + "icon": "spell_holy_elunesgrace", + "rank": 3, + "description": "Reduces the mana cost of your Healing Touch and Tranquility spells by 6%." + }, + "24971": { + "name": "Tranquil Spirit", + "icon": "spell_holy_elunesgrace", + "rank": 4, + "description": "Reduces the mana cost of your Healing Touch and Tranquility spells by 8%." + }, + "24972": { + "name": "Tranquil Spirit", + "icon": "spell_holy_elunesgrace", + "rank": 5, + "description": "Reduces the mana cost of your Healing Touch and Tranquility spells by 10%." + }, + "25829": { + "name": "Holy Power", + "icon": "spell_holy_power", + "rank": 5, + "description": "Increases the critical effect chance of your Holy spells by 5%." + }, + "25836": { + "name": "Unyielding Faith", + "icon": "spell_holy_unyieldingfaith", + "rank": 2, + "description": "Increases your chance to resist Fear and Disorient effects by an additional 10%." + }, + "25956": { + "name": "Improved Judgement", + "icon": "spell_holy_righteousfury", + "rank": 1, + "description": "Decreases the cooldown of your Judgement spell by 1 sec." + }, + "25957": { + "name": "Improved Judgement", + "icon": "spell_holy_righteousfury", + "rank": 2, + "description": "Decreases the cooldown of your Judgement spell by 2 sec." + }, + "25988": { + "name": "Eye for an Eye", + "icon": "spell_holy_eyeforaneye", + "rank": 2, + "description": "All spell criticals against you cause 30% of the damage taken to the caster as well.  The damage caused by Eye for an Eye will not exceed 50% of the Paladin's total health." + }, + "26016": { + "name": "Vindication", + "icon": "spell_holy_vindication", + "rank": 2, + "description": "Gives the Paladin's damaging melee attacks a chance to reduce the target's Strength and Agility by 10% for 10 sec." + }, + "26021": { + "name": "Vindication", + "icon": "spell_holy_vindication", + "rank": 3, + "description": "Gives the Paladin's damaging melee attacks a chance to reduce the target's Strength and Agility by 15% for 10 sec." + }, + "26022": { + "name": "Pursuit of Justice", + "icon": "spell_holy_persuitofjustice", + "rank": 1, + "description": "Increases movement and mounted movement speed by 4%.  This does not stack with other movement speed increasing effects." + }, + "26023": { + "name": "Pursuit of Justice", + "icon": "spell_holy_persuitofjustice", + "rank": 2, + "description": "Increases movement and mounted movement speed by 8%.  This does not stack with other movement speed increasing effects." + }, + "26573": { + "name": "Consecration", + "icon": "spell_holy_innerfire", + "rank": 1, + "description": "Consecrates the land beneath Paladin, doing 64 Holy damage over 8 sec to enemies who enter the area." + }, + "27789": { + "name": "Holy Reach", + "icon": "spell_holy_purify", + "rank": 1, + "description": "Increases the range of your Smite and Holy Fire spells and the radius of your Prayer of Healing and Holy Nova spells by 10%." + }, + "27790": { + "name": "Holy Reach", + "icon": "spell_holy_purify", + "rank": 2, + "description": "Increases the range of your Smite and Holy Fire spells and the radius of your Prayer of Healing and Holy Nova spells by 20%." + }, + "27811": { + "name": "Blessed Recovery", + "icon": "spell_holy_blessedrecovery", + "rank": 1, + "description": "After being struck by a melee or ranged critical hit, heal 8% of the damage taken over 6 sec." + }, + "27815": { + "name": "Blessed Recovery", + "icon": "spell_holy_blessedrecovery", + "rank": 2, + "description": "After being struck by a melee or ranged critical hit, heal 16% of the damage taken over 6 sec." + }, + "27816": { + "name": "Blessed Recovery", + "icon": "spell_holy_blessedrecovery", + "rank": 3, + "description": "After being struck by a melee or ranged critical hit, heal 25% of the damage taken over 6 sec." + }, + "27839": { + "name": "Improved Vampiric Embrace", + "icon": "spell_shadow_improvedvampiricembrace", + "rank": 1, + "description": "Increases the percentage healed by Vampiric Embrace by an additional 5%." + }, + "27840": { + "name": "Improved Vampiric Embrace", + "icon": "spell_shadow_improvedvampiricembrace", + "rank": 2, + "description": "Increases the percentage healed by Vampiric Embrace by an additional 10%." + }, + "27900": { + "name": "Spell Warding", + "icon": "spell_holy_spellwarding", + "rank": 1, + "description": "Reduces all spell damage taken by 2%." + }, + "27901": { + "name": "Spell Warding", + "icon": "spell_holy_spellwarding", + "rank": 2, + "description": "Reduces all spell damage taken by 4%." + }, + "27902": { + "name": "Spell Warding", + "icon": "spell_holy_spellwarding", + "rank": 3, + "description": "Reduces all spell damage taken by 6%." + }, + "27903": { + "name": "Spell Warding", + "icon": "spell_holy_spellwarding", + "rank": 4, + "description": "Reduces all spell damage taken by 8%." + }, + "27904": { + "name": "Spell Warding", + "icon": "spell_holy_spellwarding", + "rank": 5, + "description": "Reduces all spell damage taken by 10%." + }, + "28332": { + "name": "Frost Warding", + "icon": "spell_frost_frostward", + "rank": 2, + "description": "Increases the armor and resistances given by your Frost Armor and Ice Armor spells by 30%.  In addition, gives your Frost Ward a 20% chance to reflect Frost spells and effects while active." + }, + "28574": { + "name": "Arcane Resilience", + "icon": "spell_arcane_arcaneresilience", + "rank": null, + "description": "Increases your armor by an amount equal to 50% of your Intellect." + }, + "28592": { + "name": "Winter's Chill", + "icon": "spell_frost_chillingblast", + "rank": 2, + "description": "Gives your Frost damage spells a 40% chance to apply the Winter's Chill effect, which increases the chance a Frost spell will critically hit the target by 2% for 15 sec.  Stacks up to 5 times." + }, + "28593": { + "name": "Winter's Chill", + "icon": "spell_frost_chillingblast", + "rank": 3, + "description": "Gives your Frost damage spells a 60% chance to apply the Winter's Chill effect, which increases the chance a Frost spell will critically hit the target by 2% for 15 sec.  Stacks up to 5 times." + }, + "28594": { + "name": "Winter's Chill", + "icon": "spell_frost_chillingblast", + "rank": 4, + "description": "Gives your Frost damage spells a 80% chance to apply the Winter's Chill effect, which increases the chance a Frost spell will critically hit the target by 2% for 15 sec.  Stacks up to 5 times." + }, + "28595": { + "name": "Winter's Chill", + "icon": "spell_frost_chillingblast", + "rank": 5, + "description": "Gives your Frost damage spells a 100% chance to apply the Winter's Chill effect, which increases the chance a Frost spell will critically hit the target by 2% for 15 sec.  Stacks up to 5 times." + }, + "28996": { + "name": "Elemental Warding", + "icon": "spell_nature_spiritarmor", + "rank": 1, + "description": "Reduces damage taken from Fire, Frost and Nature effects by 4%." + }, + "28997": { + "name": "Elemental Warding", + "icon": "spell_nature_spiritarmor", + "rank": 2, + "description": "Reduces damage taken from Fire, Frost and Nature effects by 7%." + }, + "28998": { + "name": "Elemental Warding", + "icon": "spell_nature_spiritarmor", + "rank": 3, + "description": "Reduces damage taken from Fire, Frost and Nature effects by 10%." + }, + "28999": { + "name": "Storm Reach", + "icon": "spell_nature_stormreach", + "rank": 1, + "description": "Increases the range of your Lightning Bolt and Chain Lightning spells by 3 yards." + }, + "29000": { + "name": "Storm Reach", + "icon": "spell_nature_stormreach", + "rank": 2, + "description": "Increases the range of your Lightning Bolt and Chain Lightning spells by 6 yards." + }, + "29062": { + "name": "Eye of the Storm", + "icon": "spell_nature_eyeofthestorm", + "rank": 1, + "description": "Gives you a 33% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike.  The Focused Casting effect prevents you from losing casting time when taking damage." + }, + "29064": { + "name": "Eye of the Storm", + "icon": "spell_nature_eyeofthestorm", + "rank": 2, + "description": "Gives you a 66% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike.  The Focused Casting effect prevents you from losing casting time when taking damage." + }, + "29065": { + "name": "Eye of the Storm", + "icon": "spell_nature_eyeofthestorm", + "rank": 3, + "description": "Gives you a 100% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike.  The Focused Casting effect prevents you from losing casting time when taking damage." + }, + "29074": { + "name": "Master of Elements", + "icon": "spell_fire_masterofelements", + "rank": 1, + "description": "Your Fire and Frost spell criticals will refund 10% of their base mana cost." + }, + "29075": { + "name": "Master of Elements", + "icon": "spell_fire_masterofelements", + "rank": 2, + "description": "Your Fire and Frost spell criticals will refund 20% of their base mana cost." + }, + "29076": { + "name": "Master of Elements", + "icon": "spell_fire_masterofelements", + "rank": 3, + "description": "Your Fire and Frost spell criticals will refund 30% of their base mana cost." + }, + "29079": { + "name": "Elemental Weapons", + "icon": "spell_fire_flametounge", + "rank": 2, + "description": "Increases the melee attack power bonus of your Rockbiter Weapon by 14%, your Windfury Weapon effect by 27% and increases the damage caused by your Flametongue Weapon and Frostbrand Weapon by 10%." + }, + "29080": { + "name": "Elemental Weapons", + "icon": "spell_fire_flametounge", + "rank": 3, + "description": "Increases the melee attack power bonus of your Rockbiter Weapon by 20%, your Windfury Weapon effect by 40% and increases the damage caused by your Flametongue Weapon and Frostbrand Weapon by 15%." + }, + "29082": { + "name": "Weapon Mastery", + "icon": "ability_hunter_swiftstrike", + "rank": 1, + "description": "Increases the damage you deal with all weapons by 2%." + }, + "29084": { + "name": "Weapon Mastery", + "icon": "ability_hunter_swiftstrike", + "rank": 2, + "description": "Increases the damage you deal with all weapons by 4%." + }, + "29086": { + "name": "Weapon Mastery", + "icon": "ability_hunter_swiftstrike", + "rank": 3, + "description": "Increases the damage you deal with all weapons by 6%." + }, + "29087": { + "name": "Weapon Mastery", + "icon": "ability_hunter_swiftstrike", + "rank": 4, + "description": "Increases the damage you deal with all weapons by 8%." + }, + "29088": { + "name": "Weapon Mastery", + "icon": "ability_hunter_swiftstrike", + "rank": 5, + "description": "Increases the damage you deal with all weapons by 10%." + }, + "29179": { + "name": "Elemental Devastation", + "icon": "classic_spell_fire_elementaldevastation", + "rank": 2, + "description": "Your offensive spell crits will increase your chance to get a critical strike with melee attacks by 6% for 10 sec." + }, + "29180": { + "name": "Elemental Devastation", + "icon": "classic_spell_fire_elementaldevastation", + "rank": 3, + "description": "Your offensive spell crits will increase your chance to get a critical strike with melee attacks by 9% for 10 sec." + }, + "29187": { + "name": "Healing Grace", + "icon": "spell_nature_healingtouch", + "rank": 1, + "description": "Reduces the threat generated by your healing spells by 5%." + }, + "29189": { + "name": "Healing Grace", + "icon": "spell_nature_healingtouch", + "rank": 2, + "description": "Reduces the threat generated by your healing spells by 10%." + }, + "29191": { + "name": "Healing Grace", + "icon": "spell_nature_healingtouch", + "rank": 3, + "description": "Reduces the threat generated by your healing spells by 15%." + }, + "29192": { + "name": "Improved Weapon Totems", + "icon": "spell_fire_enchantweapon", + "rank": 1, + "description": "Increases the melee attack power bonus of your Windfury Totem by 15% and increases the damage caused by your Flametongue Totem by 6%." + }, + "29193": { + "name": "Improved Weapon Totems", + "icon": "spell_fire_enchantweapon", + "rank": 2, + "description": "Increases the melee attack power bonus of your Windfury Totem by 30% and increases the damage caused by your Flametongue Totem by 12%." + }, + "29202": { + "name": "Healing Way", + "icon": "classic_spell_nature_healingway", + "rank": 3, + "description": "Your Healing Wave spells have a 100% chance to increase the effect of subsequent Healing Wave spells on that target by 6% for 15 sec.  This effect will stack up to 3 times." + }, + "29205": { + "name": "Healing Way", + "icon": "classic_spell_nature_healingway", + "rank": 2, + "description": "Your Healing Wave spells have a 66% chance to increase the effect of subsequent Healing Wave spells on that target by 6% for 15 sec.  This effect will stack up to 3 times." + }, + "29206": { + "name": "Healing Way", + "icon": "classic_spell_nature_healingway", + "rank": 1, + "description": "Your Healing Wave spells have a 33% chance to increase the effect of subsequent Healing Wave spells on that target by 6% for 15 sec.  This effect will stack up to 3 times." + }, + "29438": { + "name": "Elemental Precision", + "icon": "spell_ice_magicdamage", + "rank": 1, + "description": "Reduces the chance that the opponent can resist your Frost and Fire spells by 2%." + }, + "29439": { + "name": "Elemental Precision", + "icon": "spell_ice_magicdamage", + "rank": 2, + "description": "Reduces the chance that the opponent can resist your Frost and Fire spells by 4%." + }, + "29440": { + "name": "Elemental Precision", + "icon": "spell_ice_magicdamage", + "rank": 3, + "description": "Reduces the chance that the opponent can resist your Frost and Fire spells by 6%." + }, + "29441": { + "name": "Magic Absorption", + "icon": "spell_nature_astralrecalgroup", + "rank": 1, + "description": "Increases all resistances by 2 and causes all spells you fully resist to restore 1% of your total mana.  1 sec. cooldown." + }, + "29444": { + "name": "Magic Absorption", + "icon": "spell_nature_astralrecalgroup", + "rank": 2, + "description": "Increases all resistances by 4 and causes all spells you fully resist to restore 2% of your total mana.  1 sec. cooldown." + }, + "29445": { + "name": "Magic Absorption", + "icon": "spell_nature_astralrecalgroup", + "rank": 3, + "description": "Increases all resistances by 6 and causes all spells you fully resist to restore 3% of your total mana.  1 sec. cooldown." + }, + "29446": { + "name": "Magic Absorption", + "icon": "spell_nature_astralrecalgroup", + "rank": 4, + "description": "Increases all resistances by 8 and causes all spells you fully resist to restore 4% of your total mana.  1 sec. cooldown." + }, + "29447": { + "name": "Magic Absorption", + "icon": "spell_nature_astralrecalgroup", + "rank": 5, + "description": "Increases all resistances by 10 and causes all spells you fully resist to restore 5% of your total mana.  1 sec. cooldown." + }, + "30160": { + "name": "Elemental Devastation", + "icon": "classic_spell_fire_elementaldevastation", + "rank": 1, + "description": "Your offensive spell crits will increase your chance to get a critical strike with melee attacks by 3% for 10 sec." + }, + "30892": { + "name": "Sleight of Hand", + "icon": "ability_rogue_feint", + "rank": 1, + "description": "Reduces the chance you are critically hit by melee and ranged attacks by 1% and increases the threat reduction of your Feint ability by 10%." + }, + "30893": { + "name": "Sleight of Hand", + "icon": "ability_rogue_feint", + "rank": 2, + "description": "Reduces the chance you are critically hit by melee and ranged attacks by 2% and increases the threat reduction of your Feint ability by 20%." + }, + "30894": { + "name": "Heightened Senses", + "icon": "ability_ambush", + "rank": 1, + "description": "Increases your Stealth detection and reduces the chance you are hit by spells and ranged attacks by 2%." + }, + "30895": { + "name": "Heightened Senses", + "icon": "ability_ambush", + "rank": 2, + "description": "Increases your Stealth detection and reduces the chance you are hit by spells and ranged attacks by 4%.  More effective than Heightened Senses (Rank 1)." + }, + "30902": { + "name": "Deadliness", + "icon": "inv_weapon_crossbow_11", + "rank": 1, + "description": "Increases your Attack Power by 2%." + }, + "30903": { + "name": "Deadliness", + "icon": "inv_weapon_crossbow_11", + "rank": 2, + "description": "Increases your Attack Power by 4%." + }, + "30904": { + "name": "Deadliness", + "icon": "inv_weapon_crossbow_11", + "rank": 3, + "description": "Increases your Attack Power by 6%." + }, + "30905": { + "name": "Deadliness", + "icon": "inv_weapon_crossbow_11", + "rank": 4, + "description": "Increases your Attack Power by 8%." + }, + "30906": { + "name": "Deadliness", + "icon": "inv_weapon_crossbow_11", + "rank": 5, + "description": "Increases your Attack Power by 10%." + }, + "30919": { + "name": "Weapon Expertise", + "icon": "spell_holy_blessingofstrength", + "rank": 1, + "description": "Increases your skill with Sword, Fist and Dagger weapons by 3." + }, + "30920": { + "name": "Weapon Expertise", + "icon": "spell_holy_blessingofstrength", + "rank": 2, + "description": "Increases your skill with Sword, Fist and Dagger weapons by 5." + } +} \ No newline at end of file diff --git a/src/lib/tree.ts b/src/lib/tree.ts index 7818791..6751f32 100644 --- a/src/lib/tree.ts +++ b/src/lib/tree.ts @@ -204,7 +204,6 @@ export function decodeKnownTalents(pointString: string, className: string): Map< for (let i = 0; i < parts.length; i++) { const specId = specs[i] const specPointStr = parts[i] - console.log(specPointStr, { specId }) const talents = talentsBySpecArray[specId].sort(SORT_TALENTS) for (let y = 0; y < specPointStr.length; y++) { diff --git a/src/tools/data-fetch.ts b/src/tools/data-fetch.ts new file mode 100644 index 0000000..d7e9f5c --- /dev/null +++ b/src/tools/data-fetch.ts @@ -0,0 +1,65 @@ +// import '../src/types' +import { talentsById } from '../data/talents' +import fetch from 'node-fetch' +import fs from 'fs' +import cheerio from 'cheerio' +import spells from '../data/spells.json' + +const getRankFromTooltip = (spellId: number, tooltip: string): number | null => { + const matches = tooltip.match(/Rank (\d)/) + if (!matches) { + console.warn(`Spell ${spellId}: No rank found in tooltip: \n\t`, tooltip) + return null + } + return parseInt(matches[1], 10) +} + +const getUnknownSpellIds = (): number[] => { + const allSpellIds = Object.values(talentsById).reduce((reduction, talent: TalentData) => { + reduction = [...reduction, ...talent.ranks] + return reduction + }, []) + + return allSpellIds.filter(spellId => !spells[spellId.toString()]) +} + +export const fetchSpellData = async () => { + const unknownSpellIds = getUnknownSpellIds() + console.log(`Fetching spell data for ${unknownSpellIds.length} unknown spells`) + + const promises = unknownSpellIds.slice(0, 20).map(async (spellId): Promise => { + if (!spells[spellId.toString()]) { + console.log(`Loading data for unknown spell: ${spellId}`) + + const res = await fetch(`https://classic.wowhead.com/tooltip/spell/${spellId}`) + if (res.status !== 200) { + console.error(`Could not find data for spell: ${spellId}`) + return null + } + + const json: any = await res.json() + const $ = cheerio.load(json.tooltip) + + const spell: SpellData = { + name: json.name, + icon: json.icon, + rank: getRankFromTooltip(spellId, json.tooltip), + description: $('.q').text() + } + + spells[spellId.toString()] = spell + return true + } + }) + + await Promise.all(promises) + + fs.writeFileSync('./src/data/spells.json', JSON.stringify(spells, null, 2)) + + if (getUnknownSpellIds().length > 0) { + console.log('--- We have more unknown spells: ', getUnknownSpellIds().length) + fetchSpellData() + } +} + +fetchSpellData() \ No newline at end of file diff --git a/src/tools/tsconfig.json b/src/tools/tsconfig.json new file mode 100644 index 0000000..ba1c0a2 --- /dev/null +++ b/src/tools/tsconfig.json @@ -0,0 +1,23 @@ +{ + "compilerOptions": { + "target": "es6", + "allowJs": true, + "skipLibCheck": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "strict": false, + "forceConsistentCasingInFileNames": true, + "module": "commonjs", + "moduleResolution": "node", + "resolveJsonModule": true, + "isolatedModules": true, + "noEmit": true, + "jsx": "preserve" + }, + "include": [ + "../types.d.ts" + ], + "exclude": [ + "../src/lib/foo.ts" + ] +} diff --git a/src/types.d.ts b/src/types.d.ts index befc57e..6865482 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -5,6 +5,14 @@ interface TalentTree { talents: Talent[] } +interface SpellData { + id?: number + name: string + rank: number + icon: string + description: string +} + interface ClassData { id: number name: string @@ -41,4 +49,4 @@ interface Talent { prerequisite?: [number, number] | number // [row, column] OR index } -type TalentClickHandler = (specId: number, talentId: number, modifier: 1 | -1) => void \ No newline at end of file +type TalentClickHandler = (specId: number, talentId: number, modifier: 1 | -1) => void diff --git a/yarn.lock b/yarn.lock index 7199f71..04208c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1271,6 +1271,13 @@ dependencies: "@babel/types" "^7.3.0" +"@types/cheerio@^0.22.12": + version "0.22.12" + resolved "http://npm.soundtrackyourbrand.com/@types%2fcheerio/-/cheerio-0.22.12.tgz#93c050401d4935a5376e8b352965f7458bed5340" + integrity sha512-aczowyAJNfrkBV+HS8DyAA87OnvkqGrrOmm5s7V6Jbgimzv/1ZoAy91cLJX8GQrUS60KufD7EIzA2LbK8HV4hg== + dependencies: + "@types/node" "*" + "@types/history@*": version "4.7.2" resolved "http://npm.soundtrackyourbrand.com/@types%2fhistory/-/history-4.7.2.tgz#0e670ea254d559241b6eeb3894f8754991e73220" @@ -1308,6 +1315,18 @@ dependencies: "@types/jest-diff" "*" +"@types/node-fetch@^2.5.0": + version "2.5.0" + resolved "http://npm.soundtrackyourbrand.com/@types%2fnode-fetch/-/node-fetch-2.5.0.tgz#1c55616a4591bdd15a389fbd0da4a55b9502add5" + integrity sha512-TLFRywthBgL68auWj+ziWu+vnmmcHCDFC/sqCOQf1xTz4hRq8cu79z8CtHU9lncExGBsB8fXA4TiLDLt6xvMzw== + dependencies: + "@types/node" "*" + +"@types/node@*": + version "12.6.8" + resolved "http://npm.soundtrackyourbrand.com/@types%2fnode/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c" + integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg== + "@types/node@12.6.2": version "12.6.2" resolved "http://npm.soundtrackyourbrand.com/@types%2fnode/-/node-12.6.2.tgz#a5ccec6abb6060d5f20d256fb03ed743e9774999" @@ -1709,6 +1728,11 @@ are-we-there-yet@~1.1.2: delegates "^1.0.0" readable-stream "^2.0.6" +arg@^4.1.0: + version "4.1.1" + resolved "http://npm.soundtrackyourbrand.com/arg/-/arg-4.1.1.tgz#485f8e7c390ce4c5f78257dbea80d4be11feda4c" + integrity sha512-SlmP3fEA88MBv0PypnXZ8ZfJhwmDeIE3SP71j37AiXQBXYosPV0x6uISAaHYSlSVhmHOVkomen0tbGk6Anlebw== + argparse@^1.0.7: version "1.0.10" resolved "http://npm.soundtrackyourbrand.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" @@ -2495,6 +2519,18 @@ chardet@^0.7.0: resolved "http://npm.soundtrackyourbrand.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== +cheerio@^1.0.0-rc.3: + version "1.0.0-rc.3" + resolved "http://npm.soundtrackyourbrand.com/cheerio/-/cheerio-1.0.0-rc.3.tgz#094636d425b2e9c0f4eb91a46c05630c9a1a8bf6" + integrity sha512-0td5ijfUPuubwLUu0OBoe98gZj8C/AA+RW3v67GPlGOrvxWjZmBXiBCRU+I8VEiNyJzjth40POfHiz2RB3gImA== + dependencies: + css-select "~1.2.0" + dom-serializer "~0.1.1" + entities "~1.1.1" + htmlparser2 "^3.9.1" + lodash "^4.15.0" + parse5 "^3.0.1" + chokidar@^2.0.0, chokidar@^2.0.2, chokidar@^2.0.4: version "2.1.6" resolved "http://npm.soundtrackyourbrand.com/chokidar/-/chokidar-2.1.6.tgz#b6cad653a929e244ce8a834244164d241fa954c5" @@ -2985,7 +3021,7 @@ css-select-base-adapter@^0.1.1: resolved "http://npm.soundtrackyourbrand.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== -css-select@^1.1.0: +css-select@^1.1.0, css-select@~1.2.0: version "1.2.0" resolved "http://npm.soundtrackyourbrand.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg= @@ -3334,6 +3370,11 @@ diff-sequences@^24.3.0: resolved "http://npm.soundtrackyourbrand.com/diff-sequences/-/diff-sequences-24.3.0.tgz#0f20e8a1df1abddaf4d9c226680952e64118b975" integrity sha512-xLqpez+Zj9GKSnPWS0WZw1igGocZ+uua8+y+5dDNTT934N3QuY1sp2LkHzwiaYQGz60hMq0pjAshdeXm5VUOEw== +diff@^4.0.1: + version "4.0.1" + resolved "http://npm.soundtrackyourbrand.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff" + integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q== + diffie-hellman@^5.0.0: version "5.0.3" resolved "http://npm.soundtrackyourbrand.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" @@ -3400,7 +3441,7 @@ dom-converter@^0.2: dependencies: utila "~0.4" -dom-serializer@0: +dom-serializer@0, dom-serializer@~0.1.1: version "0.1.1" resolved "http://npm.soundtrackyourbrand.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== @@ -3547,7 +3588,7 @@ enhanced-resolve@^4.1.0: memory-fs "^0.4.0" tapable "^1.0.0" -entities@^1.1.1: +entities@^1.1.1, entities@~1.1.1: version "1.1.2" resolved "http://npm.soundtrackyourbrand.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== @@ -4713,7 +4754,7 @@ html-webpack-plugin@4.0.0-beta.5: tapable "^1.1.0" util.promisify "1.0.0" -htmlparser2@^3.3.0: +htmlparser2@^3.3.0, htmlparser2@^3.9.1: version "3.10.1" resolved "http://npm.soundtrackyourbrand.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== @@ -6167,7 +6208,7 @@ lodash.uniq@^4.5.0: resolved "http://npm.soundtrackyourbrand.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -"lodash@>=3.5 <5", lodash@^4, lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@~4.17.10: +"lodash@>=3.5 <5", lodash@^4, lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@~4.17.10: version "4.17.15" resolved "http://npm.soundtrackyourbrand.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== @@ -6220,6 +6261,11 @@ make-dir@^2.0.0, make-dir@^2.1.0: pify "^4.0.1" semver "^5.6.0" +make-error@^1.1.1: + version "1.3.5" + resolved "http://npm.soundtrackyourbrand.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8" + integrity sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g== + makeerror@1.0.x: version "1.0.11" resolved "http://npm.soundtrackyourbrand.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" @@ -6615,6 +6661,11 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" +node-fetch@^2.6.0: + version "2.6.0" + resolved "http://npm.soundtrackyourbrand.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" + integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== + node-forge@0.7.5: version "0.7.5" resolved "http://npm.soundtrackyourbrand.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df" @@ -7178,6 +7229,13 @@ parse5@5.1.0: resolved "http://npm.soundtrackyourbrand.com/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== +parse5@^3.0.1: + version "3.0.3" + resolved "http://npm.soundtrackyourbrand.com/parse5/-/parse5-3.0.3.tgz#042f792ffdd36851551cf4e9e066b3874ab45b5c" + integrity sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA== + dependencies: + "@types/node" "*" + parseurl@~1.3.2, parseurl@~1.3.3: version "1.3.3" resolved "http://npm.soundtrackyourbrand.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" @@ -9813,6 +9871,17 @@ trim-right@^1.0.1: dependencies: glob "^7.1.2" +ts-node@^8.3.0: + version "8.3.0" + resolved "http://npm.soundtrackyourbrand.com/ts-node/-/ts-node-8.3.0.tgz#e4059618411371924a1fb5f3b125915f324efb57" + integrity sha512-dyNS/RqyVTDcmNM4NIBAeDMpsAdaQ+ojdf0GOLqE6nwJOgzEkdRNzJywhDfwnuvB10oa6NLVG1rUJQCpRN7qoQ== + dependencies: + arg "^4.1.0" + diff "^4.0.1" + make-error "^1.1.1" + source-map-support "^0.5.6" + yn "^3.0.0" + ts-pnp@1.1.2, ts-pnp@^1.0.0: version "1.1.2" resolved "http://npm.soundtrackyourbrand.com/ts-pnp/-/ts-pnp-1.1.2.tgz#be8e4bfce5d00f0f58e0666a82260c34a57af552" @@ -10635,3 +10704,8 @@ yargs@^7.0.0: which-module "^1.0.0" y18n "^3.2.1" yargs-parser "^5.0.0" + +yn@^3.0.0: + version "3.1.0" + resolved "http://npm.soundtrackyourbrand.com/yn/-/yn-3.1.0.tgz#fcbe2db63610361afcc5eb9e0ac91e976d046114" + integrity sha512-kKfnnYkbTfrAdd0xICNFw7Atm8nKpLcLv9AZGEt+kczL/WQVai4e2V6ZN8U/O+iI6WrNuJjNNOyu4zfhl9D3Hg==