Initial Commit for Public

This commit is contained in:
2025-12-08 14:42:02 +01:00
commit 516cac96de
26 changed files with 14567 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
node_modules/
.next/
.git/
dist/
build/
out/
*.log
.DS_Store
package-lock.json
yarn.lock
pnpm-lock.yaml
+36
View File
@@ -0,0 +1,36 @@
# Basic .gitattributes for a python repo.
# py source files
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
# py binary files
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary
# Note: .db, .p, and .pkl files are associated
# with the python modules ``pickle``, ``dbm.*``,
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
# (among others).
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
+89
View File
@@ -0,0 +1,89 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
dist/
build/
# Icon files (downloaded and converted)
icons/ICONS/
icons/*.zip
icons_converted/
# IDE
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
*.tmp
*.bak
.cache/
# ---> Ansible
*.retry
# Temporary files
temp/
temp/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.idea/*
.vscode/
*.swp
*.swo
# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
# Logs
*.log
# Environment variables
.env
.env.local
+17
View File
@@ -0,0 +1,17 @@
### Quick commands
```bash
# Run app (currently running on http://localhost:3001)
cd talent-builder
npm install
npm run dev
```
### Notes / assumptions
- Icons base paths:
- Primary: `https://exil.es/icons/spells/` (591 spell/ability icons)
- Secondary: `https://exil.es/icons/items/` (38 inventory icons)
- Combined coverage: 98% (629/642 icons)
- Icon format: `.png` files with lowercase filenames
- Tooling: npm; deployment via Ansible/local scripts only
- Additional classes follow the same sanitize → drop JSON → wire selector pattern
- Only 13 missing icons: nhi_* borders (custom UI elements), _d3* specials, achievement icons
+16
View File
@@ -0,0 +1,16 @@
# Dependencies
node_modules/
# Next.js
.next/
out/
.vercel/
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Env
.env*
+5
View File
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
+13
View File
@@ -0,0 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: { unoptimized: true },
...(process.env.NODE_ENV === 'production' && { output: 'export' }),
...(process.env.NEXT_PUBLIC_BASE_PATH && {
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
}),
};
export default nextConfig;
+5265
View File
File diff suppressed because it is too large Load Diff
+25
View File
@@ -0,0 +1,25 @@
{
"name": "talent-builder",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.15",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.15",
"typescript": "5.6.3"
}
}
+907
View File
@@ -0,0 +1,907 @@
{
"Feral": {
"tabIndex": 1,
"talents": [
{
"name": "Ferocity",
"spellId": 110796,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Pet_Hyena",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Ferocity\\nRank 0/5\\nReduces the cost of your Maul, Swipe, Thrash, Claw, Rake and Mangle abilities by {value:1/2/3/4/5} Rage or Energy.\\n \\nCost: 1 \\nLevel: 10\\nID 1116934\\nCharacterAdvancement ID 13121\\n"
},
{
"name": "Demon Hide",
"spellId": 20794,
"iconTexture": "Interface\\icons\\nhi_bloodhide_Border",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demon Hide\\nRank 0/3\\nIncreases your maximum health while in Dark Apotheosis by {value:2/4/6}%.\n\nIncreases the cloth-armor contribution in Dark Apotheosis by {value:10/20/30}%.\\nID 915929\\n"
},
{
"name": "Shadowflame Claws",
"spellId": 20795,
"iconTexture": "Interface\\Icons\\ability_revendreth_demonhunter",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shadowflame Claws\\nRank 0/3\\nWhile in Dark Apotheosis your Shadow, Fire and Physical spells and abilities deal {value:3/6/9}% increased damage and {value:10/20/30}% increased threat.\\nID 915932\\n"
},
{
"name": "Savage Defense",
"spellId": 25794,
"iconTexture": "Interface\\Icons\\Ability_Racial_Cannibalize",
"tier": 1,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Savage Defense\\nRank 0/2\\nEach time you critically strike with melee damage while in Bear Form or Dire Bear Form you have a {value:50/100}% chance to trigger Savage Defense.\n\nHold SHIFT for more information\\n\n Savage Defense\nReduces damage from the next 3 physical attacks made against you by an amount equal to {value:3/6}% of your maximum health plus {value:8/16}% of your attack power.\\n \\nCost: 1 \\nLevel: 10\\nID 277401\\nCharacterAdvancement ID 1360\\n"
},
{
"name": "Feral Aggression",
"spellId": 110795,
"iconTexture": "Interface\\Icons\\Ability_Druid_DemoralizingRoar",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Feral Aggression\\nRank 0/5\\nIncreases the attack power reduction of your Demoralizing Roar by {value:8/16/24/32/40}% and the damage caused by your Ferocious Bite by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116858\\nCharacterAdvancement ID 13126\\n"
},
{
"name": "Feral Instinct",
"spellId": 110799,
"iconTexture": "Interface\\Icons\\Ability_Ambush",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Feral Instinct\\nRank 0/3\\nIncreases the damage done by your Swipe and Thrash abilities by {value:10/20/30}% and reduces the chance enemies have to detect you while Prowling.\\n \\nCost: 1 \\nLevel: 15\\nID 1116947\\nCharacterAdvancement ID 13131\\n"
},
{
"name": "Savage Fury",
"spellId": 110805,
"iconTexture": "Interface\\Icons\\Ability_Druid_Ravage",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Savage Fury\\nRank 0/2\\nIncreases the damage caused by your Claw, Rake, Mangle (Cat), Mangle (Bear), and Maul abilities by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116998\\nCharacterAdvancement ID 13134\\n"
},
{
"name": "Thick Hide",
"spellId": 110794,
"iconTexture": "Interface\\Icons\\INV_Misc_Pelt_Bear_03",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Thick Hide\\nRank 0/3\\nIncreases your Armor contribution from cloth and leather items by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116929\\nCharacterAdvancement ID 13136\\n"
},
{
"name": "Feral Swiftness",
"spellId": 110807,
"iconTexture": "Interface\\Icons\\Spell_Nature_SpiritWolf",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Feral Swiftness\\nRank 0/2\\nIncreases your movement speed by {value:15/30}% in Cat Form and increases your chance to dodge while in Cat Form, Bear Form and Dire Bear Form by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1117002\\nCharacterAdvancement ID 13139\\n"
},
{
"name": "Survival Instincts",
"spellId": 111162,
"iconTexture": "Interface\\Icons\\Ability_Druid_TigersRoar",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Survival Instincts\\nRank 0/1\\nInstant\\nWhen activated, this ability temporarily grants you {value:45}% of your maximum health for 20 sec while in Bear Form, Cat Form, or Dire Bear Form. After the effect expires, the health is lost.\\n \\nCost: 1 \\nLevel: 20\\nID 1161336\\nCharacterAdvancement ID 13141\\n"
},
{
"name": "Sharpened Claws",
"spellId": 110798,
"iconTexture": "Interface\\Icons\\INV_Misc_MonsterClaw_04",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sharpened Claws\\nRank 0/3\\nIncreases your critical strike chance while in Bear, Dire Bear or Cat Form by {value:3/6/9}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116942\\nCharacterAdvancement ID 13142\\n"
},
{
"name": "Shredding Attacks",
"spellId": 110802,
"iconTexture": "Interface\\Icons\\Spell_Shadow_VampiricAura",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Shredding Attacks\\nRank 0/2\\nReduces the energy cost of your Shred ability by {value:9/18} and the rage cost of your Lacerate ability by {value:1/2}.\\n \\nCost: 1 \\nLevel: 25\\nID 1116966\\nCharacterAdvancement ID 13145\\n"
},
{
"name": "Predatory Strikes",
"spellId": 110803,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Pet_Cat",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Predatory Strikes\\nRank 0/3\\nIncreases your melee attack power in Cat, Bear and Dire Bear Forms by {value:50/100/150}% of your level and {value:7/14/21}% of any attack power on your equipped weapon. In addition, your finishing moves have a {value:7/14/21}% chance per combo point to make your next Nature spell with a base casting time less than 10 sec. become an instant cast spell.\\n \\nCost: 1 \\nLevel: 25\\nID 1116972\\nCharacterAdvancement ID 13147\\n"
},
{
"name": "Primal Fury",
"spellId": 110801,
"iconTexture": "Interface\\Icons\\Ability_Racial_Cannibalize",
"tier": 4,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Primal Fury\\nRank 0/2\\nRequires 3 points in Sharpened Claws\\nGives you a {value:50/100}% chance to gain an additional 5 Rage anytime you get a critical strike while in Bear and Dire Bear Form and your critical strikes from Cat Form abilities that add combo points have a {value:50/100}% chance to add an additional combo point.\\n \\nCost: 1 \\nLevel: 25\\nID 1137116\\nCharacterAdvancement ID 13150\\n"
},
{
"name": "Primal Precision",
"spellId": 111914,
"iconTexture": "Interface\\Icons\\Ability_Druid_PrimalPrecision",
"tier": 4,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Primal Precision\\nRank 0/2\\nRequires 3 points in Sharpened Claws\\nIncreases your Expertise by {value:5/10}, and you are refunded {value:40/80}% of the energy cost of a finishing move if it fails to land.\\n \\nCost: 1 \\nLevel: 25\\nID 1148409\\nCharacterAdvancement ID 13152\\n"
},
{
"name": "Brutal Impact",
"spellId": 110797,
"iconTexture": "Interface\\Icons\\Ability_Druid_Bash",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Brutal Impact\\nRank 0/2\\nIncreases the stun duration of your Bash and Pounce abilities by {value:0.5/1} sec and decreases the cooldown of Bash by {value:15/30} sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1116940\\nCharacterAdvancement ID 13154\\n"
},
{
"name": "Feral Charge",
"spellId": 110804,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Pet_Bear",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Feral Charge\\nRank 0/1\\nTeaches Feral Charge (Bear) and Feral Charge (Cat).\n\nFeral Charge (Bear) - Causes you to charge an enemy, immobilizing and interrupting any spell being cast for 4 sec. This ability can be used in Bear Form and Dire Bear Form. 15 second cooldown.\n\nFeral Charge (Cat) - Causes you to leap behind an enemy, dazing them for 3 sec. 30 second cooldown.\\n \\nCost: 1 \\nLevel: 30\\nID 1149377\\nCharacterAdvancement ID 13156\\n"
},
{
"name": "Nurturing Instinct",
"spellId": 111792,
"iconTexture": "Interface\\Icons\\Ability_Druid_HealingInstincts",
"tier": 5,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Nurturing Instinct\\nRank 0/2\\nIncreases your healing spells by up to {value:35/70}% of your Agility, and increases healing done to you by {value:10/20}% while in Cat form.\\n \\nCost: 1 \\nLevel: 30\\nID 1133872\\nCharacterAdvancement ID 13157\\n"
},
{
"name": "Natural Reaction",
"spellId": 112242,
"iconTexture": "Interface\\Icons\\Ability_BullRush",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Natural Reaction\\nRank 0/3\\nIncreases your dodge while in Bear Form or Dire Bear Form by {value:2/4/6}%, and you regenerate {value:1/2/3} rage every time you dodge while in Bear Form or Dire Bear Form.\\n \\nCost: 1 \\nLevel: 35\\nID 1157878\\nCharacterAdvancement ID 13159\\n"
},
{
"name": "Heart of the Wild",
"spellId": 110808,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfAgility",
"tier": 6,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Heart of the Wild\\nRank 0/5\\nRequires 3 points in Predatory Strikes\\nIncreases your Intellect by {value:4/8/12/16/20}%. In addition, while in Bear or Dire Bear Form your Stamina is increased by {value:2/4/6/8/10}% and while in Cat Form your attack power is increased by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1117003\\nCharacterAdvancement ID 13162\\n"
},
{
"name": "Survival of the Fittest",
"spellId": 111794,
"iconTexture": "Interface\\Icons\\Ability_Druid_Enrage",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Survival of the Fittest\\nRank 0/3\\nIncreases all attributes by {value:2/4/6}%, reduces the chance you'll be critically hit by melee attacks by {value:2/4/6}%, and increases your armor contribution from cloth and leather items in Bear Form and Dire Bear Form by {value:11/22/33}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1133853\\nCharacterAdvancement ID 13167\\n"
},
{
"name": "Leader of the Pack",
"spellId": 110809,
"iconTexture": "Interface\\Icons\\Spell_Nature_UnyeildingStamina",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Leader of the Pack\\nRank 0/1\\nWhile in Cat, Bear or Dire Bear Form, the Leader of the Pack increases ranged and melee critical chance of all party and raid members within 100 yards by {value:5}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1117007\\nCharacterAdvancement ID 13170\\n"
},
{
"name": "Improved Leader of the Pack",
"spellId": 111798,
"iconTexture": "Interface\\Icons\\Spell_Nature_UnyeildingStamina",
"tier": 7,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Leader of the Pack\\nRank 0/2\\nRequires 1 point in Leader of the Pack\\nYour Leader of the Pack ability also causes affected targets to heal themselves for {value:2/4}% of their total health when they critically hit with a melee or ranged attack. The healing effect cannot occur more than once every 6 sec. In addition, you gain {value:4/8}% of your maximum mana when you benefit from this heal.\\n \\nCost: 1 \\nLevel: 40\\nID 1134297\\nCharacterAdvancement ID 13171\\n"
},
{
"name": "Primal Tenacity",
"spellId": 111793,
"iconTexture": "Interface\\Icons\\Ability_Druid_PrimalTenacity",
"tier": 7,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Primal Tenacity\\nRank 0/3\\nReduces the duration of fear effects by {value:10/20/30}%, reduces all damage taken while stunned by {value:10/20/30}% while in Cat Form.\\n \\nCost: 1 \\nLevel: 40\\nID 1133851\\nCharacterAdvancement ID 13173\\n"
},
{
"name": "Protector of the Pack",
"spellId": 112241,
"iconTexture": "Interface\\Icons\\Ability_Druid_ChallangingRoar",
"tier": 8,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Protector of the Pack\\nRank 0/3\\nRequires 1 point in Leader of the Pack\\nIncreases your attack power by {value:2/4/6}% and reduces the damage you take by {value:4/8/12}%, while in Bear or Dire Bear Form.\\n \\nCost: 1 \\nLevel: 45\\nID 1157873\\nCharacterAdvancement ID 13176\\n"
},
{
"name": "Predatory Instincts",
"spellId": 111795,
"iconTexture": "Interface\\Icons\\Ability_Druid_PredatoryInstincts",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Predatory Instincts\\nRank 0/3\\nWhile in Cat Form increases your damage from melee critical strikes by {value:3/6/9}% and reduces the damage taken from area of effect attacks by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1133859\\nCharacterAdvancement ID 13179\\n"
},
{
"name": "Infected Wounds",
"spellId": 111919,
"iconTexture": "Interface\\Icons\\Ability_Druid_InfectedWound",
"tier": 8,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Infected Wounds\\nRank 0/3\\nYour Shred, Maul, and Mangle attacks cause an Infected Wound in the target. The Infected Wound reduces the movement speed of the target by {value:16/32/50}% and the attack speed by {value:6/12/20}%. Lasts 12 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1148483\\nCharacterAdvancement ID 13182\\n"
},
{
"name": "King of the Jungle",
"spellId": 111921,
"iconTexture": "Interface\\Icons\\Ability_Druid_KingoftheJungle",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "King of the Jungle\\nRank 0/3\\nWhile using your Enrage ability in Bear Form or Dire Bear Form, your damage is increased by {value:5/10/15}%, and your Tiger's Fury ability also instantly restores {value:20/40/60} energy. In addition, the mana cost of Bear Form, Cat Form, and Dire Bear Form is reduced by {value:20/40/60}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1148492\\nCharacterAdvancement ID 13185\\n"
},
{
"name": "Mangle",
"spellId": 111796,
"iconTexture": "Interface\\Icons\\Ability_Druid_Mangle2",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Mangle\\nRank 0/1\\nRequires 1 point in Leader of the Pack\\nMangle the target, inflicting damage and causing the target to take additional damage from bleed effects for 1 min. This ability can be used in Cat Form or Dire Bear Form.\\n \\nCost: 1 \\nLevel: 50\\nID 1133917\\nCharacterAdvancement ID 13188\\n"
},
{
"name": "Improved Mangle",
"spellId": 111920,
"iconTexture": "Interface\\Icons\\Ability_Druid_Mangle2",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Mangle\\nRank 0/2\\nRequires 1 point in Mangle\\nReduces the cooldown of your Mangle (Bear) ability by {value:0.8/1.6} sec., and reduces the energy cost of your Mangle (Cat) ability by {value:3/6}.\\n \\nCost: 1 \\nLevel: 50\\nID 1148532\\nCharacterAdvancement ID 13189\\n"
},
{
"name": "Rend and Tear",
"spellId": 111918,
"iconTexture": "Interface\\Icons\\Ability_Druid_PrimalAgression",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Rend and Tear\\nRank 0/3\\nIncreases damage done by your Maul and Shred attacks on bleeding targets by {value:7/14/21}%, and increases the critical strike chance of your Ferocious Bite ability on bleeding targets by {value:8/16/25}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1148432\\nCharacterAdvancement ID 13192\\n"
},
{
"name": "Primal Gore",
"spellId": 112266,
"iconTexture": "Interface\\Icons\\Ability_Druid_Rake",
"tier": 10,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Primal Gore\\nRank 0/1\\nGrants the periodic damage from your Lacerate, Thrash and Rip abilities the ability to critically hit.\\n \\nCost: 1 \\nLevel: 55\\nID 1163503\\nCharacterAdvancement ID 13197\\n"
},
{
"name": "Berserk",
"spellId": 111927,
"iconTexture": "Interface\\Icons\\Ability_Druid_Berserk",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Berserk\\nRank 0/1\\nInstant\\nWhen activated, this ability causes your Mangle (Bear) ability to hit up to 3 targets and have no cooldown, and reduces the energy cost of all your Cat Form abilities by 50%. Lasts 15 sec. You cannot use Tiger's Fury while Berserk is active.\n\nClears the effect of Fear and makes you immune to Fear for the duration.\\n \\nCost: 1 \\nLevel: 60\\nID 1150334\\nCharacterAdvancement ID 13198\\n"
}
]
},
"Restoration": {
"tabIndex": 2,
"talents": [
{
"name": "Improved Mark of the Wild",
"spellId": 110821,
"iconTexture": "Interface\\Icons\\Spell_Nature_Regeneration",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Mark of the Wild\\nRank 0/2\\nIncreases the effects of your Mark of the Wild and Gift of the Wild spells by {value:20/40}%, and increases all of your total attributes by {value:1/2}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1117050\\nCharacterAdvancement ID 13199\\n"
},
{
"name": "Nature's Focus",
"spellId": 110823,
"iconTexture": "Interface\\Icons\\Spell_Nature_HealingWaveGreater",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Nature's Focus\\nRank 0/3\\nReduces the pushback suffered from damaging attacks while casting Healing Touch, Wrath, Entangling Roots, Cyclone, Nourish, Regrowth and Tranquility by {value:23/47/70}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1117063\\nCharacterAdvancement ID 13201\\n"
},
{
"name": "Furor",
"spellId": 110822,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfStamina",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Furor\\nRank 0/5\\nGives you {value:20/40/60/80/100}% chance to gain 10 Rage when you shapeshift into Bear and Dire Bear Form, and you keep up to {value:20/40/60/80/100} of your Energy when you shapeshift into Cat Form, and increases your total Intellect while in Moonkin form by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1117056\\nCharacterAdvancement ID 13204\\n"
},
{
"name": "Naturalist",
"spellId": 110824,
"iconTexture": "Interface\\Icons\\Spell_Nature_HealingTouch",
"tier": 2,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Naturalist\\nRank 0/5\\nReduces the cast time of your Healing Touch spell by 0.1 sec and increases the damage you deal with physical attacks in all forms by 2%.\\n \\nCost: 1 \\nLevel: 15\\nID 1117069\\nCharacterAdvancement ID 13209\\n"
},
{
"name": "Subtlety",
"spellId": 110841,
"iconTexture": "Interface\\Icons\\Ability_EyeOfTheOwl",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Subtlety\\nRank 0/3\\nReduces the threat generated by your restoration spells by 10% and reduces the chance your helpful spells, Moonfire, and Insect Swarm will be dispelled by 10%.\\n \\nCost: 1 \\nLevel: 15\\nID 1117118\\nCharacterAdvancement ID 13214\\n"
},
{
"name": "Natural Shapeshifter",
"spellId": 110826,
"iconTexture": "Interface\\Icons\\Spell_Nature_WispSplode",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Natural Shapeshifter\\nRank 0/3\\nReduces the mana cost of all shapeshifting by 10%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116833\\nCharacterAdvancement ID 13217\\n"
},
{
"name": "Intensity",
"spellId": 110829,
"iconTexture": "Interface\\Icons\\Spell_Frost_WindWalkOn",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Intensity\\nRank 0/3\\nAllows 17% of your Mana regeneration to continue while casting and causes your Enrage ability to instantly generate 5 rage.\\n \\nCost: 1 \\nLevel: 20\\nID 1117106\\nCharacterAdvancement ID 13220\\n"
},
{
"name": "Omen of Clarity",
"spellId": 110827,
"iconTexture": "Interface\\Icons\\Spell_Nature_CrystalBall",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Omen of Clarity\\nRank 0/1\\nEach of the Druid's damage, healing spells and auto 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, healing spell or offensive ability by 100%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116864\\nCharacterAdvancement ID 13223\\n"
},
{
"name": "Master Shapeshifter",
"spellId": 111915,
"iconTexture": "Interface\\Icons\\Ability_Druid_MasterShapeshifter",
"tier": 3,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Master Shapeshifter\\nRank 0/2\\nRequires 3 points in Natural Shapeshifter\\nGrants an effect which lasts while the Druid is within the respective shapeshift form.\n\nBear Form - Increases physical damage by 2%.\n\nCat Form - Increases critical strike chance by 2%.\n\nMoonkin Form - Increases spell damage by 2%.\n\nTree of Life Form - Increases healing by 2%.\\n \\nCost: 1 \\nLevel: 20\\nID 1148411\\nCharacterAdvancement ID 13224\\n"
},
{
"name": "Tranquil Spirit",
"spellId": 110843,
"iconTexture": "Interface\\Icons\\Spell_Holy_ElunesGrace",
"tier": 4,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Tranquil Spirit\\nRank 0/5\\nReduces the mana cost of your Healing Touch, Nourish and Tranquility spells by 2%.\\n \\nCost: 1 \\nLevel: 25\\nID 1124968\\nCharacterAdvancement ID 13226\\n"
},
{
"name": "Improved Rejuvenation",
"spellId": 110830,
"iconTexture": "Interface\\Icons\\Spell_Nature_Rejuvenation",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Rejuvenation\\nRank 0/3\\nIncreases the effect of your Rejuvenation spell by 5%.\\n \\nCost: 1 \\nLevel: 25\\nID 1117111\\nCharacterAdvancement ID 13231\\n"
},
{
"name": "Nature's Swiftness",
"spellId": 110831,
"iconTexture": "Interface\\Icons\\Spell_Nature_RavenForm",
"tier": 5,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Nature's Swiftness\\nRank 0/1\\nRequires 3 points in Intensity\\nInstant\\nWhen activated, your next Nature spell with a base casting time less than 10 sec. becomes an instant cast spell.\\n \\nCost: 1 \\nLevel: 30\\nID 1117116\\nCharacterAdvancement ID 13234\\n"
},
{
"name": "Gift of Nature",
"spellId": 110828,
"iconTexture": "Interface\\Icons\\Spell_Nature_ProtectionformNature",
"tier": 5,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Gift of Nature\\nRank 0/5\\nIncreases the effect of all healing spells by 2%.\\n \\nCost: 1 \\nLevel: 30\\nID 1117104\\nCharacterAdvancement ID 13235\\n"
},
{
"name": "Improved Tranquility",
"spellId": 110842,
"iconTexture": "Interface\\Icons\\Spell_Nature_Tranquility",
"tier": 5,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Tranquility\\nRank 0/2\\nReduces threat caused by Tranquility by 50%, and reduces the cooldown by 30%.\\n \\nCost: 1 \\nLevel: 30\\nID 1117123\\nCharacterAdvancement ID 13240\\n"
},
{
"name": "Empowered Touch",
"spellId": 111788,
"iconTexture": "Interface\\Icons\\Ability_Druid_EmpoweredTouch",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Empowered Touch\\nRank 0/2\\nYour Healing Touch spell gains an additional 20% and your Nourish spell gains an additional 10% of your bonus healing effects.\\n \\nCost: 1 \\nLevel: 35\\nID 1133879\\nCharacterAdvancement ID 13242\\n"
},
{
"name": "Nature's Bounty",
"spellId": 110825,
"iconTexture": "Interface\\Icons\\Spell_Nature_ResistNature",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Nature's Bounty\\nRank 0/5\\nRequires 3 points in Improved Rejuvenation\\nIncreases the critical effect chance of your Regrowth and Nourish spells by 5%.\\n \\nCost: 1 \\nLevel: 35\\nID 1117074\\nCharacterAdvancement ID 13244\\n"
},
{
"name": "Living Spirit",
"spellId": 111797,
"iconTexture": "Interface\\Icons\\Spell_Nature_GiftoftheWaterSpirit",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Living Spirit\\nRank 0/3\\nIncreases your total Spirit by 5%.\\n \\nCost: 1 \\nLevel: 40\\nID 1134151\\nCharacterAdvancement ID 13249\\n"
},
{
"name": "Swiftmend",
"spellId": 110844,
"iconTexture": "Interface\\Icons\\INV_Relics_IdolofRejuvenation",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Swiftmend\\nRank 0/1\\nRequires 5 points in Gift of Nature\\n238 Mana\\nInstant cast\\nConsumes 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.\\n \\nCost: 1 \\nLevel: 40\\nID 1118562\\nCharacterAdvancement ID 13252\\n"
},
{
"name": "Natural Perfection",
"spellId": 111790,
"iconTexture": "Interface\\Icons\\Ability_Druid_NaturalPerfection",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Natural Perfection\\nRank 0/3\\nYour critical strike chance with all spells is increased by 1% and critical strikes against you give you the Natural Perfection effect reducing all damage taken by 2%. Stacks up to 3 times. Lasts 8 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1133881\\nCharacterAdvancement ID 13253\\n"
},
{
"name": "Empowered Rejuvenation",
"spellId": 111789,
"iconTexture": "Interface\\Icons\\Ability_Druid_EmpoweredRejuvination",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Empowered Rejuvenation\\nRank 0/3\\nThe bonus healing effects of your healing over time spells is increased by 7%.\\n \\nCost: 1 \\nLevel: 45\\nID 1133886\\nCharacterAdvancement ID 13256\\n"
},
{
"name": "Living Seed",
"spellId": 111922,
"iconTexture": "Interface\\Icons\\Ability_Druid_GiftoftheEarthmother",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Living Seed\\nRank 0/3\\nWhen you critically heal your target with Swiftmend, Regrowth, Nourish or Healing Touch spell you have a 33% chance to plant a Living Seed on the target for 30% of the amount healed. The Living Seed will bloom when the target is next attacked. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1148496\\nCharacterAdvancement ID 13261\\n"
},
{
"name": "Revitalize",
"spellId": 111929,
"iconTexture": "Interface\\Icons\\Ability_Druid_Replenish",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Revitalize\\nRank 0/3\\nYour Rejuvenation and Wild Growth spells have a 5% chance to restore 8 Energy, 4 Rage, 1% Mana or 16 Runic Power per tick.\\n \\nCost: 1 \\nLevel: 50\\nID 1148539\\nCharacterAdvancement ID 13264\\n"
},
{
"name": "Tree of Life",
"spellId": 111791,
"iconTexture": "Interface\\Icons\\Ability_Druid_TreeofLife",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Tree of Life\\nRank 0/1\\nInstant\\nReduces the mana cost of your healing over time spells by 20% and grants the ability to shapeshift into the Tree of Life. While in this form you increase healing received by 6% for all party and raid members within 100 yards, and you can only cast Restoration spells in addition to Innervate, Barkskin, Nature's Grasp and Thorns spells.\n\nThe act of shapeshifting frees the caster of Polymorph and Movement Impairing effects.\\n \\nCost: 1 \\nLevel: 50\\nID 1165139\\nCharacterAdvancement ID 13267\\n"
},
{
"name": "Improved Tree of Life",
"spellId": 111930,
"iconTexture": "Interface\\Icons\\Ability_Druid_ImprovedTreeForm",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Tree of Life\\nRank 0/3\\nRequires 1 point in Tree of Life\\nIncreases your armor contribution from items while in Tree of Life Form by 67%, and increases your healing spell power by 5% of your spirit while in Tree of Life Form.\\n \\nCost: 1 \\nLevel: 50\\nID 1148535\\nCharacterAdvancement ID 13268\\n"
},
{
"name": "Improved Barkskin",
"spellId": 112264,
"iconTexture": "Interface\\Icons\\Spell_Nature_StoneClawTotem",
"tier": 10,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Barkskin\\nRank 0/2\\nGrants 80% additional armor contribution from cloth and leather items while in Travel Form or while not shapeshifted, increases the damage reduction granted by your Barkskin spell by 5% and reduces the chance your Barkskin is dispelled by 35%.\\n \\nCost: 1 \\nLevel: 55\\nID 1163410\\nCharacterAdvancement ID 13271\\n"
},
{
"name": "Gift of the Earthmother",
"spellId": 111916,
"iconTexture": "Interface\\Icons\\Ability_Druid_ManaTree",
"tier": 10,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Gift of the Earthmother\\nRank 0/3\\nIncreases your total spell haste by 4% and reduces the global cooldown of your Lifebloom spell by 3%.\\n \\nCost: 1 \\nLevel: 55\\nID 1151179\\nCharacterAdvancement ID 13273\\n"
},
{
"name": "Wild Growth",
"spellId": 111917,
"iconTexture": "Interface\\Icons\\Ability_Druid_Flourish",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Wild Growth\\nRank 0/1\\nRequires 1 point in Tree of Life\\n343 Mana\\nInstant cast\\nHeals up to 5 friendly party or raid members within 15 yards of the target for 686 over 7 sec. The amount healed is applied quickly at first, and slows down as the Wild Growth reaches its full duration.\\n \\nCost: 1 \\nLevel: 60\\nID 1148438\\nCharacterAdvancement ID 13278\\n"
}
]
},
"Balance": {
"tabIndex": 3,
"talents": [
{
"name": "Starlight Wrath",
"spellId": 110762,
"iconTexture": "Interface\\Icons\\Spell_Nature_AbolishMagic",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Starlight Wrath\\nRank 0/5\\nReduces the cast time of your Wrath, Starfire and Starsurge spells by 0.1 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1116814\\nCharacterAdvancement ID 13279\\n"
},
{
"name": "Genesis",
"spellId": 112238,
"iconTexture": "Interface\\Icons\\Spell_Arcane_Arcane03",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Genesis\\nRank 0/5\\nIncreases the damage and healing done by your periodic spell damage and healing effects by 1%.\\n \\nCost: 1 \\nLevel: 10\\nID 1157810\\nCharacterAdvancement ID 13284\\n"
},
{
"name": "Medivh's Reach",
"spellId": 987,
"iconTexture": "Interface\\Icons\\nhi_arcanetwist_Border",
"tier": 1,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Medivh's Reach\\nRank 0/3\\nIncreases the range of your damaging spells with a channeling or cast time by 2 yards.\n\nHold SHIFT for more information\\nID 12219\\n"
},
{
"name": "Moonglow",
"spellId": 110783,
"iconTexture": "Interface\\Icons\\Spell_Nature_Sentinal",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Moonglow\\nRank 0/3\\nReduces the Mana cost of your Moonfire, Starfire, Starfall, Wrath, Healing Touch, Nourish, Regrowth and Rejuvenation spells by 3%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116845\\nCharacterAdvancement ID 13289\\n"
},
{
"name": "Nature's Majesty",
"spellId": 111822,
"iconTexture": "Interface\\Icons\\INV_Staff_01",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Nature's Majesty\\nRank 0/2\\nIncreases the critical strike chance of your Wrath, Starfire, Starfall, Starsurge, Nourish and Healing Touch spells by 2%.\\n \\nCost: 1 \\nLevel: 15\\nID 1135363\\nCharacterAdvancement ID 13292\\n"
},
{
"name": "Improved Moonfire",
"spellId": 110763,
"iconTexture": "Interface\\Icons\\Spell_Nature_StarFall",
"tier": 2,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Moonfire\\nRank 0/2\\nIncreases the damage and critical strike chance of your Moonfire spell by 5%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116821\\nCharacterAdvancement ID 13294\\n"
},
{
"name": "Brambles",
"spellId": 110782,
"iconTexture": "Interface\\Icons\\Spell_Nature_Thorns",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Brambles\\nRank 0/3\\nDamage from your Thorns and Entangling Roots increased by 25% and damage done by your Treants increased by 5%. In addition, damage from your Treants and attacks done to you while you have Barkskin active have a 5% chance to daze the target for 3 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1116836\\nCharacterAdvancement ID 13296\\n"
},
{
"name": "Nature's Grace",
"spellId": 110789,
"iconTexture": "Interface\\Icons\\Spell_Nature_NaturesBlessing",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Nature's Grace\\nRank 0/3\\nRequires 2 points in Nature's Majesty\\nAll non-periodic spell criticals have a 33% chance to grace you with a blessing of nature, increasing your spell casting speed by 20% for 3 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1116880\\nCharacterAdvancement ID 13299\\n"
},
{
"name": "Nature's Splendor",
"spellId": 112240,
"iconTexture": "Interface\\Icons\\Spell_Nature_NatureGuardian",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Nature's Splendor\\nRank 0/1\\nRequires 2 points in Nature's Majesty\\nIncreases the duration of your Moonfire and Rejuvenation spells by 3 sec, your Regrowth spell by 6 sec, and your Insect Swarm and Lifebloom spells by 2 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1157865\\nCharacterAdvancement ID 13302\\n"
},
{
"name": "Nature's Reach",
"spellId": 110764,
"iconTexture": "Interface\\Icons\\Spell_Nature_NatureTouchGrow",
"tier": 3,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Nature's Reach\\nRank 0/2\\nIncreases the range of your Balance spells and Faerie Fire (Feral) ability by 10%, and reduces the threat generated by your Balance spells by 15%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116819\\nCharacterAdvancement ID 13303\\n"
},
{
"name": "Vengeance",
"spellId": 110792,
"iconTexture": "Interface\\Icons\\Spell_Nature_Purge",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Vengeance\\nRank 0/3\\nIncreases the critical strike damage bonus of your Starfire, Starfall, Starsurge, Moonfire, and Wrath spells by 33%.\\n \\nCost: 1 \\nLevel: 25\\nID 1116909\\nCharacterAdvancement ID 13305\\n"
},
{
"name": "Celestial Focus",
"spellId": 110784,
"iconTexture": "Interface\\Icons\\Spell_Arcane_StarFire",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Celestial Focus\\nRank 0/3\\nReduces the pushback suffered from damaging attacks while casting Starfire, Starsurge, Hibernate and Hurricane by 23% and increases your total spell haste by 1%.\\n \\nCost: 1 \\nLevel: 25\\nID 1116850\\nCharacterAdvancement ID 13310\\n"
},
{
"name": "Lunar Guidance",
"spellId": 111782,
"iconTexture": "Interface\\Icons\\Ability_Druid_LunarGuidance",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Lunar Guidance\\nRank 0/3\\nIncreases your spell power by 4% of your total Intellect.\\n \\nCost: 1 \\nLevel: 30\\nID 1133589\\nCharacterAdvancement ID 13313\\n"
},
{
"name": "Insect Swarm",
"spellId": 110788,
"iconTexture": "Interface\\Icons\\Spell_Nature_InsectSwarm",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Insect Swarm\\nRank 0/1\\n119 Mana\\nInstant cast\\nThe enemy target is swarmed by insects, decreasing their chance to hit by 3% and causing 156 Nature damage over 12 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1105570\\nCharacterAdvancement ID 13316\\n"
},
{
"name": "Improved Insect Swarm",
"spellId": 112239,
"iconTexture": "Interface\\Icons\\Spell_Nature_InsectSwarm",
"tier": 5,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Insect Swarm\\nRank 0/3\\nRequires 1 point in Insect Swarm\\nIncreases your damage done by your Wrath spell to targets afflicted by your Insect Swarm by 1%, and increases the critical strike chance of your Starfire spell by 1% on targets afflicted by your Moonfire spell.\\n \\nCost: 1 \\nLevel: 30\\nID 1157849\\nCharacterAdvancement ID 13317\\n"
},
{
"name": "Dreamstate",
"spellId": 111784,
"iconTexture": "Interface\\Icons\\Ability_Druid_Dreamstate",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Dreamstate\\nRank 0/3\\nRegenerate mana equal to 6% of your Intellect every 5 sec, even while casting.\\n \\nCost: 1 \\nLevel: 35\\nID 1133597\\nCharacterAdvancement ID 13320\\n"
},
{
"name": "Moonfury",
"spellId": 110790,
"iconTexture": "Interface\\Icons\\Spell_Nature_MoonGlow",
"tier": 6,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Moonfury\\nRank 0/3\\nIncreases the damage done by your Starfire, Starsurge, Moonfire and Wrath spells by 3%.\\n \\nCost: 1 \\nLevel: 35\\nID 1116896\\nCharacterAdvancement ID 13323\\n"
},
{
"name": "Balance of Power",
"spellId": 111783,
"iconTexture": "Interface\\Icons\\Ability_Druid_BalanceofPower",
"tier": 6,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Balance of Power\\nRank 0/2\\nIncreases your chance to hit with all spells by 2% and reduces your damage taken from all spells by 3%.\\n \\nCost: 1 \\nLevel: 35\\nID 1133592\\nCharacterAdvancement ID 13326\\n"
},
{
"name": "Moonkin Form",
"spellId": 110793,
"iconTexture": "Interface\\Icons\\Spell_Nature_ForceOfNature",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Moonkin Form\\nRank 0/1\\n194 Mana\\nInstant cast\\nShapeshift into Moonkin Form. While in this form the armor contribution from items is increased by 370%, damage taken while stunned is reduced by 15%, and all party and raid members within 100 yards have their spell critical chance increased by 5%. Single target spell critical strikes in this form have a chance to instantly regenerate 2% of your total mana. The Moonkin can not cast healing or resurrection spells while shapeshifted.\n\nThe act of shapeshifting frees the caster of Polymorph and Movement Impairing effects.\\n \\nCost: 1 \\nLevel: 40\\nID 1124858\\nCharacterAdvancement ID 13328\\n"
},
{
"name": "Improved Moonkin Form",
"spellId": 111912,
"iconTexture": "Interface\\Icons\\Ability_Druid_ImprovedMoonkinForm",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Moonkin Form\\nRank 0/3\\nRequires 1 point in Moonkin Form\\nRequires Moonkin Form (Shapeshift)\nYour Moonkin Aura also causes affected targets to gain 1% haste and you to gain 13% of your spirit as additional spell damage.\\n \\nCost: 1 \\nLevel: 40\\nID 1148384\\nCharacterAdvancement ID 13329\\n"
},
{
"name": "Improved Faerie Fire",
"spellId": 111785,
"iconTexture": "Interface\\Icons\\Spell_Nature_FaerieFire",
"tier": 7,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Faerie Fire\\nRank 0/3\\nYour Faerie Fire spell also increases the chance the target will be hit by spell attacks by 1%, and increases the critical strike chance of your damage spells by 1% on targets afflicted by Faerie Fire.\\n \\nCost: 1 \\nLevel: 40\\nID 1133600\\nCharacterAdvancement ID 13332\\n"
},
{
"name": "Owlkin Frenzy",
"spellId": 111913,
"iconTexture": "Interface\\Icons\\Ability_Druid_OwlkinFrenzy",
"tier": 8,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Owlkin Frenzy\\nRank 0/3\\nRequires 1 point in Moonkin Form\\nAttacks done to you while in Moonkin form have a 5% chance to cause you to go into a Frenzy, increasing your damage by 10%, cause you to be immune to pushback while casting Balance spells and restore 2% base mana every 2 sec. Lasts 10 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1148389\\nCharacterAdvancement ID 13335\\n"
},
{
"name": "Wrath of Cenarius",
"spellId": 111786,
"iconTexture": "Interface\\Icons\\Ability_Druid_TwilightsWrath",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Wrath of Cenarius\\nRank 0/3\\nYour Starfire and Starsurge gains an additional 10% and your Wrath gains an additional 5% of your bonus damage effects.\\n \\nCost: 1 \\nLevel: 45\\nID 1133603\\nCharacterAdvancement ID 13338\\n"
},
{
"name": "Eclipse",
"spellId": 111924,
"iconTexture": "Interface\\Icons\\Ability_Druid_Eclipse",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Eclipse\\nRank 0/3\\nWhen you critically hit with Starfire, you have a 33% chance of increasing damage done by Wrath and Starsurge by 40%. When you critically hit with Wrath, you have a 20% chance of increasing your critical strike chance with Starfire and Starsurge by 40%. Each effect lasts 15 sec and each has a separate 30 sec cooldown. Both effects cannot occur simultaneously.\\n \\nCost: 1 \\nLevel: 50\\nID 1148516\\nCharacterAdvancement ID 13343\\n"
},
{
"name": "Typhoon",
"spellId": 111923,
"iconTexture": "Interface\\Icons\\Ability_Druid_Typhoon",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Typhoon\\nRank 0/1\\nRequires 1 point in Moonkin Form\\n373 Mana\\nInstant cast\\nYou summon a violent Typhoon that does 400 Nature damage when in contact with hostile targets, knocking them back and dazing them for 6 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1150516\\nCharacterAdvancement ID 13346\\n"
},
{
"name": "Force of Nature",
"spellId": 111787,
"iconTexture": "Interface\\Icons\\Ability_Druid_ForceofNature",
"tier": 9,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Force of Nature\\nRank 0/1\\n179 Mana\\nInstant cast\\nSummons 3 treants to attack enemy targets for 30 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1133831\\nCharacterAdvancement ID 13347\\n"
},
{
"name": "Gale Winds",
"spellId": 111925,
"iconTexture": "Interface\\Icons\\Ability_Druid_GaleWinds",
"tier": 9,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Gale Winds\\nRank 0/2\\nIncreases damage done by your Hurricane and Typhoon spells by 15%, and increases the range of your Cyclone spell by 2 yards.\\n \\nCost: 1 \\nLevel: 50\\nID 1148488\\nCharacterAdvancement ID 13348\\n"
},
{
"name": "Earth and Moon",
"spellId": 111928,
"iconTexture": "Interface\\Icons\\Ability_Druid_EarthandSky",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Earth and Moon\\nRank 0/3\\nIncreases your damage done by spells by 2%. In addition, your Wrath, Starfire and Starsurge spells have a 100% chance to apply the Earth and Moon effect, which increases spell damage taken by 4% for 12 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1148506\\nCharacterAdvancement ID 13350\\n"
},
{
"name": "Starfall",
"spellId": 111926,
"iconTexture": "Interface\\Icons\\Ability_Druid_Starfall",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Starfall\\nRank 0/1\\n522 Mana\\nInstant cast\\nYou summon a flurry of stars from the sky on all targets within 30 yards of the caster, each dealing 145 to 167 Arcane damage. Also causes 26 Arcane damage to all other enemies within 5 yards of the enemy target. Maximum 20 stars. Lasts 10 sec. Shapeshifting into an animal form or mounting cancels the effect. Any effect which causes you to lose control of your character will suppress the starfall effect.\\n \\nCost: 1 \\nLevel: 60\\nID 1148505\\nCharacterAdvancement ID 13353\\n"
}
]
}
}
+837
View File
@@ -0,0 +1,837 @@
{
"Beast Mastery": {
"tabIndex": 1,
"talents": [
{
"name": "Improved Aspect of the Hawk",
"spellId": 111382,
"iconTexture": "Interface\\Icons\\Spell_Nature_RavenForm",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Aspect of the Hawk\\nRank 0/5\\nWhile Aspect of the Hawk or Dragonhawk is active, all ranged auto-attacks have a {value:10/20/30/40/50}% chance of increasing ranged attack speed by {value:3/6/9/12/15}% for 12 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1119552\\nCharacterAdvancement ID 13570\\n"
},
{
"name": "Endurance Training",
"spellId": 111389,
"iconTexture": "Interface\\Icons\\Spell_Nature_Reincarnation",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Endurance Training\\nRank 0/5\\nIncreases the health of your pet by {value:2/4/6/8/10}% and your total health by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1119583\\nCharacterAdvancement ID 13575\\n"
},
{
"name": "Focused Fire",
"spellId": 111624,
"iconTexture": "Interface\\Icons\\Ability_Hunter_SilentHunter",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Focused Fire\\nRank 0/2\\nAll damage caused by you is increased by {value:1/2}% while your pet is active and the critical strike chance of your pet's special abilities is increased by {value:10/20}% while Kill Command is active.\\n \\nCost: 1 \\nLevel: 15\\nID 1135029\\nCharacterAdvancement ID 13580\\n"
},
{
"name": "Improved Aspect of the Monkey",
"spellId": 111381,
"iconTexture": "Interface\\Icons\\Ability_Hunter_AspectOfTheMonkey",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Aspect of the Monkey\\nRank 0/3\\nIncreases the Dodge bonus of your Aspect of the Monkey and Aspect of the Dragonhawk by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1119549\\nCharacterAdvancement ID 13582\\n"
},
{
"name": "Thick Hide",
"spellId": 111395,
"iconTexture": "Interface\\Icons\\INV_Misc_Pelt_Bear_03",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Thick Hide\\nRank 0/3\\nIncreases the armor rating of your pets by {value:7/14/21}% and your armor contribution from items by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1119609\\nCharacterAdvancement ID 13585\\n"
},
{
"name": "Improved Revive Pet",
"spellId": 111625,
"iconTexture": "Interface\\Icons\\Ability_Hunter_BeastSoothe",
"tier": 2,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Revive Pet\\nRank 0/2\\nRevive Pet's casting time is reduced by {value:3/6} sec, mana cost is reduced by {value:20/40}%, and increases the health your pet returns with by an additional {value:15/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1124443\\nCharacterAdvancement ID 13588\\n"
},
{
"name": "Pathfinding",
"spellId": 111384,
"iconTexture": "Interface\\Icons\\Ability_Mount_JungleTiger",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Pathfinding\\nRank 0/2\\nIncreases the speed bonus of your Aspect of the Cheetah and Aspect of the Pack by {value:4/8}%, and increases your speed while mounted by {value:5/10}%. The mounted movement speed increase does not stack with other effects.\\n \\nCost: 1 \\nLevel: 20\\nID 1119559\\nCharacterAdvancement ID 13590\\n"
},
{
"name": "Aspect Mastery",
"spellId": 112138,
"iconTexture": "Interface\\Icons\\Ability_Hunter_AspectMastery",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Aspect Mastery\\nRank 0/1\\nAspect of the Viper - Reduces the damage penalty by 10%.\n\nAspect of the Monkey - Reduces the damage done to you while active by 5%.\n\nAspect of the Hawk - Increases the attack power bonus by 30%.\n\nAspect of the Dragonhawk - Combines the bonuses from Aspect of the Monkey and Hawk.\\n \\nCost: 1 \\nLevel: 20\\nID 1153265\\nCharacterAdvancement ID 13592\\n"
},
{
"name": "Unleashed Fury",
"spellId": 111396,
"iconTexture": "Interface\\Icons\\Ability_BullRush",
"tier": 3,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Unleashed Fury\\nRank 0/5\\nIncreases the damage done by your pets by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1119616\\nCharacterAdvancement ID 13593\\n"
},
{
"name": "Improved Mend Pet",
"spellId": 111385,
"iconTexture": "Interface\\Icons\\Ability_Hunter_MendPet",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Mend Pet\\nRank 0/2\\nReduces the mana cost of your Mend Pet spell by {value:10/20}% and gives the Mend Pet spell a {value:25/50}% chance of cleansing 1 Curse, Disease, Magic or Poison effect from the pet each tick.\\n \\nCost: 1 \\nLevel: 25\\nID 1119572\\nCharacterAdvancement ID 13598\\n"
},
{
"name": "Ferocity",
"spellId": 111393,
"iconTexture": "Interface\\Icons\\INV_Misc_MonsterClaw_04",
"tier": 4,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Ferocity\\nRank 0/5\\nIncreases the critical strike chance of your pet by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1119598\\nCharacterAdvancement ID 13600\\n"
},
{
"name": "Spirit Bond",
"spellId": 111388,
"iconTexture": "Interface\\Icons\\Ability_Druid_DemoralizingRoar",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Spirit Bond\\nRank 0/2\\nWhile your pet is active, you and your pet will regenerate {value:1/2}% of total health every 10 sec., and increases healing done to you and your pet by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1119578\\nCharacterAdvancement ID 13605\\n"
},
{
"name": "Intimidation",
"spellId": 111387,
"iconTexture": "Interface\\Icons\\Ability_Devour",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Intimidation\\nRank 0/1\\n5 Mana\\nInstant cast\\nCommand your pet to intimidate the target, causing a high amount of threat and stunning the target for 3 sec. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1119577\\nCharacterAdvancement ID 13607\\n"
},
{
"name": "Bestial Discipline",
"spellId": 111390,
"iconTexture": "Interface\\Icons\\Spell_Nature_AbolishMagic",
"tier": 5,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Bestial Discipline\\nRank 0/2\\nIncreases the Focus regeneration of your pets by {value:50/100}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1119590\\nCharacterAdvancement ID 13608\\n"
},
{
"name": "Animal Handler",
"spellId": 111799,
"iconTexture": "Interface\\Icons\\Ability_Hunter_AnimalHandler",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Animal Handler\\nRank 0/2\\nIncreases your pet's attack power by {value:5/10}%, and increases the duration of your Master's Call effect by {value:3/6} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1134453\\nCharacterAdvancement ID 13610\\n"
},
{
"name": "Frenzy",
"spellId": 111397,
"iconTexture": "Interface\\Icons\\INV_Misc_MonsterClaw_03",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Frenzy\\nRank 0/5\\nGives your pet a {value:20/40/60/80/100}% chance to gain a {value:30/60/90/120/150}% attack speed increase for 8 sec after dealing a critical strike.\\n \\nCost: 1 \\nLevel: 35\\nID 1119621\\nCharacterAdvancement ID 13612\\n"
},
{
"name": "Ferocious Inspiration",
"spellId": 111800,
"iconTexture": "Interface\\Icons\\Ability_Hunter_FerociousInspiration",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ferocious Inspiration\\nRank 0/3\\nAll party and raid members have all damage increased by {value:1/2/3}% within 100 yards of your pet. In addition, increases the damage dealt by Arcane Shot and Steady Shot by {value:3/6/9}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1134455\\nCharacterAdvancement ID 13617\\n"
},
{
"name": "Bestial Wrath",
"spellId": 111386,
"iconTexture": "Interface\\Icons\\Ability_Druid_FerociousBite",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Bestial Wrath\\nRank 0/1\\nRequires 1 point in Intimidation\\n6 Mana\\nInstant cast\\nSend your pet into a rage causing 50% additional damage for 10 sec. While enraged, the beast does not feel pity or remorse or fear and it cannot be stopped unless killed.\\n \\nCost: 1 \\nLevel: 40\\nID 1119574\\nCharacterAdvancement ID 13620\\n"
},
{
"name": "Catlike Reflexes",
"spellId": 111801,
"iconTexture": "Interface\\Icons\\Ability_Hunter_CatlikeReflexes",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Catlike Reflexes\\nRank 0/3\\nIncreases your chance to dodge by {value:1/2/3}% and your pet's chance to dodge by an additional {value:3/6/9}%. In addition, reduces the cooldown of your Kill Command ability by {value:10/20/30} sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1134462\\nCharacterAdvancement ID 13621\\n"
},
{
"name": "Invigoration",
"spellId": 112136,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Invigeration",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Invigoration\\nRank 0/2\\nRequires 3 points in Ferocious Inspiration\\nWhen your pet scores a critical hit with a special ability, you have a {value:50/100}% chance to instantly regenerate {value:2/4}% mana.\\n \\nCost: 1 \\nLevel: 45\\nID 1153252\\nCharacterAdvancement ID 13624\\n"
},
{
"name": "Serpent's Swiftness",
"spellId": 111802,
"iconTexture": "Interface\\Icons\\Ability_Hunter_SerpentSwiftness",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Serpent's Swiftness\\nRank 0/3\\nIncreases ranged combat attack speed by {value:7/14/21}% and your pet's melee attack speed by {value:7/14/21}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1134466\\nCharacterAdvancement ID 13626\\n"
},
{
"name": "Longevity",
"spellId": 112140,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Longevity",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Longevity\\nRank 0/3\\nReduces the cooldown of your Bestial Wrath, Intimidation and Pet Special Abilities by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1153262\\nCharacterAdvancement ID 13631\\n"
},
{
"name": "The Beast Within",
"spellId": 111803,
"iconTexture": "Interface\\Icons\\Ability_Hunter_BeastWithin",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "The Beast Within\\nRank 0/1\\nRequires 1 point in Bestial Wrath\\nIncreases all damage you deal by 10% and while your pet is under the effects of Bestial Wrath, you also go into a rage causing 10% additional damage and reducing mana costs of all spells by 50% for 10 sec. While enraged, you do not feel pity or remorse or fear and you cannot be stopped unless killed.\\n \\nCost: 1 \\nLevel: 50\\nID 1134692\\nCharacterAdvancement ID 13634\\n"
},
{
"name": "Cobra Strikes",
"spellId": 112137,
"iconTexture": "Interface\\Icons\\Ability_Hunter_CobraStrikes",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Cobra Strikes\\nRank 0/3\\nRequires 5 points in Serpent's Swiftness\\nYou have a {value:20/40/60}% chance when you critically hit with Arcane Shot, Steady Shot or Kill Shot to cause your pet's next 2 special attacks to critically hit.\\n \\nCost: 1 \\nLevel: 50\\nID 1153256\\nCharacterAdvancement ID 13635\\n"
},
{
"name": "Kindred Spirits",
"spellId": 112227,
"iconTexture": "Interface\\Icons\\Ability_Hunter_SeparationAnxiety",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Kindred Spirits\\nRank 0/3\\nIncreases your pet's damage by {value:7/14/21}% and you and your pet's movement speed by {value:4/8/12}% while your pet is active. This does not stack with other movement speed increasing effects.\\n \\nCost: 1 \\nLevel: 55\\nID 1156314\\nCharacterAdvancement ID 13638\\n"
},
{
"name": "Beast Mastery",
"spellId": 112139,
"iconTexture": "Interface\\Icons\\Ability_Hunter_BeastMastery",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Beast Mastery\\nRank 0/1\\nRequires Level 60\\nYou master the art of Beast training, teaching you the ability to tame Exotic pets and increasing your total amount of Pet Skill Points by 4.\\n \\nCost: 1 \\nLevel: 60\\nID 1153270\\nCharacterAdvancement ID 13643\\n"
}
]
},
"Survival": {
"tabIndex": 2,
"talents": [
{
"name": "Lone Wolf",
"spellId": 1623,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ImprovedTracking",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Lone Wolf\\nRank 0/2\\nIncreases the damage of your Auto Shot and Hunter abilities by {value:4/8}% while you do not have a pet active.\\n \\nCost: 1 \\nLevel: 10\\nID 52783\\nCharacterAdvancement ID 769\\n"
},
{
"name": "Improved Tracking",
"spellId": 111623,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ImprovedTracking",
"tier": 1,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Tracking\\nRank 0/5\\nWhile tracking Beasts, Demons, Dragonkin, Elementals, Giants, Humanoids and Undead, all damage done to those types by the Hunter is increased by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1152783\\nCharacterAdvancement ID 13644\\n"
},
{
"name": "Hawk Eye",
"spellId": 111820,
"iconTexture": "Interface\\Icons\\Ability_TownWatch",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Hawk Eye\\nRank 0/3\\nIncreases the range of your ranged weapons by {value:2/4/6} yards.\\n \\nCost: 1 \\nLevel: 10\\nID 1119498\\nCharacterAdvancement ID 13649\\n"
},
{
"name": "Savage Strikes",
"spellId": 111621,
"iconTexture": "Interface\\Icons\\Ability_Racial_BloodRage",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Savage Strikes\\nRank 0/3\\nIncreases the critical strike chance of Raptor Strike, Mongoose Bite and Counterattack by {value:8/16/24}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1119159\\nCharacterAdvancement ID 13652\\n"
},
{
"name": "Surefooted",
"spellId": 111310,
"iconTexture": "Interface\\Icons\\Ability_Kick",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Surefooted\\nRank 0/3\\nReduces the duration of movement impairing effects by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1119290\\nCharacterAdvancement ID 13654\\n"
},
{
"name": "Entrapment",
"spellId": 111304,
"iconTexture": "Interface\\Icons\\Spell_Nature_StrangleVines",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Entrapment\\nRank 0/3\\nWhen your Frost Trap or Snake Trap are triggered you entrap all afflicted targets, preventing them from moving for {value:2/4/6} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1119184\\nCharacterAdvancement ID 13657\\n"
},
{
"name": "Trap Mastery",
"spellId": 111305,
"iconTexture": "Interface\\Icons\\Ability_Ensnare",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Trap Mastery\\nRank 0/3\\nFrost Trap and Freezing Trap - Increases the duration by {value:10/20/30}%.\n\nImmolation Trap, Explosive Trap and Black Arrow - Increases the periodic damage done by {value:10/20/30}%.\n\nSnake Trap - Increases the number of snakes summoned by {value:2/4/6}.\\n \\nCost: 1 \\nLevel: 15\\nID 1119376\\nCharacterAdvancement ID 13660\\n"
},
{
"name": "Survival Instincts",
"spellId": 111810,
"iconTexture": "Interface\\Icons\\Ability_Hunter_SurvivalInstincts",
"tier": 2,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Survival Instincts\\nRank 0/2\\nReduces all damage taken by {value:2/4}% and increases the critical strike chance of your Arcane Shot, Steady Shot, and Explosive Shot by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1134494\\nCharacterAdvancement ID 13663\\n"
},
{
"name": "Survivalist",
"spellId": 111622,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Twilight",
"tier": 3,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Survivalist\\nRank 0/5\\nIncreases your Stamina by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1119255\\nCharacterAdvancement ID 13665\\n"
},
{
"name": "Scatter Shot",
"spellId": 111814,
"iconTexture": "Interface\\Icons\\Ability_GolemStormBolt",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Scatter Shot\\nRank 0/1\\n5 Mana\\nInstant cast\\nRequires Ranged Weapon\\nA 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.\\n \\nCost: 1 \\nLevel: 20\\nID 1119503\\nCharacterAdvancement ID 13668\\n"
},
{
"name": "Deflection",
"spellId": 111311,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Deflection\\nRank 0/3\\nIncreases your chance to parry by {value:1/2/3}%, and reduces the duration of all Disarm effects used against you by {value:16/32/48}%. This does not stack with other Disarm duration reducing effects.\\n \\nCost: 1 \\nLevel: 20\\nID 1119295\\nCharacterAdvancement ID 13669\\n"
},
{
"name": "Survival Tactics",
"spellId": 111309,
"iconTexture": "Interface\\Icons\\Ability_Rogue_FeignDeath",
"tier": 3,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Survival Tactics\\nRank 0/2\\nReduces the chance your Feign Death ability and all trap spells will be resisted by {value:2/4}%, and reduces the cooldown of your Disengage ability by {value:2/4} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1119286\\nCharacterAdvancement ID 13672\\n"
},
{
"name": "T.N.T.",
"spellId": 112229,
"iconTexture": "Interface\\Icons\\INV_Misc_Bomb_05",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "T.N.T.\\nRank 0/3\\nIncreases the damage done by your Explosive Shot, Explosive Trap, Black Arrow and Immolation Trap by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1156333\\nCharacterAdvancement ID 13674\\n"
},
{
"name": "Lock and Load",
"spellId": 111306,
"iconTexture": "Interface\\Icons\\Ability_Hunter_LockAndLoad",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Lock and Load\\nRank 0/3\\nYou have a {value:33/66/99}% chance when you trap a target with Freezing Trap, Freezing Arrow or Frost Trap and a {value:2/4/6}% chance when you deal periodic damage with your Immolation Trap, Explosive Trap or Black Arrow to cause your next 2 Arcane Shot or Explosive Shot spells to trigger no cooldown, cost no mana and consume no ammo. This effect has a 22 sec cooldown.\\n \\nCost: 1 \\nLevel: 25\\nID 1156342\\nCharacterAdvancement ID 13677\\n"
},
{
"name": "Hunter vs. Wild",
"spellId": 112228,
"iconTexture": "Interface\\Icons\\Ability_Hunter_HunterVsWild",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Hunter vs. Wild\\nRank 0/3\\nIncreases your and your pet's attack power and ranged attack power equal to {value:10/20/30}% of your total Stamina.\\n \\nCost: 1 \\nLevel: 30\\nID 1156339\\nCharacterAdvancement ID 13680\\n"
},
{
"name": "Killer Instinct",
"spellId": 111321,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfStamina",
"tier": 5,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Killer Instinct\\nRank 0/3\\nIncreases your critical strike chance with all attacks by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1119370\\nCharacterAdvancement ID 13683\\n"
},
{
"name": "Counterattack",
"spellId": 111312,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Challange",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Counterattack\\nRank 0/1\\nRequires 3 points in Improved Counterattack\\n1 Mana\\nInstant cast\\nA strike that becomes active after parrying an opponent's attack. This attack deals 60 damage and immobilizes the target for 5 sec when triggered from parrying an attack. It cannot be blocked, dodged, or parried.\\n \\nCost: 1 \\nLevel: 30\\nID 1119306\\nCharacterAdvancement ID 13686\\n"
},
{
"name": "Lightning Reflexes",
"spellId": 111303,
"iconTexture": "Interface\\Icons\\Spell_Nature_Invisibilty",
"tier": 6,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Lightning Reflexes\\nRank 0/5\\nIncreases your Agility by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1119168\\nCharacterAdvancement ID 13687\\n"
},
{
"name": "Resourcefulness",
"spellId": 111809,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Resourcefulness",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Resourcefulness\\nRank 0/3\\nReduces the mana cost of all traps, melee abilities and Black Arrow by {value:20/40/60}% and reduces the cooldown of all traps and Black Arrow by {value:2/4/6} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1134491\\nCharacterAdvancement ID 13692\\n"
},
{
"name": "Expose Weakness",
"spellId": 111812,
"iconTexture": "Interface\\Icons\\Ability_Rogue_FindWeakness",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Expose Weakness\\nRank 0/3\\nCritical strikes have a {value:33/66/99}% chance to grant you Expose Weakness. Expose Weakness increases your attack power by {value:25/50/75}% of your Agility for 7 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1134500\\nCharacterAdvancement ID 13695\\n"
},
{
"name": "Wyvern Sting",
"spellId": 111325,
"iconTexture": "Interface\\Icons\\INV_Spear_02",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Wyvern Sting\\nRank 0/1\\nRequires 3 points in Killer Instinct\\n5 Mana\\nInstant cast\\nRequires Ranged Weapon\\nA stinging shot that puts the target to sleep for 30 sec. Any damage will cancel the effect. When the target wakes up, the Sting causes 300 Nature damage over 6 sec. Only one Sting per Hunter can be active on the target at a time.\\n \\nCost: 1 \\nLevel: 40\\nID 1119386\\nCharacterAdvancement ID 13698\\n"
},
{
"name": "Thrill of the Hunt",
"spellId": 111811,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ThrilloftheHunt",
"tier": 7,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Thrill of the Hunt\\nRank 0/2\\nGives you a {value:50/100}% chance to regain {value:40/80}% of the mana cost of any shot when it critically hits.\\n \\nCost: 1 \\nLevel: 40\\nID 1134497\\nCharacterAdvancement ID 13699\\n"
},
{
"name": "Master Tactician",
"spellId": 111813,
"iconTexture": "Interface\\Icons\\Ability_Hunter_MasterTactitian",
"tier": 8,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Master Tactician\\nRank 0/3\\nYour successful ranged attacks have a {value:10/20/30}% chance to increase your critical strike chance with all attacks by {value:4/8/12}% and ranged attack speed by {value:5/10/15}% for 8 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1134506\\nCharacterAdvancement ID 13702\\n"
},
{
"name": "Noxious Stings",
"spellId": 112141,
"iconTexture": "Interface\\Icons\\Ability_Hunter_PotentVenom",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Noxious Stings\\nRank 0/3\\nRequires 1 point in Wyvern Sting\\nIf Wyvern Sting is dispelled, the dispeller is also afflicted by Wyvern Sting lasting {value:16/32/48}% of the duration remaining, and increases all damage done by you on targets afflicted by your Serpent Sting by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1153295\\nCharacterAdvancement ID 13707\\n"
},
{
"name": "Point of No Escape",
"spellId": 112142,
"iconTexture": "Interface\\Icons\\Ability_Hunter_PointofNoEscape",
"tier": 9,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Point of No Escape\\nRank 0/2\\nIncreases the critical strike chance of all of your attacks on targets affected by your Frost Trap, Freezing Trap and Freezing Arrow by {value:3/6}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1153298\\nCharacterAdvancement ID 13710\\n"
},
{
"name": "Black Arrow",
"spellId": 111322,
"iconTexture": "Interface\\Icons\\Spell_Shadow_PainSpike",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Black Arrow\\nRank 0/1\\n3 Mana\\nInstant cast\\nRequires Ranged Weapon\\nFires a Black Arrow at the target, increasing all damage done by you to the target by 6% and dealing 786 Shadow damage over 15 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1103674\\nCharacterAdvancement ID 13712\\n"
},
{
"name": "Sniper Training",
"spellId": 112143,
"iconTexture": "Interface\\Icons\\Ability_Hunter_LongShots",
"tier": 9,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sniper Training\\nRank 0/3\\nIncreases the critical strike chance of your Kill Shot ability by {value:5/10/15}%, and while standing still for 6 sec, you gain Sniper Training increasing the damage done by your Steady Shot, Aimed Shot, Black Arrow and Explosive Shot by {value:2/4/6}% for 15 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1153302\\nCharacterAdvancement ID 13713\\n"
},
{
"name": "Hunting Party",
"spellId": 112144,
"iconTexture": "Interface\\Icons\\Ability_Hunter_HuntingParty",
"tier": 10,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Hunting Party\\nRank 0/3\\nRequires 3 points in Thrill of the Hunt\\nIncreases your total Agility by an additional {value:1/2/3}%, and your Arcane Shot, Explosive Shot and Steady Shot critical strikes have a {value:33/66/99}% chance to grant up to 10 party or raid members mana regeneration equal to {value:1/2/3}% of the maximum mana per 5 sec. Lasts for 15 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1153290\\nCharacterAdvancement ID 13716\\n"
},
{
"name": "Explosive Shot",
"spellId": 112145,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ExplosiveShot",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Explosive Shot\\nRank 0/1\\nRequires 1 point in Black Arrow\\n4 Mana\\nInstant cast\\nRequires Ranged Weapon\\nYou fire an explosive charge into the enemy target, dealing 145-173 Fire damage. The charge will blast the target every second for an additional 2 sec.\\n \\nCost: 1 \\nLevel: 60\\nID 1153301\\nCharacterAdvancement ID 13719\\n"
}
]
},
"Marksmanship": {
"tabIndex": 3,
"talents": [
{
"name": "Improved Concussive Shot",
"spellId": 111341,
"iconTexture": "Interface\\Icons\\Spell_Frost_Stun",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Concussive Shot\\nRank 0/2\\nIncreases the duration of your Concussive Shot's daze effect by {value:1/2} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1119407\\nCharacterAdvancement ID 13720\\n"
},
{
"name": "Focused Aim",
"spellId": 112197,
"iconTexture": "Interface\\Icons\\Ability_Hunter_FocusedAim",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Focused Aim\\nRank 0/3\\nReduces the pushback suffered from damaging attacks while casting Steady Shot by {value:23/46/69}%, and increases your chance to hit by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1153620\\nCharacterAdvancement ID 13722\\n"
},
{
"name": "Lethal Shots",
"spellId": 111344,
"iconTexture": "Interface\\Icons\\Ability_SearingArrow",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Lethal Shots\\nRank 0/5\\nIncreases your critical strike chance with ranged weapons by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1119426\\nCharacterAdvancement ID 13725\\n"
},
{
"name": "Careful Aim",
"spellId": 111806,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ZenArchery",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Careful Aim\\nRank 0/3\\nIncreases your ranged attack power by an amount equal to {value:33/66/99}% of your total Intellect.\\n \\nCost: 1 \\nLevel: 15\\nID 1134482\\nCharacterAdvancement ID 13730\\n"
},
{
"name": "Improved Hunter's Mark",
"spellId": 111343,
"iconTexture": "Interface\\Icons\\Ability_Hunter_SniperShot",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Hunter's Mark\\nRank 0/3\\nIncreases the bonus attack power granted by your Hunter's Mark ability by {value:10/20/30}%, and reduces the mana cost of your Hunter's Mark ability by {value:33/66/99}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1119421\\nCharacterAdvancement ID 13733\\n"
},
{
"name": "Mortal Shots",
"spellId": 111349,
"iconTexture": "Interface\\Icons\\Ability_PierceDamage",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Mortal Shots\\nRank 0/5\\nIncreases the critical strike damage bonus of your ranged abilities by {value:6/12/18/24/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1119485\\nCharacterAdvancement ID 13736\\n"
},
{
"name": "Go for the Throat",
"spellId": 111818,
"iconTexture": "Interface\\Icons\\Ability_Hunter_GoForTheThroat",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Go for the Throat\\nRank 0/2\\nYour ranged critical hits cause your pet to generate {value:25/50} Focus.\\n \\nCost: 1 \\nLevel: 20\\nID 1134950\\nCharacterAdvancement ID 13741\\n"
},
{
"name": "Improved Arcane Shot",
"spellId": 111346,
"iconTexture": "Interface\\Icons\\Ability_ImpalingBolt",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Arcane Shot\\nRank 0/3\\nIncreases the damage done by your Arcane Shot by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1119454\\nCharacterAdvancement ID 13743\\n"
},
{
"name": "Aimed Shot",
"spellId": 111345,
"iconTexture": "Interface\\Icons\\INV_Spear_07",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Aimed Shot\\nRank 0/1\\n5 Mana\\nInstant cast\\nRequires Ranged Weapon\\nAn aimed shot that deals 130% ranged weapon damage plus 5 and reduces healing done to that target by 50%. Lasts 10 sec.\n\nThis ability shares a cooldown with Multi-Shot.\\n \\nCost: 1 \\nLevel: 20\\nID 1119434\\nCharacterAdvancement ID 13746\\n"
},
{
"name": "Rapid Killing",
"spellId": 111819,
"iconTexture": "Interface\\Icons\\Ability_Hunter_RapidKilling",
"tier": 3,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Rapid Killing\\nRank 0/2\\nReduces the cooldown of your Rapid Fire ability by {value:30/60} sec. In addition, after killing an opponent that yields experience or honor, your next Aimed Shot, Arcane Shot or Chimera Shot causes {value:10/20}% additional damage. Lasts 20 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1134948\\nCharacterAdvancement ID 13747\\n"
},
{
"name": "Improved Stings",
"spellId": 111348,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Quickshot",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Stings\\nRank 0/3\\nIncreases the damage done by your Serpent Sting and Wyvern Sting by {value:10/20/30}% and the mana drained by your Viper Sting by {value:10/20/30}%. In addition, reduces the chance your Sting damage over time effects will be dispelled by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1119464\\nCharacterAdvancement ID 13749\\n"
},
{
"name": "Efficiency",
"spellId": 111342,
"iconTexture": "Interface\\Icons\\Spell_Frost_WizardMark",
"tier": 4,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Efficiency\\nRank 0/5\\nReduces the Mana cost of your Shots and Stings by {value:4/8/12/16/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1119416\\nCharacterAdvancement ID 13752\\n"
},
{
"name": "Concussive Barrage",
"spellId": 111351,
"iconTexture": "Interface\\Icons\\Spell_Arcane_StarFire",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Concussive Barrage\\nRank 0/2\\nYour successful Chimera Shot and Multi-Shot attacks have a {value:50/100}% chance to Daze the target for 4 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1135100\\nCharacterAdvancement ID 13757\\n"
},
{
"name": "Readiness",
"spellId": 111353,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Readiness",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Readiness\\nRank 0/1\\nInstant\\nWhen activated, this ability immediately finishes the cooldown on your other Hunter abilities except Bestial Wrath.\\n \\nCost: 1 \\nLevel: 30\\nID 1123989\\nCharacterAdvancement ID 13759\\n"
},
{
"name": "Barrage",
"spellId": 111347,
"iconTexture": "Interface\\Icons\\Ability_UpgradeMoonGlaive",
"tier": 5,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Barrage\\nRank 0/3\\nIncreases the damage done by your Quick Shot, Multi-Shot, Aimed Shot, Chimera Shot and Volley spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1119461\\nCharacterAdvancement ID 13760\\n"
},
{
"name": "Combat Experience",
"spellId": 111804,
"iconTexture": "Interface\\Icons\\Ability_Hunter_CombatExperience",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Combat Experience\\nRank 0/2\\nIncreases your total Agility and Intellect by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1134475\\nCharacterAdvancement ID 13763\\n"
},
{
"name": "Ranged Weapon Specialization",
"spellId": 111362,
"iconTexture": "Interface\\Icons\\INV_Weapon_Rifle_06",
"tier": 6,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ranged Weapon Specialization\\nRank 0/3\\nIncreases the damage you deal with ranged weapons by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1119507\\nCharacterAdvancement ID 13765\\n"
},
{
"name": "Piercing Shots",
"spellId": 112130,
"iconTexture": "Interface\\Icons\\Ability_Hunter_PiercingShots",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Piercing Shots\\nRank 0/3\\nYour critical Quick, Aimed, Steady, Chimera and Auto Shots cause the target to bleed for {value:10/20/30}% of the damage dealt over 8 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1153234\\nCharacterAdvancement ID 13768\\n"
},
{
"name": "Trueshot Aura",
"spellId": 111361,
"iconTexture": "Interface\\Icons\\Ability_TrueShot",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Trueshot Aura\\nRank 0/1\\nRequires 1 point in Readiness\\nInstant\\nIncreases the attack power of party and raid members within 100 yards by 10%. Lasts until cancelled.\\n \\nCost: 1 \\nLevel: 40\\nID 1119506\\nCharacterAdvancement ID 13771\\n"
},
{
"name": "Improved Barrage",
"spellId": 111821,
"iconTexture": "Interface\\Icons\\Ability_UpgradeMoonGlaive",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Barrage\\nRank 0/3\\nRequires 3 points in Barrage\\nIncreases the critical strike chance of your Quick Shot, Chimera Shot, Multi-Shot and Aimed Shot abilities by {value:4/8/12}% and reduces the pushback suffered from damaging attacks while channeling Volley by {value:33/66/99}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1135104\\nCharacterAdvancement ID 13772\\n"
},
{
"name": "Master Marksman",
"spellId": 111807,
"iconTexture": "Interface\\Icons\\Ability_Hunter_MasterMarksman",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Master Marksman\\nRank 0/3\\nIncreases your critical strike chance by {value:2/4/6}%, and reduces the Mana cost of your Steady Shot, Aimed Shot, and Chimera Shot by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1134485\\nCharacterAdvancement ID 13775\\n"
},
{
"name": "Rapid Recuperation",
"spellId": 112131,
"iconTexture": "Interface\\Icons\\Ability_Hunter_RapidRegeneration",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Rapid Recuperation\\nRank 0/2\\nYou gain {value:4/8}% of your mana every 3 sec while under the effect of Rapid Fire, and you gain {value:1/2}% of your mana every 2 sec for 6 sec when you gain Rapid Killing.\\n \\nCost: 1 \\nLevel: 45\\nID 1153228\\nCharacterAdvancement ID 13780\\n"
},
{
"name": "Wild Quiver",
"spellId": 112132,
"iconTexture": "Interface\\Icons\\Ability_Hunter_WildQuiver",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Wild Quiver\\nRank 0/3\\nYou have a {value:7/14/21}% chance to shoot an additional shot when doing damage with your auto shot, dealing 80% weapon nature damage. Wild Quiver consumes no ammo.\\n \\nCost: 1 \\nLevel: 50\\nID 1153215\\nCharacterAdvancement ID 13782\\n"
},
{
"name": "Silencing Shot",
"spellId": 111808,
"iconTexture": "Interface\\Icons\\Ability_TheBlackArrow",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Silencing Shot\\nRank 0/1\\n3 Mana\\nInstant cast\\nRequires Ranged Weapon\\nA shot that deals 50% weapon damage and Silences the target for 3 sec. Non-player victim spellcasting is also interrupted for 3 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1134490\\nCharacterAdvancement ID 13785\\n"
},
{
"name": "Improved Steady Shot",
"spellId": 112133,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ImprovedSteadyShot",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Steady Shot\\nRank 0/3\\nYour Steady Shot hits have a {value:5/10/15}% chance to increase the damage done by your next Aimed Shot, Arcane Shot or Chimera Shot by {value:15/30/45}%, and reduce the mana cost of your next Aimed Shot, Arcane Shot or Chimera Shot by {value:20/40/60}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1153221\\nCharacterAdvancement ID 13786\\n"
},
{
"name": "Marked for Death",
"spellId": 112134,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Assassinate",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Marked for Death\\nRank 0/3\\nIncreases your damage done by your shots and the damage done by your pet's special abilities by {value:2/4/6}% on marked targets, and increases the critical strike damage bonus of your Quick Shot, Aimed Shot, Arcane Shot, Steady Shot, Kill Shot and Chimera Shot by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1153241\\nCharacterAdvancement ID 13789\\n"
},
{
"name": "Chimera Shot",
"spellId": 112135,
"iconTexture": "Interface\\Icons\\Ability_Hunter_ChimeraShot2",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Chimera Shot\\nRank 0/1\\n7 Mana\\nInstant cast\\nRequires Ranged Weapon\\nYou deal 125% weapon damage, refreshing the current Sting on your target and triggering an effect:\n\nSerpent Sting - Instantly deals 40% of the damage done by your Serpent Sting.\n\nViper Sting - Instantly restores mana to you equal to 60% of the total amount drained by your Viper Sting.\n\nScorpid Sting - Attempts to Disarm the target for 10 sec. This effect cannot occur more than once per 1 minute.\\n \\nCost: 1 \\nLevel: 60\\nID 1153209\\nCharacterAdvancement ID 13794\\n"
}
]
}
}
+897
View File
@@ -0,0 +1,897 @@
{
"Fire": {
"tabIndex": 1,
"talents": [
{
"name": "Improved Fire Blast",
"spellId": 110027,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fireball",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Fire Blast\\nRank 0/2\\nReduces the cooldown of your Fire Blast spell by {value:1/2} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1111078\\nCharacterAdvancement ID 12001\\n"
},
{
"name": "Incineration",
"spellId": 111141,
"iconTexture": "Interface\\Icons\\Spell_Fire_FlameShock",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Incineration\\nRank 0/3\\nIncreases the critical strike chance of your Fire Blast, Scorch, Arcane Blast and Cone of Cold spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1118459\\nCharacterAdvancement ID 12003\\n"
},
{
"name": "Improved Fireball",
"spellId": 110026,
"iconTexture": "Interface\\Icons\\Spell_Fire_FlameBolt",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Fireball\\nRank 0/5\\nReduces the casting time of your Fireball spell by {value:0.1/0.2/0.3/0.4/0.5} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1111069\\nCharacterAdvancement ID 12006\\n"
},
{
"name": "Ignite",
"spellId": 110034,
"iconTexture": "Interface\\Icons\\Spell_Fire_Incinerate",
"tier": 2,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Ignite\\nRank 0/5\\nYour critical strikes from Fire damage spells cause the target to burn for an additional 8% of your spell's damage over 4 sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1111119\\nCharacterAdvancement ID 12011\\n"
},
{
"name": "Burning Determination",
"spellId": 112212,
"iconTexture": "Interface\\Icons\\Spell_Fire_TotemOfWrath",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Burning Determination\\nRank 0/2\\nWhen Interrupted or Silenced you have a 50% chance to become immune to the next Interrupt or Silence mechanic. Lasts 20 sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1154747\\nCharacterAdvancement ID 12016\\n"
},
{
"name": "World in Flames",
"spellId": 110031,
"iconTexture": "Interface\\Icons\\Ability_Mage_WorldInFlames",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "World in Flames\\nRank 0/3\\nIncreases the critical strike chance of your Flamestrike, Pyroblast, Blast Wave, Dragon's Breath, Living Bomb, Blizzard and Arcane Explosion spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1111108\\nCharacterAdvancement ID 12018\\n"
},
{
"name": "Flame Throwing",
"spellId": 110028,
"iconTexture": "Interface\\Icons\\Spell_Fire_Flare",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Flame Throwing\\nRank 0/2\\nIncreases the range of all Fire spells except Frostfire Bolt by {value:3/6} yards.\\n \\nCost: 1 \\nLevel: 20\\nID 1111100\\nCharacterAdvancement ID 12021\\n"
},
{
"name": "Impact",
"spellId": 110030,
"iconTexture": "Interface\\Icons\\Spell_Fire_MeteorStorm",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Impact\\nRank 0/3\\nGives your damaging spells a {value:4/8/12}% chance to cause the next Fire Blast you cast to stun the target for 2 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1111103\\nCharacterAdvancement ID 12023\\n"
},
{
"name": "Pyroblast",
"spellId": 110029,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fireball02",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Pyroblast\\nRank 0/1\\n262 Mana\\n4.42 sec cast\\nHurls an immense fiery boulder that causes 141 to 187 Fire damage and an additional 84 Fire damage over 12 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1111366\\nCharacterAdvancement ID 12026\\n"
},
{
"name": "Burning Soul",
"spellId": 110023,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fire",
"tier": 3,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Burning Soul\\nRank 0/2\\nReduces the pushback suffered from damaging attacks while casting Fire spells by {value:35/70}% and reduces the threat caused by your Fire spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1111083\\nCharacterAdvancement ID 12027\\n"
},
{
"name": "Improved Scorch",
"spellId": 110025,
"iconTexture": "Interface\\Icons\\Spell_Fire_SoulBurn",
"tier": 4,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Scorch\\nRank 0/3\\nIncreases your chance to critically hit with Scorch, Fireball and Frostfire Bolt by an additional {value:1/2/3}% and your damaging Scorch spells have a {value:33/66/100}% chance to cause your target to be vulnerable to spell damage, increasing spell critical strike chance against that target by 5% and lasts 30 sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1111095\\nCharacterAdvancement ID 12029\\n"
},
{
"name": "Molten Shields",
"spellId": 110024,
"iconTexture": "Interface\\Icons\\Spell_Fire_FireArmor",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Molten Shields\\nRank 0/2\\nCauses your Fire Ward and Frost Ward spells to have a {value:15/30}% chance to reflect the warded spell while active. In addition, your Molten Armor has a {value:50/100}% chance to affect ranged and spell attacks.\\n \\nCost: 1 \\nLevel: 25\\nID 1111094\\nCharacterAdvancement ID 12032\\n"
},
{
"name": "Master of Elements",
"spellId": 111639,
"iconTexture": "Interface\\Icons\\Spell_Fire_MasterOfElements",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Master of Elements\\nRank 0/3\\nYour spell criticals will refund {value:10/20/30}% of their base mana cost.\\n \\nCost: 1 \\nLevel: 25\\nID 1129074\\nCharacterAdvancement ID 12034\\n"
},
{
"name": "Playing with Fire",
"spellId": 111730,
"iconTexture": "Interface\\Icons\\Spell_Fire_PlayingWithFire",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Playing with Fire\\nRank 0/3\\nIncreases all spell damage caused by {value:1/2/3}% and all spell damage taken by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1131638\\nCharacterAdvancement ID 12037\\n"
},
{
"name": "Critical Mass",
"spellId": 110033,
"iconTexture": "Interface\\Icons\\Spell_Nature_WispHeal",
"tier": 5,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Critical Mass\\nRank 0/3\\nIncreases the critical strike chance of your Fire spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1111115\\nCharacterAdvancement ID 12039\\n"
},
{
"name": "Blast Wave",
"spellId": 110032,
"iconTexture": "Interface\\Icons\\Spell_Holy_Excorcism_02",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Blast Wave\\nRank 0/1\\nRequires 1 point in Pyroblast\\n83 Mana\\nInstant cast\\nA wave of flame radiates outward from the caster, damaging all enemies caught within the blast for 163 to 198 Fire damage, knocking them back and dazing them for 6 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1111113\\nCharacterAdvancement ID 12042\\n"
},
{
"name": "Blazing Speed",
"spellId": 111731,
"iconTexture": "Interface\\Icons\\Spell_Fire_BurningSpeed",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Blazing Speed\\nRank 0/2\\nGives you a {value:5/10}% chance when hit by a melee or ranged attack to increase your movement speed by 50% and dispel all movement impairing effects. This effect lasts 8 sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1131641\\nCharacterAdvancement ID 12043\\n"
},
{
"name": "Fire Power",
"spellId": 110035,
"iconTexture": "Interface\\Icons\\Spell_Fire_Immolation",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Fire Power\\nRank 0/3\\nIncreases the damage done by your Fire spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1111124\\nCharacterAdvancement ID 12045\\n"
},
{
"name": "Pyromaniac",
"spellId": 111733,
"iconTexture": "Interface\\Icons\\Spell_Fire_Burnout",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Pyromaniac\\nRank 0/3\\nIncreases chance to critically hit by {value:2/4/6}% and allows {value:17/33/50}% of your mana regeneration to continue while casting.\\n \\nCost: 1 \\nLevel: 40\\nID 1134293\\nCharacterAdvancement ID 12050\\n"
},
{
"name": "Combustion",
"spellId": 110036,
"iconTexture": "Interface\\Icons\\Spell_Fire_SealOfFire",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Combustion\\nRank 0/1\\nRequires 3 points in Critical Mass\\nInstant\\nWhen activated, this spell increases your critical strike damage bonus with Fire damage spells by 50%, and 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 non-periodic critical strikes with Fire spells.\\n \\nCost: 1 \\nLevel: 40\\nID 1111129\\nCharacterAdvancement ID 12053\\n"
},
{
"name": "Molten Fury",
"spellId": 111732,
"iconTexture": "Interface\\Icons\\Spell_Fire_MoltenBlood",
"tier": 7,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Molten Fury\\nRank 0/2\\nIncreases damage of all spells against targets with less than 35% health by {value:6/12}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131679\\nCharacterAdvancement ID 12054\\n"
},
{
"name": "Fiery Payback",
"spellId": 111848,
"iconTexture": "Interface\\Icons\\Ability_Mage_FieryPayback",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Fiery Payback\\nRank 0/2\\nWhen below 35% health all damage taken is reduced by {value:10/20}% and your Pyroblast spell's cast time is reduced by 1.75 secs while the cooldown is increased by 2.5 secs. In addition, melee and ranged attacks made against you have a {value:5/10}% chance to disarm your attacker's main hand and ranged weapons.\\n \\nCost: 1 \\nLevel: 45\\nID 1164353\\nCharacterAdvancement ID 12056\\n"
},
{
"name": "Empowered Fire",
"spellId": 111734,
"iconTexture": "Interface\\Icons\\Spell_Fire_FlameBolt",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Empowered Fire\\nRank 0/3\\nIncreases the damage of your Fireball, Frostfire Bolt and Pyroblast spells by an amount equal to {value:5/10/15}% of your spell power. In addition, each time your Ignite talent causes damage, you have a {value:33/66/100}% chance to regain 2% of your base mana.\\n \\nCost: 1 \\nLevel: 45\\nID 1131656\\nCharacterAdvancement ID 12058\\n"
},
{
"name": "Firestarter",
"spellId": 111849,
"iconTexture": "Interface\\Icons\\Ability_Mage_FireStarter",
"tier": 9,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Firestarter\\nRank 0/2\\nRequires 1 point in Dragon's Breath\\nDealing damage with Blast Wave and Dragon's Breath now has a {value:50/100}% chance to make your next Flamestrike spell instant cast and cost no mana. Lasts 10 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1144442\\nCharacterAdvancement ID 12061\\n"
},
{
"name": "Dragon's Breath",
"spellId": 111735,
"iconTexture": "Interface\\Icons\\INV_Misc_Head_Dragon_01",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Dragon's Breath\\nRank 0/1\\nRequires 1 point in Combustion\\n83 Mana\\nInstant cast\\nTargets in a cone in front of the caster take 370 to 430 Fire damage and are Disoriented for 5 sec. Any direct damaging attack will revive targets. Turns off your attack when used.\\n \\nCost: 1 \\nLevel: 50\\nID 1131661\\nCharacterAdvancement ID 12063\\n"
},
{
"name": "Hot Streak",
"spellId": 111850,
"iconTexture": "Interface\\Icons\\Ability_Mage_HotStreak",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Hot Streak\\nRank 0/3\\nAny time you score 2 non-periodic spell criticals in a row using Fireball, Fire Blast, Scorch, Living Bomb, or Frostfire Bolt, you have a {value:33/66/100}% chance the next Pyroblast spell cast within 10 sec will be instant cast.\\n \\nCost: 1 \\nLevel: 50\\nID 1144445\\nCharacterAdvancement ID 12064\\n"
},
{
"name": "Burnout",
"spellId": 111851,
"iconTexture": "Interface\\Icons\\Ability_Mage_Burnout",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Burnout\\nRank 0/3\\nIncreases your spell critical damage bonus with all spells by {value:17/33/50}% but your non-periodic spell criticals cost an additional {value:2/4/6}% of the spell's cost.\\n \\nCost: 1 \\nLevel: 55\\nID 1144449\\nCharacterAdvancement ID 12067\\n"
},
{
"name": "Living Bomb",
"spellId": 111852,
"iconTexture": "Interface\\Icons\\Ability_Mage_LivingBomb",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Living Bomb\\nRank 0/1\\n262 Mana\\nInstant cast\\nThe target becomes a Living Bomb, taking 612 Fire damage over 12 sec. After 12 sec or when the spell is dispelled, the target explodes dealing 306 Fire damage to all enemies within 10 yards.\\n \\nCost: 1 \\nLevel: 60\\nID 1144457\\nCharacterAdvancement ID 12072\\n"
}
]
},
"Frost": {
"tabIndex": 2,
"talents": [
{
"name": "Frostbite",
"spellId": 110038,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrostArmor",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Frostbite\\nRank 0/3\\nGives your Chill effects a {value:5/10/15}% chance to freeze the target for 5 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1111071\\nCharacterAdvancement ID 12073\\n"
},
{
"name": "Improved Frostbolt",
"spellId": 110037,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrostBolt02",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Frostbolt\\nRank 0/5\\nReduces the casting time of your Frostbolt spell by {value:0.1/0.2/0.3/0.4/0.5} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1111070\\nCharacterAdvancement ID 12076\\n"
},
{
"name": "Ice Floes",
"spellId": 110062,
"iconTexture": "Interface\\Icons\\Spell_Frost_IceFloes",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ice Floes\\nRank 0/3\\nReduces the cooldown of your Frost Nova, Cone of Cold, Ice Block and Icy Veins spells by {value:7/14/21}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1131670\\nCharacterAdvancement ID 12081\\n"
},
{
"name": "Ice Shards",
"spellId": 110073,
"iconTexture": "Interface\\Icons\\Spell_Frost_IceShard",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ice Shards\\nRank 0/3\\nIncreases the critical strike damage bonus of your Frost spells by {value:33/66/100}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1111207\\nCharacterAdvancement ID 12084\\n"
},
{
"name": "Frost Warding",
"spellId": 110070,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrostWard",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Frost Warding\\nRank 0/2\\nIncreases the armor and resistances given by your Frost Armor and Ice Armor spells by {value:25/50}%. In addition, gives your Frost Ward and Fire Ward a {value:15/30}% chance to negate the warded damage spell and restore mana equal to the damage caused.\\n \\nCost: 1 \\nLevel: 15\\nID 1111189\\nCharacterAdvancement ID 12087\\n"
},
{
"name": "Precision",
"spellId": 111649,
"iconTexture": "Interface\\Icons\\Spell_Ice_MagicDamage",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Precision\\nRank 0/3\\nReduces the mana cost and increases your chance to hit with spells by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1129438\\nCharacterAdvancement ID 12089\\n"
},
{
"name": "Permafrost",
"spellId": 110065,
"iconTexture": "Interface\\Icons\\Spell_Frost_Wisp",
"tier": 2,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Permafrost\\nRank 0/3\\nIncreases the duration of your Chill effects by {value:1/2/3} sec, reduces the target's speed by an additional {value:4/8/12}%, and reduces the target's healing received by {value:7/13/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1111175\\nCharacterAdvancement ID 12092\\n"
},
{
"name": "Piercing Ice",
"spellId": 110061,
"iconTexture": "Interface\\Icons\\Spell_Frost_Frostbolt",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Piercing Ice\\nRank 0/3\\nIncreases the damage done by your Frost spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1111151\\nCharacterAdvancement ID 12095\\n"
},
{
"name": "Icy Veins",
"spellId": 110069,
"iconTexture": "Interface\\Icons\\Spell_Frost_ColdHearted",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Icy Veins\\nRank 0/1\\n35 Mana\\nInstant cast\\nHastens your spellcasting, increasing spell casting speed by 20% and reduces the pushback suffered from damaging attacks while casting by 100%. Lasts 20 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1112472\\nCharacterAdvancement ID 12098\\n"
},
{
"name": "Improved Blizzard",
"spellId": 110063,
"iconTexture": "Interface\\Icons\\Spell_Frost_IceStorm",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Blizzard\\nRank 0/3\\nAdds a chill effect to your Blizzard spell. This effect lowers the target's movement speed by {value:25/40/50}%. Lasts {value:1.5/2/2.5} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1111185\\nCharacterAdvancement ID 12099\\n"
},
{
"name": "Arctic Reach",
"spellId": 110741,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DarkRitual",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Arctic Reach\\nRank 0/2\\nIncreases the range of all your Frost spells except for Frostfire Bolt, and the radius of your Frost Nova and Cone of Cold spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1116757\\nCharacterAdvancement ID 12102\\n"
},
{
"name": "Frost Channeling",
"spellId": 110066,
"iconTexture": "Interface\\Icons\\Spell_Frost_Stun",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Frost Channeling\\nRank 0/3\\nReduces the mana cost of all spells by {value:4/8/10}% and reduces the threat caused by your Frost spells by {value:4/8/10}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1111160\\nCharacterAdvancement ID 12104\\n"
},
{
"name": "Shatter",
"spellId": 110067,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrostShock",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shatter\\nRank 0/3\\nIncreases the critical strike chance of all your spells against frozen targets by {value:17/34/50}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1111170\\nCharacterAdvancement ID 12107\\n"
},
{
"name": "Cold Snap",
"spellId": 110072,
"iconTexture": "Interface\\Icons\\Spell_Frost_WizardMark",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Cold Snap\\nRank 0/1\\nInstant\\nWhen activated, this spell finishes the cooldown on all Frost spells you recently cast.\\n \\nCost: 1 \\nLevel: 30\\nID 1111958\\nCharacterAdvancement ID 12110\\n"
},
{
"name": "Improved Cone of Cold",
"spellId": 110064,
"iconTexture": "Interface\\Icons\\Spell_Frost_Glacier",
"tier": 5,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Cone of Cold\\nRank 0/3\\nIncreases the damage dealt by your Cone of Cold spell by {value:15/25/35}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1111190\\nCharacterAdvancement ID 12111\\n"
},
{
"name": "Frozen Core",
"spellId": 111736,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrozenCore",
"tier": 5,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Frozen Core\\nRank 0/3\\nReduces the damage taken from all spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1131667\\nCharacterAdvancement ID 12114\\n"
},
{
"name": "Cold as Ice",
"spellId": 111737,
"iconTexture": "Interface\\Icons\\Ability_Mage_ColdAsIce",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Cold as Ice\\nRank 0/2\\nRequires 1 point in Cold Snap\\nReduces the cooldown of your Cold Snap, Ice Barrier and Summon Water Elemental spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1155091\\nCharacterAdvancement ID 12117\\n"
},
{
"name": "Winter's Chill",
"spellId": 110068,
"iconTexture": "Interface\\Icons\\Spell_Frost_ChillingBlast",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Winter's Chill\\nRank 0/3\\nIncreases your chance to critically hit with Frostbolt by an additional {value:1/2/3}% and gives your Frost damage spells a {value:33/66/100}% chance to apply the Winter's Chill effect, which increases the chance spells will critically hit the target by 1% for 15 sec. Stacks up to 5 times.\\n \\nCost: 1 \\nLevel: 35\\nID 1111180\\nCharacterAdvancement ID 12119\\n"
},
{
"name": "Shattered Barrier",
"spellId": 112214,
"iconTexture": "Interface\\Icons\\Ability_Mage_ShatterShield",
"tier": 7,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Shattered Barrier\\nRank 0/2\\nRequires 1 point in Ice Barrier\\nGives your Ice Barrier spell a {value:50/100}% chance to freeze all enemies within 10 yds for 8 sec when it is destroyed.\\n \\nCost: 1 \\nLevel: 40\\nID 1144745\\nCharacterAdvancement ID 12122\\n"
},
{
"name": "Ice Barrier",
"spellId": 110071,
"iconTexture": "Interface\\Icons\\Spell_Ice_Lament",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Ice Barrier\\nRank 0/1\\nRequires 1 point in Cold Snap\\n250 Mana\\nInstant cast\\nInstantly shields you, absorbing 438 damage. Lasts 1 min. While the shield holds, spellcasting will not be delayed by damage.\\n \\nCost: 1 \\nLevel: 40\\nID 1111426\\nCharacterAdvancement ID 12124\\n"
},
{
"name": "Arctic Winds",
"spellId": 111738,
"iconTexture": "Interface\\Icons\\Spell_Frost_ArcticWinds",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Arctic Winds\\nRank 0/3\\nIncreases all Frost damage you cause by {value:2/4/5}% and reduces the chance melee and ranged attacks will hit you by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131674\\nCharacterAdvancement ID 12125\\n"
},
{
"name": "Empowered Frostbolt",
"spellId": 111740,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrostBolt02",
"tier": 8,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Empowered Frostbolt\\nRank 0/2\\nIncreases the damage of your Frostbolt spell by an amount equal to {value:5/10}% of your spell power and reduces the cast time by {value:0.1/0.2} sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1131682\\nCharacterAdvancement ID 12130\\n"
},
{
"name": "Fingers of Frost",
"spellId": 111853,
"iconTexture": "Interface\\Icons\\Ability_Mage_WintersGrasp",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Fingers of Frost\\nRank 0/2\\nGives your Chill effects a {value:7/15}% chance to grant you the Fingers of Frost effect, which treats your next 2 spells cast as if the target were Frozen. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1144543\\nCharacterAdvancement ID 12132\\n"
},
{
"name": "Brain Freeze",
"spellId": 111854,
"iconTexture": "Interface\\Icons\\Ability_Mage_BrainFreeze",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Brain Freeze\\nRank 0/3\\nYour Frost damage spells with chilling effects have a {value:5/10/15}% chance to cause your next Fireball or Frostfire Bolt spell to be instant cast and cost no mana.\\n \\nCost: 1 \\nLevel: 50\\nID 1144546\\nCharacterAdvancement ID 12134\\n"
},
{
"name": "Summon Water Elemental",
"spellId": 111741,
"iconTexture": "Interface\\Icons\\Spell_Frost_SummonWaterElemental_2",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Summon Water Elemental\\nRank 0/1\\n190 Mana\\nInstant cast\\nSummon a Water Elemental to fight for the caster for 45 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1131687\\nCharacterAdvancement ID 12137\\n"
},
{
"name": "Enduring Winter",
"spellId": 111855,
"iconTexture": "Interface\\Icons\\Spell_Frost_SummonWaterElemental_2",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Enduring Winter\\nRank 0/3\\nRequires 1 point in Summon Water Elemental\\nIncreases the duration of your Summon Water Elemental spell by {value:5/10/15} sec and your Frostbolt spell has a {value:33/66/100}% chance to grant up to 10 party or raid members mana regeneration equal to {value:1/2/3}% of their maximum mana per 5 sec for 15 sec. This effect cannot occur more often than once every 6 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1144557\\nCharacterAdvancement ID 12138\\n"
},
{
"name": "Chilled to the Bone",
"spellId": 111856,
"iconTexture": "Interface\\Icons\\Ability_Mage_ChilledToTheBone",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Chilled to the Bone\\nRank 0/3\\nIncreases the damage caused by your Frostbolt, Frostfire Bolt and Ice Lance spells by {value:2/4/5}% and reduces the movement speed of all chilled targets by an additional {value:4/8/10}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1144566\\nCharacterAdvancement ID 12141\\n"
},
{
"name": "Deep Freeze",
"spellId": 111857,
"iconTexture": "Interface\\Icons\\Ability_Mage_DeepFreeze",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Deep Freeze\\nRank 0/1\\n107 Mana\\nInstant cast\\nStuns the target for 5 seconds. Only usable on Frozen targets. Deals 1469 to 1741 damage to monsters permanently immune to stuns.\\n \\nCost: 1 \\nLevel: 60\\nID 1144572\\nCharacterAdvancement ID 12146\\n"
}
]
},
"Arcane": {
"tabIndex": 3,
"talents": [
{
"name": "Arcane Subtlety",
"spellId": 110074,
"iconTexture": "Interface\\Icons\\Spell_Holy_DispelMagic",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Arcane Subtlety\\nRank 0/2\\nReduces the chance your helpful spells and damage over time effects will be dispelled by {value:15/30}% and reduces the threat caused by your Arcane spells by {value:20/40}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1111210\\nCharacterAdvancement ID 12147\\n"
},
{
"name": "Alacrity",
"spellId": 76,
"iconTexture": "Interface\\Icons\\spell_arcane_rune",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Alacrity\\nRank 0/3\\nIncreases spell, ranged and melee haste by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 10\\nID 11222\\nCharacterAdvancement ID 426\\n"
},
{
"name": "Arcane Focus",
"spellId": 110076,
"iconTexture": "Interface\\Icons\\Spell_Holy_Devotion",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Arcane Focus\\nRank 0/3\\nIncreases your chance to hit by {value:1/2/3}% and reduces the mana cost of your Arcane spells by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1111222\\nCharacterAdvancement ID 12149\\n"
},
{
"name": "Arcane Stability",
"spellId": 110080,
"iconTexture": "Interface\\Icons\\Spell_Nature_StarFall",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Arcane Stability\\nRank 0/5\\nReduces the pushback suffered from damaging attacks while casting Arcane Missiles and Arcane Blast by {value:20/40/60/80/100}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1111237\\nCharacterAdvancement ID 12152\\n"
},
{
"name": "Arcane Fortitude",
"spellId": 110085,
"iconTexture": "Interface\\Icons\\Spell_Arcane_ArcaneResilience",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Arcane Fortitude\\nRank 0/3\\nIncreases your armor by an amount equal to {value:50/100/150}% of your Intellect.\\n \\nCost: 1 \\nLevel: 15\\nID 1128574\\nCharacterAdvancement ID 12157\\n"
},
{
"name": "Magic Absorption",
"spellId": 111650,
"iconTexture": "Interface\\Icons\\Spell_Nature_AstralRecalGroup",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Magic Absorption\\nRank 0/2\\nIncreases all resistances by {value:0.5/1} per level and causes all spells that damage you have a {value:10/20}% chance to restore 1% of your total mana. 6 second cooldown.\\n \\nCost: 1 \\nLevel: 15\\nID 1129441\\nCharacterAdvancement ID 12160\\n"
},
{
"name": "Arcane Concentration",
"spellId": 110075,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ManaBurn",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Arcane Concentration\\nRank 0/5\\nGives you a {value:2/4/6/8/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%.\\n \\nCost: 1 \\nLevel: 15\\nID 1111213\\nCharacterAdvancement ID 12162\\n"
},
{
"name": "Magic Attunement",
"spellId": 110082,
"iconTexture": "Interface\\Icons\\Spell_Nature_AbolishMagic",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Magic Attunement\\nRank 0/2\\nIncreases the range of your Arcane spells by {value:3/6} yards and the effect of your Amplify Magic and Dampen Magic spells by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1111247\\nCharacterAdvancement ID 12167\\n"
},
{
"name": "Spell Impact",
"spellId": 110081,
"iconTexture": "Interface\\Icons\\Spell_Nature_WispSplode",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Spell Impact\\nRank 0/3\\nIncreases the damage of your Arcane Explosion, Arcane Blast, Blast Wave, Fire Blast, Scorch, Fireball, Ice Lance and Cone of Cold spells by an additional {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1111242\\nCharacterAdvancement ID 12169\\n"
},
{
"name": "Student of the Mind",
"spellId": 111845,
"iconTexture": "Interface\\Icons\\Ability_Mage_StudentOfTheMind",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Student of the Mind\\nRank 0/3\\nIncreases your total Spirit by {value:4/7/10}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1144397\\nCharacterAdvancement ID 12172\\n"
},
{
"name": "Focus Magic",
"spellId": 112211,
"iconTexture": "Interface\\Icons\\Spell_Arcane_StudentOfMagic",
"tier": 3,
"column": 4,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Focus Magic\\nRank 0/1\\n69 Mana\\nInstant cast\\nIncreases the target's chance to critically hit with spells by 3%. When the target critically hits the caster's chance to critically hit with spells is increased by 3% for 10 sec. Cannot be cast on self.\\n \\nCost: 1 \\nLevel: 20\\nID 1154646\\nCharacterAdvancement ID 12175\\n"
},
{
"name": "Arcane Shielding",
"spellId": 110083,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DetectLesserInvisibility",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Arcane Shielding\\nRank 0/2\\nDecreases the mana lost per point of damage taken when Mana Shield is active by {value:17/33}% and increases the resistances granted by Mage Armor by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1111252\\nCharacterAdvancement ID 12176\\n"
},
{
"name": "Improved Counterspell",
"spellId": 110088,
"iconTexture": "Interface\\Icons\\Spell_Frost_IceShock",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Counterspell\\nRank 0/2\\nYour Counterspell also silences the target for {value:2/4} sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1111255\\nCharacterAdvancement ID 12178\\n"
},
{
"name": "Arcane Meditation",
"spellId": 111142,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SiphonMana",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Arcane Meditation\\nRank 0/3\\nAllows {value:17/33/50}% of your mana regeneration to continue while casting.\\n \\nCost: 1 \\nLevel: 25\\nID 1118462\\nCharacterAdvancement ID 12180\\n"
},
{
"name": "Torment the Weak",
"spellId": 112222,
"iconTexture": "Interface\\Icons\\Ability_Mage_TormentOfTheWeak",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Torment the Weak\\nRank 0/3\\nYour Frostbolt, Fireball, Frostfire Bolt, Pyroblast, Arcane Missiles, Arcane Blast, and Arcane Barrage abilities deal {value:4/8/12}% more damage to snared or slowed targets.\\n \\nCost: 1 \\nLevel: 25\\nID 1129447\\nCharacterAdvancement ID 12183\\n"
},
{
"name": "Improved Blink",
"spellId": 111724,
"iconTexture": "Interface\\Icons\\Spell_Arcane_Blink",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Blink\\nRank 0/2\\nReduces the mana cost of Blink by {value:25/50}% and for 4 sec after casting your chance to be hit by all attacks and spells is reduced by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1131569\\nCharacterAdvancement ID 12186\\n"
},
{
"name": "Presence of Mind",
"spellId": 110086,
"iconTexture": "Interface\\Icons\\Spell_Nature_EnchantArmor",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Presence of Mind\\nRank 0/1\\nInstant\\nWhen activated, your next Mage spell with a casting time less than 10 sec becomes an instant cast spell.\\n \\nCost: 1 \\nLevel: 30\\nID 1112043\\nCharacterAdvancement ID 12188\\n"
},
{
"name": "Arcane Mind",
"spellId": 110077,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Charm",
"tier": 5,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Arcane Mind\\nRank 0/5\\nIncreases your total Intellect by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1111232\\nCharacterAdvancement ID 12189\\n"
},
{
"name": "Prismatic Cloak",
"spellId": 111726,
"iconTexture": "Interface\\Icons\\Spell_Arcane_PrismaticCloak",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Prismatic Cloak\\nRank 0/3\\nReduces all damage taken by {value:2/4/6}% and reduces the fade time of your Invisibility spell by {value:1/2/3} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1131574\\nCharacterAdvancement ID 12194\\n"
},
{
"name": "Arcane Instability",
"spellId": 110421,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Teleport",
"tier": 6,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Arcane Instability\\nRank 0/3\\nRequires 1 point in Presence of Mind\\nIncreases the damage done by your spells and your critical strike chance by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1115058\\nCharacterAdvancement ID 12197\\n"
},
{
"name": "Arcane Potency",
"spellId": 111725,
"iconTexture": "Interface\\Icons\\Spell_Arcane_ArcanePotency",
"tier": 6,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Arcane Potency\\nRank 0/2\\nRequires 1 point in Presence of Mind\\nIncreases the critical strike chance of your next damaging spell by {value:15/30}% after gaining Clearcasting or Presence of Mind.\\n \\nCost: 1 \\nLevel: 35\\nID 1131571\\nCharacterAdvancement ID 12200\\n"
},
{
"name": "Arcane Empowerment",
"spellId": 111727,
"iconTexture": "Interface\\Icons\\Spell_Nature_StarFall",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Arcane Empowerment\\nRank 0/3\\nIncreases the damage of your Arcane Missiles spell by an amount equal to {value:15/30/45}% of your spell power and the damage of your Arcane Blast by {value:3/6/9}% of your spell power. In addition, increases the damage of all party and raid members within 100 yds by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131579\\nCharacterAdvancement ID 12202\\n"
},
{
"name": "Arcane Power",
"spellId": 110087,
"iconTexture": "Interface\\Icons\\Spell_Nature_Lightning",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Arcane Power\\nRank 0/1\\nRequires 3 points in Arcane Instability\\nInstant\\nWhen activated, your spells deal 20% more damage while costing 20% more mana to cast. This effect lasts 15 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1112042\\nCharacterAdvancement ID 12205\\n"
},
{
"name": "Incanter's Absorption",
"spellId": 111844,
"iconTexture": "Interface\\Icons\\Ability_Mage_IncantersAbsorbtion",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Incanter's Absorption\\nRank 0/3\\nWhen your Mana Shield, Frost Ward, Fire Ward, or Ice Barrier absorbs damage your spell damage is increased by {value:5/10/15}% of the amount absorbed for 10 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1144394\\nCharacterAdvancement ID 12206\\n"
},
{
"name": "Arcane Flows",
"spellId": 111843,
"iconTexture": "Interface\\Icons\\Ability_Mage_PotentSpirit",
"tier": 8,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Arcane Flows\\nRank 0/2\\nRequires 1 point in Arcane Power\\nReduces the cooldown of your Presence of Mind, Arcane Power and Invisibility spells by {value:15/30}% and the cooldown of your Evocation spell by {value:1/2} min.\\n \\nCost: 1 \\nLevel: 45\\nID 1144378\\nCharacterAdvancement ID 12209\\n"
},
{
"name": "Mind Mastery",
"spellId": 111728,
"iconTexture": "Interface\\Icons\\Spell_Arcane_MindMastery",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Mind Mastery\\nRank 0/3\\nIncreases spell power by {value:5/10/15}% of your total Intellect.\\n \\nCost: 1 \\nLevel: 45\\nID 1131584\\nCharacterAdvancement ID 12211\\n"
},
{
"name": "Slow",
"spellId": 111729,
"iconTexture": "Interface\\Icons\\Spell_Nature_Slow",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Slow\\nRank 0/1\\n137 Mana\\nInstant cast\\nReduces target's movement speed by 60%, increases the time between ranged attacks by 60% and increases casting time by 30%. Lasts 15 sec. Slow can only affect one target at a time.\\n \\nCost: 1 \\nLevel: 50\\nID 1131589\\nCharacterAdvancement ID 12216\\n"
},
{
"name": "Missile Barrage",
"spellId": 112209,
"iconTexture": "Interface\\Icons\\Ability_Mage_MissileBarrage",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Missile Barrage\\nRank 0/3\\nGives your Arcane Blast a {value:14/28/40}% chance, and your Arcane Barrage, Fireball, Frostbolt and Frostfire Bolt spells a {value:7/14/20}% chance to reduce the channeled duration of the next Arcane Missiles spell by {value:2/2.5/2.5} secs, reduce the mana cost by 100%, and missiles will fire every .5 secs.\\n \\nCost: 1 \\nLevel: 50\\nID 1144404\\nCharacterAdvancement ID 12217\\n"
},
{
"name": "Netherwind Presence",
"spellId": 111846,
"iconTexture": "Interface\\Icons\\Ability_Mage_NetherWindPresence",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Netherwind Presence\\nRank 0/3\\nIncreases your spell haste by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1144400\\nCharacterAdvancement ID 12222\\n"
},
{
"name": "Spell Power",
"spellId": 111826,
"iconTexture": "Interface\\Icons\\Spell_Arcane_ArcaneTorrent",
"tier": 10,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Spell Power\\nRank 0/2\\nIncreases critical strike damage bonus of all spells by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1135578\\nCharacterAdvancement ID 12225\\n"
},
{
"name": "Brilliance Aura",
"spellId": 101848,
"iconTexture": "Interface\\Icons\\Spell_Nature_Brilliance",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Brilliance Aura\\nRank 0/1\\nInstant\\nRestores 2% missing mana every 1 second to all party members within 35 yards for 15 sec.\\nID 1191234\\n"
},
{
"name": "Arcane Barrage",
"spellId": 111847,
"iconTexture": "Interface\\Icons\\Ability_Mage_ArcaneBarrage",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Arcane Barrage\\nRank 0/1\\n207 Mana\\nInstant cast\\nLaunches several missiles at the enemy target, causing 463 to 564 Arcane damage.\\n \\nCost: 1 \\nLevel: 60\\nID 1144425\\nCharacterAdvancement ID 12227\\n"
}
]
}
}
+827
View File
@@ -0,0 +1,827 @@
{
"Retribution": {
"tabIndex": 1,
"talents": [
{
"name": "Light's Vengeance",
"spellId": 1403,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Light's Vengeance\\nRank 0/3\\nIncreases your Parry chance by {value:1/2/3}%.\n\nGives you a 33% when you Parry to deal Holy damage to your attacker. This damage deals additional threat.\\n \\nCost: 1 \\nLevel: 10\\nID 20060\\nCharacterAdvancement ID 731\\n"
},
{
"name": "Deflection",
"spellId": 111403,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Deflection\\nRank 0/5\\nIncreases your Parry chance by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1120060\\nCharacterAdvancement ID 13795\\n"
},
{
"name": "Benediction",
"spellId": 111407,
"iconTexture": "Interface\\Icons\\Spell_Frost_WindWalkOn",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Benediction\\nRank 0/5\\nReduces the mana cost of all instant cast spells by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1120101\\nCharacterAdvancement ID 13800\\n"
},
{
"name": "Improved Judgements",
"spellId": 111631,
"iconTexture": "Interface\\Icons\\Spell_Holy_RighteousFury",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Judgements\\nRank 0/2\\nDecreases the cooldown of your Judgement spells by {value:1/2} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1125956\\nCharacterAdvancement ID 13805\\n"
},
{
"name": "Heart of the Crusader",
"spellId": 111464,
"iconTexture": "Interface\\Icons\\Spell_Holy_HolySmite",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Heart of the Crusader\\nRank 0/3\\nIn addition to the normal effect, your Judgement spells will also increase the critical strike chance of all attacks made against that target by an additional {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1120335\\nCharacterAdvancement ID 13807\\n"
},
{
"name": "Improved Blessing of Might",
"spellId": 111401,
"iconTexture": "Interface\\Icons\\Spell_Holy_FistOfJustice",
"tier": 2,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Blessing of Might\\nRank 0/2\\nIncreases the attack power bonus of your Blessing of Might by {value:12/24}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1120042\\nCharacterAdvancement ID 13810\\n"
},
{
"name": "Vindication",
"spellId": 111633,
"iconTexture": "Interface\\Icons\\Spell_Holy_Vindication",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Vindication\\nRank 0/2\\nGives the Paladin's damaging attacks a chance to reduce the target's attack power by {value:25/50} for 10 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1109452\\nCharacterAdvancement ID 13812\\n"
},
{
"name": "Conviction",
"spellId": 111411,
"iconTexture": "Interface\\Icons\\Spell_Holy_RetributionAura",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Conviction\\nRank 0/3\\nIncreases your chance to get a critical strike with all spells and attacks by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1120117\\nCharacterAdvancement ID 13814\\n"
},
{
"name": "Seal of Command",
"spellId": 111481,
"iconTexture": "Interface\\Icons\\Ability_Warrior_InnerRage",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Seal of Command\\nRank 0/1\\n8 Mana\\nInstant cast\\nAll melee attacks deal 1 to 1 additional Holy damage. When used with attacks or abilities that strike a single target, this additional Holy damage will strike up to 2 additional targets. Lasts 30 min.\n\nUnleashing this Seal's energy will judge an enemy, instantly causing 3 to 3 Holy damage.\\n \\nCost: 1 \\nLevel: 20\\nID 1120375\\nCharacterAdvancement ID 13819\\n"
},
{
"name": "Pursuit of Justice",
"spellId": 111634,
"iconTexture": "Interface\\Icons\\Spell_Holy_PersuitofJustice",
"tier": 3,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Pursuit of Justice\\nRank 0/2\\nReduces the duration of all Disarm effects by {value:25/50}% and increases movement and mounted movement speed by {value:8/16}%. This does not stack with other movement speed increasing effects.\\n \\nCost: 1 \\nLevel: 20\\nID 1126022\\nCharacterAdvancement ID 13820\\n"
},
{
"name": "Eye for an Eye",
"spellId": 111632,
"iconTexture": "Interface\\Icons\\Spell_Holy_EyeforanEye",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Eye for an Eye\\nRank 0/2\\nAll criticals against you cause {value:5/10}% of the damage taken to the attacker as well. The damage caused by Eye for an Eye will not exceed 50% of the Paladin's total health.\\n \\nCost: 1 \\nLevel: 25\\nID 1109799\\nCharacterAdvancement ID 13822\\n"
},
{
"name": "Sanctity of Battle",
"spellId": 111761,
"iconTexture": "Interface\\Icons\\Spell_Holy_HolySmite",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sanctity of Battle\\nRank 0/3\\nIncreases your chance to critically hit with all spells and attacks by {value:1/2/3}% and increases the damage caused by Exorcism and Crusader Strike by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1132043\\nCharacterAdvancement ID 13824\\n"
},
{
"name": "Crusade",
"spellId": 111755,
"iconTexture": "Interface\\Icons\\Spell_Holy_Crusade",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Crusade\\nRank 0/3\\nIncreases all damage caused by {value:1/2/3}% and all damage caused against Humanoids, Demons, Undead and Elementals by an additional {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1131866\\nCharacterAdvancement ID 13827\\n"
},
{
"name": "Two-Handed Weapon Specialization",
"spellId": 111410,
"iconTexture": "Interface\\Icons\\INV_Hammer_04",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Two-Handed Weapon Specialization\\nRank 0/3\\nIncreases the damage you deal with two-handed melee weapons by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1120111\\nCharacterAdvancement ID 13830\\n"
},
{
"name": "Sanctified Retribution",
"spellId": 111756,
"iconTexture": "Interface\\Icons\\Spell_Holy_MindVision",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Sanctified Retribution\\nRank 0/1\\nIncreases the damage caused by Retribution Aura by 50% and all damage caused by friendly targets affected by any of your Auras is increased by 3%.\\n \\nCost: 1 \\nLevel: 30\\nID 1131869\\nCharacterAdvancement ID 13833\\n"
},
{
"name": "Vengeance",
"spellId": 111402,
"iconTexture": "Interface\\Icons\\Ability_Racial_Avatar",
"tier": 6,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Vengeance\\nRank 0/3\\nRequires 5 points in Conviction\\nGives you a {value:1/2/3}% bonus to Physical and Holy damage you deal for 30 sec after dealing a critical strike from a weapon swing, spell, or ability. This effect stacks up to 3 times.\\n \\nCost: 1 \\nLevel: 35\\nID 1120049\\nCharacterAdvancement ID 13834\\n"
},
{
"name": "Divine Purpose",
"spellId": 111757,
"iconTexture": "Interface\\Icons\\Spell_Holy_DivinePurpose",
"tier": 6,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Divine Purpose\\nRank 0/2\\nReduces your chance to be hit by spells and ranged attacks by {value:2/4}% and gives your Hand of Freedom spell a {value:50/100}% chance to remove any Stun effects on the target.\\n \\nCost: 1 \\nLevel: 35\\nID 1131871\\nCharacterAdvancement ID 13837\\n"
},
{
"name": "The Art of War",
"spellId": 112176,
"iconTexture": "Interface\\Icons\\Ability_Paladin_ArtofWar",
"tier": 7,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "The Art of War\\nRank 0/2\\nIncreases the damage of your Judgement, Crusader Strike and Divine Storm abilities by {value:5/10}% and when your melee attacks critically hit the cast time of your next Flash of Light or Exorcism is reduced by {value:0.75/1.5} sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1153486\\nCharacterAdvancement ID 13839\\n"
},
{
"name": "Repentance",
"spellId": 111441,
"iconTexture": "Interface\\Icons\\Spell_Holy_PrayerOfHealing",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Repentance\\nRank 0/1\\n5 Mana\\nInstant cast\\nPuts the enemy target in a state of meditation, incapacitating them for up to 1 min, and removing the effect of Righteous Vengeance. Any damage caused will awaken the target. Usable against Demons, Dragonkin, Giants, Humanoids and Undead.\\n \\nCost: 1 \\nLevel: 40\\nID 1120066\\nCharacterAdvancement ID 13841\\n"
},
{
"name": "Judgements of the Wise",
"spellId": 111758,
"iconTexture": "Interface\\Icons\\Ability_Paladin_JudgementoftheWise",
"tier": 7,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Judgements of the Wise\\nRank 0/2\\nYour damaging Judgement spells have a {value:50/100}% chance to grant the Replenishment effect to up to 10 party or raid members mana regeneration equal to 1% of their maximum mana per 5 sec for 15 sec, and to immediately grant you {value:25/50}% of your base mana.\\n \\nCost: 1 \\nLevel: 40\\nID 1131876\\nCharacterAdvancement ID 13842\\n"
},
{
"name": "Fanaticism",
"spellId": 111759,
"iconTexture": "Interface\\Icons\\Spell_Holy_Fanaticism",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Fanaticism\\nRank 0/3\\nRequires 1 point in Repentance\\nIncreases the critical strike chance of all Judgements capable of a critical hit by {value:6/12/18}% and reduces threat caused by all actions by {value:10/20/30}% except when under the effects of Righteous Fury.\\n \\nCost: 1 \\nLevel: 45\\nID 1131879\\nCharacterAdvancement ID 13845\\n"
},
{
"name": "Sanctified Wrath",
"spellId": 112147,
"iconTexture": "Interface\\Icons\\Ability_Paladin_SanctifiedWrath",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Sanctified Wrath\\nRank 0/2\\nIncreases the critical strike chance of Hammer of Wrath by {value:25/50}%, reduces the cooldown of Avenging Wrath by {value:30/60} secs and while affected by Avenging Wrath {value:25/50}% of all damage caused bypasses damage reduction effects.\\n \\nCost: 1 \\nLevel: 45\\nID 1153375\\nCharacterAdvancement ID 13848\\n"
},
{
"name": "Swift Retribution",
"spellId": 112148,
"iconTexture": "Interface\\Icons\\Ability_Paladin_SwiftRetribution",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Swift Retribution\\nRank 0/3\\nYour auras also increase casting, ranged and melee attack speeds by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1153379\\nCharacterAdvancement ID 13850\\n"
},
{
"name": "Crusader Strike",
"spellId": 111823,
"iconTexture": "Interface\\Icons\\Spell_Holy_CrusaderStrike",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Crusader Strike\\nRank 0/1\\n3 Mana\\nInstant cast\\nRequires Melee Weapon\\nAn instant strike that causes 50% weapon damage.\\n \\nLevel: 1\\nID 1135395\\nCharacterAdvancement ID 18455\\n"
},
{
"name": "Sheath of Light",
"spellId": 112179,
"iconTexture": "Interface\\Icons\\Ability_Paladin_SheathofLight",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sheath of Light\\nRank 0/3\\nIncreases your spell power by an amount equal to {value:10/20/30}% of your attack power and your critical healing spells heal the target for {value:20/40/60}% of the healed amount over 12 seconds.\\n \\nCost: 1 \\nLevel: 50\\nID 1153501\\nCharacterAdvancement ID 13854\\n"
},
{
"name": "Righteous Vengeance",
"spellId": 112149,
"iconTexture": "Interface\\Icons\\Ability_Paladin_RighteousVengeance",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Righteous Vengeance\\nRank 0/3\\nWhen any of your melee abilities deal a critical strike, your target will take {value:10/20/30}% additional damage over 8 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1153380\\nCharacterAdvancement ID 13857\\n"
},
{
"name": "Divine Storm",
"spellId": 112150,
"iconTexture": "Interface\\Icons\\Ability_Paladin_DivineStorm",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Divine Storm\\nRank 0/1\\n7 Mana\\nInstant cast\\nRequires Melee Weapon\\nAn instant weapon attack that causes 110% of weapon damage to up to 4 enemies within 8 yards. The Divine Storm heals up to 3 party or raid members totaling 25% of the damage caused.\\n \\nCost: 1 \\nLevel: 60\\nID 1153385\\nCharacterAdvancement ID 13860\\n"
}
]
},
"Holy": {
"tabIndex": 2,
"talents": [
{
"name": "Spiritual Focus",
"spellId": 111432,
"iconTexture": "Interface\\Icons\\Spell_Arcane_Blink",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Spiritual Focus\\nRank 0/5\\nReduces the pushback suffered from damaging attacks while casting Flash of Light and Holy Light by {value:14/28/42/56/70}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1120205\\nCharacterAdvancement ID 13861\\n"
},
{
"name": "Seals of the Pure",
"spellId": 111463,
"iconTexture": "Interface\\Icons\\Ability_ThunderBolt",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Seals of the Pure\\nRank 0/5\\nIncreases the damage done by your Seal of Righteousness, Seal of Vengeance and Seal of Corruption and their Judgement effects by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1120224\\nCharacterAdvancement ID 13866\\n"
},
{
"name": "Healing Light",
"spellId": 111444,
"iconTexture": "Interface\\Icons\\Spell_Holy_HolyBolt",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Healing Light\\nRank 0/3\\nIncreases the amount healed by your Holy Light, Flash of Light and the effectiveness of Holy Shock spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1120237\\nCharacterAdvancement ID 13871\\n"
},
{
"name": "Divine Intellect",
"spellId": 111449,
"iconTexture": "Interface\\Icons\\Spell_Nature_Sleep",
"tier": 2,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Divine Intellect\\nRank 0/5\\nIncreases your total Intellect by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1120257\\nCharacterAdvancement ID 13874\\n"
},
{
"name": "Unyielding Faith",
"spellId": 111628,
"iconTexture": "Interface\\Icons\\Spell_Holy_UnyieldingFaith",
"tier": 2,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Unyielding Faith\\nRank 0/2\\nReduces the duration of all Fear and Disorient effects by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1109453\\nCharacterAdvancement ID 13879\\n"
},
{
"name": "Aura Mastery",
"spellId": 111435,
"iconTexture": "Interface\\Icons\\Spell_Holy_AuraMastery",
"tier": 3,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Aura Mastery\\nRank 0/1\\nInstant\\nCauses your Concentration Aura to make all affected targets immune to Silence and Interrupt effects and improve the effect of all other auras by 100%. Lasts 6 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1131821\\nCharacterAdvancement ID 13881\\n"
},
{
"name": "Illumination",
"spellId": 111461,
"iconTexture": "Interface\\Icons\\Spell_Holy_GreaterHeal",
"tier": 3,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Illumination\\nRank 0/5\\nAfter getting a critical effect from your Flash of Light, Holy Light, or Holy Shock heal spell you have a {value:20/40/60/80/100}% chance to gain mana equal to 30% of the base cost of the spell.\\n \\nCost: 1 \\nLevel: 20\\nID 1120210\\nCharacterAdvancement ID 13882\\n"
},
{
"name": "Improved Lay on Hands",
"spellId": 111443,
"iconTexture": "Interface\\Icons\\Spell_Holy_LayOnHands",
"tier": 3,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Lay on Hands\\nRank 0/2\\nGrants the target of your Lay on Hands spell {value:10/20}% reduced physical damage taken for 15 sec. In addition, the cooldown for your Lay on Hands spell is reduced by {value:2/4} min.\\n \\nCost: 1 \\nLevel: 20\\nID 1120234\\nCharacterAdvancement ID 13887\\n"
},
{
"name": "Improved Concentration Aura",
"spellId": 111450,
"iconTexture": "Interface\\Icons\\Spell_Holy_MindSooth",
"tier": 4,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Concentration Aura\\nRank 0/3\\nIncreases the effect of your Concentration Aura by an additional {value:5/10/15}% and while any Aura is active reduces the duration of any Silence or Interrupt effect used against an affected group member by {value:10/20/30}%. The duration reduction does not stack with any other effects.\\n \\nCost: 1 \\nLevel: 25\\nID 1120254\\nCharacterAdvancement ID 13889\\n"
},
{
"name": "Improved Blessing of Wisdom",
"spellId": 111446,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfWisdom",
"tier": 4,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Blessing of Wisdom\\nRank 0/2\\nIncreases the effect of your Blessing of Wisdom spell by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1120244\\nCharacterAdvancement ID 13892\\n"
},
{
"name": "Blessed Hands",
"spellId": 112198,
"iconTexture": "Interface\\Icons\\Ability_Paladin_BlessedHands",
"tier": 4,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Blessed Hands\\nRank 0/2\\nReduces the mana cost of Hand of Freedom, Hand of Sacrifice and Hand of Salvation by {value:15/30}%, increases the effectiveness of Hand of Salvation by {value:50/100}% and the effectiveness of Hand of Sacrifice by an additional {value:5/10}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1153660\\nCharacterAdvancement ID 13894\\n"
},
{
"name": "Pure of Heart",
"spellId": 111742,
"iconTexture": "Interface\\Icons\\Spell_Holy_PureOfHeart",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Pure of Heart\\nRank 0/2\\nReduces the duration of Curse, Disease and Poison effects by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1131822\\nCharacterAdvancement ID 13896\\n"
},
{
"name": "Divine Favor",
"spellId": 111433,
"iconTexture": "Interface\\Icons\\Spell_Holy_Heal",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Divine Favor\\nRank 0/1\\nInstant\\nWhen activated, gives your next Flash of Light, Holy Light, or Holy Shock spell a 100% critical effect chance.\\n \\nCost: 1 \\nLevel: 30\\nID 1120216\\nCharacterAdvancement ID 13898\\n"
},
{
"name": "Sanctified Light",
"spellId": 111465,
"iconTexture": "Interface\\Icons\\Spell_Holy_HealingAura",
"tier": 5,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sanctified Light\\nRank 0/3\\nIncreases the critical effect chance of your Holy Light and Holy Shock spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1120359\\nCharacterAdvancement ID 13899\\n"
},
{
"name": "Purifying Power",
"spellId": 111743,
"iconTexture": "Interface\\Icons\\Spell_Holy_PurifyingPower",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Purifying Power\\nRank 0/2\\nReduces the mana cost of your Cleanse, Purify and Consecration spells by {value:5/10}% and reduces the cooldown of your Exorcism and Holy Wrath spells by {value:17/34}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1131825\\nCharacterAdvancement ID 13902\\n"
},
{
"name": "Holy Power",
"spellId": 111627,
"iconTexture": "Interface\\Icons\\Spell_Holy_Power",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Holy Power\\nRank 0/5\\nIncreases the critical effect chance of your Holy spells by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1105923\\nCharacterAdvancement ID 13904\\n"
},
{
"name": "Light's Grace",
"spellId": 111745,
"iconTexture": "Interface\\Icons\\Spell_Holy_LightsGrace",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Light's Grace\\nRank 0/3\\nGives your Holy Light spell a {value:33/66/100}% chance to reduce the cast time of your next Holy Light spell by 0.5 sec. This effect lasts 15 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1131833\\nCharacterAdvancement ID 13909\\n"
},
{
"name": "Holy Shock",
"spellId": 111502,
"iconTexture": "Interface\\Icons\\Spell_Holy_SearingLight",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Holy Shock\\nRank 0/1\\nRequires 1 point in Divine Favor\\n \\n10 Mana\\nInstant cast\\nBlasts the target with Holy energy, causing 314 to 340 Holy damage to an enemy, or 433 to 467 healing to an ally.\\n \\nCost: 1 \\nLevel: 40\\nID 1120473\\nCharacterAdvancement ID 13912\\n"
},
{
"name": "Blessed Life",
"spellId": 111744,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessedLife",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Blessed Life\\nRank 0/3\\nAll attacks against you have a {value:4/8/12}% chance to cause half damage.\\n \\nCost: 1 \\nLevel: 40\\nID 1131828\\nCharacterAdvancement ID 13913\\n"
},
{
"name": "Sacred Cleansing",
"spellId": 112190,
"iconTexture": "Interface\\Icons\\Ability_Paladin_SacredCleansing",
"tier": 8,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sacred Cleansing\\nRank 0/3\\nYour Cleanse spell has a {value:10/20/30}% chance to increase the target's resistance to Disease, Magic and Poison by {value:30/60/90}% for 10 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1153551\\nCharacterAdvancement ID 13916\\n"
},
{
"name": "Holy Guidance",
"spellId": 111746,
"iconTexture": "Interface\\Icons\\Spell_Holy_HolyGuidance",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Holy Guidance\\nRank 0/3\\nIncreases your spell power by {value:7/14/21}% of your total Intellect.\\n \\nCost: 1 \\nLevel: 45\\nID 1131837\\nCharacterAdvancement ID 13919\\n"
},
{
"name": "Divine Illumination",
"spellId": 111747,
"iconTexture": "Interface\\Icons\\Spell_Holy_DivineIllumination",
"tier": 9,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Divine Illumination\\nRank 0/1\\nInstant\\nReduces the mana cost of all spells by 50% for 15 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1131842\\nCharacterAdvancement ID 13924\\n"
},
{
"name": "Judgements of the Pure",
"spellId": 112199,
"iconTexture": "Interface\\Icons\\Ability_Paladin_JudgementofthePure",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Judgements of the Pure\\nRank 0/3\\nIncreases the damage done by your Seal and Judgement spells by {value:8/16/24}%, and your Judgement spells increase your casting and melee haste by {value:5/10/15}% for 1 min.\\n \\nCost: 1 \\nLevel: 50\\nID 1153671\\nCharacterAdvancement ID 13925\\n"
},
{
"name": "Infusion of Light",
"spellId": 112193,
"iconTexture": "Interface\\Icons\\Ability_Paladin_InfusionofLight",
"tier": 10,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Infusion of Light\\nRank 0/2\\nRequires 1 point in Holy Shock\\nYour Holy Shock critical hits reduce the cast time of your next Flash of Light by {value:0.75/1.5} sec or increase the critical chance of your next Holy Light by {value:10/20}%. In addition, causes your Flash of Light to heal targets with Sacred Shield for an additional {value:50/100}% over 12 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1153569\\nCharacterAdvancement ID 13930\\n"
},
{
"name": "Enlightened Judgements",
"spellId": 112191,
"iconTexture": "Interface\\Icons\\Ability_Paladin_EnlightenedJudgements",
"tier": 10,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Enlightened Judgements\\nRank 0/2\\nIncreases the range of your Judgement of Light and Judgement of Wisdom spells by {value:15/30} yards and increases your chance to hit by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1153556\\nCharacterAdvancement ID 13932\\n"
},
{
"name": "Beacon of Light",
"spellId": 112192,
"iconTexture": "Interface\\Icons\\Ability_Paladin_BeaconofLight",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Beacon of Light\\nRank 0/1\\n21 Mana\\nInstant cast\\nThe target becomes a Beacon of Light to all members of your party or raid within a 60 yard radius. Any direct heals you cast on party or raid members will also heal the Beacon for 100% of the amount healed. Only one target can be the Beacon of Light at a time. Lasts 1 min.\\n \\nCost: 1 \\nLevel: 60\\nID 1153563\\nCharacterAdvancement ID 13934\\n"
}
]
},
"Protection": {
"tabIndex": 3,
"talents": [
{
"name": "Inner Light",
"spellId": 5960,
"iconTexture": "Interface\\Icons\\spell_holy_holyprotection",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Inner Light\\nRank 0/3\\nIncreases the damage of Shield of Righteousness by {value:5/10/15}% and its healing done by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 10\\nID 410010\\nCharacterAdvancement ID 5960\\n"
},
{
"name": "Improved Consecration",
"spellId": 5950,
"iconTexture": "Interface\\Icons\\Spell_Holy_InnerFire",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Consecration\\nRank 0/3\\nReduces your damage taken by {value:1/2/3}%.\n\nConsecration now deals instant Holy damage to nearby enemies, causing extra threat and slowing their melee attack speed by {value:7/14/21}% for 15 sec.\n\nHold SHIFT for more information\\n \\nCost: 1 \\nLevel: 10\\nID 410000\\nCharacterAdvancement ID 5950\\n"
},
{
"name": "Divinity",
"spellId": 111442,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlindingHeal",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Divinity\\nRank 0/5\\nIncreases all healing done by you and all healing effects on you by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1163646\\nCharacterAdvancement ID 13935\\n"
},
{
"name": "Divine Strength",
"spellId": 112185,
"iconTexture": "Interface\\Icons\\Ability_GolemThunderClap",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Divine Strength\\nRank 0/5\\nIncreases your total Strength by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1120262\\nCharacterAdvancement ID 13940\\n"
},
{
"name": "Stoicism",
"spellId": 111748,
"iconTexture": "Interface\\Icons\\Spell_Holy_Stoicism",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Stoicism\\nRank 0/3\\nReduces the duration of all Stun effects by an additional {value:10/20/30}% and reduces the chance your helpful spells and damage over time effects will be dispelled by an additional {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1131844\\nCharacterAdvancement ID 13945\\n"
},
{
"name": "Guardian's Favor",
"spellId": 111425,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfProtection",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Guardian's Favor\\nRank 0/2\\nReduces the cooldown of your Hand of Protection by {value:60/120} sec and increases the duration of your Hand of Freedom by {value:2/4} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1120174\\nCharacterAdvancement ID 13948\\n"
},
{
"name": "Anticipation",
"spellId": 111629,
"iconTexture": "Interface\\Icons\\Spell_Magic_LesserInvisibilty",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Anticipation\\nRank 0/5\\nIncreases your chance to dodge by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1120096\\nCharacterAdvancement ID 13950\\n"
},
{
"name": "Divine Sacrifice",
"spellId": 112280,
"iconTexture": "Interface\\Icons\\spell_holy_powerwordbarrier",
"tier": 3,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Divine Sacrifice\\nRank 0/1\\nInstant\\n30% of all damage taken by party members within 30 yards is redirected to the Paladin (up to a maximum of 40% of the Paladin's health times the number of party members). Damage which reduces the Paladin below 20% health will break the effect. Lasts 10 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1164205\\nCharacterAdvancement ID 13955\\n"
},
{
"name": "Improved Righteous Fury",
"spellId": 111501,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfFury",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Righteous Fury\\nRank 0/3\\nWhile Righteous Fury is active, all damage taken is reduced by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1120468\\nCharacterAdvancement ID 13956\\n"
},
{
"name": "Toughness",
"spellId": 111423,
"iconTexture": "Interface\\Icons\\Spell_Holy_Devotion",
"tier": 3,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Toughness\\nRank 0/5\\nIncreases your armor value from items by {value:2/4/6/8/10}% and reduces the duration of all movement slowing effects by {value:6/12/18/24/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1120143\\nCharacterAdvancement ID 13959\\n"
},
{
"name": "Divine Guardian",
"spellId": 112281,
"iconTexture": "Interface\\Icons\\spell_holy_powerwordbarrier",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Divine Guardian\\nRank 0/2\\nRequires 1 point in Divine Sacrifice\\nWhen Divine Sacrifice is activated, your party and raid members within 30 yards take {value:10/20}% reduced damage for 6 sec. In addition, increases the duration of your Sacred Shield by {value:50/100}% and the amount absorbed by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1153527\\nCharacterAdvancement ID 13964\\n"
},
{
"name": "Improved Hammer of Justice",
"spellId": 111521,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfMight",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Hammer of Justice\\nRank 0/2\\nDecreases the cooldown of your Hammer of Justice spell by {value:10/20} sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1120487\\nCharacterAdvancement ID 13966\\n"
},
{
"name": "Improved Devotion Aura",
"spellId": 111422,
"iconTexture": "Interface\\Icons\\Spell_Holy_DevotionAura",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Devotion Aura\\nRank 0/3\\nIncreases the armor bonus of your Devotion Aura by {value:17/34/51}% and increases the amount healed on any target affected by any of your Auras by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1120138\\nCharacterAdvancement ID 13968\\n"
},
{
"name": "Blessing of Sanctuary",
"spellId": 111431,
"iconTexture": "Interface\\Icons\\Spell_Nature_LightningShield",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Blessing of Sanctuary\\nRank 0/1\\n4 Mana\\nInstant cast\\nPlaces a Blessing on the friendly target, reducing damage taken from all sources by 3% for 30 min and increasing strength and stamina by 10%. In addition, when the target blocks, parries, or dodges a melee attack the target will gain 2% of maximum displayed mana. Players may only have one Blessing on them per Paladin at any one time.\\n \\nCost: 1 \\nLevel: 30\\nID 1120911\\nCharacterAdvancement ID 13971\\n"
},
{
"name": "Reckoning",
"spellId": 111426,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfStrength",
"tier": 5,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Reckoning\\nRank 0/5\\nGives you a {value:2/4/6/8/10}% chance after being hit by any damaging attack that the next 4 weapon swings within 8 sec will generate an additional attack.\\n \\nCost: 1 \\nLevel: 30\\nID 1120177\\nCharacterAdvancement ID 13972\\n"
},
{
"name": "Sacred Duty",
"spellId": 111750,
"iconTexture": "Interface\\Icons\\Spell_Holy_DivineIntervention",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Sacred Duty\\nRank 0/2\\nIncreases your total Stamina by {value:2/4}%.\n\nReduces the chance you'll be critically hit by monsters' melee attacks by {value:3/6}%.\n\nReduces the cooldown of your Divine Shield and Divine Protection by {value:30/60} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1131848\\nCharacterAdvancement ID 13977\\n"
},
{
"name": "One-Handed Weapon Specialization",
"spellId": 111429,
"iconTexture": "Interface\\Icons\\INV_Sword_20",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "One-Handed Weapon Specialization\\nRank 0/3\\nIncreases all damage you deal when a one-handed melee weapon is equipped by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1120196\\nCharacterAdvancement ID 13979\\n"
},
{
"name": "Spiritual Attunement",
"spellId": 112282,
"iconTexture": "Interface\\Icons\\Spell_Holy_ReviveChampion",
"tier": 7,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Spiritual Attunement\\nRank 0/2\\nA passive ability that gives the Paladin mana when healed by other friendly targets' spells. The amount of mana gained is equal to {value:5/10}% of the amount healed.\\n \\nCost: 1 \\nLevel: 40\\nID 1131785\\nCharacterAdvancement ID 13982\\n"
},
{
"name": "Holy Shield",
"spellId": 111430,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfProtection",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Holy Shield\\nRank 0/1\\nRequires 1 point in Blessing of Sanctuary\\n6 Mana\\nInstant cast\\nRequires Shields\\nIncreases chance to block by 30% for 10 sec and deals 79 Holy damage for each attack blocked while active. Each block expends a charge. 8 charges.\\n \\nCost: 1 \\nLevel: 40\\nID 1120925\\nCharacterAdvancement ID 13984\\n"
},
{
"name": "Ardent Defender",
"spellId": 111751,
"iconTexture": "Interface\\Icons\\Spell_Holy_ArdentDefender",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ardent Defender\\nRank 0/3\\nDamage that takes you below 35% health is reduced by {value:7/14/21}%. In addition, attacks which would otherwise kill you cause you to be healed by up to {value:10/20/30}% of your maximum health (amount healed based on defense). This healing effect cannot occur more often than once every 2 min.\\n \\nCost: 1 \\nLevel: 40\\nID 1131850\\nCharacterAdvancement ID 13985\\n"
},
{
"name": "Redoubt",
"spellId": 111421,
"iconTexture": "Interface\\Icons\\Ability_Defend",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Redoubt\\nRank 0/2\\nIncreases your block value by {value:15/30}% and damaging melee and ranged attacks against you have a {value:10/20}% chance to increase your chance to block by {value:15/30}%. Lasts 10 sec or 5 blocks.\\n \\nCost: 1 \\nLevel: 45\\nID 1120127\\nCharacterAdvancement ID 13988\\n"
},
{
"name": "Combat Expertise",
"spellId": 111753,
"iconTexture": "Interface\\Icons\\Spell_Holy_WeaponMastery",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Combat Expertise\\nRank 0/3\\nIncreases your Expertise by {value:2/4/6}, total Stamina and chance to critically hit by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1131858\\nCharacterAdvancement ID 13991\\n"
},
{
"name": "Touched by the Light",
"spellId": 112195,
"iconTexture": "Interface\\Icons\\Ability_Paladin_TouchedbyLight",
"tier": 9,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Touched by the Light\\nRank 0/2\\nIncreases your spell power by an amount equal to {value:30/60}% of your Strength and increases the amount healed by your critical heals by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1153590\\nCharacterAdvancement ID 13994\\n"
},
{
"name": "Avenger's Shield",
"spellId": 111754,
"iconTexture": "Interface\\Icons\\Spell_Holy_AvengersShield",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Avenger's Shield\\nRank 0/1\\nRequires 1 point in Holy Shield\\n15 Mana\\nInstant cast\\nRequires Shields\\nHurls a holy shield at the enemy, dealing 442 to 538 Holy damage, Dazing them and then jumping to additional nearby enemies. Affects 3 total targets. Lasts 10 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1131935\\nCharacterAdvancement ID 13997\\n"
},
{
"name": "Guarded by the Light",
"spellId": 112194,
"iconTexture": "Interface\\Icons\\Ability_Paladin_GaurdedbytheLight",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Guarded by the Light\\nRank 0/2\\nReduces spell damage taken by {value:3/6}% and gives a {value:50/100}% chance to refresh the duration of your Divine Plea when you hit an enemy. In addition, your Divine Plea spell is {value:50/100}% less likely to be dispelled.\\n \\nCost: 1 \\nLevel: 50\\nID 1153583\\nCharacterAdvancement ID 13998\\n"
},
{
"name": "Shield of the Templar",
"spellId": 112204,
"iconTexture": "Interface\\Icons\\Ability_Paladin_ShieldoftheTemplar",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shield of the Templar\\nRank 0/3\\nRequires 1 point in Avenger's Shield\\nReduces all damage taken by {value:1/2/3}% and grants your Avenger's Shield a {value:33/66/100}% chance to silence your targets for 3 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1153709\\nCharacterAdvancement ID 14000\\n"
},
{
"name": "Judgements of the Just",
"spellId": 112200,
"iconTexture": "Interface\\Icons\\Ability_Paladin_JudgementsoftheJust",
"tier": 10,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Judgements of the Just\\nRank 0/2\\nReduces the cooldown of your Hammer of Justice by {value:5/10} sec, increases the duration of your Seal of Justice effect by {value:0.5/1} sec and your Judgement spells also reduce the melee attack speed of the target by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1153695\\nCharacterAdvancement ID 14003\\n"
},
{
"name": "Hammer of the Righteous",
"spellId": 112196,
"iconTexture": "Interface\\Icons\\Ability_Paladin_HammeroftheRighteous",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Hammer of the Righteous\\nRank 0/1\\n3 Mana\\nInstant cast\\nRequires One-Handed Melee Weapon\\nHammer the current target and up to 2 additional nearby targets, causing 4 times your main hand damage per second as Holy damage.\n\nShares cooldown with Crusader Strike.\\n \\nCost: 1 \\nLevel: 60\\nID 1153595\\nCharacterAdvancement ID 14005\\n"
}
]
}
}
+867
View File
@@ -0,0 +1,867 @@
{
"Discipline": {
"tabIndex": 1,
"talents": [
{
"name": "Unbreakable Will",
"spellId": 110342,
"iconTexture": "Interface\\Icons\\Spell_Magic_MageArmor",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Unbreakable Will\\nRank 0/5\\nReduces the duration of Stun, Fear, and Silence effects done to you by an additional {value:6/12/18/24/30}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114522\\nCharacterAdvancement ID 12678\\n"
},
{
"name": "Twin Disciplines",
"spellId": 111898,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfVengeance",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Twin Disciplines\\nRank 0/5\\nIncreases the damage and healing done by your instant spells by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1147586\\nCharacterAdvancement ID 12683\\n"
},
{
"name": "Silent Resolve",
"spellId": 110352,
"iconTexture": "Interface\\Icons\\Spell_Nature_ManaRegenTotem",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Silent Resolve\\nRank 0/3\\nReduces the threat generated by your Holy and Discipline spells by {value:7/14/21}% and reduces the chance your helpful spells and damage over time effects will be dispelled by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1114523\\nCharacterAdvancement ID 12688\\n"
},
{
"name": "Improved Inner Fire",
"spellId": 110346,
"iconTexture": "Interface\\Icons\\Spell_Holy_InnerFire",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Inner Fire\\nRank 0/3\\nIncreases the effect of your Inner Fire spell by {value:15/30/45}%, and increases the total number of charges by {value:4/8/12}.\\n \\nCost: 1 \\nLevel: 15\\nID 1114747\\nCharacterAdvancement ID 12691\\n"
},
{
"name": "Improved Power Word: Fortitude",
"spellId": 110344,
"iconTexture": "Interface\\Icons\\Spell_Holy_WordFortitude",
"tier": 2,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Power Word: Fortitude\\nRank 0/2\\nIncreases the effect of your Power Word: Fortitude and Prayer of Fortitude spells by {value:15/30}%, and increases your total Stamina by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1114749\\nCharacterAdvancement ID 12694\\n"
},
{
"name": "Martyrdom",
"spellId": 110321,
"iconTexture": "Interface\\Icons\\Spell_Nature_Tranquility",
"tier": 2,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Martyrdom\\nRank 0/2\\nGives you a {value:50/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 reduces the pushback suffered from damaging attacks while casting Priest spells and decreases the duration of Interrupt effects by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1114531\\nCharacterAdvancement ID 12696\\n"
},
{
"name": "Meditation",
"spellId": 110347,
"iconTexture": "Interface\\Icons\\Spell_Nature_Sleep",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Meditation\\nRank 0/3\\nAllows {value:17/34/50}% of your mana regeneration to continue while casting.\\n \\nCost: 1 \\nLevel: 20\\nID 1114521\\nCharacterAdvancement ID 12698\\n"
},
{
"name": "Inner Focus",
"spellId": 110348,
"iconTexture": "Interface\\Icons\\Spell_Frost_WindWalkOn",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Inner Focus\\nRank 0/1\\nInstant\\nWhen 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.\\n \\nCost: 1 \\nLevel: 20\\nID 1114751\\nCharacterAdvancement ID 12701\\n"
},
{
"name": "Improved Power Word: Shield",
"spellId": 110343,
"iconTexture": "Interface\\Icons\\Spell_Holy_PowerWordShield",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Power Word: Shield\\nRank 0/3\\nIncreases the damage absorbed by your Power Word: Shield by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1114748\\nCharacterAdvancement ID 12702\\n"
},
{
"name": "Absolution",
"spellId": 111769,
"iconTexture": "Interface\\Icons\\Spell_Holy_Absolution",
"tier": 4,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Absolution\\nRank 0/3\\nReduces the mana cost of your Dispel Magic, Cure Disease, Abolish Disease and Mass Dispel spells by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1133167\\nCharacterAdvancement ID 12705\\n"
},
{
"name": "Mental Agility",
"spellId": 110341,
"iconTexture": "Interface\\Icons\\Ability_Hibernation",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Mental Agility\\nRank 0/3\\nReduces the mana cost of your instant cast spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1114520\\nCharacterAdvancement ID 12708\\n"
},
{
"name": "Improved Mana Burn",
"spellId": 110350,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ManaBurn",
"tier": 4,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Mana Burn\\nRank 0/2\\nReduces the casting time of your Mana Burn spell by {value:0.5/1.0} sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1114750\\nCharacterAdvancement ID 12711\\n"
},
{
"name": "Reflective Shield",
"spellId": 112268,
"iconTexture": "Interface\\Icons\\Spell_Holy_PowerWordShield",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Reflective Shield\\nRank 0/2\\nCauses {value:22/45}% of the damage you absorb with Power Word: Shield to reflect back at the attacker. This damage causes no threat.\\n \\nCost: 1 \\nLevel: 30\\nID 1133201\\nCharacterAdvancement ID 12713\\n"
},
{
"name": "Mental Strength",
"spellId": 111201,
"iconTexture": "Interface\\Icons\\Spell_Nature_EnchantArmor",
"tier": 5,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Mental Strength\\nRank 0/5\\nIncreases your total Intellect by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1118551\\nCharacterAdvancement ID 12715\\n"
},
{
"name": "Soul Warding",
"spellId": 110351,
"iconTexture": "Interface\\Icons\\Spell_Holy_PureOfHeart",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Soul Warding\\nRank 0/1\\nRequires 3 points in Improved Power Word: Shield\\nReduces the cooldown of your Power Word: Shield ability by 4 sec, and reduces the mana cost of your Power Word: Shield by 15%.\\n \\nCost: 1 \\nLevel: 30\\nID 1163574\\nCharacterAdvancement ID 12720\\n"
},
{
"name": "Focused Power",
"spellId": 111771,
"iconTexture": "Interface\\Icons\\Spell_Shadow_FocusedPower",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Focused Power\\nRank 0/2\\nIncreases damage and healing done by your spells by {value:2/4}%. In addition, your Mass Dispel cast time is reduced by {value:0.5/1.0} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1133186\\nCharacterAdvancement ID 12721\\n"
},
{
"name": "Enlightenment",
"spellId": 111772,
"iconTexture": "Interface\\Icons\\Spell_Arcane_MindMastery",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Enlightenment\\nRank 0/3\\nIncreases your total Spirit by {value:2/4/6}% and increases your spell haste by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1134908\\nCharacterAdvancement ID 12723\\n"
},
{
"name": "Focused Will",
"spellId": 111858,
"iconTexture": "Interface\\Icons\\Spell_Arcane_FocusedPower",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Focused Will\\nRank 0/3\\nIncreases your spell critical effect chance by {value:1/2/3}%, and after taking a critical hit you gain the Focused Will effect, reducing all damage taken by {value:2/4/6}% and increasing healing effects on you by {value:3/6/9}%. Stacks up to 3 times. Lasts 8 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1145234\\nCharacterAdvancement ID 12726\\n"
},
{
"name": "Power Infusion",
"spellId": 110322,
"iconTexture": "Interface\\Icons\\Spell_Holy_PowerInfusion",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Power Infusion\\nRank 0/1\\n60 Mana\\nInstant cast\\nInfuses the target with power, increasing spell casting speed by 20% and reducing the mana cost of all spells by 20%. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1110060\\nCharacterAdvancement ID 12729\\n"
},
{
"name": "Improved Flash Heal",
"spellId": 111773,
"iconTexture": "Interface\\Icons\\Spell_Holy_Chastise",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Flash Heal\\nRank 0/3\\nReduces the mana cost of your Flash Heal by {value:5/10/15}%, and increases the critical effect chance of your Flash Heal by {value:4/8/12}% on friendly targets at or below 50% health.\\n \\nCost: 1 \\nLevel: 40\\nID 1163504\\nCharacterAdvancement ID 12730\\n"
},
{
"name": "Renewed Hope",
"spellId": 112235,
"iconTexture": "Interface\\Icons\\Spell_Holy_HolyProtection",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Renewed Hope\\nRank 0/2\\nIncreases the critical effect chance of your Flash Heal, Greater Heal and Penance (Heal) spells by {value:2/4}% on targets afflicted by the Weakened Soul effect, and you have a {value:50/100}% chance to reduce all damage taken by {value:3/6}% for 1 min to all friendly party and raid targets when you cast Power Word: Shield. This effect has a 15 sec cooldown.\\n \\nCost: 1 \\nLevel: 45\\nID 1157470\\nCharacterAdvancement ID 12733\\n"
},
{
"name": "Rapture",
"spellId": 111896,
"iconTexture": "Interface\\Icons\\Spell_Holy_Rapture",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Rapture\\nRank 0/3\\nWhen your Power Word: Shield is completely absorbed or dispelled you are instantly energized with {value:1.5/3.0/4.5}% of your total mana, and you have a {value:33/67/100}% chance to energize your shielded target with {value:2/4/6}% total mana, {value:8/16/24} rage, {value:16/32/48} energy or {value:32/64/96} runic power. This effect can only occur once every 12 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1147535\\nCharacterAdvancement ID 12735\\n"
},
{
"name": "Aspiration",
"spellId": 111894,
"iconTexture": "Interface\\Icons\\Spell_Holy_Aspiration",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Aspiration\\nRank 0/2\\nReduces the cooldown of your Inner Focus, Power Infusion, Pain Suppression and Penance spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1147507\\nCharacterAdvancement ID 12738\\n"
},
{
"name": "Divine Aegis",
"spellId": 111895,
"iconTexture": "Interface\\Icons\\Spell_Holy_DevineAegis",
"tier": 9,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Divine Aegis\\nRank 0/2\\nCritical heals create a protective shield on the target, absorbing {value:15/30}% of the amount healed. Lasts 12 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1147509\\nCharacterAdvancement ID 12740\\n"
},
{
"name": "Pain Suppression",
"spellId": 111774,
"iconTexture": "Interface\\Icons\\Spell_Holy_PainSupression",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Pain Suppression\\nRank 0/1\\n30 Mana\\nInstant cast\\nInstantly reduces a friendly target's threat by 5%, reduces all damage taken by 40% and increases resistance to Dispel mechanics by 65% for 8 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1133206\\nCharacterAdvancement ID 12743\\n"
},
{
"name": "Grace",
"spellId": 111901,
"iconTexture": "Interface\\Icons\\Spell_Holy_HopeAndGrace",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Grace\\nRank 0/2\\nYour Flash Heal, Greater Heal, and Penance spells have a {value:50/100}% chance to bless the target with Grace, increasing all healing received from the Priest by {value:3/6}%. This effect will stack up to 3 times. Effect lasts 15 sec. Grace can only be active on one target at a time.\\n \\nCost: 1 \\nLevel: 50\\nID 1147516\\nCharacterAdvancement ID 12744\\n"
},
{
"name": "Borrowed Time",
"spellId": 111202,
"iconTexture": "Interface\\Icons\\Spell_Holy_BorrowedTime",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Borrowed Time\\nRank 0/3\\nGrants {value:9/18/27}% spell haste for your next spell after casting Power Word: Shield, and increases the amount absorbed by your Power Word: Shield equal to {value:13/26/40}% of your spell power.\\n \\nCost: 1 \\nLevel: 55\\nID 1152795\\nCharacterAdvancement ID 12746\\n"
},
{
"name": "Penance",
"spellId": 111897,
"iconTexture": "Interface\\Icons\\Spell_Holy_Penance",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Penance\\nRank 0/1\\n \\n60 Mana\\nChanneled\\nLaunches a volley of holy light at the target, causing 205 Holy damage to an enemy, or 570 to 643 healing to an ally instantly and every 0.94 sec for 1.98 sec.\\n \\nCost: 1 \\nLevel: 60\\nID 1147540\\nCharacterAdvancement ID 12751\\n"
}
]
},
"Holy": {
"tabIndex": 2,
"talents": [
{
"name": "Healing Focus",
"spellId": 110410,
"iconTexture": "Interface\\Icons\\Spell_Holy_HealingFocus",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Healing Focus\\nRank 0/2\\nReduces the pushback suffered from damaging attacks while casting any holy healing and damaging spell by {value:35/70}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114913\\nCharacterAdvancement ID 12752\\n"
},
{
"name": "Improved Renew",
"spellId": 110406,
"iconTexture": "Interface\\Icons\\Spell_Holy_Renew",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Renew\\nRank 0/3\\nIncreases the amount healed by your Renew spell by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114908\\nCharacterAdvancement ID 12754\\n"
},
{
"name": "Holy Specialization",
"spellId": 110401,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfSalvation",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Holy Specialization\\nRank 0/5\\nIncreases the critical effect chance of your Holy spells by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114889\\nCharacterAdvancement ID 12757\\n"
},
{
"name": "Inspiration",
"spellId": 361,
"iconTexture": "Interface\\Icons\\Spell_Holy_LayOnHands",
"tier": 3,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Inspiration\\nRank 0/3\\nReduces your target's Physical damage taken by {value:3/6/10}% for 15 sec after getting a critical effect from one of your Holy healing spells.\n\nHold SHIFT for more information\\n \\nCost: 1 \\nLevel: 20\\nID 14892\\nCharacterAdvancement ID 527\\n"
},
{
"name": "Spell Warding",
"spellId": 110411,
"iconTexture": "Interface\\Icons\\Spell_Holy_SpellWarding",
"tier": 2,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Spell Warding\\nRank 0/5\\nReduces all spell damage taken by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1127900\\nCharacterAdvancement ID 12762\\n"
},
{
"name": "Divine Fury",
"spellId": 111181,
"iconTexture": "Interface\\Icons\\Spell_Holy_SealOfWrath",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Divine Fury\\nRank 0/5\\nReduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by {value:0.1/0.2/0.3/0.4/0.5} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1118530\\nCharacterAdvancement ID 12767\\n"
},
{
"name": "Desperate Prayer",
"spellId": 110442,
"iconTexture": "Interface\\Icons\\Spell_Holy_Restoration",
"tier": 3,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Desperate Prayer\\nRank 0/1\\n79 Mana\\nInstant cast\\nInstantly heals the caster for 303.\\n \\nCost: 1 \\nLevel: 20\\nID 1119236\\nCharacterAdvancement ID 12772\\n"
},
{
"name": "Blessed Recovery",
"spellId": 111636,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessedRecovery",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Blessed Recovery\\nRank 0/3\\nAfter being struck by a melee or ranged critical hit, Blessed Recovery heals you for {value:5/10/15}% of the damage taken over 6 sec. Additional critical hits taken during the effect increase the healing received.\\n \\nCost: 1 \\nLevel: 20\\nID 1127811\\nCharacterAdvancement ID 12773\\n"
},
{
"name": "Holy Reach",
"spellId": 111635,
"iconTexture": "Interface\\Icons\\Spell_Holy_Purify",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Holy Reach\\nRank 0/2\\nIncreases the range of your Smite and Holy Fire spells and the radius of your Prayer of Healing, Holy Nova, Divine Hymn and Circle of Healing spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1127789\\nCharacterAdvancement ID 12779\\n"
},
{
"name": "Improved Healing",
"spellId": 110408,
"iconTexture": "Interface\\Icons\\Spell_Holy_Heal02",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Healing\\nRank 0/3\\nReduces the mana cost of your Lesser Heal, Heal, Greater Heal, Divine Hymn and Penance spells by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1114912\\nCharacterAdvancement ID 12781\\n"
},
{
"name": "Searing Light",
"spellId": 110403,
"iconTexture": "Interface\\Icons\\Spell_Holy_SearingLightPriest",
"tier": 4,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Searing Light\\nRank 0/2\\nIncreases the damage of your Smite, Holy Fire, Holy Nova and Penance spells by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1114909\\nCharacterAdvancement ID 12784\\n"
},
{
"name": "Healing Prayers",
"spellId": 110413,
"iconTexture": "Interface\\Icons\\Spell_Holy_PrayerOfHealing02",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Healing Prayers\\nRank 0/2\\nReduces the mana cost of your Prayer of Healing and Prayer of Mending spell by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1114911\\nCharacterAdvancement ID 12786\\n"
},
{
"name": "Spirit of Redemption",
"spellId": 111561,
"iconTexture": "Interface\\Icons\\INV_Enchant_EssenceEternalLarge",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Spirit of Redemption\\nRank 0/1\\nRequires Level 30\\nIncreases total Spirit by 5% and upon death, the priest becomes the Spirit of Redemption for 15 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.\\n \\nCost: 1 \\nLevel: 30\\nID 1120711\\nCharacterAdvancement ID 12788\\n"
},
{
"name": "Spiritual Guidance",
"spellId": 110402,
"iconTexture": "Interface\\Icons\\Spell_Holy_SpiritualGuidence",
"tier": 5,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Spiritual Guidance\\nRank 0/5\\nIncreases spell power by {value:5/10/15/20/25}% of your total Spirit.\\n \\nCost: 1 \\nLevel: 30\\nID 1114901\\nCharacterAdvancement ID 12789\\n"
},
{
"name": "Surge of Light",
"spellId": 111766,
"iconTexture": "Interface\\Icons\\Spell_Holy_SurgeOfLight",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Surge of Light\\nRank 0/2\\nYour spell criticals have a {value:25/50}% chance to cause your next Smite or Flash Heal spell to be instant cast, cost no mana but be incapable of a critical hit. This effect lasts 10 sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1133150\\nCharacterAdvancement ID 12794\\n"
},
{
"name": "Spiritual Healing",
"spellId": 110404,
"iconTexture": "Interface\\Icons\\Spell_Nature_MoonGlow",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Spiritual Healing\\nRank 0/3\\nIncreases the amount healed by your healing spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1114898\\nCharacterAdvancement ID 12796\\n"
},
{
"name": "Blessed Vengeance",
"spellId": 80000,
"iconTexture": "Interface\\Icons\\Spell_Holy_HolySmite",
"tier": 6,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Blessed Vengeance\\nRank 0/5\\nIncreases the critical strike damage of your Holy Fire, Holy Nova, Penance and Smite by {value:20/40/60/80/100}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1571656\\nCharacterAdvancement ID 12797\\n"
},
{
"name": "Holy Concentration",
"spellId": 111768,
"iconTexture": "Interface\\Icons\\Spell_Holy_Fanaticism",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Holy Concentration\\nRank 0/3\\nYour mana regeneration from spirit is increased by {value:16/33/50}% for 8 sec after you critically heal with Flash Heal, Greater Heal, Binding Heal or Empowered Renew, or critically hit with Smite.\\n \\nCost: 1 \\nLevel: 40\\nID 1134753\\nCharacterAdvancement ID 12801\\n"
},
{
"name": "Lightwell",
"spellId": 111637,
"iconTexture": "Interface\\Icons\\Spell_Holy_SummonLightwell",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Lightwell\\nRank 0/1\\nRequires 1 point in Spirit of Redemption\\n64 Mana\\n0.496 sec cast\\nCreates a Holy Lightwell. Friendly players can click the Lightwell to restore 801 health over 6 sec. Attacks done to you equal to 30% of your total health will cancel the effect. Lightwell lasts for 3 min or 10 charges.\\n \\nCost: 1 \\nLevel: 40\\nID 1100724\\nCharacterAdvancement ID 12804\\n"
},
{
"name": "Blessed Resilience",
"spellId": 111765,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessedResillience",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Blessed Resilience\\nRank 0/3\\nIncreases the effectiveness of your healing spells by {value:1/2/3}%, and critical hits made against you have a {value:20/40/60}% chance to prevent you from being critically hit again for 6 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1133142\\nCharacterAdvancement ID 12805\\n"
},
{
"name": "Radiant Fury",
"spellId": 80001,
"iconTexture": "Interface\\Icons\\spell_holy_searinglight",
"tier": 7,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Radiant Fury\\nRank 0/5\\nYour Smite, Holy Fire and the damage of Holy Nova gains an additional {value:4/8/12/16/20}% of your bonus spell damage effects.\n\nIncrease the spell haste of all party and raid members within 50 yards by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1571646\\nCharacterAdvancement ID 12798\\n"
},
{
"name": "Body and Soul",
"spellId": 112279,
"iconTexture": "Interface\\Icons\\Spell_Holy_SymbolOfHope",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Body and Soul\\nRank 0/2\\nWhen you cast Power Word: Shield, you increase the target's movement speed by {value:30/60}% for 4 sec, and you have a {value:50/100}% chance when you cast Abolish Disease on yourself to also cleanse 1 poison effect in addition to diseases.\\n \\nCost: 1 \\nLevel: 45\\nID 1164127\\nCharacterAdvancement ID 12808\\n"
},
{
"name": "Empowered Healing",
"spellId": 111767,
"iconTexture": "Interface\\Icons\\Spell_Holy_GreaterHeal",
"tier": 8,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Empowered Healing\\nRank 0/5\\nYour Greater Heal spell gains an additional {value:8/16/24/32/40}% and your Flash Heal and Binding Heal gain an additional {value:4/8/12/16/20}% of your bonus healing effects.\\n \\nCost: 1 \\nLevel: 45\\nID 1133158\\nCharacterAdvancement ID 12810\\n"
},
{
"name": "Serendipity",
"spellId": 111904,
"iconTexture": "Interface\\Icons\\Spell_Holy_Serendipity",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Serendipity\\nRank 0/3\\nWhen you heal with Binding Heal or Flash Heal, the cast time of your next Greater Heal or Prayer of Healing spell is reduced by {value:4/8/12}%. Stacks up to 3 times. Lasts 20 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1163730\\nCharacterAdvancement ID 12815\\n"
},
{
"name": "Empowered Renew",
"spellId": 111902,
"iconTexture": "Interface\\Icons\\Ability_Paladin_InfusionofLight",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Empowered Renew\\nRank 0/3\\nYour Renew spell gains an additional {value:5/10/15}% of your bonus healing effects, and your Renew will instantly heal the target for {value:5/10/15}% of the total periodic effect.\\n \\nCost: 1 \\nLevel: 50\\nID 1163534\\nCharacterAdvancement ID 12818\\n"
},
{
"name": "Circle of Healing",
"spellId": 111815,
"iconTexture": "Interface\\Icons\\Spell_Holy_CircleOfRenewal",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Circle of Healing\\nRank 0/1\\n79 Mana\\nInstant cast\\nHeals up to 5 friendly party or raid members within 15 yards of the target for 363.\\n \\nCost: 1 \\nLevel: 50\\nID 1134861\\nCharacterAdvancement ID 12821\\n"
},
{
"name": "Test of Faith",
"spellId": 111903,
"iconTexture": "Interface\\Icons\\Spell_Holy_TestOfFaith",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Test of Faith\\nRank 0/3\\nIncreases healing by {value:4/8/12}% on friendly targets at or below 50% health.\\n \\nCost: 1 \\nLevel: 50\\nID 1147558\\nCharacterAdvancement ID 12822\\n"
},
{
"name": "Divine Providence",
"spellId": 111905,
"iconTexture": "Interface\\Icons\\Spell_Holy_DivineProvidence",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Divine Providence\\nRank 0/3\\nIncreases the amount healed by Circle of Healing, Binding Heal, Holy Nova, Prayer of Healing, Divine Hymn and Prayer of Mending by {value:4/8/12}%, and reduces the cooldown of your Prayer of Mending by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1147562\\nCharacterAdvancement ID 12825\\n"
},
{
"name": "Epiphany of Light",
"spellId": 101905,
"iconTexture": "Interface\\Icons\\ability_paladin_blindinglight2",
"tier": 10,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Epiphany of Light\\nRank 0/3\\nRequires Surge of Light (Rank 2)\nThe periodic damage of Holy Fire has a {value:2/4/6}% chance to trigger Surge of Light. In addition, the periodic damage of Holy Fire is increased by {value:20/40/60}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1182070\\nCharacterAdvancement ID 13825\\n"
},
{
"name": "Guardian Spirit",
"spellId": 111911,
"iconTexture": "Interface\\Icons\\Spell_Holy_GuardianSpirit",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Guardian Spirit\\nRank 0/1\\n22 Mana\\nInstant cast\\nCalls upon a guardian spirit to watch over the friendly target. The spirit increases the healing received by the target by 40%, and also prevents the target from dying by sacrificing itself. This sacrifice terminates the effect but heals the target of 50% of their maximum health. Lasts 10 sec.\\n \\nCost: 1 \\nLevel: 60\\nID 1147788\\nCharacterAdvancement ID 12830\\n"
}
]
},
"Shadow": {
"tabIndex": 3,
"talents": [
{
"name": "Spirit Tap",
"spellId": 110465,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Requiem",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Spirit Tap\\nRank 0/3\\nGives you a {value:33/67/100}% chance to gain a {value:100/200/300}% bonus to your Spirit after killing a target that yields experience or honor. For the duration, your mana will regenerate at a {value:83/167/250}% rate while casting. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1115270\\nCharacterAdvancement ID 12831\\n"
},
{
"name": "Improved Spirit Tap",
"spellId": 112027,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Requiem",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Spirit Tap\\nRank 0/2\\nRequires 3 points in Spirit Tap\\nRequires Spirit Tap (Rank 3)\nYour Mind Blast and Shadow Word: Death critical strikes have a {value:100/200}% chance and your Mind Flay critical strikes have a {value:50/100}% chance to increase your total Spirit by {value:5/10}%. For the duration, your mana will regenerate at a {value:17/34}% rate while casting. Lasts 8 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1115337\\nCharacterAdvancement ID 12834\\n"
},
{
"name": "Darkness",
"spellId": 110462,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Twilight",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Darkness\\nRank 0/5\\nIncreases your Shadow spell damage by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1115259\\nCharacterAdvancement ID 12836\\n"
},
{
"name": "Shadow Affinity",
"spellId": 110466,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowWard",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shadow Affinity\\nRank 0/3\\nReduces the threat generated by your Shadow spells by {value:8/17/25}%, and you receive {value:5/10/15}% of your base mana when your Shadow Word: Pain or Vampiric Touch spells are dispelled.\\n \\nCost: 1 \\nLevel: 15\\nID 1115318\\nCharacterAdvancement ID 12841\\n"
},
{
"name": "Improved Shadow Word: Pain",
"spellId": 110482,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowWordPain",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Shadow Word: Pain\\nRank 0/2\\nIncreases the damage of your Shadow Word: Pain spell by {value:3/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1115275\\nCharacterAdvancement ID 12844\\n"
},
{
"name": "Shadow Focus",
"spellId": 110463,
"iconTexture": "Interface\\Icons\\Spell_Shadow_BurningSpirit",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shadow Focus\\nRank 0/3\\nIncreases your chance to hit with your Shadow spells by {value:1/2/3}%, and reduces the mana cost of your Shadow spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1115260\\nCharacterAdvancement ID 12846\\n"
},
{
"name": "Improved Psychic Scream",
"spellId": 110542,
"iconTexture": "Interface\\Icons\\Spell_Shadow_PsychicScream",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Psychic Scream\\nRank 0/2\\nReduces the cooldown of your Psychic Scream spell by {value:2/4} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1115392\\nCharacterAdvancement ID 12849\\n"
},
{
"name": "Improved Mind Blast",
"spellId": 110481,
"iconTexture": "Interface\\Icons\\Spell_Shadow_UnholyFrenzy",
"tier": 3,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Mind Blast\\nRank 0/5\\nReduces the cooldown of your Mind Blast spell by {value:0.5/1.0/1.5/2.0/2.5} sec, and while in Shadowform your Mind Blast also has a {value:20/40/60/80/100}% chance to reduce all healing done to the target by {value:20/40/60/80/100}% for 10 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1115273\\nCharacterAdvancement ID 12851\\n"
},
{
"name": "Mind Flay",
"spellId": 110501,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SiphonMana",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Mind Flay\\nRank 0/1\\n33 Mana\\nChanneled\\nAssault the target's mind with Shadow energy, causing 45 Shadow damage over 2.97 sec and slowing their movement speed by 50%.\\n \\nCost: 1 \\nLevel: 20\\nID 1115407\\nCharacterAdvancement ID 12856\\n"
},
{
"name": "Veiled Shadows",
"spellId": 110483,
"iconTexture": "Interface\\Icons\\Spell_Magic_LesserInvisibilty",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Veiled Shadows\\nRank 0/2\\nDecreases the cooldown of your Fade ability by {value:3/6} sec, and reduces the cooldown of your Shadowfiend ability by {value:1/2} minute.\\n \\nCost: 1 \\nLevel: 25\\nID 1115274\\nCharacterAdvancement ID 12857\\n"
},
{
"name": "Shadow Reach",
"spellId": 110881,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ChillTouch",
"tier": 4,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Shadow Reach\\nRank 0/2\\nIncreases the range of your offensive Shadow spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1117322\\nCharacterAdvancement ID 12859\\n"
},
{
"name": "Shadow Weaving",
"spellId": 110461,
"iconTexture": "Interface\\Icons\\Spell_Shadow_BlackPlague",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shadow Weaving\\nRank 0/3\\nYour Shadow damage spells have a {value:33/67/100}% chance to increase the Shadow damage you deal by {value:2/4/6}% for 15 sec. Stacks up to 5 times.\\n \\nCost: 1 \\nLevel: 25\\nID 1115257\\nCharacterAdvancement ID 12861\\n"
},
{
"name": "Silence",
"spellId": 110541,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ImpPhaseShift",
"tier": 5,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Silence\\nRank 0/1\\nRequires 2 points in Improved Psychic Scream\\n225 Mana\\nInstant cast\\nSilences the target, preventing them from casting spells for 5 sec. Non-player victim spellcasting is also interrupted for 3 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1115487\\nCharacterAdvancement ID 12864\\n"
},
{
"name": "Vampiric Embrace",
"spellId": 110484,
"iconTexture": "Interface\\Icons\\Spell_Shadow_UnsummonBuilding",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Vampiric Embrace\\nRank 0/1\\nInstant\\nFills you with the embrace of Shadow energy, causing you to be healed for 8% and other party members to be healed for 2% of any single-target Shadow spell damage you deal for 30 min.\\n \\nCost: 1 \\nLevel: 30\\nID 1115286\\nCharacterAdvancement ID 12865\\n"
},
{
"name": "Improved Vampiric Embrace",
"spellId": 111638,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ImprovedVampiricEmbrace",
"tier": 5,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Vampiric Embrace\\nRank 0/2\\nRequires 1 point in Vampiric Embrace\\nIncreases the healing done from Vampiric Embrace by {value:33/67}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1127839\\nCharacterAdvancement ID 12866\\n"
},
{
"name": "Focused Mind",
"spellId": 111777,
"iconTexture": "Interface\\Icons\\Spell_Nature_FocusedMind",
"tier": 5,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Focused Mind\\nRank 0/3\\nReduces the mana cost of your Mind Blast, Mind Control, Mind Flay and Mind Sear spells by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1133213\\nCharacterAdvancement ID 12868\\n"
},
{
"name": "Mind Melt",
"spellId": 111781,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Skull",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Mind Melt\\nRank 0/2\\nIncreases the critical strike chance of your Mind Blast, Mind Flay and Mind Sear spells by {value:2/4}%, and increases the periodic critical strike chance of your Vampiric Touch, Devouring Plague and Shadow Word: Pain spells by {value:3/6}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1114910\\nCharacterAdvancement ID 12871\\n"
},
{
"name": "Improved Devouring Plague",
"spellId": 112267,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DevouringPlague.",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Devouring Plague\\nRank 0/3\\nIncreases the periodic damage done by your Devouring Plague by {value:5/10/15}%, and when you cast Devouring Plague you instantly deal damage equal to {value:10/20/30}% of its total periodic effect.\\n \\nCost: 1 \\nLevel: 35\\nID 1163625\\nCharacterAdvancement ID 12873\\n"
},
{
"name": "Shadowform",
"spellId": 110521,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Shadowform",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shadowform\\nRank 0/1\\nRequires 1 point in Vampiric Embrace\\n49 Mana\\nInstant cast\\nAssume a Shadowform, increasing your Shadow damage by 15%, reducing all damage done to you by 15% and threat generated by 30%. However, you may not cast Holy spells while in this form except Cure Disease and Abolish Disease. Grants the periodic damage from your Shadow Word: Pain, Devouring Plague, and Vampiric Touch spells the ability to critically hit for 100% increased damage and grants Devouring Plague and Vampiric Touch the ability to benefit from haste.\\n \\nCost: 1 \\nLevel: 40\\nID 1115473\\nCharacterAdvancement ID 12876\\n"
},
{
"name": "Shadow Power",
"spellId": 111778,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowPower",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shadow Power\\nRank 0/3\\nIncreases the critical strike damage bonus of your Mind Blast, Mind Flay, and Shadow Word: Death spells by {value:33/67/100}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1133221\\nCharacterAdvancement ID 12877\\n"
},
{
"name": "Improved Shadowform",
"spellId": 111906,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonVoidWalker",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Shadowform\\nRank 0/2\\nRequires 1 point in Shadowform\\nYour Fade ability now has a {value:50/100}% chance to remove all movement impairing effects when used while in Shadowform, and reduces casting or channeling time lost when damaged by {value:35/70}% when casting any Shadow spell while in Shadowform.\\n \\nCost: 1 \\nLevel: 45\\nID 1147569\\nCharacterAdvancement ID 12882\\n"
},
{
"name": "Misery",
"spellId": 111816,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Misery",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Misery\\nRank 0/3\\nYour Shadow Word: Pain, Mind Flay and Vampiric Touch spells also increase the chance for harmful spells to hit by {value:1/2/3}% lasting 24 sec, and increases the benefit from spell power gained by your Mind Blast, Mind Flay and Mind Sear spells by {value:8/17/25}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1133191\\nCharacterAdvancement ID 12884\\n"
},
{
"name": "Psychic Horror",
"spellId": 111908,
"iconTexture": "Interface\\Icons\\Spell_Shadow_PsychicHorrors",
"tier": 9,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Psychic Horror\\nRank 0/1\\n60 Mana\\nInstant cast\\nYou terrify the target, causing them to tremble in horror for 3 sec and drop their main hand and ranged weapons for 10 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1164044\\nCharacterAdvancement ID 12887\\n"
},
{
"name": "Vampiric Touch",
"spellId": 111779,
"iconTexture": "Interface\\Icons\\Spell_Holy_Stoicism",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Vampiric Touch\\nRank 0/1\\nRequires 1 point in Shadowform\\n60 Mana\\n1.49 sec cast\\nCauses 450 Shadow damage over 15 sec to your target and causes up to 10 party or raid members to gain 1% of their maximum mana per 5 sec when you deal damage from Mind Blast. In addition, if the Vampiric Touch is dispelled it will cause 720 damage to the afflicted target.\\n \\nCost: 1 \\nLevel: 50\\nID 1134914\\nCharacterAdvancement ID 12888\\n"
},
{
"name": "Pain and Suffering",
"spellId": 111909,
"iconTexture": "Interface\\Icons\\Spell_Shadow_PainAndSuffering",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Pain and Suffering\\nRank 0/3\\nYour Mind Flay has a {value:33/67/100}% chance to refresh the duration of your Shadow Word: Pain on the target, and reduces the damage you take from your own Shadow Word: Death by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1147580\\nCharacterAdvancement ID 12889\\n"
},
{
"name": "Twisted Faith",
"spellId": 111907,
"iconTexture": "Interface\\Icons\\Spell_Shadow_MindTwisting",
"tier": 10,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Twisted Faith\\nRank 0/3\\nIncreases your spell power by {value:8/17/25}% of your total Spirit, and your damage done by your Mind Flay and Mind Blast is increased by {value:4/8/12}% if your target is afflicted by your Shadow Word: Pain.\\n \\nCost: 1 \\nLevel: 55\\nID 1147573\\nCharacterAdvancement ID 12892\\n"
},
{
"name": "Dispersion",
"spellId": 111910,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Dispersion",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Dispersion\\nRank 0/1\\nRequires 1 point in Vampiric Touch\\nInstant\\nYou disperse into pure Shadow energy, reducing all damage taken by 90%. You are unable to attack or cast spells, but you regenerate 6% mana every 1 sec for 6 sec. Dispersion can be cast while stunned, feared or silenced and clears all snare and movement impairing effects when cast, and makes you immune to them while dispersed.\\n \\nCost: 1 \\nLevel: 60\\nID 1147585\\nCharacterAdvancement ID 12897\\n"
}
]
}
}
+857
View File
@@ -0,0 +1,857 @@
{
"Combat": {
"tabIndex": 1,
"talents": [
{
"name": "Improved Gouge",
"spellId": 110203,
"iconTexture": "Interface\\Icons\\Ability_Gouge",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Gouge\\nRank 0/3\\nIncreases the effect duration of your Gouge ability by {value:0.5/1/1.5} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1113741\\nCharacterAdvancement ID 12456\\n"
},
{
"name": "Improved Sinister Strike",
"spellId": 110201,
"iconTexture": "Interface\\Icons\\Spell_Shadow_RitualOfSacrifice",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Sinister Strike\\nRank 0/2\\nReduces the Energy cost of your Sinister Strike ability by {value:3/6}.\\n \\nCost: 1 \\nLevel: 10\\nID 1113732\\nCharacterAdvancement ID 12459\\n"
},
{
"name": "Repartee",
"spellId": 80201,
"iconTexture": "Interface\\Icons\\ability_rogue_shroudofconcealment",
"tier": 1,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Repartee\\nRank 0/2\\nRequires Evasive Guard (Stance)\nCombo Point Finishers have a {value:10/20}% chance per combo point to reduce all damage taken by {value:8/16}% for {value:12/24} seconds.\n\nRiposte hits an additional target and dodging any attack has a {value:25/50}% chance to allow the use of Riposte.\\nID 1106937\\n"
},
{
"name": "Dual Wield Specialization",
"spellId": 110221,
"iconTexture": "Interface\\Icons\\Ability_DualWield",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Dual Wield Specialization\\nRank 0/5\\nIncreases the damage done by your off-hand weapon by {value:10/20/30/40/50}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1113715\\nCharacterAdvancement ID 12461\\n"
},
{
"name": "Reinforced Leather",
"spellId": 80202,
"iconTexture": "Interface\\Icons\\INV_Misc_Pelt_Bear_03",
"tier": 1,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Reinforced Leather\\nRank 0/5\\nIncreases your Armor contribution from cloth and leather items by {value:8/16/24/32/40}%.\\nID 1106929\\n"
},
{
"name": "Improved Slice and Dice",
"spellId": 111827,
"iconTexture": "Interface\\Icons\\Ability_Rogue_SliceDice",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Slice and Dice\\nRank 0/2\\nIncreases the duration of your Slice and Dice ability by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1114165\\nCharacterAdvancement ID 12466\\n"
},
{
"name": "Deflection",
"spellId": 110187,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Deflection\\nRank 0/3\\nIncreases your Parry chance by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1113713\\nCharacterAdvancement ID 12468\\n"
},
{
"name": "Precision",
"spellId": 110181,
"iconTexture": "Interface\\Icons\\Ability_Marksmanship",
"tier": 2,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Precision\\nRank 0/5\\nIncreases your chance to hit with weapon and poison attacks by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1113705\\nCharacterAdvancement ID 12471\\n"
},
{
"name": "Endurance",
"spellId": 110204,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowWard",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Endurance\\nRank 0/2\\nReduces the cooldown of your Sprint and Evasion abilities by {value:30/60} sec and increases your total Stamina by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1113742\\nCharacterAdvancement ID 12476\\n"
},
{
"name": "Riposte",
"spellId": 110301,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Challange",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Riposte\\nRank 0/1\\nRequires 3 points in Improved Riposte\\n10 Energy\\nInstant\\nA strike that becomes active after parrying an opponent's attack. This attack deals 150% weapon damage and slows their melee attack speed by 20% for 30 sec. Awards 1 combo point.\\n \\nCost: 1 \\nLevel: 20\\nID 1114251\\nCharacterAdvancement ID 12478\\n"
},
{
"name": "Close Quarters Combat",
"spellId": 110182,
"iconTexture": "Interface\\Icons\\INV_Weapon_ShortBlade_05",
"tier": 3,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Close Quarters Combat\\nRank 0/5\\nRequires 5 points in Dual Wield Specialization\\nIncreases your chance to get a critical strike with Daggers and Fist Weapons by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1113706\\nCharacterAdvancement ID 12479\\n"
},
{
"name": "Improved Kick",
"spellId": 110206,
"iconTexture": "Interface\\Icons\\Ability_Kick",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Kick\\nRank 0/2\\nGives your Kick ability a {value:50/100}% chance to silence the target for 2 sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1113754\\nCharacterAdvancement ID 12484\\n"
},
{
"name": "Improved Sprint",
"spellId": 110222,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Sprint",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Sprint\\nRank 0/2\\nGives a {value:50/100}% chance to remove all Movement Impairing effects when you activate your Sprint ability.\\n \\nCost: 1 \\nLevel: 25\\nID 1113743\\nCharacterAdvancement ID 12486\\n"
},
{
"name": "Lightning Reflexes",
"spellId": 110186,
"iconTexture": "Interface\\Icons\\Spell_Nature_Invisibilty",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Lightning Reflexes\\nRank 0/3\\nIncreases your Dodge chance by {value:2/4/6}% and gives you {value:4/8/12}% melee haste.\\n \\nCost: 1 \\nLevel: 25\\nID 1113712\\nCharacterAdvancement ID 12488\\n"
},
{
"name": "Aggression",
"spellId": 111122,
"iconTexture": "Interface\\Icons\\Ability_Racial_Avatar",
"tier": 4,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Aggression\\nRank 0/5\\nIncreases the damage of your Sinister Strike, Backstab, and Eviscerate abilities by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1118427\\nCharacterAdvancement ID 12491\\n"
},
{
"name": "Mace Specialization",
"spellId": 110184,
"iconTexture": "Interface\\Icons\\INV_Mace_01",
"tier": 5,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Mace Specialization\\nRank 0/5\\nYour attacks with maces ignore up to {value:3/6/9/12/15}% of your opponent's armor.\\n \\nCost: 1 \\nLevel: 30\\nID 1113709\\nCharacterAdvancement ID 12496\\n"
},
{
"name": "Blade Flurry",
"spellId": 110223,
"iconTexture": "Interface\\Icons\\Ability_Warrior_PunishingBlow",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Blade Flurry\\nRank 0/1\\n25 Energy\\nInstant\\nIncreases your attack speed by 20%. In addition, attacks strike an additional nearby opponent. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1113877\\nCharacterAdvancement ID 12501\\n"
},
{
"name": "Hack and Slash",
"spellId": 110242,
"iconTexture": "Interface\\Icons\\INV_Sword_27",
"tier": 5,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Hack and Slash\\nRank 0/5\\nGives you a {value:1/2/3/4/5}% chance to get an extra attack on the same target after hitting your target with your Sword or Axe.\\n \\nCost: 1 \\nLevel: 30\\nID 1113960\\nCharacterAdvancement ID 12502\\n"
},
{
"name": "Weapon Expertise",
"spellId": 111703,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfStrength",
"tier": 6,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Weapon Expertise\\nRank 0/2\\nRequires 1 point in Blade Flurry\\nIncreases your Expertise by {value:5/10}.\\n \\nCost: 1 \\nLevel: 35\\nID 1130919\\nCharacterAdvancement ID 12507\\n"
},
{
"name": "Blade Twisting",
"spellId": 111706,
"iconTexture": "Interface\\Icons\\Ability_Rogue_BladeTwisting",
"tier": 6,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Blade Twisting\\nRank 0/2\\nIncreases the damage dealt by Sinister Strike and Backstab by {value:5/10}%, and your damaging melee attacks have a {value:10/20}% chance to Daze the target for 4 sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1131124\\nCharacterAdvancement ID 12509\\n"
},
{
"name": "Vitality",
"spellId": 111705,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Revenge",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Vitality\\nRank 0/3\\nIncreases your Energy regeneration rate by {value:8/16/24}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131122\\nCharacterAdvancement ID 12511\\n"
},
{
"name": "Adrenaline Rush",
"spellId": 110205,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowWordDominate",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Adrenaline Rush\\nRank 0/1\\nInstant\\nIncreases your Energy regeneration rate by 100% for 15 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1113750\\nCharacterAdvancement ID 12514\\n"
},
{
"name": "Nerves of Steel",
"spellId": 111707,
"iconTexture": "Interface\\Icons\\Ability_Rogue_NervesOfSteel",
"tier": 7,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Nerves of Steel\\nRank 0/2\\nReduces damage taken while affected by Stun and Fear effects by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131130\\nCharacterAdvancement ID 12515\\n"
},
{
"name": "Throwing Specialization",
"spellId": 112072,
"iconTexture": "Interface\\Icons\\Ability_Rogue_ThrowingSpecialization",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Throwing Specialization\\nRank 0/2\\nIncreases the range of Throw and Deadly Throw by {value:2/4} yards and gives your Deadly Throw a {value:50/100}% chance to interrupt the target for 3 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1105952\\nCharacterAdvancement ID 12517\\n"
},
{
"name": "Combat Potency",
"spellId": 111825,
"iconTexture": "Interface\\Icons\\INV_Weapon_Shortblade_38",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Combat Potency\\nRank 0/3\\nGives your successful off-hand melee attacks a {value:20/40/60}% chance to generate 5 Energy.\\n \\nCost: 1 \\nLevel: 45\\nID 1135541\\nCharacterAdvancement ID 12519\\n"
},
{
"name": "Unfair Advantage",
"spellId": 112073,
"iconTexture": "Interface\\Icons\\Ability_Rogue_UnfairAdvantage",
"tier": 9,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Unfair Advantage\\nRank 0/2\\nWhenever you dodge an attack you gain an Unfair Advantage, striking back for {value:50/100}% of your main hand weapon's damage. This cannot occur more than once per second.\\n \\nCost: 1 \\nLevel: 50\\nID 1151672\\nCharacterAdvancement ID 12524\\n"
},
{
"name": "Surprise Attacks",
"spellId": 111709,
"iconTexture": "Interface\\Icons\\Ability_Rogue_SurpriseAttack",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Surprise Attacks\\nRank 0/1\\nRequires 1 point in Adrenaline Rush\\nYour finishing moves can no longer be dodged, and the damage dealt by your Sinister Strike, Backstab, Shiv, Hemorrhage and Gouge abilities is increased by 10%.\\n \\nCost: 1 \\nLevel: 50\\nID 1132601\\nCharacterAdvancement ID 12526\\n"
},
{
"name": "Savage Combat",
"spellId": 112074,
"iconTexture": "Interface\\Icons\\Ability_Creature_Disease_03",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Savage Combat\\nRank 0/2\\nIncreases your total attack power by {value:2/4}% and all physical damage caused to enemies you have poisoned is increased by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1151682\\nCharacterAdvancement ID 12527\\n"
},
{
"name": "Prey on the Weak",
"spellId": 112075,
"iconTexture": "Interface\\Icons\\Ability_Rogue_PreyontheWeak",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Prey on the Weak\\nRank 0/3\\nYour critical strike damage is increased by {value:7/14/21}% when the target has less health than you (as a percentage of total health).\\n \\nCost: 1 \\nLevel: 55\\nID 1151685\\nCharacterAdvancement ID 12529\\n"
},
{
"name": "Killing Spree",
"spellId": 112076,
"iconTexture": "Interface\\Icons\\Ability_Rogue_MurderSpree",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Killing Spree\\nRank 0/1\\n10 yd range\\nInstant\\nRequires Melee Weapon\\nStep through the shadows from enemy to enemy within 10 yards, attacking an enemy every .5 secs with both weapons until 5 assaults are made, and increasing all damage done by 40% for the duration. Can hit the same target multiple times. Cannot hit invisible or stealthed targets.\\n \\nCost: 1 \\nLevel: 60\\nID 1151690\\nCharacterAdvancement ID 12534\\n"
}
]
},
"Assassination": {
"tabIndex": 2,
"talents": [
{
"name": "Improved Eviscerate",
"spellId": 110276,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Eviscerate",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Eviscerate\\nRank 0/3\\nIncreases the damage done by your Eviscerate ability by {value:7/14/21}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114162\\nCharacterAdvancement ID 12535\\n"
},
{
"name": "Remorseless Attacks",
"spellId": 110272,
"iconTexture": "Interface\\Icons\\Ability_FiegnDead",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Remorseless Attacks\\nRank 0/2\\nAfter killing an opponent that yields experience or honor, gives you a {value:20/40}% increased critical strike chance on your next Sinister Strike, Hemorrhage, Backstab, Mutilate, Ambush, or Ghostly Strike. Lasts 20 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1114144\\nCharacterAdvancement ID 12538\\n"
},
{
"name": "Malice",
"spellId": 110270,
"iconTexture": "Interface\\Icons\\Ability_Racial_BloodRage",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Malice\\nRank 0/5\\nIncreases your critical strike chance by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114138\\nCharacterAdvancement ID 12540\\n"
},
{
"name": "Ruthlessness",
"spellId": 110273,
"iconTexture": "Interface\\Icons\\Ability_Druid_Disembowel",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ruthlessness\\nRank 0/3\\nGives your melee finishing moves a {value:20/40/60}% chance to add a combo point to your target.\\n \\nCost: 1 \\nLevel: 15\\nID 1114156\\nCharacterAdvancement ID 12545\\n"
},
{
"name": "Blood Spatter",
"spellId": 112068,
"iconTexture": "Interface\\Icons\\Ability_Rogue_BloodSplatter",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Blood Spatter\\nRank 0/2\\nIncreases the damage caused by your Garrote and Rupture abilities by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1151632\\nCharacterAdvancement ID 12548\\n"
},
{
"name": "Puncturing Wounds",
"spellId": 110277,
"iconTexture": "Interface\\Icons\\Ability_BackStab",
"tier": 2,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Puncturing Wounds\\nRank 0/3\\nIncreases the critical strike chance of your Backstab ability by {value:10/20/30}%, and the critical strike chance of your Mutilate ability by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1113733\\nCharacterAdvancement ID 12550\\n"
},
{
"name": "Vigor",
"spellId": 110382,
"iconTexture": "Interface\\Icons\\Spell_Nature_EarthBindTotem",
"tier": 3,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Vigor\\nRank 0/1\\nIncreases your maximum Energy by 10.\\n \\nCost: 1 \\nLevel: 20\\nID 1114983\\nCharacterAdvancement ID 12553\\n"
},
{
"name": "Improved Expose Armor",
"spellId": 110278,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Riposte",
"tier": 3,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Expose Armor\\nRank 0/2\\nReduces the energy cost of your Expose Armor ability by {value:5/10}.\\n \\nCost: 1 \\nLevel: 20\\nID 1114168\\nCharacterAdvancement ID 12554\\n"
},
{
"name": "Lethality",
"spellId": 110269,
"iconTexture": "Interface\\Icons\\Ability_CriticalStrike",
"tier": 3,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Lethality\\nRank 0/5\\nRequires 5 points in Malice\\nIncreases the critical strike damage bonus of all combo point-generating abilities that do not require stealth by {value:6/12/18/24/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1114128\\nCharacterAdvancement ID 12556\\n"
},
{
"name": "Vile Poisons",
"spellId": 110682,
"iconTexture": "Interface\\Icons\\Ability_Rogue_FeignDeath",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Vile Poisons\\nRank 0/3\\nIncreases the damage dealt by your poisons and Envenom ability by {value:7/14/21}% and gives your damage over time poisons an additional {value:10/20/30}% chance to resist dispel effects.\\n \\nCost: 1 \\nLevel: 25\\nID 1116513\\nCharacterAdvancement ID 12561\\n"
},
{
"name": "Improved Poisons",
"spellId": 110268,
"iconTexture": "Interface\\Icons\\Ability_Poisons",
"tier": 4,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Poisons\\nRank 0/5\\nIncreases the chance to apply Deadly Poison to your target by {value:4/8/12/16/20}% and the frequency of applying Instant Poison to your target by {value:10/20/30/40/50}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1114113\\nCharacterAdvancement ID 12564\\n"
},
{
"name": "Fleet Footed",
"spellId": 111721,
"iconTexture": "Interface\\Icons\\Ability_Rogue_FleetFooted",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Fleet Footed\\nRank 0/2\\nReduces the duration of all movement impairing effects by {value:15/30}% and increases your movement speed by {value:8/16}%. This does not stack with other movement speed increasing effects.\\n \\nCost: 1 \\nLevel: 30\\nID 1131208\\nCharacterAdvancement ID 12569\\n"
},
{
"name": "Cold Blood",
"spellId": 110280,
"iconTexture": "Interface\\Icons\\Spell_Ice_Lament",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Cold Blood\\nRank 0/1\\nInstant\\nWhen activated, increases the critical strike chance of your next offensive ability by 100%.\\n \\nCost: 1 \\nLevel: 50\\nID 1114177\\nCharacterAdvancement ID 12571\\n"
},
{
"name": "Improved Kidney Shot",
"spellId": 110279,
"iconTexture": "Interface\\Icons\\Ability_Rogue_KidneyShot",
"tier": 5,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Kidney Shot\\nRank 0/3\\nWhile affected by your Kidney Shot ability, the target receives an additional {value:3/6/9}% damage from all sources.\\n \\nCost: 1 \\nLevel: 30\\nID 1114174\\nCharacterAdvancement ID 12572\\n"
},
{
"name": "Quick Recovery",
"spellId": 111762,
"iconTexture": "Interface\\Icons\\Ability_Rogue_QuickRecovery",
"tier": 5,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Quick Recovery\\nRank 0/2\\nAll healing effects on you are increased by {value:10/20}%. In addition, your finishing moves refund {value:40/80}% of their Energy cost when they fail to hit.\\n \\nCost: 1 \\nLevel: 30\\nID 1131244\\nCharacterAdvancement ID 12575\\n"
},
{
"name": "Seal Fate",
"spellId": 110283,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ChillTouch",
"tier": 6,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Seal Fate\\nRank 0/3\\nRequires 1 point in Cold Blood\\nYour critical strikes from abilities that add combo points have a {value:33/66/100}% chance to add an additional combo point.\\n \\nCost: 1 \\nLevel: 35\\nID 1114186\\nCharacterAdvancement ID 12577\\n"
},
{
"name": "Murder",
"spellId": 110274,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathScream",
"tier": 6,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Murder\\nRank 0/2\\nIncreases all damage caused by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1114158\\nCharacterAdvancement ID 12582\\n"
},
{
"name": "Deadly Brew",
"spellId": 112065,
"iconTexture": "Interface\\Icons\\Ability_Rogue_DeadlyBrew",
"tier": 7,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Deadly Brew\\nRank 0/2\\nWhen you apply Instant, Wound or Mind-Numbing poison to a target, you have a {value:50/100}% chance to apply Crippling poison.\\n \\nCost: 1 \\nLevel: 40\\nID 1151625\\nCharacterAdvancement ID 12584\\n"
},
{
"name": "Overkill",
"spellId": 110281,
"iconTexture": "Interface\\Icons\\Ability_Hunter_RapidKilling",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Overkill\\nRank 0/1\\nWhile stealthed, and for 20 seconds after breaking stealth, you regenerate 30% additional energy.\\n \\nCost: 1 \\nLevel: 40\\nID 1158426\\nCharacterAdvancement ID 12586\\n"
},
{
"name": "Deadened Nerves",
"spellId": 111723,
"iconTexture": "Interface\\Icons\\Ability_Rogue_DeadenedNerves",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Deadened Nerves\\nRank 0/3\\nReduces all damage taken by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131380\\nCharacterAdvancement ID 12587\\n"
},
{
"name": "Focused Attacks",
"spellId": 112069,
"iconTexture": "Interface\\Icons\\Ability_Rogue_FocusedAttacks",
"tier": 8,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Focused Attacks\\nRank 0/3\\nYour melee critical strikes have a {value:33/66/100}% chance to give you 2 energy.\\n \\nCost: 1 \\nLevel: 45\\nID 1151634\\nCharacterAdvancement ID 12590\\n"
},
{
"name": "Find Weakness",
"spellId": 111718,
"iconTexture": "Interface\\Icons\\Ability_Rogue_FindWeakness",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Find Weakness\\nRank 0/3\\nOffensive ability damage increased by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1131234\\nCharacterAdvancement ID 12593\\n"
},
{
"name": "Master Poisoner",
"spellId": 111715,
"iconTexture": "Interface\\Icons\\Ability_Creature_Poison_06",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Master Poisoner\\nRank 0/3\\nIncreases the critical hit chance of all attacks made against any target you have poisoned by {value:1/2/3}%, reduces the duration of all Poison effects applied to you by {value:17/34/51}%, and gives Envenom a {value:33/66/100}% chance not to consume Deadly Poison.\\n \\nCost: 1 \\nLevel: 50\\nID 1131226\\nCharacterAdvancement ID 12596\\n"
},
{
"name": "Mutilate",
"spellId": 111719,
"iconTexture": "Interface\\Icons\\Ability_Rogue_ShadowStrikes",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Mutilate\\nRank 0/1\\nRequires 1 point in Overkill\\n60 Energy\\nInstant\\nRequires Daggers\\nInstantly attacks with both weapons for 100% weapon damage plus an additional 34 with each weapon. Damage is increased by 20% against Poisoned targets. Awards 2 combo points.\\n \\nCost: 1 \\nLevel: 30\\nID 1101329\\nCharacterAdvancement ID 12599\\n"
},
{
"name": "Turn the Tables",
"spellId": 112066,
"iconTexture": "Interface\\Icons\\Ability_Rogue_TurntheTables",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Turn the Tables\\nRank 0/3\\nWhenever anyone in your party or raid blocks, dodges, or parries an attack your chance to critically hit with all combo moves is increased by {value:2/4/6}% for 8 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1151627\\nCharacterAdvancement ID 12600\\n"
},
{
"name": "Cut to the Chase",
"spellId": 112070,
"iconTexture": "Interface\\Icons\\Ability_Rogue_CutToTheChase",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Cut to the Chase\\nRank 0/3\\nYour Eviscerate, Envenom and Crimson Tempest abilities have a {value:33/66/100}% chance to refresh your Slice and Dice duration to its 5 combo point maximum.\\n \\nCost: 1 \\nLevel: 55\\nID 1151664\\nCharacterAdvancement ID 12603\\n"
},
{
"name": "Hunger For Blood",
"spellId": 112071,
"iconTexture": "Interface\\Icons\\Ability_Rogue_HungerforBlood",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Hunger For Blood\\nRank 0/1\\n15 Energy\\nInstant\\nEnrages you, increasing all damage caused by 5%. Requires a bleed effect to be active on the target. Lasts 1 min.\\n \\nCost: 1 \\nLevel: 60\\nID 1151662\\nCharacterAdvancement ID 12608\\n"
}
]
},
"Subtley": {
"tabIndex": 3,
"talents": [
{
"name": "Relentless Strikes",
"spellId": 112244,
"iconTexture": "Interface\\Icons\\Ability_Warrior_DecisiveStrike",
"tier": 1,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Relentless Strikes\\nRank 0/5\\nYour finishing moves have a {value:4/8/12/16/20}% chance per combo point to restore 25 energy.\\n \\nCost: 1 \\nLevel: 10\\nID 1114179\\nCharacterAdvancement ID 12609\\n"
},
{
"name": "Master of Deception",
"spellId": 110241,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Charm",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Master of Deception\\nRank 0/3\\nReduces the chance enemies have to detect you while in Stealth mode.\\n \\nCost: 1 \\nLevel: 10\\nID 1113958\\nCharacterAdvancement ID 12612\\n"
},
{
"name": "Opportunity",
"spellId": 110261,
"iconTexture": "Interface\\Icons\\Ability_Warrior_WarCry",
"tier": 1,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Opportunity\\nRank 0/2\\nIncreases the damage dealt with your Backstab, Mutilate, Garrote and Ambush abilities by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1114057\\nCharacterAdvancement ID 12615\\n"
},
{
"name": "Sleight of Hand",
"spellId": 111700,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Feint",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Sleight of Hand\\nRank 0/2\\nReduces the chance you are critically hit by melee and ranged attacks by {value:1/2}% and increases the threat reduction of your Feint ability by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1130892\\nCharacterAdvancement ID 12617\\n"
},
{
"name": "Dirty Tricks",
"spellId": 110262,
"iconTexture": "Interface\\Icons\\Ability_Sap",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Dirty Tricks\\nRank 0/2\\nIncreases the range of your Blind and Sap abilities by {value:2/4} yards and reduces the energy cost of your Blind and Sap abilities by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1114076\\nCharacterAdvancement ID 12619\\n"
},
{
"name": "Camouflage",
"spellId": 110244,
"iconTexture": "Interface\\Icons\\Ability_Stealth",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Camouflage\\nRank 0/3\\nIncreases your speed while stealthed by {value:5/10/15}% and reduces the cooldown of your Stealth ability by {value:2/4/6} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1113975\\nCharacterAdvancement ID 12621\\n"
},
{
"name": "Elusiveness",
"spellId": 110247,
"iconTexture": "Interface\\Icons\\Spell_Magic_LesserInvisibilty",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Elusiveness\\nRank 0/2\\nReduces the cooldown of your Vanish and Blind abilities by {value:30/60} sec and your Cloak of Shadows ability by {value:15/30} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1113981\\nCharacterAdvancement ID 12624\\n"
},
{
"name": "Ghostly Strike",
"spellId": 110303,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Curse",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Ghostly Strike\\nRank 0/1\\n40 Energy\\nInstant\\nRequires Melee Weapon\\nA strike that deals 125% weapon damage (180% if a dagger is equipped) and increases your chance to dodge by 15% for 7 sec. Awards 1 combo point.\\n \\nCost: 1 \\nLevel: 20\\nID 1114278\\nCharacterAdvancement ID 12626\\n"
},
{
"name": "Serrated Blades",
"spellId": 111123,
"iconTexture": "Interface\\Icons\\INV_Sword_17",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Serrated Blades\\nRank 0/3\\nCauses your attacks to ignore up to {value:3/6/9}% of your target's Armor and increases the damage dealt by your Rupture ability by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1114171\\nCharacterAdvancement ID 12627\\n"
},
{
"name": "Setup",
"spellId": 110246,
"iconTexture": "Interface\\Icons\\Spell_Nature_MirrorImage",
"tier": 4,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Setup\\nRank 0/3\\nGives you a {value:33/66/100}% chance to add a combo point to your target after dodging their attack or fully resisting one of their spells. This cannot happen more than once per second.\\n \\nCost: 1 \\nLevel: 25\\nID 1113983\\nCharacterAdvancement ID 12630\\n"
},
{
"name": "Initiative",
"spellId": 110245,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Fumble",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Initiative\\nRank 0/3\\nGives you a {value:33/66/100}% chance to add an additional combo point to your target when using your Ambush, Garrote, or Cheap Shot ability.\\n \\nCost: 1 \\nLevel: 25\\nID 1113976\\nCharacterAdvancement ID 12633\\n"
},
{
"name": "Improved Ambush",
"spellId": 110263,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Ambush",
"tier": 4,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Ambush\\nRank 0/2\\nIncreases the critical strike chance of your Ambush ability by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1114079\\nCharacterAdvancement ID 12636\\n"
},
{
"name": "Heightened Senses",
"spellId": 111701,
"iconTexture": "Interface\\Icons\\Ability_Ambush",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Heightened Senses\\nRank 0/2\\nIncreases your Stealth detection and reduces the chance you are hit by spells and ranged attacks by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1130894\\nCharacterAdvancement ID 12638\\n"
},
{
"name": "Preparation",
"spellId": 110284,
"iconTexture": "Interface\\Icons\\Spell_Shadow_AntiShadow",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Preparation\\nRank 0/1\\nInstant\\nWhen activated, this ability immediately finishes the cooldown on your Evasion, Sprint, Vanish, Cold Blood and Shadowstep abilities.\\n \\nCost: 1 \\nLevel: 30\\nID 1114185\\nCharacterAdvancement ID 12640\\n"
},
{
"name": "Dirty Deeds",
"spellId": 110265,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonSuccubus",
"tier": 5,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Dirty Deeds\\nRank 0/2\\nReduces the Energy cost of your Cheap Shot and Garrote abilities by {value:10/20}. Additionally, your special abilities cause {value:10/20}% more damage against targets below 35% health.\\n \\nCost: 1 \\nLevel: 30\\nID 1114082\\nCharacterAdvancement ID 12641\\n"
},
{
"name": "Hemorrhage",
"spellId": 110681,
"iconTexture": "Interface\\Icons\\Spell_Shadow_LifeDrain",
"tier": 5,
"column": 4,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Hemorrhage\\nRank 0/1\\nRequires 3 points in Serrated Blades\\n35 Energy\\nInstant\\nRequires Melee Weapon\\nAn instant strike that deals 110% weapon damage (160% if a dagger is equipped) and causes the target to hemorrhage, increasing any Physical damage dealt to the target by up to 13. Lasts 10 charges or 15 sec. Awards 1 combo point.\\n \\nCost: 1 \\nLevel: 30\\nID 1116511\\nCharacterAdvancement ID 12643\\n"
},
{
"name": "Master of Subtlety",
"spellId": 111713,
"iconTexture": "Interface\\Icons\\Ability_Rogue_MasterOfSubtlety",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Master of Subtlety\\nRank 0/3\\nAttacks made while stealthed and for 6 seconds after breaking stealth cause an additional {value:4/8/12}% damage.\\n \\nCost: 1 \\nLevel: 35\\nID 1131221\\nCharacterAdvancement ID 12644\\n"
},
{
"name": "Deadliness",
"spellId": 111702,
"iconTexture": "Interface\\Icons\\INV_Weapon_Crossbow_11",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Deadliness\\nRank 0/5\\nIncreases your attack power by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1130902\\nCharacterAdvancement ID 12647\\n"
},
{
"name": "Enveloping Shadows",
"spellId": 111711,
"iconTexture": "Interface\\Icons\\Ability_Rogue_EnvelopingShadows",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Enveloping Shadows\\nRank 0/3\\nReduces the damage taken by area of effect attacks by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1131211\\nCharacterAdvancement ID 12652\\n"
},
{
"name": "Premeditation",
"spellId": 110381,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Possession",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Premeditation\\nRank 0/1\\nRequires 1 point in Preparation\\n30 yd range\\nInstant\\nRequires Stealth\\nWhen used, adds 2 combo points to your target. You must add to or use those combo points within 20 sec or the combo points are lost.\\n \\nCost: 1 \\nLevel: 40\\nID 1114183\\nCharacterAdvancement ID 12655\\n"
},
{
"name": "Cheat Death",
"spellId": 111722,
"iconTexture": "Interface\\Icons\\Ability_Rogue_CheatDeath",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Cheat Death\\nRank 0/3\\nYou have a {value:33/66/100}% chance that an attack which would otherwise kill you will instead reduce you to 10% of your maximum health. In addition, all damage taken will be reduced by 90% for 3 sec. This effect cannot occur more than once per minute.\\n \\nCost: 1 \\nLevel: 40\\nID 1131228\\nCharacterAdvancement ID 12656\\n"
},
{
"name": "Sinister Calling",
"spellId": 111712,
"iconTexture": "Interface\\Icons\\Ability_Rogue_SinisterCalling",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sinister Calling\\nRank 0/3\\nRequires 1 point in Premeditation\\nIncreases your total Agility by {value:5/10/15}% and increases the percentage damage bonus of Backstab and Hemorrhage by an additional {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1131216\\nCharacterAdvancement ID 12659\\n"
},
{
"name": "Waylay",
"spellId": 112077,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Waylay",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Waylay\\nRank 0/2\\nYour Ambush and Backstab hits have a {value:50/100}% chance to unbalance a target, increasing the time between their melee and ranged attacks by {value:20/40}%, and reducing movement speed by {value:50/100}% for 8 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1151692\\nCharacterAdvancement ID 12664\\n"
},
{
"name": "Honor Among Thieves",
"spellId": 112078,
"iconTexture": "Interface\\Icons\\Ability_Rogue_HonorAmongstThieves",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Honor Among Thieves\\nRank 0/3\\nWhen anyone in your group critically hits with a damage or healing spell or ability, you have a {value:33/66/100}% chance to gain a combo point on your current target. This effect cannot occur more than once every second.\\n \\nCost: 1 \\nLevel: 50\\nID 1151698\\nCharacterAdvancement ID 12666\\n"
},
{
"name": "Filthy Tricks",
"spellId": 112079,
"iconTexture": "Interface\\Icons\\Ability_Rogue_WrongfullyAccused",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Filthy Tricks\\nRank 0/2\\nReduces the cooldown by {value:5/10} sec and energy cost by {value:5/10} of your Tricks of the Trade, Distract and Shadowstep abilities and reduces the cooldown of Preparation by {value:1.5/3} min.\\n \\nCost: 1 \\nLevel: 50\\nID 1158414\\nCharacterAdvancement ID 12670\\n"
},
{
"name": "Slaughter from the Shadows",
"spellId": 112080,
"iconTexture": "Interface\\Icons\\Ability_Rogue_SlaughterfromtheShadows",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Slaughter from the Shadows\\nRank 0/3\\nReduces the energy cost of your Backstab and Ambush abilities by {value:4/8/12} and the energy cost of your Hemorrhage by {value:2/4/6}, and increases all damage done by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1151708\\nCharacterAdvancement ID 12672\\n"
},
{
"name": "Shadow Dance",
"spellId": 112081,
"iconTexture": "Interface\\Icons\\Ability_Rogue_ShadowDance",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shadow Dance\\nRank 0/1\\nInstant\\nEnter the Shadow Dance for 8 sec, allowing the use of Sap, Garrote, Ambush, Cheap Shot, Premeditation, Pickpocket and Disarm Trap regardless of being stealthed.\\n \\nCost: 1 \\nLevel: 60\\nID 1151713\\nCharacterAdvancement ID 12677\\n"
}
]
}
}
+947
View File
@@ -0,0 +1,947 @@
{
"Elemental": {
"tabIndex": 1,
"talents": [
{
"name": "Raze",
"spellId": 863,
"iconTexture": "Interface\\Icons\\spell_animaardenweald_buff",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Raze\\nRank 0/3\\nIncreases your spell critical strike chance by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 10\\nID 411000\\nCharacterAdvancement ID 1148\\n"
},
{
"name": "Convection",
"spellId": 564,
"iconTexture": "Interface\\Icons\\Spell_Nature_WispSplode",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Convection\\nRank 0/5\\nReduces the mana cost of your Shock, Lightning Bolt, Chain Lightning, Lava Burst, Earthquake and Wind Shear spells by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 16039\\nCharacterAdvancement ID 557\\n"
},
{
"name": "Convection",
"spellId": 110564,
"iconTexture": "Interface\\Icons\\Spell_Nature_WispSplode",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Convection\\nRank 0/5\\nReduces the mana cost of your Shock, Lightning Bolt, Chain Lightning, Lava Burst, and Wind Shear spells by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116039\\nCharacterAdvancement ID 12898\\n"
},
{
"name": "Concussion",
"spellId": 563,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fireball",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Concussion\\nRank 0/5\\nIncreases the damage of your Lightning Bolt and Chain Lightning by {value:3/6/9/12/15}%.\n\nIncreases the damage of your Thunderstorm, Lava Burst, Earthquake, Elemental Blast and Shock spells by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 16035\\nCharacterAdvancement ID 556\\n"
},
{
"name": "Improved Purge",
"spellId": 5003,
"iconTexture": "Interface\\Icons\\Spell_Nature_Purge",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Purge\\nRank 0/3\\nReduces the cooldown of Purge by {value:1/2/3} sec.\\nID 954206\\n"
},
{
"name": "Concussion",
"spellId": 110563,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fireball",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Concussion\\nRank 0/5\\nIncreases the damage done by your Lightning Bolt, Chain Lightning, Thunderstorm, Lava Burst and Shock spells by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116035\\nCharacterAdvancement ID 12903\\n"
},
{
"name": "Call of Flame",
"spellId": 110561,
"iconTexture": "Interface\\Icons\\Spell_Fire_Immolation",
"tier": 2,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Call of Flame\\nRank 0/3\\nIncreases the damage done by your Fire Totems and Fire Nova by {value:5/10/15}%, and damage done by your Lava Burst spell by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116038\\nCharacterAdvancement ID 12908\\n"
},
{
"name": "Elemental Warding",
"spellId": 111640,
"iconTexture": "Interface\\Icons\\Spell_Nature_SpiritArmor",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Elemental Warding\\nRank 0/3\\nReduces all damage taken by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1128996\\nCharacterAdvancement ID 12911\\n"
},
{
"name": "Elemental Devastation",
"spellId": 111645,
"iconTexture": "Interface\\Icons\\Spell_Fire_ElementalDevastation",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Elemental Devastation\\nRank 0/3\\nYour non-periodic offensive spell crits will increase your chance to get a critical strike with melee attacks by {value:3/6/9}% for 10 sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1130160\\nCharacterAdvancement ID 12914\\n"
},
{
"name": "Reverberation",
"spellId": 110575,
"iconTexture": "Interface\\Icons\\Spell_Frost_FrostWard",
"tier": 3,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Reverberation\\nRank 0/5\\nReduces the cooldown of your Shock spells and Wind Shear by {value:0.2/0.4/0.6/0.8/1} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1116040\\nCharacterAdvancement ID 12917\\n"
},
{
"name": "Elemental Focus",
"spellId": 110574,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ManaBurn",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Elemental Focus\\nRank 0/1\\nAfter landing a non-periodic critical strike with a Fire, Frost, or Nature damage spell, you enter a Clearcasting state. The Clearcasting state reduces the mana cost of your next 2 damage or healing spells by 40%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116164\\nCharacterAdvancement ID 12922\\n"
},
{
"name": "Elemental Fury",
"spellId": 110565,
"iconTexture": "Interface\\Icons\\Spell_Fire_Volcano",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Elemental Fury\\nRank 0/3\\nIncreases the critical strike damage bonus of your Searing and Magma Totems and your Fire, Frost, and Nature spells by {value:33/66/100}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116089\\nCharacterAdvancement ID 12923\\n"
},
{
"name": "Improved Fire Nova",
"spellId": 110567,
"iconTexture": "Interface\\Icons\\Spell_Fire_SealOfFire",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Fire Nova\\nRank 0/2\\nIncreases the damage done by your Fire Nova by {value:15/30}% and reduces its cost by {value:15/30}% and the cooldown by {value:1/2} sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1116086\\nCharacterAdvancement ID 12928\\n"
},
{
"name": "Eye of the Storm",
"spellId": 111642,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SoulLeech_2",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Eye of the Storm\\nRank 0/3\\nReduces the pushback suffered from damaging attacks while casting Lightning Bolt, Chain Lightning, Lava Burst and Hex spells by {value:23/46/70}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1129062\\nCharacterAdvancement ID 12930\\n"
},
{
"name": "Elemental Reach",
"spellId": 111641,
"iconTexture": "Interface\\Icons\\Spell_Nature_StormReach",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Elemental Reach\\nRank 0/2\\nIncreases the range of your Lightning Bolt, Chain Lightning, Fire Nova, and Lava Burst spells by {value:3/6} yards, increases the radius of your Thunderstorm spell by {value:10/20}%, and increases the range of your Flame Shock by {value:7/14} yards.\\n \\nCost: 1 \\nLevel: 30\\nID 1128999\\nCharacterAdvancement ID 12933\\n"
},
{
"name": "Call of Thunder",
"spellId": 110562,
"iconTexture": "Interface\\Icons\\Spell_Nature_CallStorm",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Call of Thunder\\nRank 0/1\\nRequires 1 point in Elemental Focus\\nIncreases the critical strike chance of your Lightning Bolt, Chain Lightning and Thunderstorm spells by an additional 5%.\\n \\nCost: 1 \\nLevel: 30\\nID 1116041\\nCharacterAdvancement ID 12935\\n"
},
{
"name": "Unrelenting Storm",
"spellId": 111682,
"iconTexture": "Interface\\Icons\\Spell_Nature_UnrelentingStorm",
"tier": 5,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Unrelenting Storm\\nRank 0/3\\nRegenerate mana equal to {value:4/8/12}% of your Intellect every 5 sec, even while casting.\\n \\nCost: 1 \\nLevel: 30\\nID 1130664\\nCharacterAdvancement ID 12936\\n"
},
{
"name": "Elemental Precision",
"spellId": 111685,
"iconTexture": "Interface\\Icons\\Spell_Nature_ElementalPrecision_1",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Elemental Precision\\nRank 0/3\\nIncreases your chance to hit with Fire, Frost and Nature spells by {value:1/2/3}% and reduces the threat caused by Fire, Frost and Nature spells by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1130672\\nCharacterAdvancement ID 12939\\n"
},
{
"name": "Lightning Mastery",
"spellId": 110721,
"iconTexture": "Interface\\Icons\\Spell_Lightning_LightningBolt01",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Lightning Mastery\\nRank 0/5\\nRequires 5 points in Elemental Fury\\nReduces the cast time of your Lightning Bolt, Chain Lightning, and Lava Burst spells by {value:0.1/0.2/0.3/0.4/0.5} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1116578\\nCharacterAdvancement ID 12942\\n"
},
{
"name": "Elemental Mastery",
"spellId": 110573,
"iconTexture": "Interface\\Icons\\Spell_Nature_WispHeal",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Elemental Mastery\\nRank 0/1\\nRequires 1 point in Call of Thunder\\nInstant\\nWhen activated, your next Lightning Bolt, Chain Lightning or Lava Burst spell becomes an instant cast spell. In addition, you gain 15% spell haste for 15 sec. Elemental Mastery shares a cooldown with Nature's Swiftness.\\n \\nCost: 1 \\nLevel: 40\\nID 1116166\\nCharacterAdvancement ID 12947\\n"
},
{
"name": "Storm, Earth and Fire",
"spellId": 112052,
"iconTexture": "Interface\\Icons\\Spell_Shaman_StormEarthFire",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Storm, Earth and Fire\\nRank 0/3\\nReduces the cooldown of your Chain Lightning spell by {value:0.75/1.5/2.25} sec, your Earthbind Totem also has a {value:33/66/100}% chance to root targets for 5 sec when cast and the periodic damage done by your Flame Shock is increased by {value:20/40/60}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1151483\\nCharacterAdvancement ID 12948\\n"
},
{
"name": "Booming Echoes",
"spellId": 112262,
"iconTexture": "Interface\\Icons\\Spell_Fire_BlueFlameRing",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Booming Echoes\\nRank 0/2\\nReduces the cooldown of your Shock spells by an additional {value:1/2} sec and increases the direct damage done by them by an additional {value:10/20}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1163370\\nCharacterAdvancement ID 12951\\n"
},
{
"name": "Elemental Oath",
"spellId": 112049,
"iconTexture": "Interface\\Icons\\Spell_Shaman_ElementalOath",
"tier": 8,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Elemental Oath\\nRank 0/2\\nRequires 1 point in Elemental Mastery\\nWhile Clearcasting from Elemental Focus is active, you deal {value:5/10}% more spell damage. In addition, party and raid members within 100 yards receive a {value:3/6}% bonus to their spell critical strike chance.\\n \\nCost: 1 \\nLevel: 45\\nID 1151466\\nCharacterAdvancement ID 12953\\n"
},
{
"name": "Lightning Overload",
"spellId": 111686,
"iconTexture": "Interface\\Icons\\Spell_Nature_LightningOverload",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Lightning Overload\\nRank 0/3\\nGives your Lightning Bolt and Chain Lightning spells a {value:14/28/42}% chance to cast a second, similar spell on the same target at no additional cost that causes half damage and no threat.\\n \\nCost: 1 \\nLevel: 45\\nID 1130675\\nCharacterAdvancement ID 12955\\n"
},
{
"name": "Astral Shift",
"spellId": 112050,
"iconTexture": "Interface\\Icons\\Spell_Shaman_AstralShift",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Astral Shift\\nRank 0/3\\nWhen stunned, feared or silenced you shift into the Astral Plane reducing all damage taken by {value:10/20/30}% for the duration of the stun, fear or silence effect.\\n \\nCost: 1 \\nLevel: 50\\nID 1151474\\nCharacterAdvancement ID 12958\\n"
},
{
"name": "Totem of Wrath",
"spellId": 111687,
"iconTexture": "Interface\\Icons\\Spell_Fire_TotemOfWrath",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Totem of Wrath\\nRank 0/1\\n4 Mana\\nInstant cast\\nTools:Fire Totem\\nSummons a Totem of Wrath with 5 health at the feet of the caster. The totem increases spell power by 0 for all party and raid members, and increases the critical strike chance of all attacks by 3% against all enemies within 40 yards. Lasts 5 min.\\n \\nCost: 1 \\nLevel: 50\\nID 1130706\\nCharacterAdvancement ID 12961\\n"
},
{
"name": "Lava Flows",
"spellId": 112051,
"iconTexture": "Interface\\Icons\\Spell_Shaman_LavaFlow",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Lava Flows\\nRank 0/3\\nIncreases the critical strike damage bonus of your Lava Burst spell by an additional {value:6/12/18}%, and when your Flame Shock is dispelled your spell casting speed is increased by {value:10/20/30}% for 6 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1151480\\nCharacterAdvancement ID 12962\\n"
},
{
"name": "Shamanism",
"spellId": 112252,
"iconTexture": "Interface\\Icons\\Spell_unused2",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shamanism\\nRank 0/3\\nYour Lightning Bolt and Chain Lightning spells gain an additional {value:7/14/21}% and your Lava Burst gains an additional {value:9/18/27}% of your bonus damage effects.\\n \\nCost: 1 \\nLevel: 55\\nID 1162097\\nCharacterAdvancement ID 12965\\n"
},
{
"name": "Thunderstorm",
"spellId": 112053,
"iconTexture": "Interface\\Icons\\Spell_Shaman_ThunderStorm",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Thunderstorm\\nRank 0/1\\nInstant\\nYou call down a bolt of lightning, energizing you and damaging nearby enemies within 10 yards. Restores 8% mana to you and deals 551 to 629 Nature damage to all nearby enemies, knocking them back 20 yards. This spell is usable while stunned.\\n \\nCost: 1 \\nLevel: 60\\nID 1151490\\nCharacterAdvancement ID 12968\\n"
}
]
},
"Restoration": {
"tabIndex": 2,
"talents": [
{
"name": "Improved Healing Wave",
"spellId": 586,
"iconTexture": "Interface\\Icons\\Spell_Nature_MagicImmunity",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Healing Wave\\nRank 0/3\\nIncreases the healing done by Healing Wave by {value:2/4/6}% and critical strike chance by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 10\\nID 16182\\nCharacterAdvancement ID 566\\n"
},
{
"name": "Improved Healing Wave",
"spellId": 110586,
"iconTexture": "Interface\\Icons\\Spell_Nature_MagicImmunity",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Healing Wave\\nRank 0/5\\nReduces the casting time of your Healing Wave spell by {value:0.1/0.2/0.3/0.4/0.5} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1116182\\nCharacterAdvancement ID 12969\\n"
},
{
"name": "Totemic Focus",
"spellId": 595,
"iconTexture": "Interface\\Icons\\Spell_Nature_MoonGlow",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Totemic Focus\\nRank 0/5\\nReduces the mana cost of your totems by {value:10/20/30/40/50}% and for every totem active, you gain {value:1/2/3/4/5} Haste and Critical Strike Rating.\n\nThis effect can stack up to 4 times and is increased per totem active.\\n \\nCost: 1 \\nLevel: 10\\nID 16173\\nCharacterAdvancement ID 575\\n"
},
{
"name": "Totemic Focus",
"spellId": 110595,
"iconTexture": "Interface\\Icons\\Spell_Nature_MoonGlow",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Totemic Focus\\nRank 0/5\\nReduces the mana cost of your totems by {value:5/10/15/20/25}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116173\\nCharacterAdvancement ID 12974\\n"
},
{
"name": "Improved Reincarnation",
"spellId": 110589,
"iconTexture": "Interface\\Icons\\Spell_Nature_Reincarnation",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Reincarnation\\nRank 0/2\\nReduces the cooldown of your Reincarnation spell by {value:7/14} min and increases the amount of health and mana recovered when reincarnating by an additional {value:10/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116184\\nCharacterAdvancement ID 12979\\n"
},
{
"name": "Healing Grace",
"spellId": 111646,
"iconTexture": "Interface\\Icons\\Spell_Nature_HealingTouch",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Healing Grace\\nRank 0/3\\nReduces the threat generated by your healing spells by {value:5/10/15}% and reduces the chance your helpful spells and damage over time effects will be dispelled by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1129187\\nCharacterAdvancement ID 12981\\n"
},
{
"name": "Tidal Focus",
"spellId": 110593,
"iconTexture": "Interface\\Icons\\Spell_Frost_ManaRecharge",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Tidal Focus\\nRank 0/5\\nReduces the mana cost of your healing spells by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116179\\nCharacterAdvancement ID 12984\\n"
},
{
"name": "Improved Water Shield",
"spellId": 110583,
"iconTexture": "Interface\\Icons\\Ability_Shaman_WaterShield",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Water Shield\\nRank 0/3\\nYou have a {value:33/66/100}% chance to instantly gain mana as if you consumed a Water Shield Orb when you gain a critical effect from your Healing Wave or Riptide spells, a {value:20/40/60}% chance when you gain a critical effect from your Lesser Healing Wave spell, and a {value:13/26/40}% chance when you gain a critical effect from your Chain Heal spell.\\n \\nCost: 1 \\nLevel: 20\\nID 1116180\\nCharacterAdvancement ID 12989\\n"
},
{
"name": "Healing Focus",
"spellId": 110587,
"iconTexture": "Interface\\Icons\\Spell_Nature_HealingWaveLesser",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Healing Focus\\nRank 0/3\\nReduces the pushback suffered from damaging attacks while casting any Shaman healing spell by {value:23/46/70}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116181\\nCharacterAdvancement ID 12992\\n"
},
{
"name": "Tidal Force",
"spellId": 110582,
"iconTexture": "Interface\\Icons\\Spell_Frost_Frostbolt",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Tidal Force\\nRank 0/1\\nInstant\\nIncreases the critical effect chance of your Healing Wave, Lesser Healing Wave and Chain Heal by 60%. Each critical heal reduces the chance by 20%. Lasts 20 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1155198\\nCharacterAdvancement ID 12995\\n"
},
{
"name": "Ancestral Healing",
"spellId": 110581,
"iconTexture": "Interface\\Icons\\Spell_Nature_UndyingStrength",
"tier": 3,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ancestral Healing\\nRank 0/3\\nReduces your target's physical damage taken by {value:3/6/10}% for 15 sec after getting a critical effect from one of your healing spells.\\n \\nCost: 1 \\nLevel: 20\\nID 1116176\\nCharacterAdvancement ID 12996\\n"
},
{
"name": "Restorative Totems",
"spellId": 110588,
"iconTexture": "Interface\\Icons\\Spell_Nature_ManaRegenTotem",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Restorative Totems\\nRank 0/3\\nIncreases the effect of your Mana Spring Totem by {value:7/14/21}%, and increases the amount healed by your Healing Stream Totem by {value:15/30/45}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1116187\\nCharacterAdvancement ID 12999\\n"
},
{
"name": "Tidal Mastery",
"spellId": 110594,
"iconTexture": "Interface\\Icons\\Spell_Nature_Tranquility",
"tier": 4,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Tidal Mastery\\nRank 0/5\\nIncreases the critical effect chance of your healing and lightning spells by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1116194\\nCharacterAdvancement ID 13002\\n"
},
{
"name": "Healing Way",
"spellId": 111648,
"iconTexture": "Interface\\Icons\\Spell_Nature_HealingWay",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Healing Way\\nRank 0/3\\nIncreases the amount healed by your Healing Wave spell by {value:8/16/24}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1129206\\nCharacterAdvancement ID 13007\\n"
},
{
"name": "Nature's Swiftness",
"spellId": 110591,
"iconTexture": "Interface\\Icons\\Spell_Nature_RavenForm",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Nature's Swiftness\\nRank 0/1\\nInstant\\nWhen activated, your next Nature spell with a base casting time less than 10 sec. becomes an instant cast spell. Nature's Swiftness shares a cooldown with Elemental Mastery.\\n \\nCost: 1 \\nLevel: 30\\nID 1116188\\nCharacterAdvancement ID 13010\\n"
},
{
"name": "Focused Mind",
"spellId": 111695,
"iconTexture": "Interface\\Icons\\Spell_Nature_FocusedMind",
"tier": 5,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Focused Mind\\nRank 0/3\\nReduces the duration of any Silence or Interrupt effects used against the Shaman by {value:10/20/30}%. This effect does not stack with other similar effects.\\n \\nCost: 1 \\nLevel: 30\\nID 1130864\\nCharacterAdvancement ID 13011\\n"
},
{
"name": "Purification",
"spellId": 110592,
"iconTexture": "Interface\\Icons\\Spell_Frost_WizardMark",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Purification\\nRank 0/3\\nIncreases the effectiveness of your healing spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1116178\\nCharacterAdvancement ID 13014\\n"
},
{
"name": "Nature's Guardian",
"spellId": 111699,
"iconTexture": "Interface\\Icons\\Spell_Nature_NatureGuardian",
"tier": 7,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Nature's Guardian\\nRank 0/5\\nWhenever a damaging attack brings you below 30% health, your maximum health is increased by {value:3/6/9/12/15}% for 10 sec and your threat level towards the attacker is reduced. 30 second cooldown.\\n \\nCost: 1 \\nLevel: 40\\nID 1130881\\nCharacterAdvancement ID 13019\\n"
},
{
"name": "Mana Tide Totem",
"spellId": 110590,
"iconTexture": "Interface\\Icons\\Spell_Frost_SummonWaterElemental",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Mana Tide Totem\\nRank 0/1\\nRequires 3 points in Restorative Totems\\nInstant\\nTools:Water Totem\\nSummons a Mana Tide Totem with 10% of the caster's health at the feet of the caster for 12 sec that restores 5% of total mana every 3 seconds to group members within 30 yards.\\n \\nCost: 1 \\nLevel: 40\\nID 1116190\\nCharacterAdvancement ID 13024\\n"
},
{
"name": "Cleanse Spirit",
"spellId": 112084,
"iconTexture": "Interface\\Icons\\Ability_Shaman_CleanseSpirit",
"tier": 7,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Cleanse Spirit\\nRank 0/1\\nRequires 5 points in Purification\\n5 Mana\\nInstant cast\\nCleanse the spirit of a friendly target, removing 1 poison effect, 1 disease effect, and 1 curse effect.\\n \\nCost: 1 \\nLevel: 40\\nID 1151886\\nCharacterAdvancement ID 13025\\n"
},
{
"name": "Blessing of the Eternals",
"spellId": 112060,
"iconTexture": "Interface\\Icons\\Spell_Shaman_BlessingOfEternals",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Blessing of the Eternals\\nRank 0/2\\nIncreases the critical effect chance of your spells by {value:2/4}%, and increases the chance to apply the Earthliving heal over time effect on the target by {value:40/80}% when they are at or under 35% total health.\\n \\nCost: 1 \\nLevel: 45\\nID 1151554\\nCharacterAdvancement ID 13026\\n"
},
{
"name": "Improved Chain Heal",
"spellId": 111697,
"iconTexture": "Interface\\Icons\\Spell_Nature_HealingWaveGreater",
"tier": 8,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Chain Heal\\nRank 0/2\\nIncreases the amount healed by your Chain Heal spell by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1130872\\nCharacterAdvancement ID 13028\\n"
},
{
"name": "Nature's Blessing",
"spellId": 111696,
"iconTexture": "Interface\\Icons\\Spell_Nature_NatureBlessing",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Nature's Blessing\\nRank 0/2\\nIncreases your healing by an amount equal to {value:8/16}% of your Intellect.\\n \\nCost: 1 \\nLevel: 45\\nID 1130867\\nCharacterAdvancement ID 13030\\n"
},
{
"name": "Ancestral Awakening",
"spellId": 112061,
"iconTexture": "Interface\\Icons\\Spell_Shaman_AncestralAwakening",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ancestral Awakening\\nRank 0/3\\nWhen you critically heal with your Healing Wave, Lesser Healing Wave or Riptide you summon an Ancestral spirit to aid you, instantly healing the lowest percentage health friendly party or raid target within 40 yards for {value:10/20/30}% of the amount healed.\\n \\nCost: 1 \\nLevel: 50\\nID 1151556\\nCharacterAdvancement ID 13033\\n"
},
{
"name": "Earth Shield",
"spellId": 111698,
"iconTexture": "Interface\\Icons\\Spell_Nature_SkinofEarth",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Earth Shield\\nRank 0/1\\n12 Mana\\nInstant cast\\nProtects the target with an earthen shield, reducing casting or channeling time lost when damaged by 30% and causing attacks to heal the shielded target for 123. This effect can only occur once every few seconds. 6 charges. Lasts 10 min. Earth Shield can only be placed on one target at a time and only one Elemental Shield can be active on a target at a time.\\n \\nCost: 1 \\nLevel: 50\\nID 1100974\\nCharacterAdvancement ID 13036\\n"
},
{
"name": "Improved Earth Shield",
"spellId": 112059,
"iconTexture": "Interface\\Icons\\Spell_Nature_SkinofEarth",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Earth Shield\\nRank 0/2\\nRequires 1 point in Earth Shield\\nIncreases the amount of charges for your Earth Shield by {value:1/2}, and increases the healing done by your Earth Shield by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1151560\\nCharacterAdvancement ID 13037\\n"
},
{
"name": "Tidal Waves",
"spellId": 112063,
"iconTexture": "Interface\\Icons\\Spell_Shaman_TidalWaves",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Tidal Waves\\nRank 0/3\\nWhen you cast Chain Heal or Riptide, you have a {value:33/66/100}% chance to lower the cast time of your Healing Wave spell by {value:30/60/90}% and increase the critical effect chance of your Lesser Healing Wave spell by {value:25/50/75}%, until two such spells have been cast. In addition, your Healing Wave gains an additional {value:7/14/21}% of your bonus healing effects and your Lesser Healing Wave gains an additional {value:2/4/6}% of your bonus healing effects.\\n \\nCost: 1 \\nLevel: 55\\nID 1151562\\nCharacterAdvancement ID 13039\\n"
},
{
"name": "Riptide",
"spellId": 112064,
"iconTexture": "Interface\\Icons\\spell_nature_riptide",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Riptide\\nRank 0/1\\n15 Mana\\nInstant cast\\nHeals a friendly target for 456 and another 480 over 15 sec. Your next Chain Heal cast on that primary target within 15 sec will consume the healing over time effect and increase the amount of the Chain Heal by 25%.\\n \\nCost: 1 \\nLevel: 60\\nID 1161295\\nCharacterAdvancement ID 13044\\n"
}
]
},
"Enhancement": {
"tabIndex": 3,
"talents": [
{
"name": "Enhancing Totems",
"spellId": 610,
"iconTexture": "Interface\\Icons\\INV_Relics_TotemofRage",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Enhancing Totems\\nRank 0/3\\nPlacing a totem increases your attack power by 0 and spell power by 0 for 5 minutes. This effect scales with your level.\\n \\nCost: 1 \\nLevel: 10\\nID 16259\\nCharacterAdvancement ID 581\\n"
},
{
"name": "Enhancing Totems",
"spellId": 110610,
"iconTexture": "Interface\\Icons\\Spell_Nature_EarthBindTotem",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Enhancing Totems\\nRank 0/3\\nIncreases the effect of your Strength of Earth and Flametongue Totems by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116259\\nCharacterAdvancement ID 13045\\n"
},
{
"name": "Earth's Grasp",
"spellId": 2101,
"iconTexture": "Interface\\Icons\\Spell_Nature_StoneClawTotem",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Earth's Grasp\\nRank 0/2\\nIncreases the health of your Stoneclaw Totem by {value:25/50}% and the radius of your Earthbind Totem by {value:10/20}%, and reduces the cooldown of both totems by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 10\\nID 16043\\nCharacterAdvancement ID 1062\\n"
},
{
"name": "Earth's Grasp",
"spellId": 112101,
"iconTexture": "Interface\\Icons\\Spell_Nature_StoneClawTotem",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Earth's Grasp\\nRank 0/2\\nIncreases the health of your Stoneclaw Totem by {value:25/50}% and the radius of your Earthbind Totem by {value:10/20}%, and reduces the cooldown of both totems by {value:15/30}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116043\\nCharacterAdvancement ID 13048\\n"
},
{
"name": "Ancestral Knowledge",
"spellId": 614,
"iconTexture": "Interface\\Icons\\Spell_Shadow_GrimWard",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Ancestral Knowledge\\nRank 0/3\\nIncreases your Intellect by {value:2/4/6}%.\n\nReduces the mana cost of your Shaman spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 10\\nID 17485\\nCharacterAdvancement ID 584\\n"
},
{
"name": "Ancestral Knowledge",
"spellId": 110614,
"iconTexture": "Interface\\Icons\\Spell_Shadow_GrimWard",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Ancestral Knowledge\\nRank 0/5\\nIncreases your Intellect by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1117485\\nCharacterAdvancement ID 13050\\n"
},
{
"name": "Totemic Bond",
"spellId": 90614,
"iconTexture": "Interface\\Icons\\inv_relics_totemofrebirth",
"tier": 1,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Totemic Bond\\nRank 0/3\\nUsing Stoneclaw Totem while Earthen Guardian is active has a {value:33/66/100}% chance to reduce all damage taken by {value:20/40/60}% for 2 seconds.\n\nIn addition, {value:33/66/100}% of the threat generated by the damage of your Searing Totem and Magma Totem will be redirected to you instead.\\n \\nCost: 1 \\nLevel: 10\\nID 1182036\\nCharacterAdvancement ID 13400\\n"
},
{
"name": "Guardian Totems",
"spellId": 110609,
"iconTexture": "Interface\\Icons\\Spell_Nature_StoneSkinTotem",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Guardian Totems\\nRank 0/2\\nIncreases the amount of armor increased by your Stoneskin Totem by {value:10/20}% and reduces the cooldown of your Grounding Totem by {value:1/2} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1116258\\nCharacterAdvancement ID 13055\\n"
},
{
"name": "Thundering Strikes",
"spellId": 110613,
"iconTexture": "Interface\\Icons\\Ability_ThunderBolt",
"tier": 2,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Thundering Strikes\\nRank 0/5\\nImproves your chance to get a critical strike with all spells and attacks by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116255\\nCharacterAdvancement ID 13057\\n"
},
{
"name": "Improved Ghost Wolf",
"spellId": 110605,
"iconTexture": "Interface\\Icons\\Spell_Nature_SpiritWolf",
"tier": 2,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Ghost Wolf\\nRank 0/2\\nReduces the cast time of your Ghost Wolf spell by {value:1/2} sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1116262\\nCharacterAdvancement ID 13062\\n"
},
{
"name": "Improved Shields",
"spellId": 110607,
"iconTexture": "Interface\\Icons\\Spell_Nature_LightningShield",
"tier": 2,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Shields\\nRank 0/3\\nIncreases the damage done by your Lightning Shield orbs by {value:5/10/15}%, increases the amount of mana gained from your Water Shield orbs by {value:5/10/15}% and increases the amount of healing done by your Earth Shield orbs by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1116261\\nCharacterAdvancement ID 13064\\n"
},
{
"name": "Elemental Weapons",
"spellId": 110611,
"iconTexture": "Interface\\Icons\\Spell_Fire_FlameTounge",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Elemental Weapons\\nRank 0/3\\nIncreases the damage caused by your Windfury Weapon effect by {value:13/26/40}% increases the spell damage on your Flametongue Weapon by {value:10/20/30}% and increases the bonus healing on your Earthliving Weapon by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116266\\nCharacterAdvancement ID 13067\\n"
},
{
"name": "Lava Lash",
"spellId": 110611,
"iconTexture": "Interface\\Icons\\Spell_Fire_FlameTounge",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Yes we fucked this one up"
},
{
"name": "Shamanistic Focus",
"spellId": 110617,
"iconTexture": "Interface\\Icons\\Spell_Nature_ElementalAbsorption",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shamanistic Focus\\nRank 0/1\\nReduces the mana cost of your Shock spells by 45%.\\n \\nCost: 1 \\nLevel: 20\\nID 1143338\\nCharacterAdvancement ID 13070\\n"
},
{
"name": "Anticipation",
"spellId": 110601,
"iconTexture": "Interface\\Icons\\Spell_Nature_MirrorImage",
"tier": 3,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Anticipation\\nRank 0/3\\nIncreases your chance to dodge by an additional {value:1/2/3}%, and reduces the duration of all Disarm effects used against you by {value:16/32/50}%. This does not stack with other Disarm duration reducing effects.\\n \\nCost: 1 \\nLevel: 20\\nID 1116254\\nCharacterAdvancement ID 13071\\n"
},
{
"name": "Flurry",
"spellId": 110602,
"iconTexture": "Interface\\Icons\\Ability_GhoulFrenzy",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Flurry\\nRank 0/3\\nRequires 5 points in Thundering Strikes\\nIncreases your attack speed by {value:10/20/30}% for your next 3 swings after dealing a melee critical strike.\\n \\nCost: 1 \\nLevel: 25\\nID 1116256\\nCharacterAdvancement ID 13074\\n"
},
{
"name": "Toughness",
"spellId": 110615,
"iconTexture": "Interface\\Icons\\Spell_Holy_Devotion",
"tier": 4,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Toughness\\nRank 0/5\\nIncreases your Stamina by {value:2/4/6/8/10}%, and reduces the duration of movement slowing effects on you by {value:6/12/18/24/30}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1116252\\nCharacterAdvancement ID 13079\\n"
},
{
"name": "Improved Windfury Totem",
"spellId": 111647,
"iconTexture": "Interface\\Icons\\Spell_Nature_Windfury",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Windfury Totem\\nRank 0/2\\nIncreases the melee haste granted by your Windfury totem by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1129192\\nCharacterAdvancement ID 13084\\n"
},
{
"name": "Spirit Weapons",
"spellId": 110616,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Spirit Weapons\\nRank 0/1\\nReduces all threat generated by 30% and increases damage done by your Windfury and Flametongue Weapon Enhancements by 5%.\\n \\nCost: 1 \\nLevel: 30\\nID 1116268\\nCharacterAdvancement ID 13086\\n"
},
{
"name": "Mental Dexterity",
"spellId": 112083,
"iconTexture": "Interface\\Icons\\Spell_Nature_BloodLust",
"tier": 5,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Mental Dexterity\\nRank 0/3\\nIncreases your Attack Power by {value:33/66/100}% of your Intellect and your chance to hit with spells by {value:3/6/9}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1151883\\nCharacterAdvancement ID 13087\\n"
},
{
"name": "Earthen Attunement",
"spellId": 95084,
"iconTexture": "Interface\\Icons\\Spell_Shaman_ImprovedEarthShield",
"tier": 5,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Earthen Attunement\\nRank 0/3\\nWhile Earthen Guardian is active you take {value:2/4/6}% less physical damage and {value:3/6/9}% less spell damage. Dealing physical damage reduces the target's attack power by {value:58/116/175}.\\n \\nCost: 1 \\nLevel: 30\\nID 1182033\\nCharacterAdvancement ID 13401\\n"
},
{
"name": "Unleashed Rage",
"spellId": 111689,
"iconTexture": "Interface\\Icons\\Spell_Nature_UnleashedRage",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Unleashed Rage\\nRank 0/3\\nIncreases your Expertise by {value:3/6/9}, and increases all party and raid members' attack power by {value:4/8/12}% while within 100 yards of the Shaman.\\n \\nCost: 1 \\nLevel: 35\\nID 1130802\\nCharacterAdvancement ID 13090\\n"
},
{
"name": "Weapon Mastery",
"spellId": 111643,
"iconTexture": "Interface\\Icons\\Ability_Hunter_SwiftStrike",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Weapon Mastery\\nRank 0/3\\nIncreases the damage you deal with all weapons by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1129082\\nCharacterAdvancement ID 13093\\n"
},
{
"name": "Frozen Power",
"spellId": 112263,
"iconTexture": "Interface\\Icons\\Spell_Fire_BlueCano",
"tier": 6,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Frozen Power\\nRank 0/2\\nIncreases the damage done by your Lightning Bolt, Chain Lightning, Lava Lash and Shock spells by {value:5/10}% on targets afflicted by your Frostbrand Attack effect, and your Frost Shock has a {value:50/100}% chance to root the target in ice for 5 sec. when used on targets at or further than 15 yards from you.\\n \\nCost: 1 \\nLevel: 35\\nID 1163373\\nCharacterAdvancement ID 13096\\n"
},
{
"name": "Dual Wield Specialization",
"spellId": 111692,
"iconTexture": "Interface\\Icons\\Ability_DualWieldSpecialization",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Dual Wield Specialization\\nRank 0/3\\nRequires 1 point in Empowered Stormstrike\\nIncreases your chance to hit while dual wielding by an additional {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1130816\\nCharacterAdvancement ID 13098\\n"
},
{
"name": "Dual Wield",
"spellId": 111690,
"iconTexture": "Interface\\Icons\\Ability_DualWield",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Dual Wield\\nRank 0/1\\nRequires 1 point in Spirit Weapons\\nAllows one-hand and off-hand weapons to be equipped in the off-hand.\\nID 1130798\\n"
},
{
"name": "Stormstrike",
"spellId": 110901,
"iconTexture": "Interface\\Icons\\Ability_Shaman_Stormstrike",
"tier": 7,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Stormstrike\\nRank 0/1\\n6 Mana\\nInstant cast\\nRequires Melee Weapon\\nInstantly attack with both weapons. In addition, the next 4 sources of Nature damage dealt to the target from the Shaman are increased by 20%. Lasts 12 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1117364\\nCharacterAdvancement ID 13102\\n"
},
{
"name": "Shield Specialization",
"spellId": 94943,
"iconTexture": "Interface\\Icons\\inv_shield_14",
"tier": 7,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shield Specialization\\nRank 0/3\\nIncreases your armor value from your equipped Shield by {value:10/20/30}% and reduces the chance you'll be critically hit by melee attacks by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1182030\\nCharacterAdvancement ID 13399\\n"
},
{
"name": "Static Shock",
"spellId": 112055,
"iconTexture": "Interface\\Icons\\Spell_Shaman_StaticShock",
"tier": 8,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Static Shock\\nRank 0/3\\nYou have a chance (1 PPM) to hit your target with a Lightning Shield orb charge when you deal damage with melee attacks and abilities, and your Lightning Shield gains {value:2/4/6} additional charges.\\n \\nCost: 1 \\nLevel: 45\\nID 1151525\\nCharacterAdvancement ID 13103\\n"
},
{
"name": "Spirit Guard",
"spellId": 95684,
"iconTexture": "Interface\\Icons\\spell_shaman_spiritlink",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Spirit Guard\\nRank 0/3\\nYou gain {value:33/66/100}% Block Rating equal to your Agility. Ancestral spirits strengthen your shield, further reducing damage taken by blocked attacks by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1182045\\nCharacterAdvancement ID 13701\\n"
},
{
"name": "Improved Stormstrike",
"spellId": 112054,
"iconTexture": "Interface\\Icons\\Spell_Shaman_ImprovedStormstrike",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Stormstrike\\nRank 0/2\\nRequires 1 point in Stormstrike\\nWhen you Stormstrike, you have a {value:50/100}% chance to immediately grant you {value:20/40}% of your base mana.\\n \\nCost: 1 \\nLevel: 45\\nID 1151521\\nCharacterAdvancement ID 13107\\n"
},
{
"name": "Mental Quickness",
"spellId": 111691,
"iconTexture": "Interface\\Icons\\Spell_Nature_MentalQuickness",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Mental Quickness\\nRank 0/3\\nReduces the mana cost of your instant cast Shaman spells by {value:4/8/12}% and increases your spell power by an amount equal to {value:10/20/30}% of your attack power.\\n \\nCost: 1 \\nLevel: 50\\nID 1130812\\nCharacterAdvancement ID 13109\\n"
},
{
"name": "Shamanistic Rage",
"spellId": 111693,
"iconTexture": "Interface\\Icons\\Spell_Nature_ShamanRage",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shamanistic Rage\\nRank 0/1\\nInstant\\nReduces all damage taken by 30% and gives your successful melee attacks a chance to regenerate mana equal to 15% of your attack power. This spell is usable while stunned. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1130823\\nCharacterAdvancement ID 13112\\n"
},
{
"name": "Earthen Power",
"spellId": 112056,
"iconTexture": "Interface\\Icons\\Spell_Nature_EarthElemental_Totem",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Earthen Power\\nRank 0/2\\nYour Earthbind Totem's pulses have a {value:50/100}% chance to also remove all snare effects from you and nearby friendly targets, and your Earth Shock reduces enemy attack speed by an additional {value:5/10}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1151523\\nCharacterAdvancement ID 13113\\n"
},
{
"name": "Maelstrom Weapon",
"spellId": 112057,
"iconTexture": "Interface\\Icons\\Spell_Shaman_MaelstromWeapon",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Maelstrom Weapon\\nRank 0/3\\nWhen you deal damage with a melee weapon, you have a chance to reduce the cast time of your next Lightning Bolt, Chain Lightning, Lesser Healing Wave, Healing Wave, Chain Heal, or Hex spell by {value:20/40/60}%. Stacks up to 5 times. Lasts 30 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1151528\\nCharacterAdvancement ID 13115\\n"
},
{
"name": "Feral Spirit",
"spellId": 112058,
"iconTexture": "Interface\\Icons\\Spell_Shaman_FeralSpirit",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Feral Spirit\\nRank 0/1\\n10 Mana\\nInstant cast\\nSummons two Spirit Wolves under the command of the Shaman, lasting 45 sec.\\n \\nCost: 1 \\nLevel: 60\\nID 1151533\\nCharacterAdvancement ID 13120\\n"
}
]
}
}
+937
View File
@@ -0,0 +1,937 @@
{
"Destruction": {
"tabIndex": 1,
"talents": [
{
"name": "Improved Shadow Bolt",
"spellId": 944,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowBolt",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Shadow Bolt\\nRank 0/5\\nIncreases the damage done by your Shadow Bolt spell by {value:3/6/9/12/15}%.\n\nYour Shadow Bolt has a 20% chance to cause your target to be vulnerable to spell damage, increasing spell critical strike chance against that target by 5%. Effect lasts 30 sec.\n\nHold SHIFT for more information\\n \\nCost: 1 \\nLevel: 10\\nID 17793\\nCharacterAdvancement ID 640\\n"
},
{
"name": "Improved Shadow Bolt",
"spellId": 110944,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowBolt",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Shadow Bolt\\nRank 0/5\\nIncreases the damage done by your Shadow Bolt spell by {value:2/4/6/8/10}%, and your Shadow Bolt has a 20% chance to cause your target to be vulnerable to spell damage, increasing spell critical strike chance against that target by 5%. Effect lasts 30 sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1117793\\nCharacterAdvancement ID 13354\\n"
},
{
"name": "Bane",
"spellId": 943,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathPact",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Bane\\nRank 0/3\\nIncreases the critical strike chance of Shadow Bolt, Chaos Bolt, Immolate, Hand of Gul'dan, Soul Fire and Shadowflame by {value:2/4/6}% and reduces the mana cost of these spells by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 10\\nID 17788\\nCharacterAdvancement ID 639\\n"
},
{
"name": "Bane",
"spellId": 110943,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathPact",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Bane\\nRank 0/5\\nReduces the casting time of your Shadow Bolt. Chaos Bolt and Immolate spells by {value:0.1/0.2/0.3/0.4/0.5} sec and your Soul Fire spell by {value:0.4/0.8/1.2/1.6/2.0} sec.\\n \\nCost: 1 \\nLevel: 10\\nID 1117788\\nCharacterAdvancement ID 13359\\n"
},
{
"name": "Aftermath",
"spellId": 110982,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fire",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Aftermath\\nRank 0/2\\nIncreases the periodic damage done by your Immolate by {value:3/6}%, and your Conflagrate has a {value:50/100}% chance to daze the target for 5 sec.\\n \\nCost: 1 \\nLevel: 15\\nID 1118119\\nCharacterAdvancement ID 13364\\n"
},
{
"name": "Molten Skin",
"spellId": 111887,
"iconTexture": "Interface\\Icons\\Ability_Mage_MoltenArmor",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Molten Skin\\nRank 0/3\\nReduces all damage taken by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1163349\\nCharacterAdvancement ID 13366\\n"
},
{
"name": "Cataclysm",
"spellId": 110941,
"iconTexture": "Interface\\Icons\\Spell_Fire_WindsofWoe",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Cataclysm\\nRank 0/3\\nReduces the Mana cost of your Destruction spells by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1117778\\nCharacterAdvancement ID 13369\\n"
},
{
"name": "Demonic Power",
"spellId": 110983,
"iconTexture": "Interface\\Icons\\Spell_Fire_FireBolt",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Demonic Power\\nRank 0/2\\nReduces the cooldown of your Succubus' Lash of Pain spell by {value:3/6} sec. and reduces the casting time of your Imp's Firebolt spell by {value:0.25/0.5} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1118126\\nCharacterAdvancement ID 13372\\n"
},
{
"name": "Shadowburn",
"spellId": 110963,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ScourgeBuild",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shadowburn\\nRank 0/1\\n76 Mana\\nInstant cast\\nReagents:\nSoul Shard\\nInstantly blasts the target for 87 to 99 Shadowflame damage. If the target dies within 5 sec of Shadowburn, and yields experience or honor, the caster gains a Soul Shard.\\n \\nCost: 1 \\nLevel: 20\\nID 1117877\\nCharacterAdvancement ID 13374\\n"
},
{
"name": "Ruin",
"spellId": 110967,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowWordPain",
"tier": 3,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Ruin\\nRank 0/5\\nIncreases the critical strike damage bonus of your Destruction spells and your Imp's Firebolt spell by {value:20/40/60/80/100}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1117959\\nCharacterAdvancement ID 13375\\n"
},
{
"name": "Intensity",
"spellId": 110985,
"iconTexture": "Interface\\Icons\\Spell_Fire_LavaSpawn",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Intensity\\nRank 0/2\\nReduces the pushback suffered from damaging attacks while casting or channeling any Destruction spell by {value:35/70}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1118135\\nCharacterAdvancement ID 13380\\n"
},
{
"name": "Destructive Reach",
"spellId": 110964,
"iconTexture": "Interface\\Icons\\Spell_Shadow_CorpseExplode",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Destructive Reach\\nRank 0/2\\nIncreases the range of your Destruction spells by {value:10/20}% and reduces threat caused by Destruction spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1117917\\nCharacterAdvancement ID 13382\\n"
},
{
"name": "Improved Searing Pain",
"spellId": 110965,
"iconTexture": "Interface\\Icons\\Spell_Fire_SoulBurn",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Searing Pain\\nRank 0/3\\nIncreases the critical strike chance of your Searing Pain spell by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1117927\\nCharacterAdvancement ID 13384\\n"
},
{
"name": "Backlash",
"spellId": 111817,
"iconTexture": "Interface\\Icons\\Spell_Fire_PlayingWithFire",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Backlash\\nRank 0/3\\nRequires 2 points in Intensity\\nIncreases your critical strike chance with spells by an additional {value:1/2/3}% and gives you a {value:8/16/24}% chance when hit by a physical attack to reduce the cast time of your next Shadow Bolt or Incinerate spell by 100%. This effect lasts 8 sec and will not occur more than once every 8 seconds.\\n \\nCost: 1 \\nLevel: 30\\nID 1134935\\nCharacterAdvancement ID 13387\\n"
},
{
"name": "Improved Immolate",
"spellId": 110961,
"iconTexture": "Interface\\Icons\\Spell_Fire_Immolation",
"tier": 5,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Immolate\\nRank 0/3\\nIncreases the damage done by your Immolate spell by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1117815\\nCharacterAdvancement ID 13390\\n"
},
{
"name": "Devastation",
"spellId": 110981,
"iconTexture": "Interface\\Icons\\Spell_Fire_FlameShock",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Devastation\\nRank 0/1\\nRequires 5 points in Ruin\\nIncreases the critical strike chance of your Destruction spells by 5%.\\n \\nCost: 1 \\nLevel: 30\\nID 1118130\\nCharacterAdvancement ID 13393\\n"
},
{
"name": "Nether Protection",
"spellId": 111679,
"iconTexture": "Interface\\Icons\\Spell_Shadow_NetherProtection",
"tier": 6,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Nether Protection\\nRank 0/3\\nAfter being hit with a spell, you have a {value:10/20/30}% chance to gain Nether Protection, reducing all damage by that spell school by 30% for 8 sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1130299\\nCharacterAdvancement ID 13394\\n"
},
{
"name": "Emberstorm",
"spellId": 110966,
"iconTexture": "Interface\\Icons\\Spell_Fire_SelfDestruct",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Emberstorm\\nRank 0/5\\nIncreases the damage done by your Fire and Shadow spells by {value:3/6/9/12/15}% and reduces the cast time of your Incinerate spell by {value:0.05/0.10/0.15/0.20/0.25} sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1117954\\nCharacterAdvancement ID 13397\\n"
},
{
"name": "Conflagrate",
"spellId": 110968,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fireball",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Conflagrate\\nRank 0/1\\nRequires 3 points in Improved Immolate\\n61 Mana\\nInstant cast\\nConsumes an Immolate or Shadowflame effect on the enemy target to instantly deal damage equal to 60% of your Immolate or Shadowflame, and causes an additional 40% damage over until cancelled.\\n \\nCost: 1 \\nLevel: 40\\nID 1117962\\nCharacterAdvancement ID 13402\\n"
},
{
"name": "Soul Leech",
"spellId": 111678,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SoulLeech_3",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Soul Leech\\nRank 0/3\\nGives your Shadow Bolt, Shadowburn, Chaos Bolt, Soul Fire, Incinerate, Searing Pain and Conflagrate spells a {value:10/20/30}% chance to return health equal to 20% of the damage caused.\\n \\nCost: 1 \\nLevel: 40\\nID 1130293\\nCharacterAdvancement ID 13403\\n"
},
{
"name": "Pyroclasm",
"spellId": 110986,
"iconTexture": "Interface\\Icons\\Spell_Fire_Volcano",
"tier": 7,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Pyroclasm\\nRank 0/3\\nWhen you critically strike with Searing Pain or Conflagrate, your Fire and Shadow spell damage is increased by {value:2/4/6}% for 10 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1118096\\nCharacterAdvancement ID 13406\\n"
},
{
"name": "Shadow and Flame",
"spellId": 111677,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowandFlame",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shadow and Flame\\nRank 0/3\\nYour Shadow Bolt, Shadowburn, Chaos Bolt and Incinerate spells gain an additional {value:7/14/21}% of your bonus spell damage effects.\\n \\nCost: 1 \\nLevel: 45\\nID 1130288\\nCharacterAdvancement ID 13409\\n"
},
{
"name": "Improved Soul Leech",
"spellId": 111889,
"iconTexture": "Interface\\Icons\\Ability_Warlock_ImprovedSoulLeech",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Soul Leech\\nRank 0/2\\nRequires 3 points in Soul Leech\\nYour Soul Leech effect also restores mana to you and your summoned demon equal to {value:1/2}% of maximum mana, and has a {value:50/100}% chance to grant up to 10 party or raid members mana regeneration equal to {value:1/2}% of maximum mana per 5 sec. Lasts for 15 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1154117\\nCharacterAdvancement ID 13414\\n"
},
{
"name": "Backdraft",
"spellId": 111888,
"iconTexture": "Interface\\Icons\\Ability_Warlock_Backdraft",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Backdraft\\nRank 0/3\\nRequires 1 point in Conflagrate\\nWhen you cast Conflagrate, the cast time and global cooldown of your next three Destruction spells is reduced by {value:10/20/30}%. Lasts 15 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1147258\\nCharacterAdvancement ID 13416\\n"
},
{
"name": "Shadowfury",
"spellId": 111676,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Shadowfury",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shadowfury\\nRank 0/1\\n103 Mana\\nInstant cast\\nShadowfury is unleashed, causing 343 to 407 Shadow damage and stunning all enemies within 8 yds for 3 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1130283\\nCharacterAdvancement ID 13419\\n"
},
{
"name": "Empowered Imp",
"spellId": 112045,
"iconTexture": "Interface\\Icons\\Ability_Warlock_EmpoweredImp",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Empowered Imp\\nRank 0/3\\nIncreases the damage done by your Imp by {value:10/20/30}%, and all critical hits done by your Imp have a {value:33/66/100}% chance to increase your spell critical hit chance for your next spell by 100%. This effect lasts 8 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1147220\\nCharacterAdvancement ID 13420\\n"
},
{
"name": "Fire and Brimstone",
"spellId": 111890,
"iconTexture": "Interface\\Icons\\Ability_Warlock_FireandBrimstone",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Fire and Brimstone\\nRank 0/3\\nIncreases the damage done by your Incinerate and Chaos Bolt spells to targets afflicted by your Immolate by {value:4/8/12}%, and the critical strike chance of your Conflagrate spell is increased by {value:9/18/27}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1147266\\nCharacterAdvancement ID 13423\\n"
},
{
"name": "Chaos Bolt",
"spellId": 111891,
"iconTexture": "Interface\\Icons\\Ability_Warlock_ChaosBolt",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Chaos Bolt\\nRank 0/1\\n26 Mana\\n2.48 sec cast\\nSends a bolt of chaotic fire at the enemy, dealing 870 to 1049 Shadowflame damage. Chaos Bolt cannot be resisted, and pierces through all absorption effects.\\n \\nCost: 1 \\nLevel: 60\\nID 1150796\\nCharacterAdvancement ID 13428\\n"
}
]
},
"Afflication": {
"tabIndex": 2,
"talents": [
{
"name": "Improved Curse of Agony",
"spellId": 1284,
"iconTexture": "Interface\\Icons\\Spell_Shadow_CurseOfSargeras",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Curse of Agony\\nRank 0/3\\nIncreases the damage done by your Curse of Agony by {value:10/20/30}%.\n\nCapstone Bonus: Curse of Agony can critically hit. \\n \\nCost: 1 \\nLevel: 10\\nID 18827\\nCharacterAdvancement ID 691\\n"
},
{
"name": "Improved Curse of Agony",
"spellId": 111284,
"iconTexture": "Interface\\Icons\\Spell_Shadow_CurseOfSargeras",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Curse of Agony\\nRank 0/2\\nIncreases the damage done by your Curse of Agony by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1118827\\nCharacterAdvancement ID 13429\\n"
},
{
"name": "Death's Grasp",
"spellId": 1005,
"iconTexture": "Interface\\Icons\\_D3shadowpower",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Death's Grasp\\nRank 0/3\\nIncreases your chance to hit with spells and abilities by {value:1/2/3}%.\n\nIncreases your spell haste by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 10\\nID 18174\\nCharacterAdvancement ID 657\\n"
},
{
"name": "Suppression",
"spellId": 111005,
"iconTexture": "Interface\\Icons\\Spell_Shadow_UnsummonBuilding",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Suppression\\nRank 0/3\\nIncreases your chance to hit with spells by {value:1/2/3}%, and reduces the mana cost of your Affliction spells by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1118174\\nCharacterAdvancement ID 13431\\n"
},
{
"name": "Improved Corruption",
"spellId": 1003,
"iconTexture": "Interface\\Icons\\Spell_Shadow_AbominationExplosion",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Corruption\\nRank 0/3\\nIncreases the damage done by your Corruption by {value:3/6/9}%.\n\nIncreases the critical strike chance of your Seed of Corruption by {value:1/2/3}%.\n\nCapstone Bonus: Corruption now benefits from spell haste.\\n \\nCost: 1 \\nLevel: 10\\nID 17810\\nCharacterAdvancement ID 655\\n"
},
{
"name": "Improved Corruption",
"spellId": 111003,
"iconTexture": "Interface\\Icons\\Spell_Shadow_AbominationExplosion",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Corruption\\nRank 0/5\\nIncreases the damage done by your Corruption by {value:2/4/6/8/10}%, and increases the critical strike chance of your Seed of Corruption by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1117810\\nCharacterAdvancement ID 13434\\n"
},
{
"name": "Improved Curse of Weakness",
"spellId": 111006,
"iconTexture": "Interface\\Icons\\Spell_Shadow_CurseOfMannoroth",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Curse of Weakness\\nRank 0/2\\nIncreases the amount of attack power reduced by your Curse of Weakness by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1118179\\nCharacterAdvancement ID 13439\\n"
},
{
"name": "Improved Drain Soul",
"spellId": 111101,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Haunting",
"tier": 2,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Drain Soul\\nRank 0/2\\nReturns {value:7/14}% of your maximum mana if the target is killed by you while you drain its soul. In addition, your Affliction spells generate {value:10/20}% less threat.\\n \\nCost: 1 \\nLevel: 15\\nID 1118213\\nCharacterAdvancement ID 13441\\n"
},
{
"name": "Improved Life Tap",
"spellId": 111007,
"iconTexture": "Interface\\Icons\\Spell_Shadow_BurningSpirit",
"tier": 2,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Life Tap\\nRank 0/2\\nIncreases the amount of Mana awarded by your Life Tap spell by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1118182\\nCharacterAdvancement ID 13443\\n"
},
{
"name": "Soul Siphon",
"spellId": 111004,
"iconTexture": "Interface\\Icons\\Spell_Shadow_LifeDrain02",
"tier": 2,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Soul Siphon\\nRank 0/2\\nIncreases the amount drained by your Drain Life and Drain Soul spells by an additional {value:3/6}% for each of your Affliction effects on the target, up to a maximum of {value:9/18}% additional effect.\\n \\nCost: 1 \\nLevel: 15\\nID 1117804\\nCharacterAdvancement ID 13445\\n"
},
{
"name": "Improved Fear",
"spellId": 112205,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Possession",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Fear\\nRank 0/2\\nCauses your Fear spell to inflict a Nightmare on the target when the fear effect ends. The Nightmare effect reduces the target's movement speed by {value:15/30}% for 5 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1153754\\nCharacterAdvancement ID 13447\\n"
},
{
"name": "Fel Concentration",
"spellId": 111001,
"iconTexture": "Interface\\Icons\\Spell_Shadow_FingerOfDeath",
"tier": 3,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Fel Concentration\\nRank 0/3\\nReduces the pushback suffered from damaging attacks while casting Drain Life, Drain Mana, Drain Soul, Unstable Affliction, and Haunt by {value:23/46/70}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1117783\\nCharacterAdvancement ID 13449\\n"
},
{
"name": "Amplify Curse",
"spellId": 111061,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Contagion",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Amplify Curse\\nRank 0/1\\nReduces the global cooldown of your Curses by 0.5 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1118288\\nCharacterAdvancement ID 13452\\n"
},
{
"name": "Grim Reach",
"spellId": 111021,
"iconTexture": "Interface\\Icons\\Spell_Shadow_CallofBone",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Grim Reach\\nRank 0/2\\nIncreases the range of your Affliction spells by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1118218\\nCharacterAdvancement ID 13453\\n"
},
{
"name": "Nightfall",
"spellId": 111002,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Twilight",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Nightfall\\nRank 0/2\\nGives your Corruption and Drain Life spells a {value:1/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%.\n\nThis chance increases by an additional {value:1/2}% every time Shadow Trance does not trigger.\\n \\nCost: 1 \\nLevel: 25\\nID 1118094\\nCharacterAdvancement ID 13455\\n"
},
{
"name": "Empowered Corruption",
"spellId": 111764,
"iconTexture": "Interface\\Icons\\Spell_Shadow_AbominationExplosion",
"tier": 4,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Empowered Corruption\\nRank 0/3\\nIncreases the damage of your Corruption spell by an amount equal to {value:12/24/36}% of your spell power.\\n \\nCost: 1 \\nLevel: 25\\nID 1132381\\nCharacterAdvancement ID 13457\\n"
},
{
"name": "Shadow Embrace",
"spellId": 111763,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowEmbrace",
"tier": 5,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Shadow Embrace\\nRank 0/5\\nYour Shadow Bolt and Haunt spells apply the Shadow Embrace effect, increasing all shadow periodic damage dealt to the target by you by {value:1/2/3/4/5}%, and reduces all periodic healing done to the target by {value:2/4/6/8/10}%. Lasts for 12 sec. Stacks up to 3 times.\\n \\nCost: 1 \\nLevel: 30\\nID 1132385\\nCharacterAdvancement ID 13460\\n"
},
{
"name": "Siphon Life",
"spellId": 111041,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Requiem",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Siphon Life\\nRank 0/1\\nWhen you deal damage with your Corruption spell, you are instantly healed for 40% of the damage done. In addition, the damage done by your Corruption, Seed of Corruption and Unstable Affliction damage over time effects is increased by 5%.\\n \\nCost: 1 \\nLevel: 30\\nID 1163108\\nCharacterAdvancement ID 13465\\n"
},
{
"name": "Curse of Exhaustion",
"spellId": 111081,
"iconTexture": "Interface\\Icons\\Spell_Shadow_GrimWard",
"tier": 5,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Curse of Exhaustion\\nRank 0/1\\nRequires 1 point in Amplify Curse\\n22 Mana\\nInstant cast\\nReduces the target's movement speed by 30% for 12 sec. Only one Curse per Warlock can be active on any one target.\\n \\nCost: 1 \\nLevel: 30\\nID 1118223\\nCharacterAdvancement ID 13466\\n"
},
{
"name": "Improved Felhunter",
"spellId": 111873,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonFelHunter",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Felhunter\\nRank 0/2\\nYour Felhunter regains {value:4/8}% of its maximum mana each time it hits with its Shadow Bite ability and the cooldown on that ability is reduced by {value:2/4} sec. In addition, increases the effect of your Felhunter's Fel Intelligence by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1154037\\nCharacterAdvancement ID 13467\\n"
},
{
"name": "Shadow Mastery",
"spellId": 111042,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadeTrueSight",
"tier": 6,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Shadow Mastery\\nRank 0/5\\nRequires 1 point in Siphon Life\\nIncreases the damage dealt or life drained by your Shadow spells and your Felhunter's Shadow Bite ability by {value:3/6/9/12/15}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1118271\\nCharacterAdvancement ID 13469\\n"
},
{
"name": "Eradication",
"spellId": 111878,
"iconTexture": "Interface\\Icons\\Ability_Warlock_Eradication",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Eradication\\nRank 0/3\\nWhen you deal damage with Corruption, you have {value:6/12/18}% chance to increase your spell casting speed by {value:6/12/18}% for 10 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1147195\\nCharacterAdvancement ID 13474\\n"
},
{
"name": "Contagion",
"spellId": 111669,
"iconTexture": "Interface\\Icons\\Spell_Shadow_PainfulAfflictions",
"tier": 7,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Contagion\\nRank 0/3\\nIncreases the damage of Curse of Agony, Corruption and Seed of Corruption by {value:2/4/6}% and reduces the chance your helpful Affliction spells and damage over time effects will be dispelled by an additional {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1130060\\nCharacterAdvancement ID 13477\\n"
},
{
"name": "Dark Pact",
"spellId": 111022,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DarkRitual",
"tier": 7,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Dark Pact\\nRank 0/1\\n100 yd range\\nInstant\\nDrains 350 of your summoned demon's Mana, returning 100% to you.\\n \\nCost: 1 \\nLevel: 40\\nID 1118220\\nCharacterAdvancement ID 13482\\n"
},
{
"name": "Improved Howl of Terror",
"spellId": 111668,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathScream",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Howl of Terror\\nRank 0/2\\nReduces the casting time of your Howl of Terror spell by {value:0.8/1.6} sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1130054\\nCharacterAdvancement ID 13483\\n"
},
{
"name": "Malediction",
"spellId": 111667,
"iconTexture": "Interface\\Icons\\Spell_Shadow_CurseOfAchimonde",
"tier": 8,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Malediction\\nRank 0/3\\nIncreases your spell damage by {value:1/2/3}%, and increases the periodic critical strike chance of your Corruption and Unstable Affliction spells by {value:3/6/9}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1132477\\nCharacterAdvancement ID 13485\\n"
},
{
"name": "Death's Embrace",
"spellId": 111875,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathsEmbrace",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Death's Embrace\\nRank 0/3\\nIncreases the amount drained by your Drain Life by {value:10/20/30}% while your health is at or below 20% health, and increases the damage done by your Shadow spells by {value:4/8/12}% when your target is at or below 35% health.\\n \\nCost: 1 \\nLevel: 50\\nID 1147198\\nCharacterAdvancement ID 13488\\n"
},
{
"name": "Unstable Affliction",
"spellId": 111670,
"iconTexture": "Interface\\Icons\\Spell_Shadow_UnstableAffliction_3",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Unstable Affliction\\nRank 0/1\\nRequires 5 points in Contagion\\n57 Mana\\n1.49 sec cast\\nShadow energy slowly destroys the target, causing 550 damage over 15 sec. In addition, if the Unstable Affliction is dispelled it will cause 1210 damage to the dispeller and silence them for 5 sec. Only one Unstable Affliction or Immolate per Warlock can be active on any one target.\\n \\nCost: 1 \\nLevel: 50\\nID 1130108\\nCharacterAdvancement ID 13491\\n"
},
{
"name": "Pandemic",
"spellId": 112245,
"iconTexture": "Interface\\Icons\\Spell_Shadow_UnstableAffliction_2",
"tier": 9,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Pandemic\\nRank 0/1\\nRequires 1 point in Unstable Affliction\\nGrants the periodic damage from your Corruption and Unstable Affliction spells the ability to critically hit for 100% increased damage, and increases the critical strike damage bonus of your Haunt spell by 100%.\\n \\nCost: 1 \\nLevel: 50\\nID 1158435\\nCharacterAdvancement ID 13492\\n"
},
{
"name": "Everlasting Affliction",
"spellId": 111876,
"iconTexture": "Interface\\Icons\\Ability_Warlock_EverlastingAffliction",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Everlasting Affliction\\nRank 0/3\\nYour Corruption and Unstable Affliction spells gain an additional {value:2/4/6}% of your bonus spell damage, and your Drain Life, Drain Soul, Shadow Bolt, and Haunt spells have a {value:33/66/100}% chance to reset the duration of your Corruption spell on the target.\\n \\nCost: 1 \\nLevel: 55\\nID 1147201\\nCharacterAdvancement ID 13493\\n"
},
{
"name": "Haunt",
"spellId": 112041,
"iconTexture": "Interface\\Icons\\Ability_Warlock_Haunt",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Haunt\\nRank 0/1\\n45 Mana\\n1.49 sec cast\\nYou send a ghostly soul into the target, dealing 405 to 473 Shadow damage and increasing all damage done by your Shadow damage-over-time effects on the target by 20% for 12 sec. When the Haunt spell ends or is dispelled, the soul returns to you, healing you for 100% of the damage it did to the target.\\n \\nCost: 1 \\nLevel: 60\\nID 1148181\\nCharacterAdvancement ID 13498\\n"
}
]
},
"Demonology": {
"tabIndex": 3,
"talents": [
{
"name": "Improved Healthstone",
"spellId": 1221,
"iconTexture": "Interface\\Icons\\INV_Stone_04",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Healthstone\\nRank 0/2\\nIncreases your stamina by {value:1/2}%.\n\nIncreases the healing you take from healthstones by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 10\\nID 18692\\nCharacterAdvancement ID 675\\n"
},
{
"name": "Improved Healthstone",
"spellId": 111221,
"iconTexture": "Interface\\Icons\\INV_Stone_04",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Healthstone\\nRank 0/2\\nIncreases the amount of Health restored by your Healthstone by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1118692\\nCharacterAdvancement ID 13499\\n"
},
{
"name": "Improved Imp",
"spellId": 1222,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonImp",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Imp\\nRank 0/3\\nIncreases the damage dealt by your Imp and Wild Imps by {value:8/16/24}% and the effect of Fire Shield and Blood Pact by {value:7/14/21}%.\\n \\nCost: 1 \\nLevel: 10\\nID 18694\\nCharacterAdvancement ID 676\\n"
},
{
"name": "Improved Imp",
"spellId": 111222,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonImp",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Imp\\nRank 0/3\\nIncreases the effect of your Imp's Firebolt, Fire Shield, and Blood Pact spells by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1118694\\nCharacterAdvancement ID 13501\\n"
},
{
"name": "Demonic Embrace",
"spellId": 1223,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Metamorphosis",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Embrace\\nRank 0/3\\nIncreases the percentage of damage shared via your Soul Link by an additional {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 10\\nID 18697\\nCharacterAdvancement ID 677\\n"
},
{
"name": "Demonic Embrace",
"spellId": 111223,
"iconTexture": "Interface\\Icons\\Spell_Shadow_Metamorphosis",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Embrace\\nRank 0/3\\nIncreases your total Stamina by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1118697\\nCharacterAdvancement ID 13504\\n"
},
{
"name": "Fel Synergy",
"spellId": 1883,
"iconTexture": "Interface\\Icons\\Spell_Shadow_FelMending",
"tier": 1,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Fel Synergy\\nRank 0/2\\nYou have a 50% chance to heal your pet for 15% of the amount of spell damage done by you.\\n \\nCost: 1 \\nLevel: 10\\nID 47230\\nCharacterAdvancement ID 981\\n"
},
{
"name": "Infernal Fortitude",
"spellId": 5985,
"iconTexture": "Interface\\Icons\\ability_demonhunter_spectank",
"tier": 1,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Infernal Fortitude\\nRank 0/2\\nWhile Immolation Aura (Dark Apotheosis) is active you gain {value:5/10}% damage reduction, and heal for {value:5/10}% of all damage taken.\\nID 275529\\n"
},
{
"name": "Fel Synergy",
"spellId": 111883,
"iconTexture": "Interface\\Icons\\Spell_Shadow_FelMending",
"tier": 1,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Fel Synergy\\nRank 0/2\\nYou have a 50% chance to heal your pet for 15% of the amount of spell damage done by you.\\n \\nCost: 1 \\nLevel: 10\\nID 1147230\\nCharacterAdvancement ID 13507\\n"
},
{
"name": "Burning Resolve",
"spellId": 9671,
"iconTexture": "Interface\\Icons\\ability_demonhunter_immolation",
"tier": 1,
"column": 5,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Burning Resolve\\nRank 0/3\\nIncreases your Parry chance by {value:1/2/3}%, Stamina by {value:1/2/3}% and causes your Immolation Aura to reduce the attack speed of nearby enemies by {value:7/14/21}% while active.\\nID 901314\\n"
},
{
"name": "Improved Health Funnel",
"spellId": 111224,
"iconTexture": "Interface\\Icons\\Spell_Shadow_LifeDrain",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Health Funnel\\nRank 0/2\\nIncreases the amount of Health transferred by your Health Funnel spell by {value:10/20}% and reduces the health cost by {value:10/20}%. In addition, your summoned Demon takes {value:15/30}% less damage while under the effect of your Health Funnel.\\n \\nCost: 1 \\nLevel: 15\\nID 1118703\\nCharacterAdvancement ID 13509\\n"
},
{
"name": "Demonic Brutality",
"spellId": 111225,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonVoidWalker",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Brutality\\nRank 0/3\\nIncreases the effectiveness of your Voidwalker's Torment, Consume Shadows, Sacrifice and Suffering spells by {value:10/20/30}%, and increases the attack power bonus on your Felguard's Demonic Frenzy effect by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1118705\\nCharacterAdvancement ID 13511\\n"
},
{
"name": "Fel Vitality",
"spellId": 111242,
"iconTexture": "Interface\\Icons\\Spell_Holy_MagicalSentry",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Fel Vitality\\nRank 0/3\\nIncreases the Stamina and Intellect of your Imp, Voidwalker, Succubus, Felhunter and Felguard by {value:5/10/15}% and increases your maximum health and mana by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1118731\\nCharacterAdvancement ID 13514\\n"
},
{
"name": "Improved Succubus",
"spellId": 111243,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonSuccubus",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Succubus\\nRank 0/3\\nReduces the cast time of your Succubus' Seduction by {value:22/44/66}%, and increases the duration of your Succubus' Seduction and Lesser Invisibility spells by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1118754\\nCharacterAdvancement ID 13517\\n"
},
{
"name": "Soul Link",
"spellId": 111282,
"iconTexture": "Interface\\Icons\\Spell_Shadow_GatherShadows",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Soul Link\\nRank 0/1\\n61 Mana\\nInstant cast\\nWhen active, 20% of all damage taken by the caster is taken by your Imp, Voidwalker, Succubus, Felhunter, Felguard, or enslaved demon instead. That damage cannot be prevented. Lasts as long as the demon is active and controlled.\\n \\nCost: 1 \\nLevel: 20\\nID 1119028\\nCharacterAdvancement ID 13520\\n"
},
{
"name": "Fel Domination",
"spellId": 111226,
"iconTexture": "Interface\\Icons\\Spell_Nature_RemoveCurse",
"tier": 3,
"column": 3,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Fel Domination\\nRank 0/1\\nInstant\\nYour next Imp, Voidwalker, Succubus, Felhunter or Felguard Summon spell has its casting time reduced by 5.5 sec and its Mana cost reduced by 50%.\\n \\nCost: 1 \\nLevel: 20\\nID 1118708\\nCharacterAdvancement ID 13521\\n"
},
{
"name": "Demonic Aegis",
"spellId": 111671,
"iconTexture": "Interface\\Icons\\Spell_Shadow_RagingScream",
"tier": 3,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Aegis\\nRank 0/3\\nIncreases the effectiveness of your Demon Armor, Summoner's Armor and Fel Armor spells by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1130143\\nCharacterAdvancement ID 13522\\n"
},
{
"name": "Unholy Power",
"spellId": 111262,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowWordDominate",
"tier": 4,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Unholy Power\\nRank 0/5\\nRequires 1 point in Soul Link\\nIncreases the damage done by your Voidwalker, Succubus, Felhunter and Felguard's melee attacks and your Imp's Firebolt by {value:4/8/12/16/20}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1118769\\nCharacterAdvancement ID 13525\\n"
},
{
"name": "Master Summoner",
"spellId": 111227,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ImpPhaseShift",
"tier": 4,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Master Summoner\\nRank 0/2\\nRequires 1 point in Fel Domination\\nReduces the casting time of your Imp, Voidwalker, Succubus, Felhunter and Fel Guard Summoning spells by {value:2/4} sec and the Mana cost by {value:20/40}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1118709\\nCharacterAdvancement ID 13530\\n"
},
{
"name": "Mana Feed",
"spellId": 111281,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ManaFeed",
"tier": 5,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Mana Feed\\nRank 0/1\\nRequires 5 points in Unholy Power\\nWhen you gain mana from Drain Mana or Life Tap spells, your summoned demon gains 100% of the mana you gain.\\n \\nCost: 1 \\nLevel: 30\\nID 1130326\\nCharacterAdvancement ID 13532\\n"
},
{
"name": "Master Conjuror",
"spellId": 111261,
"iconTexture": "Interface\\Icons\\INV_Ammo_FireTar",
"tier": 5,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Master Conjuror\\nRank 0/2\\nIncreases the combat ratings gained from your conjured Firestone and Spellstone by {value:150/300}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1118767\\nCharacterAdvancement ID 13533\\n"
},
{
"name": "Master Demonologist",
"spellId": 111244,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ShadowPact",
"tier": 6,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Master Demonologist\\nRank 0/5\\nRequires 5 points in Unholy Power\\nGrants both the Warlock and the summoned demon an effect as long as that demon is active.\n\nImp - Increases your Fire damage by {value:1/2/3/4/5}%, and increases the critical effect chance of your Fire spells by {value:1/2/3/4/5}%.\n\nVoidwalker - Reduces Physical damage taken by {value:2/4/6/8/10}%.\n\nSuccubus - Increases your Shadow damage by {value:1/2/3/4/5}%, and increases the critical effect chance of your Shadow spells by {value:1/2/3/4/5}%.\n\nFelhunter - Reduces all spell damage taken by {value:2/4/6/8/10}%.\n\nFelguard - Increases all damage done by {value:1/2/3/4/5}%, and reduces all damage taken by {value:1/2/3/4/5}%.\n\nEnslaved Demons - Increases all damage done by {value:1/2/3/4/5}%, and reduces all damage taken by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1123785\\nCharacterAdvancement ID 13535\\n"
},
{
"name": "Molten Core",
"spellId": 111283,
"iconTexture": "Interface\\Icons\\Ability_Warlock_MoltenCore",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Molten Core\\nRank 0/3\\nIncreases the duration of your Immolate by {value:3/6/9} sec, and you have a {value:4/8/12}% chance to gain the Molten Core effect when your Corruption deals damage. The Molten Core effect empowers your next 3 Incinerate or Soul Fire spells cast within 15 sec.\n\nIncinerate - Increases damage done by {value:6/12/18}% and reduces cast time by {value:10/20/30}%.\n\nSoul Fire - Increases damage done by {value:6/12/18}% and increases critical strike chance by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1147245\\nCharacterAdvancement ID 13540\\n"
},
{
"name": "Demonic Resilience",
"spellId": 111680,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DemonicFortitude",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Resilience\\nRank 0/3\\nReduces the chance you'll be critically hit by melee and spells by {value:1/2/3}% and reduces all damage your summoned demon takes by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1130319\\nCharacterAdvancement ID 13543\\n"
},
{
"name": "Demonic Empowerment",
"spellId": 111880,
"iconTexture": "Interface\\Icons\\Ability_Warlock_DemonicEmpowerment",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Demonic Empowerment\\nRank 0/1\\nRequires 5 points in Master Demonologist\\n22 Mana\\nInstant cast\\nGrants the Warlock's summoned demon Empowerment.\n\nImp - Increases the Imp's spell critical strike chance by 20% for 30 sec.\n\nVoidwalker - Increases the Voidwalker's health by 20%, and its threat generated from spells and attacks by 20% for 20 sec.\n\nSuccubus - Instantly vanishes, causing the Succubus to go into an improved Invisibility state. The vanish effect removes all stuns, snares and movement impairing effects from the Succubus.\n\nFelhunter - Dispels all magical effects from the Felhunter.\n\nFelguard - Increases the Felguard's attack speed by 20% and breaks all stun, snare and movement impairing effects and makes your Felguard immune to them for 15 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1147193\\nCharacterAdvancement ID 13546\\n"
},
{
"name": "Demonic Knowledge",
"spellId": 111263,
"iconTexture": "Interface\\Icons\\Spell_Shadow_ImprovedVampiricEmbrace",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Knowledge\\nRank 0/3\\nIncreases your spell damage by an amount equal to {value:4/8/12}% of the total of your active demon's Stamina plus Intellect.\\n \\nCost: 1 \\nLevel: 40\\nID 1135691\\nCharacterAdvancement ID 13547\\n"
},
{
"name": "Demonic Tactics",
"spellId": 111673,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DemonicTactics",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Tactics\\nRank 0/3\\nIncreases melee and spell critical strike chance for you and your summoned demon by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 45\\nID 1130242\\nCharacterAdvancement ID 13550\\n"
},
{
"name": "Decimation",
"spellId": 112261,
"iconTexture": "Interface\\Icons\\Spell_Fire_Fireball02",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Decimation\\nRank 0/2\\nWhen you Shadow Bolt, Incinerate or Soul Fire a target that is at or below 35% health, the cast time of Soul Fire spell is reduced by {value:20/40}% for 10 sec. Soul Fires cast under the effect of Decimation cost no shard.\\n \\nCost: 1 \\nLevel: 45\\nID 1163156\\nCharacterAdvancement ID 13555\\n"
},
{
"name": "Improved Demonic Tactics",
"spellId": 111882,
"iconTexture": "Interface\\Icons\\Ability_Warlock_ImprovedDemonicTactics",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Demonic Tactics\\nRank 0/3\\nRequires 5 points in Demonic Tactics\\nIncreases your summoned demon's critical strike chance equal to {value:10/20/30}% of your critical strike chance.\\n \\nCost: 1 \\nLevel: 50\\nID 1154347\\nCharacterAdvancement ID 13557\\n"
},
{
"name": "Summon Felguard",
"spellId": 111672,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonFelGuard",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Summon Felguard\\nRank 0/1\\n306 Mana\\n9.91 sec cast\\nReagents:\nSoul Shard\\nSummons a Felguard under the command of the Warlock.\\n \\nCost: 1 \\nLevel: 50\\nID 1130146\\nCharacterAdvancement ID 13560\\n"
},
{
"name": "Nemesis",
"spellId": 111884,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DemonicEmpathy",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Nemesis\\nRank 0/3\\nReduces the cooldown of your Demonic Empowerment, Metamorphosis, and Fel Domination spells by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1163117\\nCharacterAdvancement ID 13561\\n"
},
{
"name": "Demonic Pact",
"spellId": 111885,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DemonicPact",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Demonic Pact\\nRank 0/3\\nIncreases your spell damage by {value:4/8/12}%, and your pet's criticals apply the Demonic Pact effect to yourself, party and raid members. Demonic Pact increases spell power by {value:4/8/12}% of your Spell Damage for 45 sec. This effect has a 20 sec cooldown. Does not work on Enslaved demons.\\n \\nCost: 1 \\nLevel: 55\\nID 1147236\\nCharacterAdvancement ID 13564\\n"
},
{
"name": "Metamorphosis",
"spellId": 111886,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DemonForm",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Metamorphosis\\nRank 0/1\\nInstant\\nYou transform into a Demon for 30 sec. This form increases your armor by 600%, damage by 20%, reduces the chance you'll be critically hit by melee attacks by 6% and reduces the duration of stun and snare effects by 50%. You gain some unique demon abilities in addition to your normal abilities. 3 minute cooldown.\\n \\nCost: 1 \\nLevel: 60\\nID 1159672\\nCharacterAdvancement ID 13569\\n"
}
]
}
}
+957
View File
@@ -0,0 +1,957 @@
{
"Arms": {
"tabIndex": 1,
"talents": [
{
"name": "Improved Heroic Strike",
"spellId": 124,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Ambush",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Heroic Strike\\nRank 0/3\\nIncreases the damage of your Heroic Strike by {value:3/6/9}% and reduces the rage cost by {value:2/4/6}.\\n \\nCost: 1 \\nLevel: 10\\nID 12282\\nCharacterAdvancement ID 438\\n"
},
{
"name": "Improved Heroic Strike",
"spellId": 110124,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Ambush",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Heroic Strike\\nRank 0/3\\nReduces the cost of your Heroic Strike ability by {value:1/2/3} rage point.\\n \\nCost: 1 \\nLevel: 10\\nID 1112282\\nCharacterAdvancement ID 12228\\n"
},
{
"name": "Deflection",
"spellId": 130,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Deflection\\nRank 0/3\\nIncreases your Parry chance by {value:1/2/3}% and Stamina by {value:1/2/3}%.\n\nCapstone Bonus: You gain damage reduction against direct damage spells equal to 33% of your Parry chance.\n\nThe Capstone effect is only active while wielding a single Two-Handed Weapon.\n\nHold SHIFT for more information\\n \\nCost: 1 \\nLevel: 10\\nID 16462\\nCharacterAdvancement ID 444\\n"
},
{
"name": "Deflection",
"spellId": 110130,
"iconTexture": "Interface\\Icons\\Ability_Parry",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Deflection\\nRank 0/5\\nIncreases your Parry chance by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1116462\\nCharacterAdvancement ID 12231\\n"
},
{
"name": "Improved Rend",
"spellId": 127,
"iconTexture": "Interface\\Icons\\Ability_Gouge",
"tier": 1,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Rend\\nRank 0/2\\nIncreases the bleed damage done by your Rend ability by {value:10/20}% and its critical strike chance by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 10\\nID 12286\\nCharacterAdvancement ID 441\\n"
},
{
"name": "Improved Rend",
"spellId": 110127,
"iconTexture": "Interface\\Icons\\Ability_Gouge",
"tier": 1,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Rend\\nRank 0/2\\nIncreases the bleed damage done by your Rend ability by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1112286\\nCharacterAdvancement ID 12236\\n"
},
{
"name": "Improved Charge",
"spellId": 110126,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Charge",
"tier": 2,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Charge\\nRank 0/2\\nIncreases the amount of rage generated by your Charge ability by {value:5/10}.\\n \\nCost: 1 \\nLevel: 15\\nID 1112285\\nCharacterAdvancement ID 12238\\n"
},
{
"name": "Iron Will",
"spellId": 110641,
"iconTexture": "Interface\\Icons\\Spell_Magic_MageArmor",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Iron Will\\nRank 0/3\\nReduces the duration of all Stun and Charm effects used against you by {value:7/14/21}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1112300\\nCharacterAdvancement ID 12240\\n"
},
{
"name": "Tactical Mastery",
"spellId": 110128,
"iconTexture": "Interface\\Icons\\Spell_Nature_EnchantArmor",
"tier": 2,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Tactical Mastery\\nRank 0/3\\nYou retain up to an additional {value:5/10/15} of your rage points when you change stances. Also greatly increases the threat generated by your Bloodthirst and Mortal Strike abilities when you are in Defensive Stance.\\n \\nCost: 1 \\nLevel: 15\\nID 1112295\\nCharacterAdvancement ID 12243\\n"
},
{
"name": "Improved Overpower",
"spellId": 110131,
"iconTexture": "Interface\\Icons\\INV_Sword_05",
"tier": 3,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Overpower\\nRank 0/2\\nIncreases the critical strike chance of your Overpower ability by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1112290\\nCharacterAdvancement ID 12246\\n"
},
{
"name": "Anger Management",
"spellId": 110137,
"iconTexture": "Interface\\Icons\\Spell_Holy_BlessingOfStamina",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Anger Management\\nRank 0/1\\nGenerates 1 rage per 3 seconds.\\n \\nCost: 1 \\nLevel: 20\\nID 1112296\\nCharacterAdvancement ID 12248\\n"
},
{
"name": "Impale",
"spellId": 110662,
"iconTexture": "Interface\\Icons\\Ability_SearingArrow",
"tier": 3,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Impale\\nRank 0/2\\nIncreases the critical strike damage bonus of your abilities by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1116493\\nCharacterAdvancement ID 12249\\n"
},
{
"name": "Deep Wounds",
"spellId": 110121,
"iconTexture": "Interface\\Icons\\Ability_BackStab",
"tier": 3,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Deep Wounds\\nRank 0/3\\nRequires 2 points in Impale\\nYour critical strikes cause the opponent to bleed, dealing {value:16/32/48}% of your melee weapon's average damage over 6 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1112834\\nCharacterAdvancement ID 12251\\n"
},
{
"name": "Two-Handed Weapon Specialization",
"spellId": 110136,
"iconTexture": "Interface\\Icons\\INV_Axe_09",
"tier": 4,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Two-Handed Weapon Specialization\\nRank 0/3\\nIncreases the damage you deal with two-handed melee weapons by {value:2/4/6}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1112163\\nCharacterAdvancement ID 12254\\n"
},
{
"name": "Taste for Blood",
"spellId": 112232,
"iconTexture": "Interface\\Icons\\Ability_Rogue_HungerforBlood",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Taste for Blood\\nRank 0/3\\nWhenever your Rend ability causes damage, you have a {value:33/66/100}% chance of allowing the use of your Overpower ability for 9 sec. 1 charge. This effect will not occur more than once every 6 sec.\\n \\nCost: 1 \\nLevel: 25\\nID 1156636\\nCharacterAdvancement ID 12257\\n"
},
{
"name": "Poleaxe Specialization",
"spellId": 110132,
"iconTexture": "Interface\\Icons\\INV_Axe_06",
"tier": 5,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Poleaxe Specialization\\nRank 0/5\\nIncreases your chance to get a critical strike and the critical damage caused with Axes and Polearms by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1112700\\nCharacterAdvancement ID 12260\\n"
},
{
"name": "Sweeping Strikes",
"spellId": 110133,
"iconTexture": "Interface\\Icons\\Ability_Rogue_SliceDice",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Sweeping Strikes\\nRank 0/1\\n30 Rage\\nInstant\\nRequires Battle Stance, Berserker Stance\\nYour next 5 melee attacks strike an additional nearby opponent.\\n \\nCost: 1 \\nLevel: 30\\nID 1112328\\nCharacterAdvancement ID 12265\\n"
},
{
"name": "Mace Specialization",
"spellId": 110125,
"iconTexture": "Interface\\Icons\\INV_Mace_01",
"tier": 5,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Mace Specialization\\nRank 0/5\\nYour attacks with maces ignore up to {value:3/6/9/12/15}% of your opponent's armor.\\n \\nCost: 1 \\nLevel: 30\\nID 1112284\\nCharacterAdvancement ID 12266\\n"
},
{
"name": "Sword Specialization",
"spellId": 110123,
"iconTexture": "Interface\\Icons\\INV_Sword_27",
"tier": 5,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Sword Specialization\\nRank 0/5\\nGives you a {value:2/4/6/8/10}% chance to get an extra attack on the same target after hitting your target with your Sword. This effect cannot occur more than once every 6 seconds.\\n \\nCost: 1 \\nLevel: 30\\nID 1112281\\nCharacterAdvancement ID 12271\\n"
},
{
"name": "Weapon Mastery",
"spellId": 110134,
"iconTexture": "Interface\\Icons\\Ability_Warrior_WeaponMastery",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Weapon Mastery\\nRank 0/2\\nReduces the chance for your attacks to be dodged by {value:1/2}% and reduces the duration of all Disarm effects used against you by {value:25/50}%. This does not stack with other Disarm duration reducing effects.\\n \\nCost: 1 \\nLevel: 35\\nID 1120504\\nCharacterAdvancement ID 12276\\n"
},
{
"name": "Improved Hamstring",
"spellId": 110129,
"iconTexture": "Interface\\Icons\\Ability_ShockWave",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Hamstring\\nRank 0/3\\nGives your Hamstring ability a {value:5/10/15}% chance to immobilize the target for 5 sec.\\n \\nCost: 1 \\nLevel: 35\\nID 1112289\\nCharacterAdvancement ID 12278\\n"
},
{
"name": "Trauma",
"spellId": 111859,
"iconTexture": "Interface\\Icons\\Ability_Warrior_BloodNova",
"tier": 6,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Trauma\\nRank 0/2\\nYour melee critical strikes increase the effectiveness of Bleed effects on the target by {value:15/30}% for 1 min.\\n \\nCost: 1 \\nLevel: 35\\nID 1146854\\nCharacterAdvancement ID 12281\\n"
},
{
"name": "Second Wind",
"spellId": 111663,
"iconTexture": "Interface\\Icons\\Ability_Hunter_Harass",
"tier": 7,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Second Wind\\nRank 0/2\\nWhenever you are struck by a Stun or Immobilize effect you will generate {value:18/36} rage and {value:5/10}% of your total health over 10 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1129834\\nCharacterAdvancement ID 12283\\n"
},
{
"name": "Mortal Strike",
"spellId": 110135,
"iconTexture": "Interface\\Icons\\Ability_Warrior_SavageBlow",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Mortal Strike\\nRank 0/1\\nRequires 1 point in Sweeping Strikes\\n30 Rage\\nInstant\\nRequires Melee Weapon\\nA vicious strike that deals weapon damage plus 141 and wounds the target, reducing the effectiveness of any healing by 50% for 10 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1112294\\nCharacterAdvancement ID 12285\\n"
},
{
"name": "Strength of Arms",
"spellId": 111862,
"iconTexture": "Interface\\Icons\\Ability_Warrior_OffensiveStance",
"tier": 7,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Strength of Arms\\nRank 0/2\\nIncreases your total Strength and Stamina by {value:2/4}% and your expertise by {value:2/4}.\\n \\nCost: 1 \\nLevel: 40\\nID 1146865\\nCharacterAdvancement ID 12286\\n"
},
{
"name": "Improved Slam",
"spellId": 112233,
"iconTexture": "Interface\\Icons\\Ability_Warrior_DecisiveStrike",
"tier": 7,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Slam\\nRank 0/2\\nDecreases the swing time of your Slam ability by {value:0.5/1.0} sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1112862\\nCharacterAdvancement ID 12288\\n"
},
{
"name": "Juggernaut",
"spellId": 112283,
"iconTexture": "Interface\\Icons\\Ability_Warrior_BullRush",
"tier": 8,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Juggernaut\\nRank 0/1\\nYour Charge ability is now usable while in combat, but the cooldown on Charge is increased by 5 sec. Following a Charge, your next Slam or Mortal Strike has an additional 25% chance to critically hit if used within 10 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1164976\\nCharacterAdvancement ID 12290\\n"
},
{
"name": "Improved Mortal Strike",
"spellId": 111824,
"iconTexture": "Interface\\Icons\\Ability_Warrior_SavageBlow",
"tier": 8,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Mortal Strike\\nRank 0/2\\nRequires 1 point in Mortal Strike\\nIncreases the damage caused by your Mortal Strike ability by {value:5/10}% and reduces the cooldown by {value:0.8/1.6} sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1135446\\nCharacterAdvancement ID 12291\\n"
},
{
"name": "Unrelenting Assault",
"spellId": 111860,
"iconTexture": "Interface\\Icons\\Ability_Warrior_UnrelentingAssault",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Unrelenting Assault\\nRank 0/2\\nReduces the cooldown of your Overpower and Revenge abilities by {value:2/4} secs and increases the damage done by both abilities by {value:10/20}%. In addition, if you strike a player with Overpower while they are casting, their magical damage and healing will be reduced by 25% for 6 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1146859\\nCharacterAdvancement ID 12294\\n"
},
{
"name": "Sudden Death",
"spellId": 111662,
"iconTexture": "Interface\\Icons\\Ability_Warrior_ImprovedDisciplines",
"tier": 9,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sudden Death\\nRank 0/3\\nYour melee hits have a chance of allowing the use of Execute regardless of the target's health state. This chance increases with every hit until it occurs. In addition, you keep at least 1 rage after using Execute.\\n \\nCost: 1 \\nLevel: 50\\nID 1129723\\nCharacterAdvancement ID 12296\\n"
},
{
"name": "Endless Rage",
"spellId": 111661,
"iconTexture": "Interface\\Icons\\Ability_Warrior_EndlessRage",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Endless Rage\\nRank 0/1\\nYou generate 25% more rage from damage dealt.\\n \\nCost: 1 \\nLevel: 50\\nID 1129623\\nCharacterAdvancement ID 12299\\n"
},
{
"name": "Blood Frenzy",
"spellId": 111664,
"iconTexture": "Interface\\Icons\\Ability_Warrior_BloodFrenzy",
"tier": 9,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Blood Frenzy\\nRank 0/2\\nIncreases your melee attack speed by {value:5/10}%. In addition your Rend and Deep Wounds abilities also increase all physical damage caused to that target by {value:2/4}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1129836\\nCharacterAdvancement ID 12300\\n"
},
{
"name": "Wrecking Crew",
"spellId": 112231,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Trauma",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Wrecking Crew\\nRank 0/3\\nYour melee critical hits Enrage you, increasing all damage caused by {value:3/6/9}% for 12 sec. This effect does not stack with Enrage.\\n \\nCost: 1 \\nLevel: 55\\nID 1146867\\nCharacterAdvancement ID 12302\\n"
},
{
"name": "Bladestorm",
"spellId": 111863,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Bladestorm",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Bladestorm\\nRank 0/1\\n25 Rage\\nInstant\\nRequires Melee Weapon\\nInstantly Whirlwind up to 6 nearby targets dealing 120% weapon damage and for the next 6 sec you will perform a whirlwind attack every 1 sec. While under the effects of Bladestorm, you can move but cannot perform any other abilities but you do not feel pity or remorse or fear and you cannot be stopped unless killed.\\n \\nCost: 1 \\nLevel: 60\\nID 1146924\\nCharacterAdvancement ID 12307\\n"
}
]
},
"Protection": {
"tabIndex": 2,
"talents": [
{
"name": "Improved Bloodrage",
"spellId": 142,
"iconTexture": "Interface\\Icons\\Ability_Racial_BloodRage",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Bloodrage\\nRank 0/2\\nIncreases the rage generated by your Bloodrage ability by {value:25/50}%.\n\nWhile in Defensive Stance your Bloodrage reduces your damage taken by {value:2/4}%.\n\nCapstone Bonus: Casting Bloodrage clears your current Stagger.\n\nHold SHIFT for more information\\n \\nCost: 1 \\nLevel: 10\\nID 12301\\nCharacterAdvancement ID 455\\n"
},
{
"name": "Improved Bloodrage",
"spellId": 110142,
"iconTexture": "Interface\\Icons\\Ability_Racial_BloodRage",
"tier": 1,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Bloodrage\\nRank 0/2\\nIncreases the rage generated by your Bloodrage ability by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1112301\\nCharacterAdvancement ID 12308\\n"
},
{
"name": "Shield Specialization",
"spellId": 1601,
"iconTexture": "Interface\\Icons\\INV_Shield_06",
"tier": 1,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Shield Specialization\\nRank 0/3\\nIncreases your chance to block attacks with a shield by {value:4/8/12}%.\n\nYou have a {value:33/66/100}% chance to generate 5 rage when a block, dodge, or parry occurs.\\n \\nCost: 1 \\nLevel: 10\\nID 12298\\nCharacterAdvancement ID 766\\n"
},
{
"name": "Shield Specialization",
"spellId": 111601,
"iconTexture": "Interface\\Icons\\INV_Shield_06",
"tier": 1,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Shield Specialization\\nRank 0/5\\nIncreases your chance to block attacks with a shield by {value:1/2/3/4/5}% and has a {value:20/40/60/80/100}% chance to generate 5 rage when a block, dodge, or parry occurs.\\n \\nCost: 1 \\nLevel: 10\\nID 1112298\\nCharacterAdvancement ID 12310\\n"
},
{
"name": "Improved Thunder Clap",
"spellId": 141,
"iconTexture": "Interface\\Icons\\Ability_ThunderClap",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Thunder Clap\\nRank 0/3\\nReduces the cost of your Thunder Clap ability by {value:4/8/12} rage point and increases the damage by {value:10/20/30}% and the slowing effect by an additional {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 10\\nID 12287\\nCharacterAdvancement ID 454\\n"
},
{
"name": "Improved Thunder Clap",
"spellId": 110141,
"iconTexture": "Interface\\Icons\\Ability_ThunderClap",
"tier": 1,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Thunder Clap\\nRank 0/3\\nReduces the cost of your Thunder Clap ability by {value:1/2/3} rage point and increases the damage by {value:10/20/30}% and the slowing effect by an additional {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1112287\\nCharacterAdvancement ID 12315\\n"
},
{
"name": "Incite",
"spellId": 110144,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Incite",
"tier": 2,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Incite\\nRank 0/3\\nIncreases the critical strike chance of your Heroic Strike, Thunder Clap and Cleave abilities by {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1150685\\nCharacterAdvancement ID 12318\\n"
},
{
"name": "Anticipation",
"spellId": 110138,
"iconTexture": "Interface\\Icons\\Spell_Nature_MirrorImage",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Anticipation\\nRank 0/5\\nIncreases your Dodge chance by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1112297\\nCharacterAdvancement ID 12321\\n"
},
{
"name": "Last Stand",
"spellId": 110153,
"iconTexture": "Interface\\Icons\\Spell_Holy_AshesToAshes",
"tier": 3,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Last Stand\\nRank 0/1\\nInstant\\nWhen activated, this ability temporarily grants you 30% of your maximum health for 20 sec. After the effect expires, the health is lost.\\n \\nCost: 1 \\nLevel: 20\\nID 1112975\\nCharacterAdvancement ID 12326\\n"
},
{
"name": "Improved Revenge",
"spellId": 110147,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Revenge",
"tier": 3,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Revenge\\nRank 0/2\\nIncreases damage of your Revenge ability by {value:30/60}% and causes Revenge to strike an additional target for 50% damage.\\n \\nCost: 1 \\nLevel: 20\\nID 1112797\\nCharacterAdvancement ID 12327\\n"
},
{
"name": "Shield Mastery",
"spellId": 111654,
"iconTexture": "Interface\\Icons\\Ability_Warrior_ShieldMastery",
"tier": 3,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Shield Mastery\\nRank 0/2\\nIncreases your block value by {value:15/30}% and reduces the cooldown of your Shield Block ability by {value:10/20} sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1129598\\nCharacterAdvancement ID 12329\\n"
},
{
"name": "Toughness",
"spellId": 110140,
"iconTexture": "Interface\\Icons\\Spell_Holy_Devotion",
"tier": 3,
"column": 4,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Toughness\\nRank 0/3\\nIncreases your armor value from items by {value:4/8/12}% and reduces the duration of all movement slowing effects by {value:10/20/30}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1112299\\nCharacterAdvancement ID 12331\\n"
},
{
"name": "Improved Spell Reflection",
"spellId": 112247,
"iconTexture": "Interface\\Icons\\Ability_Warrior_ShieldReflection",
"tier": 4,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Spell Reflection\\nRank 0/2\\nReduces the chance you'll be hit by spells by {value:2/4}% and when the ability is used it will reflect the first spell cast against the {value:4/8} closest party members within 20 yards.\\n \\nCost: 1 \\nLevel: 25\\nID 1159088\\nCharacterAdvancement ID 12336\\n"
},
{
"name": "Improved Disarm",
"spellId": 110151,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Disarm",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Disarm\\nRank 0/2\\nReduces the cooldown of your Disarm ability by {value:10/20} sec and causes the target to take an additional {value:5/10}% damage while disarmed.\\n \\nCost: 1 \\nLevel: 25\\nID 1112313\\nCharacterAdvancement ID 12338\\n"
},
{
"name": "Puncture",
"spellId": 110146,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Sunder",
"tier": 4,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Puncture\\nRank 0/3\\nReduces the rage cost of your Sunder Armor and Devastate abilities by {value:1/2/3}.\\n \\nCost: 1 \\nLevel: 25\\nID 1112308\\nCharacterAdvancement ID 12340\\n"
},
{
"name": "Improved Disciplines",
"spellId": 110150,
"iconTexture": "Interface\\Icons\\Ability_Warrior_ShieldWall",
"tier": 5,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Disciplines\\nRank 0/2\\nReduces the cooldown of your Shield Wall, Retaliation and Recklessness abilities by {value:30/60} secs.\\n \\nCost: 1 \\nLevel: 30\\nID 1112312\\nCharacterAdvancement ID 12343\\n"
},
{
"name": "Concussion Blow",
"spellId": 110152,
"iconTexture": "Interface\\Icons\\Ability_ThunderBolt",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Concussion Blow\\nRank 0/1\\n15 Rage\\nInstant\\nRequires Melee Weapon\\nStuns the opponent for 5 sec and deals 15 damage (based on attack power).\\n \\nCost: 1 \\nLevel: 30\\nID 1112809\\nCharacterAdvancement ID 12345\\n"
},
{
"name": "Gag Order",
"spellId": 110149,
"iconTexture": "Interface\\Icons\\Ability_Warrior_ShieldBash",
"tier": 5,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Gag Order\\nRank 0/2\\nGives your Shield Bash and Heroic Throw abilities a {value:50/100}% chance to silence the target for 3 sec and increases the damage of your Shield Slam ability by {value:5/10}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1112311\\nCharacterAdvancement ID 12346\\n"
},
{
"name": "One-Handed Weapon Specialization",
"spellId": 110702,
"iconTexture": "Interface\\Icons\\INV_Sword_20",
"tier": 6,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "One-Handed Weapon Specialization\\nRank 0/5\\nIncreases physical damage you deal when a one-handed melee weapon is equipped by {value:2/4/6/8/10}%.\\n \\nCost: 1 \\nLevel: 35\\nID 1116538\\nCharacterAdvancement ID 12348\\n"
},
{
"name": "Improved Defensive Stance",
"spellId": 111652,
"iconTexture": "Interface\\Icons\\Ability_Warrior_DefensiveStance",
"tier": 7,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Defensive Stance\\nRank 0/2\\nWhile in Defensive Stance all spell damage taken is reduced by {value:3/6}% and the chance you'll be critically hit by monsters' melee attacks is reduced by {value:3/6}%.\n\nDodging, Blocking or Parrying an attack has a {value:50/100}% chance to Enrage you, increasing Physical damage caused by 5% for 12 sec.\\n \\nCost: 1 \\nLevel: 40\\nID 1129593\\nCharacterAdvancement ID 12353\\n"
},
{
"name": "Vigilance",
"spellId": 110148,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Vigilance",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Vigilance\\nRank 0/1\\nRequires 1 point in Concussion Blow\\n30 yd range\\nInstant\\nFocus your protective gaze on a group or raid target, reducing their damage taken by 3% and transfers -10% of the threat they cause to you. In addition, each time they are hit by an attack your Taunt cooldown is refreshed. Lasts 30 min. This effect can only be on one target at a time.(This spell cannot miss)\\n \\nCost: 1 \\nLevel: 40\\nID 1150720\\nCharacterAdvancement ID 12355\\n"
},
{
"name": "Focused Rage",
"spellId": 111660,
"iconTexture": "Interface\\Icons\\Ability_Warrior_FocusedRage",
"tier": 7,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Focused Rage\\nRank 0/3\\nReduces the rage cost of your offensive abilities by {value:1/2/3}.\\n \\nCost: 1 \\nLevel: 40\\nID 1129787\\nCharacterAdvancement ID 12356\\n"
},
{
"name": "Vitality",
"spellId": 111653,
"iconTexture": "Interface\\Icons\\INV_Helmet_21",
"tier": 8,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Vitality\\nRank 0/3\\nIncreases your total Strength by {value:2/4/6}%, Stamina by {value:3/6/9}% and your Expertise by {value:2/4/6}.\\n \\nCost: 1 \\nLevel: 45\\nID 1129140\\nCharacterAdvancement ID 12359\\n"
},
{
"name": "Safeguard",
"spellId": 111870,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Safeguard",
"tier": 8,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Safeguard\\nRank 0/2\\nReduces damage taken by the target of your Intervene ability by {value:15/30}% for 6 sec.\\n \\nCost: 1 \\nLevel: 45\\nID 1146945\\nCharacterAdvancement ID 12362\\n"
},
{
"name": "Warbringer",
"spellId": 112236,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Warbringer",
"tier": 9,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Warbringer\\nRank 0/1\\nYour Charge, Intercept and Intervene abilities are now usable while in combat and in any stance. In addition, your Intervene ability will remove all movement impairing effects.\\n \\nCost: 1 \\nLevel: 50\\nID 1157499\\nCharacterAdvancement ID 12364\\n"
},
{
"name": "Critical Block",
"spellId": 111893,
"iconTexture": "Interface\\Icons\\Ability_Warrior_CriticalBlock",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Critical Block\\nRank 0/3\\nYour successful blocks have a {value:20/40/60}% chance to block double the normal amount and increases your chance to critically hit with your Shield Slam ability by an additional {value:5/10/15}%.\\n \\nCost: 1 \\nLevel: 50\\nID 1147294\\nCharacterAdvancement ID 12366\\n"
},
{
"name": "Sword and Board",
"spellId": 111871,
"iconTexture": "Interface\\Icons\\Ability_Warrior_SwordandBoard",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Sword and Board\\nRank 0/3\\nIncreases the critical strike chance of your Devastate ability by {value:5/10/15}% and when your Devastate or Revenge ability deals damage it has a {value:10/20/30}% chance of refreshing the cooldown of your Shield Slam ability and reducing its cost by 100% for 5 sec.\\n \\nCost: 1 \\nLevel: 55\\nID 1146951\\nCharacterAdvancement ID 12369\\n"
},
{
"name": "Damage Shield",
"spellId": 112246,
"iconTexture": "Interface\\Icons\\INV_Shield_31",
"tier": 10,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Damage Shield\\nRank 0/2\\nWhenever you take damage from or block a melee attack you cause damage equal to {value:10/20}% of your block value.\\n \\nCost: 1 \\nLevel: 55\\nID 1158872\\nCharacterAdvancement ID 12372\\n"
},
{
"name": "Shockwave",
"spellId": 111872,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Shockwave",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Shockwave\\nRank 0/1\\n15 Rage\\nInstant\\nSends a wave of force in front of the warrior, causing 29 damage (based on attack power) and stunning all enemy targets within 10 yards in a frontal cone for 4 sec.\\n \\nCost: 1 \\nLevel: 60\\nID 1146968\\nCharacterAdvancement ID 12374\\n"
}
]
},
"Fury": {
"tabIndex": 3,
"talents": [
{
"name": "Armored to the Teeth",
"spellId": 112250,
"iconTexture": "Interface\\Icons\\INV_Shoulder_22",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Armored to the Teeth\\nRank 0/3\\nIncreases your attack power by 1 for every {value:108/72/36} armor value you have.\\n \\nCost: 1 \\nLevel: 10\\nID 1161216\\nCharacterAdvancement ID 12375\\n"
},
{
"name": "Armored to the Teeth",
"spellId": 2250,
"iconTexture": "Interface\\Icons\\INV_Shoulder_22",
"tier": 1,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Armored to the Teeth\\nRank 0/3\\nIncreases your melee attack power by 1 for every {value:150/100/50} armor value you have.\\n \\nCost: 1 \\nLevel: 10\\nID 61216\\nCharacterAdvancement ID 1123\\n"
},
{
"name": "Booming Voice",
"spellId": 158,
"iconTexture": "Interface\\Icons\\Spell_Nature_Purge",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Booming Voice\\nRank 0/2\\nIncreases the duration of your Battle Shout, Demoralizing Shout and Commanding Shout by {value:50/100}% and increases their area of effect by {value:25/50}%.\n\nIncreases the melee attack power reduction of your Demoralizing Shout by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 10\\nID 12321\\nCharacterAdvancement ID 469\\n"
},
{
"name": "Booming Voice",
"spellId": 110158,
"iconTexture": "Interface\\Icons\\Spell_Nature_Purge",
"tier": 1,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Booming Voice\\nRank 0/2\\nIncreases the area of effect and duration of your Battle Shout, Demoralizing Shout and Commanding Shout by {value:25/50}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1112321\\nCharacterAdvancement ID 12378\\n"
},
{
"name": "Cruelty",
"spellId": 157,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Eviscerate",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Cruelty\\nRank 0/5\\nIncreases your melee and ranged critical strike chance by {value:1/2/3/4/5}%.\n\nIncreases your total Strength by {value:1/2/3/4/5}%.\n\nCapstone Bonus: The periodic damage from your Rend can critically hit.\\n \\nCost: 1 \\nLevel: 10\\nID 12320\\nCharacterAdvancement ID 468\\n"
},
{
"name": "Dual Wield Mastery",
"spellId": 3500,
"iconTexture": "Interface\\Icons\\inv_glaive_1h_artifactaldrochi_d_01dual",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Dual Wield Mastery\\nRank 0/5\\nIncreases your melee attack speed by {value:2/4/6/8/10}%.\n\nIncreases the damage done by your off-hand weapon by {value:7/14/21/28/35}%.\n\nHold SHIFT for more information\\n \\nCost: 1 \\nLevel: 10\\nID 813715\\nCharacterAdvancement ID 28968\\n"
},
{
"name": "Cruelty",
"spellId": 110157,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Eviscerate",
"tier": 1,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Cruelty\\nRank 0/5\\nIncreases your chance to get a critical strike with melee weapons by {value:1/2/3/4/5}%.\\n \\nCost: 1 \\nLevel: 10\\nID 1112320\\nCharacterAdvancement ID 12380\\n"
},
{
"name": "Improved Demoralizing Shout",
"spellId": 110161,
"iconTexture": "Interface\\Icons\\Ability_Warrior_WarCry",
"tier": 2,
"column": 2,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Demoralizing Shout\\nRank 0/5\\nIncreases the melee attack power reduction of your Demoralizing Shout by {value:8/16/24/32/40}%.\\n \\nCost: 1 \\nLevel: 15\\nID 1112324\\nCharacterAdvancement ID 12385\\n"
},
{
"name": "Unbridled Wrath",
"spellId": 110159,
"iconTexture": "Interface\\Icons\\Spell_Nature_StoneClawTotem",
"tier": 2,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Unbridled Wrath\\nRank 0/5\\nGives you a chance to generate an additional rage point when you deal melee damage with a weapon.\\n \\nCost: 1 \\nLevel: 15\\nID 1112322\\nCharacterAdvancement ID 12390\\n"
},
{
"name": "Improved Cleave",
"spellId": 110166,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Cleave",
"tier": 3,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Improved Cleave\\nRank 0/3\\nIncreases the bonus damage done by your Cleave ability by {value:40/80/120}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1112329\\nCharacterAdvancement ID 12395\\n"
},
{
"name": "Piercing Howl",
"spellId": 110160,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathScream",
"tier": 3,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Piercing Howl\\nRank 0/1\\n10 Rage\\nInstant\\nCauses all enemies within 10 yards to be Dazed, reducing movement speed by 50% for 6 sec.\\n \\nCost: 1 \\nLevel: 20\\nID 1112323\\nCharacterAdvancement ID 12398\\n"
},
{
"name": "Blood Craze",
"spellId": 110661,
"iconTexture": "Interface\\Icons\\Spell_Shadow_SummonImp",
"tier": 3,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Blood Craze\\nRank 0/3\\nRegenerates {value:2/4/6}% of your total Health over 6 sec after being the victim of a critical strike.\\n \\nCost: 1 \\nLevel: 20\\nID 1116487\\nCharacterAdvancement ID 12399\\n"
},
{
"name": "Commanding Presence",
"spellId": 110154,
"iconTexture": "Interface\\Icons\\Spell_Nature_FocusedMind",
"tier": 3,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Commanding Presence\\nRank 0/5\\nIncreases the melee attack power bonus of your Battle Shout and the health bonus of your Commanding Shout by {value:5/10/15/20/25}%.\\n \\nCost: 1 \\nLevel: 20\\nID 1112318\\nCharacterAdvancement ID 12402\\n"
},
{
"name": "Dual Wield Specialization",
"spellId": 111581,
"iconTexture": "Interface\\Icons\\Ability_DualWield",
"tier": 4,
"column": 1,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Dual Wield Specialization\\nRank 0/5\\nIncreases the damage done by your off-hand weapon by {value:5/10/15/20/25}%.\\n \\nCost: 1 \\nLevel: 25\\nID 1123584\\nCharacterAdvancement ID 12407\\n"
},
{
"name": "Improved Execute",
"spellId": 111542,
"iconTexture": "Interface\\Icons\\INV_Sword_48",
"tier": 4,
"column": 2,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Execute\\nRank 0/2\\nReduces the rage cost of your Execute ability by {value:2/4}.\\n \\nCost: 1 \\nLevel: 25\\nID 1120502\\nCharacterAdvancement ID 12412\\n"
},
{
"name": "Enrage",
"spellId": 110155,
"iconTexture": "Interface\\Icons\\Spell_Shadow_UnholyFrenzy",
"tier": 4,
"column": 3,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Enrage\\nRank 0/5\\nGives you a 30% chance to receive a {value:2/4/6/8/10}% damage bonus for 12 sec after being the victim of a damaging attack. This effect does not stack with Wrecking Crew.\\n \\nCost: 1 \\nLevel: 25\\nID 1112317\\nCharacterAdvancement ID 12414\\n"
},
{
"name": "Precision",
"spellId": 111657,
"iconTexture": "Interface\\Icons\\Ability_Marksmanship",
"tier": 5,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Precision\\nRank 0/3\\nIncreases your chance to hit with melee weapons by {value:1/2/3}%.\\n \\nCost: 1 \\nLevel: 30\\nID 1129590\\nCharacterAdvancement ID 12419\\n"
},
{
"name": "Death Wish",
"spellId": 110165,
"iconTexture": "Interface\\Icons\\Spell_Shadow_DeathPact",
"tier": 5,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Death Wish\\nRank 0/1\\n10 Rage\\nInstant\\nWhen activated you become enraged, increasing your physical damage by 20% but increasing all damage taken by 5%. Lasts 30 sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1112292\\nCharacterAdvancement ID 12422\\n"
},
{
"name": "Improved Intercept",
"spellId": 111543,
"iconTexture": "Interface\\Icons\\Ability_Rogue_Sprint",
"tier": 5,
"column": 3,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Intercept\\nRank 0/2\\nReduces the cooldown of your Intercept ability by {value:5/10} sec.\\n \\nCost: 1 \\nLevel: 30\\nID 1129888\\nCharacterAdvancement ID 12423\\n"
},
{
"name": "Improved Berserker Rage",
"spellId": 111541,
"iconTexture": "Interface\\Icons\\Spell_Nature_AncestralGuardian",
"tier": 6,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Berserker Rage\\nRank 0/2\\nThe Berserker Rage ability will generate {value:10/20} rage when used.\\n \\nCost: 1 \\nLevel: 35\\nID 1120500\\nCharacterAdvancement ID 12425\\n"
},
{
"name": "Flurry",
"spellId": 110156,
"iconTexture": "Interface\\Icons\\Ability_GhoulFrenzy",
"tier": 6,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Flurry\\nRank 0/3\\nIncreases your attack speed by {value:8/16/24}% for your next 3 swings after dealing a melee critical strike.\\n \\nCost: 1 \\nLevel: 35\\nID 1112319\\nCharacterAdvancement ID 12427\\n"
},
{
"name": "Intensify Rage",
"spellId": 111864,
"iconTexture": "Interface\\Icons\\Ability_Warrior_EndlessRage",
"tier": 7,
"column": 1,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Intensify Rage\\nRank 0/3\\nReduces the cooldown of your Bloodrage, Berserker Rage, Recklessness and Death Wish abilities by {value:11/22/33}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1146908\\nCharacterAdvancement ID 12432\\n"
},
{
"name": "Bloodthirst",
"spellId": 110167,
"iconTexture": "Interface\\Icons\\Spell_Nature_BloodLust",
"tier": 7,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Bloodthirst\\nRank 0/1\\nRequires 1 point in Death Wish\\n20 Rage\\nInstant\\nRequires Melee Weapon\\nInstantly attack the target causing 20 damage. In addition, the next 3 successful melee attacks will restore 2% of max health. This effect lasts 8 sec. Damage is based on your attack power.\\n \\nCost: 1 \\nLevel: 40\\nID 1123881\\nCharacterAdvancement ID 12435\\n"
},
{
"name": "Improved Whirlwind",
"spellId": 111655,
"iconTexture": "Interface\\Icons\\Ability_Whirlwind",
"tier": 7,
"column": 4,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Improved Whirlwind\\nRank 0/2\\nIncreases the damage of your Whirlwind ability by {value:10/20}%.\\n \\nCost: 1 \\nLevel: 40\\nID 1129721\\nCharacterAdvancement ID 12436\\n"
},
{
"name": "Furious Attacks",
"spellId": 111865,
"iconTexture": "Interface\\Icons\\Ability_Warrior_FuriousResolve",
"tier": 8,
"column": 1,
"maxRank": 2,
"currentRank": 0,
"tooltip": "Furious Attacks\\nRank 0/2\\nYour normal melee attacks have a chance to reduce all healing done to the target by 25% for 10 sec. This can stack up to 2 times.\\n \\nCost: 1 \\nLevel: 45\\nID 1146910\\nCharacterAdvancement ID 12438\\n"
},
{
"name": "Improved Berserker Stance",
"spellId": 111658,
"iconTexture": "Interface\\Icons\\Ability_Racial_Avatar",
"tier": 8,
"column": 4,
"maxRank": 5,
"currentRank": 0,
"tooltip": "Improved Berserker Stance\\nRank 0/5\\nIncreases Strength by {value:4/8/12/16/20}% and reduces threat caused by {value:2/4/6/8/10}% while in Berserker Stance.\\n \\nCost: 1 \\nLevel: 45\\nID 1129759\\nCharacterAdvancement ID 12440\\n"
},
{
"name": "Heroic Fury",
"spellId": 111868,
"iconTexture": "Interface\\Icons\\Ability_HeroicLeap",
"tier": 9,
"column": 1,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Heroic Fury\\nRank 0/1\\nInstant\\nRemoves any Immobilization effects and refreshes the cooldown of your Intercept ability.\\n \\nCost: 1 \\nLevel: 50\\nID 1160970\\nCharacterAdvancement ID 12445\\n"
},
{
"name": "Rampage",
"spellId": 111659,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Rampage",
"tier": 9,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Rampage\\nRank 0/1\\nRequires 1 point in Bloodthirst\\nIncreases ranged and melee critical hit chance of all party and raid members within 100 yds by 5%.\\n \\nCost: 1 \\nLevel: 50\\nID 1129801\\nCharacterAdvancement ID 12446\\n"
},
{
"name": "Bloodsurge",
"spellId": 111866,
"iconTexture": "Interface\\Icons\\Ability_Warrior_Bloodsurge",
"tier": 9,
"column": 3,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Bloodsurge\\nRank 0/3\\nRequires 1 point in Bloodthirst\\nYour Heroic Strike, Bloodthirst, and Whirlwind hits have a {value:7/14/21}% chance of making your next Slam instant for 8 sec.\\n \\nCost: 1 \\nLevel: 50\\nID 1146913\\nCharacterAdvancement ID 12447\\n"
},
{
"name": "Unending Fury",
"spellId": 112234,
"iconTexture": "Interface\\Icons\\Ability_Warrior_IntensifyRage",
"tier": 10,
"column": 2,
"maxRank": 3,
"currentRank": 0,
"tooltip": "Unending Fury\\nRank 0/3\\nIncreases the damage done by your Slam, Whirlwind and Bloodthirst abilities by {value:4/8/12}%.\\n \\nCost: 1 \\nLevel: 55\\nID 1156927\\nCharacterAdvancement ID 12450\\n"
},
{
"name": "Titan's Grip",
"spellId": 111867,
"iconTexture": "Interface\\Icons\\Ability_Warrior_TitansGrip",
"tier": 11,
"column": 2,
"maxRank": 1,
"currentRank": 0,
"tooltip": "Titan's Grip\\nRank 0/1\\nAllows you to equip two-handed axes, maces and swords in one hand. While you have a two-handed weapon equipped in one hand, your physical damage done is reduced by 10%.\\n \\nCost: 1 \\nLevel: 60\\nID 1146917\\nCharacterAdvancement ID 12455\\n"
}
]
}
}
+14
View File
@@ -0,0 +1,14 @@
export const metadata = {
title: "Ascension Talent Builder",
description: "WoW Ascension Classic+ Talent Builder",
};
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="en">
<body style={{ margin: 0, background: "#1e1e1e", color: "#ddd", fontFamily: "ui-sans-serif, system-ui, Arial" }}>
{children}
</body>
</html>
);
}
+34
View File
@@ -0,0 +1,34 @@
"use client";
import { TalentBuilder } from "../components/TalentBuilder";
import { useSearchParams } from "next/navigation";
import { Suspense } from "react";
function PageContent() {
const searchParams = useSearchParams();
const embedMode = searchParams?.get("embed") === "true";
if (embedMode) {
// Embed mode: no wrapper, no header
return <TalentBuilder />;
}
return (
<div style={{ padding: 16 }}>
<header style={{ marginBottom: 16 }}>
<h1 style={{ margin: 0, fontSize: 22 }}>Ascension Talent Builder</h1>
<p style={{ marginTop: 4, color: "#aaa", fontSize: 13 }}>Prototype Mage (data WIP)</p>
</header>
<main>
<TalentBuilder />
</main>
</div>
);
}
export default function Page() {
return (
<Suspense fallback={<div style={{ padding: 16 }}>Loading...</div>}>
<PageContent />
</Suspense>
);
}
@@ -0,0 +1,612 @@
"use client";
import mage from "../data/mage.sample.json" assert { type: "json" };
import { useEffect, useMemo, useRef, useState } from "react";
import { toGridSpec } from "../lib/transform";
import { TalentGrid } from "./TalentGrid";
import { decodeBuild, encodeBuild } from "../lib/codec";
import type { AscClassTalents, GridSpec } from "../lib/types";
export function TalentBuilder() {
const [iconBase, setIconBase] = useState<string>(() => {
if (typeof window !== "undefined") {
const params = new URLSearchParams(window.location.search);
const override = params.get("iconBase");
if (override) return ensureTrailingSlash(override);
}
const envBase = (process.env.NEXT_PUBLIC_ICON_BASE as string | undefined) || "https://exil.es/icons/talents/";
return ensureTrailingSlash(envBase);
});
const [className, setClassName] = useState<string>(() => {
if (typeof window === "undefined") return "mage";
let params = new URLSearchParams(window.location.search);
let buildParam = params.get("build");
// If no build param and we're in an iframe, try parent URL
if (!buildParam && window.self !== window.top) {
try {
params = new URLSearchParams(window.parent.location.search);
buildParam = params.get("build");
} catch (e) {
// Cross-origin - ignore
}
}
// If build param exists, extract class from it (format: "class....")
if (buildParam && buildParam.includes(".")) {
const [buildClass] = buildParam.split(".");
if (buildClass) return buildClass.toLowerCase();
}
return (params.get("class") || "mage").toLowerCase();
});
const [spec, setSpec] = useState<GridSpec>(() => toGridSpec("mage", mage));
const [loading, setLoading] = useState(false);
const [error, setError] = useState<string | null>(null);
const [showBuildModal, setShowBuildModal] = useState(false);
const [showShareModal, setShowShareModal] = useState(false);
const [showEmbedModal, setShowEmbedModal] = useState(false);
const initialBuildRef = useRef<string | null>(null);
const hasLoadedRef = useRef(false);
const [embedMode, setEmbedMode] = useState<boolean>(() => {
if (typeof window === "undefined") return false;
const params = new URLSearchParams(window.location.search);
return params.get("embed") === "true";
});
// Capture initial build param once (check iframe parent if needed)
useEffect(() => {
let buildParam = new URLSearchParams(window.location.search).get("build");
console.log("[TalentBuilder] Initial build from current URL:", buildParam);
console.log("[TalentBuilder] Current URL:", window.location.href);
console.log("[TalentBuilder] In iframe?", window.self !== window.top);
// If no build param and we're in an iframe, try to get it from parent URL
if (!buildParam && window.self !== window.top) {
try {
console.log("[TalentBuilder] Attempting to read parent URL:", window.parent.location.href);
const parentParams = new URLSearchParams(window.parent.location.search);
buildParam = parentParams.get("build");
console.log("[TalentBuilder] Build from parent URL:", buildParam);
} catch (e) {
// Cross-origin iframe - can't access parent URL
console.log("[TalentBuilder] Cannot access parent URL:", e);
}
}
console.log("[TalentBuilder] Final build param:", buildParam);
initialBuildRef.current = buildParam;
}, []);
// Load class data whenever className changes
useEffect(() => {
let cancelled = false;
async function load() {
setLoading(true);
setError(null);
try {
// Use basePath from env or default to root for dev
const basePath = process.env.NEXT_PUBLIC_BASE_PATH || '';
const res = await fetch(`${basePath}/data/${className}.json`, { cache: "no-cache" });
if (!res.ok) throw new Error(`HTTP ${res.status}`);
const data = (await res.json()) as AscClassTalents;
let next = toGridSpec(className, data);
// Apply build if present
const build = initialBuildRef.current;
if (build) next = decodeBuild(next, build);
if (!cancelled) setSpec(next);
} catch (e: any) {
// Fallback to bundled mage sample for visibility
const fallback = toGridSpec("mage", mage);
if (initialBuildRef.current) {
setSpec(decodeBuild(fallback, initialBuildRef.current));
} else {
setSpec(fallback);
}
setError(`Could not load /data/${className}.json (${e?.message || e}) — showing sample Mage data.`);
} finally {
if (!cancelled) setLoading(false);
}
}
load();
return () => {
cancelled = true;
};
}, [className]);
// Sync URL when spec or class changes (but skip initial load)
useEffect(() => {
// Skip URL sync on first load to avoid overwriting the incoming URL
if (!hasLoadedRef.current) {
hasLoadedRef.current = true;
return;
}
const build = encodeBuild(spec);
const url = new URL(window.location.href);
// Only set build param since it contains the class
url.searchParams.delete("class");
url.searchParams.set("build", build);
window.history.replaceState({}, "", url);
}, [spec, className]);
// Calculate total points spent across all trees
const totalPoints = useMemo(() => {
return spec.trees.reduce((sum, tree) => {
const treePoints = tree.slots.reduce((treeSum, slot) => {
return treeSum + (slot.talent?.currentRank || 0);
}, 0);
return sum + treePoints;
}, 0);
}, [spec]);
// Calculate points spent per tree
const getTreePoints = (treeIndex: number): number => {
return spec.trees[treeIndex].slots.reduce((sum, slot) => {
return sum + (slot.talent?.currentRank || 0);
}, 0);
};
// Parse talent requirement from tooltip (e.g., "Requires 1 point in Presence of Mind")
function parseTalentRequirement(tooltip: string): { requiredTalent: string; requiredPoints: number } | null {
const match = tooltip.match(/Requires (\d+) points? in (.+?)\\n/);
if (match) {
return {
requiredPoints: parseInt(match[1]),
requiredTalent: match[2]
};
}
return null;
}
// Check if talent requirement is met in the current tree
function isTalentRequirementMet(treeIndex: number, requirement: { requiredTalent: string; requiredPoints: number }): boolean {
const tree = spec.trees[treeIndex];
for (const slot of tree.slots) {
if (slot.talent?.name === requirement.requiredTalent) {
return (slot.talent.currentRank || 0) >= requirement.requiredPoints;
}
}
return false;
}
function updateRank(treeIndex: number, slotIndex: number, delta: number) {
setSpec((prev) => {
const next = structuredClone(prev);
const slot = next.trees[treeIndex].slots[slotIndex];
if (!slot.talent) return prev;
const t = slot.talent;
const current = t.currentRank || 0;
// Calculate total points to check against max
const currentTotal = next.trees.reduce((sum, tree) => {
return sum + tree.slots.reduce((treeSum, s) => {
return treeSum + (s.talent?.currentRank || 0);
}, 0);
}, 0);
// If trying to add points
if (delta > 0) {
// Calculate how many points we can actually add
const pointsAvailable = 51 - currentTotal;
const pointsToMax = t.maxRank - current;
const actualDelta = Math.min(delta, pointsAvailable, pointsToMax);
if (actualDelta <= 0) return prev;
// Check tier requirement (WoW logic: need 5 points in tree per tier)
const treePoints = next.trees[treeIndex].slots.reduce((sum, s) => {
return sum + (s.talent?.currentRank || 0);
}, 0);
const requiredPoints = (t.tier - 1) * 5;
if (treePoints < requiredPoints) return prev;
// Check talent-specific requirements (e.g., "Requires 1 point in Presence of Mind")
const requirement = parseTalentRequirement(t.tooltip);
if (requirement) {
// Use current state (prev) to check requirements, not next
const tree = prev.trees[treeIndex];
let reqMet = false;
for (const checkSlot of tree.slots) {
if (checkSlot.talent?.name === requirement.requiredTalent) {
reqMet = (checkSlot.talent.currentRank || 0) >= requirement.requiredPoints;
break;
}
}
if (!reqMet) return prev;
}
t.currentRank = current + actualDelta;
} else if (delta < 0) {
// Removing points (negative delta)
const nextRank = Math.max(0, current + delta);
t.currentRank = nextRank;
}
return next;
});
}
function onClassChange(e: React.ChangeEvent<HTMLSelectElement>) {
const val = e.target.value;
setClassName(val);
// Reset initial build so new class loads fresh; keep URL sync effect to update build
initialBuildRef.current = null;
}
// In embed mode, render only the talent trees (no controls)
if (embedMode) {
return (
<div style={{ display: "flex", gap: 24, flexWrap: "wrap" }}>
{spec.trees.map((t, ti) => {
const treePoints = getTreePoints(ti);
// Hide trees with zero points
if (treePoints === 0) return null;
return (
<section key={t.name} style={{ border: "1px solid #333", borderRadius: 6, padding: "8px", background: "#141414" }}>
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between", marginBottom: 6 }}>
<h2 style={{ margin: 0, fontSize: 16 }}>{t.name}</h2>
<span style={{ fontSize: 13, color: "#4af", fontWeight: 600 }}>({treePoints})</span>
</div>
<TalentGrid
tree={t}
iconBaseUrl={iconBase}
onCellClick={undefined}
/>
</section>
);
})}
</div>
);
}
return (
<div style={{ display: "grid", gap: 24 }}>
<div style={{ display: "flex", alignItems: "center", gap: 12 }}>
<label htmlFor="class-select" style={{ fontSize: 13, color: "#bbb" }}>Class:</label>
<select id="class-select" value={className} onChange={onClassChange} style={selectStyle}>
<option value="mage">Mage</option>
<option value="druid">Druid</option>
<option value="paladin">Paladin</option>
<option value="warlock">Warlock</option>
<option value="priest">Priest</option>
<option value="rogue">Rogue</option>
<option value="warrior">Warrior</option>
<option value="hunter">Hunter</option>
<option value="shaman">Shaman</option>
</select>
<div style={{
fontSize: 14,
fontWeight: 600,
color: totalPoints >= 51 ? "#ffa500" : "#4af",
marginLeft: 8,
padding: "4px 10px",
background: "#222",
borderRadius: 4,
border: "1px solid #444"
}}>
Points: {totalPoints}/51
</div>
<button onClick={() => setShowBuildModal(true)} style={btnStyle} title="Copy build string">
Copy Build
</button>
<button onClick={() => setShowShareModal(true)} style={btnStyle} title="Share URL">
Share URL
</button>
<button onClick={() => setShowEmbedModal(true)} style={btnStyle} title="Get embed code">
Get Embed
</button>
<button onClick={() => setClassName(className)} style={btnStyle} title="Reset all ranks">
Reset
</button>
{loading && <span style={{ fontSize: 12, color: "#888" }}>Loading</span>}
{error && <span style={{ fontSize: 12, color: "#c77" }}>{error}</span>}
</div>
<div style={{ display: "flex", gap: 24, flexWrap: "wrap" }}>
{spec.trees.map((t, ti) => {
const treePoints = getTreePoints(ti);
return (
<section key={t.name} style={{ border: "1px solid #333", borderRadius: 6, padding: "8px", background: "#141414" }}>
<div style={{ display: "flex", alignItems: "center", justifyContent: "space-between", marginBottom: 6 }}>
<h2 style={{ margin: 0, fontSize: 16 }}>{t.name}</h2>
<span style={{ fontSize: 13, color: "#4af", fontWeight: 600 }}>({treePoints})</span>
</div>
<TalentGrid
tree={t}
iconBaseUrl={iconBase}
onCellClick={(slotIdx, e) => {
const talent = t.slots[slotIdx]?.talent;
if (!talent) return;
const current = talent.currentRank || 0;
if (e.shiftKey) {
// Shift+click: max out the talent or reset to 0
const targetRank = current > 0 ? 0 : talent.maxRank;
const delta = targetRank - current;
updateRank(ti, slotIdx, delta);
} else {
// Normal click: add 1 point, or reset to 0 if at max
if (current >= talent.maxRank) {
// At max rank, reset to 0
updateRank(ti, slotIdx, -current);
} else {
// Add 1 point
updateRank(ti, slotIdx, 1);
}
}
}}
/>
</section>
);
})}
</div>
{/* Build String Modal */}
{showBuildModal && (
<div
style={{
position: "fixed",
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: "rgba(0, 0, 0, 0.8)",
display: "flex",
alignItems: "center",
justifyContent: "center",
zIndex: 10000,
}}
onClick={() => setShowBuildModal(false)}
>
<div
style={{
backgroundColor: "#1a1a1a",
padding: "24px",
borderRadius: "8px",
border: "1px solid #444",
maxWidth: "600px",
width: "90%",
}}
onClick={(e) => e.stopPropagation()}
>
<h3 style={{ margin: "0 0 16px", fontSize: 18 }}>Build String</h3>
<textarea
readOnly
value={encodeBuild(spec)}
style={{
width: "100%",
minHeight: "100px",
padding: "8px",
backgroundColor: "#0a0a0a",
color: "#fff",
border: "1px solid #444",
borderRadius: "4px",
fontSize: 14,
fontFamily: "monospace",
resize: "vertical",
}}
onClick={(e) => e.currentTarget.select()}
/>
<div style={{ display: "flex", gap: 8, marginTop: 16 }}>
<button
onClick={() => {
navigator.clipboard.writeText(encodeBuild(spec));
setShowBuildModal(false);
}}
style={btnStyle}
>
Copy to Clipboard
</button>
<button onClick={() => setShowBuildModal(false)} style={btnStyle}>
Close
</button>
</div>
</div>
</div>
)}
{/* Share URL Modal */}
{showShareModal && (
<div
style={{
position: "fixed",
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: "rgba(0, 0, 0, 0.8)",
display: "flex",
alignItems: "center",
justifyContent: "center",
zIndex: 10000,
}}
onClick={() => setShowShareModal(false)}
>
<div
style={{
backgroundColor: "#1a1a1a",
padding: "24px",
borderRadius: "8px",
border: "1px solid #444",
maxWidth: "600px",
width: "90%",
}}
onClick={(e) => e.stopPropagation()}
>
<h3 style={{ margin: "0 0 16px", fontSize: 18 }}>Share Build URL</h3>
<textarea
readOnly
value={(() => {
const build = encodeBuild(spec);
// If in iframe, use parent URL (Wiki.js page), otherwise use direct URL
if (window.self !== window.top) {
try {
const parentOrigin = window.parent.location.origin;
const url = new URL(parentOrigin + "/en/wow/talent-calc");
url.searchParams.set("build", build);
return url.toString();
} catch (e) {
// Fallback to direct URL if can't access parent
const url = new URL(window.location.origin + window.location.pathname);
url.searchParams.set("build", build);
return url.toString();
}
} else {
const url = new URL(window.location.origin + window.location.pathname);
url.searchParams.set("build", build);
return url.toString();
}
})()}
style={{
width: "100%",
minHeight: "80px",
padding: "8px",
backgroundColor: "#0a0a0a",
color: "#fff",
border: "1px solid #444",
borderRadius: "4px",
fontSize: 14,
fontFamily: "monospace",
resize: "vertical",
}}
onClick={(e) => e.currentTarget.select()}
/>
<div style={{ display: "flex", gap: 8, marginTop: 16 }}>
<button
onClick={() => {
const build = encodeBuild(spec);
let shareUrl: string;
// If in iframe, use parent URL (Wiki.js page), otherwise use direct URL
if (window.self !== window.top) {
try {
const parentOrigin = window.parent.location.origin;
const url = new URL(parentOrigin + "/en/wow/talent-calc");
url.searchParams.set("build", build);
shareUrl = url.toString();
} catch (e) {
const url = new URL(window.location.origin + window.location.pathname);
url.searchParams.set("build", build);
shareUrl = url.toString();
}
} else {
const url = new URL(window.location.origin + window.location.pathname);
url.searchParams.set("build", build);
shareUrl = url.toString();
}
navigator.clipboard.writeText(shareUrl);
setShowShareModal(false);
}}
style={btnStyle}
>
Copy to Clipboard
</button>
<button onClick={() => setShowShareModal(false)} style={btnStyle}>
Close
</button>
</div>
</div>
</div>
)}
{/* Embed Code Modal */}
{showEmbedModal && (
<div
style={{
position: "fixed",
top: 0,
left: 0,
right: 0,
bottom: 0,
backgroundColor: "rgba(0, 0, 0, 0.8)",
display: "flex",
alignItems: "center",
justifyContent: "center",
zIndex: 10000,
}}
onClick={() => setShowEmbedModal(false)}
>
<div
style={{
backgroundColor: "#1a1a1a",
padding: "24px",
borderRadius: "8px",
border: "1px solid #444",
maxWidth: "600px",
width: "90%",
}}
onClick={(e) => e.stopPropagation()}
>
<h3 style={{ margin: "0 0 16px", fontSize: 18 }}>Embed Code for Wiki.js</h3>
<textarea
readOnly
value={(() => {
const build = encodeBuild(spec);
const basePath = process.env.NEXT_PUBLIC_BASE_PATH || '/static/talents';
const embedUrl = `${basePath}/?build=${build}&embed=true`;
return `<iframe src="${embedUrl}" width="100%" height="840" style="border: 0px solid #333; border-radius: 8px;"></iframe>`;
})()}
style={{
width: "100%",
minHeight: "120px",
padding: "8px",
backgroundColor: "#0a0a0a",
color: "#fff",
border: "1px solid #444",
borderRadius: "4px",
fontSize: 14,
fontFamily: "monospace",
resize: "vertical",
}}
onClick={(e) => e.currentTarget.select()}
/>
<p style={{ fontSize: 12, color: "#999", marginTop: 12 }}>
This embed will show only the talent trees with points allocated in read-only mode.
</p>
<div style={{ display: "flex", gap: 8, marginTop: 16 }}>
<button
onClick={() => {
const build = encodeBuild(spec);
const basePath = process.env.NEXT_PUBLIC_BASE_PATH || '/static/talents';
const embedUrl = `${basePath}/?build=${build}&embed=true`;
const embedCode = `<iframe src="${embedUrl}" width="320" height="840" style="border: 0px solid #333; border-radius: 8px;"></iframe>`;
navigator.clipboard.writeText(embedCode);
setShowEmbedModal(false);
}}
style={btnStyle}
>
Copy to Clipboard
</button>
<button onClick={() => setShowEmbedModal(false)} style={btnStyle}>
Close
</button>
</div>
</div>
</div>
)}
</div>
);
}
const btnStyle: React.CSSProperties = {
background: "#222",
color: "#ddd",
border: "1px solid #444",
padding: "6px 10px",
borderRadius: 6,
cursor: "pointer",
fontSize: 12,
};
const selectStyle: React.CSSProperties = {
background: "#1a1a1a",
color: "#ddd",
border: "1px solid #444",
padding: "6px 8px",
borderRadius: 6,
fontSize: 12,
};
function ensureTrailingSlash(s: string): string {
return s.endsWith("/") ? s : s + "/";
}
@@ -0,0 +1,98 @@
"use client";
import { iconTextureToFilename } from "../lib/transform";
import type { AscTalent } from "../lib/types";
import Tooltip from "./Tooltip";
type Props = {
talent: AscTalent | null;
iconBaseUrl: string;
};
export function TalentCell({ talent, iconBaseUrl }: Props) {
if (!talent) {
return (
<div
style={{
width: 64,
height: 64,
opacity: 0,
pointerEvents: "none",
}}
/>
);
}
const filename = iconTextureToFilename(talent.iconTexture);
// Special case for achievement icons
const icon = filename === "achievement_garrisonfollower_epic.png"
? "https://exil.es/icons/achievements/" + filename
: iconBaseUrl + filename;
const fallbackIcon = iconBaseUrl + "inv_misc_questionmark.png";
const rank = `${talent.currentRank}/${talent.maxRank}`;
const isUnranked = (talent.currentRank || 0) === 0;
const isMaxed = (talent.currentRank || 0) === talent.maxRank;
// Sanitize tooltip to display real newlines and remove unwanted metadata
let tooltipText = (talent.tooltip || "").replace(/\\n/g, "\n");
// Remove CharacterAdvancement ID line only
tooltipText = tooltipText.replace(/\nCharacterAdvancement ID \d+\n/g, '\n');
// Remove Cost line (always 1)
tooltipText = tooltipText.replace(/\nCost: 1 \n/g, '\n');
// Remove Rank line (already shown on icon)
tooltipText = tooltipText.replace(/\nRank \d+\/\d+\n/g, '\n');
// Clean up extra whitespace
tooltipText = tooltipText.trim();
return (
<Tooltip content={tooltipText} currentRank={talent.currentRank}>
<div style={{ position: "relative", width: 64, height: 64 }}>
<img
src={icon}
alt={talent.name}
width={64}
height={64}
style={{
display: "block",
borderRadius: 6,
border: "1px solid #3a3a3a",
filter: isUnranked ? "grayscale(1)" : "none",
opacity: isUnranked ? 0.5 : 1,
}}
onError={(e) => {
const el = e.currentTarget as HTMLImageElement;
const currentSrc = el.src;
// Try alternative paths for missing icons
if (currentSrc === icon && filename.startsWith("inv_")) {
// Try /icons/items/ for inventory icons
el.src = "https://exil.es/icons/items/" + filename;
} else if (currentSrc !== fallbackIcon) {
// Try fallback icon
el.onerror = null;
el.src = fallbackIcon;
} else {
// All attempts failed, show grayscale placeholder
el.style.opacity = "0.4";
el.style.filter = "grayscale(1)";
}
}}
/>
<div
style={{
position: "absolute",
right: 2,
bottom: 2,
background: "rgba(0,0,0,0.7)",
padding: "2px 5px",
fontSize: 14,
fontWeight: 600,
borderRadius: 4,
border: "1px solid #000",
color: isMaxed ? "#00ff00" : "#ffffff",
}}
>
{rank}
</div>
</div>
</Tooltip>
);
}
@@ -0,0 +1,36 @@
import type { GridTree } from "../lib/types";
import { TalentCell } from "./TalentCell";
export function TalentGrid({
tree,
iconBaseUrl,
onCellClick,
}: {
tree: GridTree;
iconBaseUrl: string;
onCellClick?: (slotIndex: number, e: React.MouseEvent) => void;
}) {
// Calculate the actual number of columns needed
const maxCol = tree.slots.reduce((max, slot) => {
return slot.talent ? Math.max(max, slot.col) : max;
}, 0);
const numCols = maxCol + 1;
return (
<div
style={{
display: "grid",
gridTemplateColumns: `repeat(${numCols}, 64px)`,
gridAutoRows: "64px",
gap: 8,
justifyContent: "start",
}}
>
{tree.slots.map((slot) => (
<div key={slot.index} onClick={(e) => onCellClick && onCellClick(slot.index, e)} style={{ cursor: slot.talent ? "pointer" : "default" }}>
<TalentCell talent={slot.talent} iconBaseUrl={iconBaseUrl} />
</div>
))}
</div>
);
}
+164
View File
@@ -0,0 +1,164 @@
import { ReactNode, useState, useRef, useEffect } from "react";
interface TooltipProps {
content: string;
children: ReactNode;
delay?: number;
currentRank?: number;
}
export default function Tooltip({ content, children, delay = 100, currentRank = 0 }: TooltipProps) {
const [visible, setVisible] = useState(false);
const [position, setPosition] = useState({ x: 0, y: 0 });
const timeoutRef = useRef<NodeJS.Timeout | null>(null);
const containerRef = useRef<HTMLDivElement>(null);
const tooltipRef = useRef<HTMLDivElement>(null);
// Process rank-based values in content with blue color marker
const processedContent = content.replace(/\{value:([^}]+)\}/g, (match, values) => {
const valueArray = values.split('/');
// Use currentRank - 1 as index (rank 1 -> index 0), fallback to last value if rank exceeds array
const index = Math.max(0, Math.min(currentRank - 1, valueArray.length - 1));
const value = valueArray[index] || valueArray[0];
// Use a special marker that will be replaced with blue styling later
return `[[BLUE:${value}]]`;
});
// Split content into first line (bold) and rest
const lines = processedContent.split('\n');
const firstLine = lines[0];
// Format remaining lines with blue styling for mana costs, cast times, and rank-based values
const formattedLines = lines.slice(1).map((line, idx) => {
// Match mana costs, cast times, and our blue markers
const parts: (string | JSX.Element)[] = [];
const regex = /(\d+\s+Mana|Instant(?:\s+cast)?|\[\[BLUE:([^\]]+)\]\])/g;
let lastIndex = 0;
let match;
while ((match = regex.exec(line)) !== null) {
// Add text before match
if (match.index > lastIndex) {
parts.push(line.substring(lastIndex, match.index));
}
// Add matched text in blue
const displayText = match[2] || match[1]; // match[2] is the content inside [[BLUE:...]]
parts.push(
<span key={`${idx}-${match.index}`} style={{ color: "#4af" }}>
{displayText}
</span>
);
lastIndex = match.index + match[0].length;
}
// Add remaining text
if (lastIndex < line.length) {
parts.push(line.substring(lastIndex));
}
return parts.length > 0 ? parts : line;
});
const handleMouseEnter = (e: React.MouseEvent) => {
const rect = containerRef.current?.getBoundingClientRect();
if (rect) {
// Start with default position (centered above element)
let x = rect.left + rect.width / 2;
let y = rect.top - 10;
setPosition({ x, y });
}
timeoutRef.current = setTimeout(() => {
setVisible(true);
}, delay);
};
// Adjust position after tooltip is rendered to keep it in viewport
useEffect(() => {
if (visible && tooltipRef.current) {
const tooltipRect = tooltipRef.current.getBoundingClientRect();
const rect = containerRef.current?.getBoundingClientRect();
if (rect) {
let x = rect.left + rect.width / 2;
let y = rect.top - 10;
// Check if tooltip goes off the right edge
if (x + tooltipRect.width / 2 > window.innerWidth) {
x = window.innerWidth - tooltipRect.width / 2 - 10;
}
// Check if tooltip goes off the left edge
if (x - tooltipRect.width / 2 < 0) {
x = tooltipRect.width / 2 + 10;
}
// Check if tooltip goes off the top edge
if (y - tooltipRect.height < 0) {
// Position below the element instead
y = rect.bottom + 10;
}
setPosition({ x, y });
}
}
}, [visible]);
const handleMouseLeave = () => {
if (timeoutRef.current) {
clearTimeout(timeoutRef.current);
}
setVisible(false);
};
useEffect(() => {
return () => {
if (timeoutRef.current) {
clearTimeout(timeoutRef.current);
}
};
}, []);
return (
<>
<div
ref={containerRef}
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
style={{ display: "inline-block", lineHeight: 0 }}
>
{children}
</div>
{visible && (
<div
ref={tooltipRef}
style={{
position: "fixed",
left: position.x,
top: position.y,
transform: position.y > (containerRef.current?.getBoundingClientRect().bottom || 0)
? "translate(-50%, 0)"
: "translate(-50%, -100%)",
backgroundColor: "#1a1a1a",
color: "#fff",
padding: "8px 12px",
borderRadius: "4px",
fontSize: "14px",
whiteSpace: "pre-wrap",
maxWidth: "300px",
zIndex: 9999,
pointerEvents: "none",
border: "1px solid #444",
boxShadow: "0 2px 8px rgba(0,0,0,0.3)",
}}
>
<div style={{ fontWeight: 700 }}>{firstLine}</div>
{formattedLines.map((line, idx) => (
<div key={idx}>{line}</div>
))}
</div>
)}
</>
);
}
+37
View File
@@ -0,0 +1,37 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": [
"ES2022",
"DOM",
"DOM.Iterable"
],
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"allowJs": false,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"skipLibCheck": true,
"jsx": "preserve",
"types": [
"node"
],
"incremental": true,
"isolatedModules": true,
"plugins": [
{
"name": "next"
}
]
},
"include": [
"next-env.d.ts",
"src/**/*",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}
+62
View File
@@ -0,0 +1,62 @@
#!/usr/bin/env node
import fs from 'node:fs/promises';
import path from 'node:path';
const ICON_BASE = (process.env.ICON_BASE || 'https://exil.es/icons/spells/').replace(/\/?$/, '/');
const dataDir = path.resolve('./talent-builder/public/data');
function toFilename(raw) {
const s = (raw || '').trim().replace(/\\/g, '/');
const base = s.split('/').pop().replace(/\.(blp|png|jpg|jpeg)$/i, '');
return base.toLowerCase() + '.png';
}
const files = await fs.readdir(dataDir);
const jsons = files.filter(f => f.endsWith('.json') && !f.includes('.invalid.'));
const icons = new Set();
for (const f of jsons) {
try {
const j = JSON.parse(await fs.readFile(path.join(dataDir, f), 'utf8'));
for (const tab of Object.values(j)) {
for (const t of tab.talents || []) icons.add(toFilename(t.iconTexture));
}
} catch (e) {
console.error(`Skipping ${f}: ${e.message}`);
}
}
let missing = []; let ok = 0; let foundInItems = 0;
for (const icon of icons) {
const url = ICON_BASE + icon;
try {
const r = await fetch(url, { method: 'HEAD' });
if (!r.ok) {
// Try alternative path for inv_ icons
if (icon.startsWith('inv_')) {
const altUrl = 'https://exil.es/icons/items/' + icon;
const r2 = await fetch(altUrl, { method: 'HEAD' });
if (r2.ok) {
foundInItems++;
ok++;
} else {
missing.push({ icon, status: r.status });
}
} else {
missing.push({ icon, status: r.status });
}
} else {
ok++;
}
} catch (e) { missing.push({ icon, error: String(e) }); }
}
console.log('Icon base:', ICON_BASE);
console.log('Alternative path for inv_* icons: https://exil.es/icons/items/');
console.log('Total unique icons:', icons.size);
console.log('Available in primary path:', ok - foundInItems);
console.log('Available in items path:', foundInItems);
console.log('Total available:', ok);
console.log('Missing:', missing.length);
if (missing.length) {
console.log('\nMissing list:');
for (const m of missing) console.log(m.icon, m.status || m.error || 'ERR');
}