PageRenderTime 60ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/talents/raw/talentimages/priest_files/data.js

https://bitbucket.org/Unity/unity-gamehead
JavaScript | 752 lines | 497 code | 187 blank | 68 comment | 0 complexity | ea8e16a0a1c1b4fad392729f99389277 MD5 | raw file
Possible License(s): LGPL-2.1
  1. var i = 0;
  2. var t = 0;
  3. var className = "Priest Talents";
  4. tree[i] = "Discipline"; i++;
  5. tree[i] = "Holy"; i++;
  6. tree[i] = "Shadow"; i++;
  7. i = 0;
  8. talent[i] = [0, "Unbreakable Will", 5, 2, 1]; i++;
  9. talent[i] = [0, "Wand Specialization", 5, 3, 1]; i++;
  10. talent[i] = [0, "Silent Resolve", 5, 1, 2]; i++;
  11. talent[i] = [0, "Improved Power Word: Fortitude", 2, 2, 2]; i++;
  12. talent[i] = [0, "Improved Power Word: Shield", 3, 3, 2]; i++;
  13. talent[i] = [0, "Martyrdom", 2, 4, 2]; i++;
  14. talent[i] = [0, "Absolution", 3, 1, 3]; i++;
  15. talent[i] = [0, "Inner Focus", 1, 2, 3]; i++;
  16. talent[i] = [0, "Meditation", 3, 3, 3]; i++;
  17. talent[i] = [0, "Improved Inner Fire", 3, 1, 4]; i++;
  18. talent[i] = [0, "Mental Agility", 5, 2, 4]; i++;
  19. talent[i] = [0, "Improved Mana Burn", 2, 4, 4]; i++;
  20. talent[i] = [0, "Mental Strength", 5, 2, 5]; i++;
  21. talent[i] = [0, "Divine Spirit", 1, 3, 5, [getTalentID("Meditation"),3]]; i++;
  22. talent[i] = [0, "Improved Divine Spirit", 2, 4, 5, [getTalentID("Divine Spirit"),1]]; i++;
  23. talent[i] = [0, "Focused Power", 2, 1, 6]; i++;
  24. talent[i] = [0, "Force of Will", 5, 3, 6]; i++;
  25. talent[i] = [0, "Focused Will", 3, 1, 7]; i++;
  26. talent[i] = [0, "Power Infusion", 1, 2, 7, [getTalentID("Mental Strength"),5]]; i++;
  27. talent[i] = [0, "Reflective Shield", 5, 3, 7]; i++;
  28. talent[i] = [0, "Enlightenment", 5, 2, 8]; i++;
  29. talent[i] = [0, "Pain Suppression", 1, 2, 9]; i++;
  30. treeStartStop[t] = i -1;
  31. t++;
  32. //holy talents
  33. talent[i] = [1, "Healing Focus", 2, 1, 1]; i++;
  34. talent[i] = [1, "Improved Renew", 3, 2, 1]; i++;
  35. talent[i] = [1, "Holy Specialization", 5, 3, 1]; i++;
  36. talent[i] = [1, "Spell Warding", 5, 2, 2]; i++;
  37. talent[i] = [1, "Divine Fury", 5, 3, 2]; i++;
  38. talent[i] = [1, "Holy Nova", 1, 1, 3]; i++;
  39. talent[i] = [1, "Blessed Recovery", 3, 2, 3]; i++;
  40. talent[i] = [1, "Inspiration", 3, 4, 3]; i++;
  41. talent[i] = [1, "Holy Reach", 2, 1, 4]; i++;
  42. talent[i] = [1, "Improved Healing", 3, 2, 4]; i++;
  43. talent[i] = [1, "Searing Light", 2, 3, 4, [getTalentID("Divine Fury"),5]]; i++;
  44. talent[i] = [1, "Healing Prayers", 2, 1, 5]; i++;
  45. talent[i] = [1, "Spirit of Redemption", 1, 2, 5]; i++;
  46. talent[i] = [1, "Spiritual Guidance", 5, 3, 5]; i++;
  47. talent[i] = [1, "Surge of Light", 2, 1, 6]; i++;
  48. talent[i] = [1, "Spiritual Healing", 5, 3, 6]; i++;
  49. talent[i] = [1, "Holy Concentration", 3, 1, 7]; i++;
  50. talent[i] = [1, "Lightwell", 1, 2, 7, [getTalentID("Spirit of Redemption"),1]]; i++;
  51. talent[i] = [1, "Blessed Resilience", 3, 3, 7]; i++;
  52. talent[i] = [1, "Empowered Healing", 5, 2, 8]; i++;
  53. talent[i] = [1, "Circle of Healing", 1, 2, 9]; i++;
  54. treeStartStop[t] = i -1;
  55. t++;
  56. //shadow talents
  57. talent[i] = [2, "Spirit Tap", 5, 2, 1]; i++;
  58. talent[i] = [2, "Blackout", 5, 3, 1]; i++;
  59. talent[i] = [2, "Shadow Affinity", 3, 1, 2]; i++;
  60. talent[i] = [2, "Improved Shadow Word: Pain", 2, 2, 2]; i++;
  61. talent[i] = [2, "Shadow Focus", 5, 3, 2]; i++;
  62. talent[i] = [2, "Improved Psychic Scream", 2, 1, 3]; i++;
  63. talent[i] = [2, "Improved Mind Blast", 5, 2, 3]; i++;
  64. talent[i] = [2, "Mind Flay", 1, 3, 3]; i++;
  65. talent[i] = [2, "Improved Fade", 2, 2, 4]; i++;
  66. talent[i] = [2, "Shadow Reach", 2, 3, 4]; i++;
  67. talent[i] = [2, "Shadow Weaving", 5, 4, 4]; i++;
  68. talent[i] = [2, "Silence", 1, 1, 5, [getTalentID("Improved Psychic Scream"),2]]; i++;
  69. talent[i] = [2, "Vampiric Embrace", 1, 2, 5]; i++;
  70. talent[i] = [2, "Improved Vampiric Embrace", 2, 3, 5, [getTalentID("Vampiric Embrace"),1]]; i++;
  71. talent[i] = [2, "Focused Mind", 3, 4, 5]; i++;
  72. talent[i] = [2, "Shadow Resilience", 2, 1, 6]; i++;
  73. talent[i] = [2, "Darkness", 5, 3, 6]; i++;
  74. talent[i] = [2, "Shadowform", 1, 2, 7, [getTalentID("Vampiric Embrace"),1]]; i++;
  75. talent[i] = [2, "Shadow Power", 5, 3, 7]; i++;
  76. talent[i] = [2, "Misery", 5, 3, 8]; i++;
  77. talent[i] = [2, "Vampiric Touch", 1, 2, 9, [getTalentID("Shadowform"),1]]; i++;
  78. treeStartStop[t] = i -1;
  79. t++;
  80. i = 0;
  81. //Discipline Talents Begin
  82. //Unbreakable Will - Discipline
  83. rank[i] = [
  84. "Increases your chance to resist Stun, Fear, and Silence effects by an additional 3%.",
  85. "Increases your chance to resist Stun, Fear, and Silence effects by an additional 6%.",
  86. "Increases your chance to resist Stun, Fear, and Silence effects by an additional 9%.",
  87. "Increases your chance to resist Stun, Fear, and Silence effects by an additional 12%.",
  88. "Increases your chance to resist Stun, Fear, and Silence effects by an additional 15%."
  89. ];
  90. i++;
  91. //Wand Specialization - Discipline
  92. rank[i] = [
  93. "Increases your damage with Wands by 5%.",
  94. "Increases your damage with Wands by 10%.",
  95. "Increases your damage with Wands by 15%.",
  96. "Increases your damage with Wands by 20%.",
  97. "Increases your damage with Wands by 25%."
  98. ];
  99. i++;
  100. //Silent Resolve - Discipline
  101. rank[i] = [
  102. "Reduces the threat generated by your Holy and Discipline spells by 4% and reduces the chance your spells will be dispelled by 4%.",
  103. "Reduces the threat generated by your Holy and Discipline spells by 8% and reduces the chance your spells will be dispelled by 8%.",
  104. "Reduces the threat generated by your Holy and Discipline spells by 12% and reduces the chance your spells will be dispelled by 12%.",
  105. "Reduces the threat generated by your Holy and Discipline spells by 16% and reduces the chance your spells will be dispelled by 16%.",
  106. "Reduces the threat generated by your Holy and Discipline spells by 20% and reduces the chance your spells will be dispelled by 20%."
  107. ];
  108. i++;
  109. //Improved Power Word: Fortitude - Discipline
  110. rank[i] = [
  111. "Increases the effect of your Power Word: Fortitude and Prayer of Fortitude spells by 15%.",
  112. "Increases the effect of your Power Word: Fortitude and Prayer of Fortitude spells by 30%."
  113. ];
  114. i++;
  115. //Improved Power Word: Shield - Discipline
  116. rank[i] = [
  117. "Increases the damage absorbed by your Power Word: Shield by 5%.",
  118. "Increases the damage absorbed by your Power Word: Shield by 10%.",
  119. "Increases the damage absorbed by your Power Word: Shield by 15%."
  120. ];
  121. i++;
  122. //Martyrdom - Discipline
  123. rank[i] = [
  124. "Gives you a 50% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike. The Focused Casting effect prevents you from losing casting time when taking damage and increases resistance to Interrupt effects by 10%.",
  125. "Gives you a 100% chance to gain the Focused Casting effect that lasts for 6 sec after being the victim of a melee or ranged critical strike. The Focused Casting effect prevents you from losing casting time when taking damage and increases resistance to Interrupt effects by 20%."
  126. ];
  127. i++;
  128. //Absolution - Discipline 3
  129. rank[i] = [
  130. "Reduces the mana cost of your Dispel Magic, Cure Disease, Abolish Disease and Mass Dispel spells by 5%.",
  131. "Reduces the mana cost of your Dispel Magic, Cure Disease, Abolish Disease and Mass Dispel spells by 10%.",
  132. "Reduces the mana cost of your Dispel Magic, Cure Disease, Abolish Disease and Mass Dispel spells by 15%."
  133. ];
  134. i++;
  135. //Inner Focus - Discipline
  136. rank[i] = [
  137. "<span style=text-align:left;float:left;>Instant</span><span style=text-align:right;float:right;>3 min cooldown</span><br>When activated, reduces the Mana cost of your next spell by 100% and increases its critical effect chance by 25% if it is capable of a critical effect."
  138. ];
  139. i++;
  140. //Meditation - Discipline
  141. rank[i] = [
  142. "Allows 5% of your Mana regeneration to continue while casting.",
  143. "Allows 10% of your Mana regeneration to continue while casting.",
  144. "Allows 15% of your Mana regeneration to continue while casting.",
  145. ];
  146. i++;
  147. //Improved Inner Fire - Discipline
  148. rank[i] = [
  149. "Increases the Armor bonus of your Inner Fire spell by 10%.",
  150. "Increases the Armor bonus of your Inner Fire spell by 20%.",
  151. "Increases the Armor bonus of your Inner Fire spell by 30%."
  152. ];
  153. i++;
  154. //Mental Agility - Discipline
  155. rank[i] = [
  156. "Reduces the mana cost of your instant cast spells by 2%.",
  157. "Reduces the mana cost of your instant cast spells by 4%.",
  158. "Reduces the mana cost of your instant cast spells by 6%.",
  159. "Reduces the mana cost of your instant cast spells by 8%.",
  160. "Reduces the mana cost of your instant cast spells by 10%."
  161. ];
  162. i++;
  163. //Improved Mana Burn - Discipline
  164. rank[i] = [
  165. "Reduces the casting time of your Mana Burn spell by 0.5 sec.",
  166. "Reduces the casting time of your Mana Burn spell by 1.0 sec."
  167. ];
  168. i++;
  169. //Mental Strength - Discipline
  170. rank[i] = [
  171. "Increases your maximum Mana by 2%.",
  172. "Increases your maximum Mana by 4%.",
  173. "Increases your maximum Mana by 6%.",
  174. "Increases your maximum Mana by 8%.",
  175. "Increases your maximum Mana by 10%."
  176. ];
  177. i++;
  178. //Divine Spirit - Discipline
  179. rank[i] = [
  180. "<span style=text-align:left;float:left;>262 Mana</span><span style=text-align:right;float:right;>30 yd range</span><br>Instant cast<br>Holy power infuses the target, increasing their Spirit by 17 for 30 min.<br><br>\
  181. &nbsp;Trainable Ranks Listed Below:<br>\
  182. &nbsp;Rank 2: 420 Mana, 23 Spirit<br>\
  183. &nbsp;Rank 3: 785 Mana, 33 Spirit<br>\
  184. &nbsp;Rank 4: 970 Mana, 40 Spirit"
  185. ];
  186. i++;
  187. //Improved Divine Spirit - Discipline
  188. rank[i] = [
  189. "Your Divine Spirit and Prayer of Spirit spells also increase the target's spell damage and healing by an amount equal to 5% of their total Spirit.",
  190. "Your Divine Spirit and Prayer of Spirit spells also increase the target's spell damage and healing by an amount equal to 10% of their total Spirit."
  191. ];
  192. i++;
  193. //Focused Power - Discipline
  194. rank[i] = [
  195. "Your Smite, Mind Blast and Mass dispel spells have an additional 2% chance to hit. In addition, your Mass Dispel cast time is reduced by 0.5 sec.",
  196. "Your Smite, Mind Blast and Mass dispel spells have an additional 4% chance to hit. In addition, your Mass Dispel cast time is reduced by 1 sec."
  197. ];
  198. i++;
  199. //Force of Will - Discipline
  200. rank[i] = [
  201. "Increases your spell damage by 1% and the critical strike chance of your offensive spells by 1%.",
  202. "Increases your spell damage by 2% and the critical strike chance of your offensive spells by 2%.",
  203. "Increases your spell damage by 3% and the critical strike chance of your offensive spells by 3%.",
  204. "Increases your spell damage by 4% and the critical strike chance of your offensive spells by 4%.",
  205. "Increases your spell damage by 5% and the critical strike chance of your offensive spells by 5%."
  206. ];
  207. i++;
  208. //Focused Will - Dicipline
  209. rank[i] = [
  210. "After taking a critical hit you gain the Focused Will effect, reducing all damage taken by 2% and increasing healing effects on you by 3%. Stacks up to 3 times. Lasts 8 sec.",
  211. "After taking a critical hit you gain the Focused Will effect, reducing all damage taken by 3% and increasing healing effects on you by 4%. Stacks up to 3 times. Lasts 8 sec.",
  212. "After taking a critical hit you gain the Focused Will effect, reducing all damage taken by 4% and increasing healing effects on you by 5%. Stacks up to 3 times. Lasts 8 sec.",
  213. ];
  214. i++;
  215. //Power Infusion - Discipline
  216. rank[i] = [
  217. "<span style=text-align:left;float:left;>385 Mana</span><span style=text-align:right;float:right;>30 yd range</span><br><span style=text-align:left;float:left;>Instant cast</span><span style=text-align:right;float:right;>3 min cooldown</span><br>Infuses the target with power, increasing their spell damage and healing by 20%. Lasts 15 sec."
  218. ];
  219. i++;
  220. //Reflective Shield - Discipline
  221. rank[i] = [
  222. "Causes 10% of the damage absorbed by your Power Word: Shield to reflect back at the attacker. This damage causes no threat.",
  223. "Causes 20% of the damage absorbed by your Power Word: Shield to reflect back at the attacker. This damage causes no threat.",
  224. "Causes 30% of the damage absorbed by your Power Word: Shield to reflect back at the attacker. This damage causes no threat.",
  225. "Causes 40% of the damage absorbed by your Power Word: Shield to reflect back at the attacker. This damage causes no threat.",
  226. "Causes 50% of the damage absorbed by your Power Word: Shield to reflect back at the attacker. This damage causes no threat."
  227. ];
  228. i++;
  229. //Misery - Discipline
  230. rank[i] = [
  231. "Increases your total Stamina, Intellect, and Spirit by 1%.",
  232. "Increases your total Stamina, Intellect, and Spirit by 2%.",
  233. "Increases your total Stamina, Intellect, and Spirit by 3%.",
  234. "Increases your total Stamina, Intellect, and Spirit by 4%.",
  235. "Increases your total Stamina, Intellect, and Spirit by 5%."
  236. ];
  237. i++;
  238. //Pain Suppression - Discipline
  239. rank[i] = [
  240. "209 Mana<br><span style=text-align:left;float:left;>Instant cast</span><span style=text-align:right;float:right;>3 min cooldown</span><br>Reduces all damage taken by 65% and increases resistance to Dispel mechanics by 65% for 8 sec."
  241. ];
  242. i++;
  243. //Healing Focus - Holy
  244. rank[i] = [
  245. "Gives you a 35% chance to avoid interruption caused by damage while casting any healing spell.",
  246. "Gives you a 70% chance to avoid interruption caused by damage while casting any healing spell."
  247. ];
  248. i++;
  249. //Improved Renew - Holy
  250. rank[i] = [
  251. "Increases the amount healed by your Renew spell by 5%.",
  252. "Increases the amount healed by your Renew spell by 10%.",
  253. "Increases the amount healed by your Renew spell by 15%."
  254. ];
  255. i++;
  256. //Holy Specialization - Holy
  257. rank[i] = [
  258. "Increases the critical effect chance of your Holy spells by 1%.",
  259. "Increases the critical effect chance of your Holy spells by 2%.",
  260. "Increases the critical effect chance of your Holy spells by 3%.",
  261. "Increases the critical effect chance of your Holy spells by 4%.",
  262. "Increases the critical effect chance of your Holy spells by 5%."
  263. ];
  264. i++;
  265. //Spell Warding - Holy
  266. rank[i] = [
  267. "Reduces all spell damage taken by 2%.",
  268. "Reduces all spell damage taken by 4%.",
  269. "Reduces all spell damage taken by 6%.",
  270. "Reduces all spell damage taken by 8%.",
  271. "Reduces all spell damage taken by 10%."
  272. ];
  273. i++;
  274. //Divine Fury - Holy
  275. rank[i] = [
  276. "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.1 sec.",
  277. "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.2 sec.",
  278. "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.3 sec.",
  279. "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.4 sec.",
  280. "Reduces the casting time of your Smite, Holy Fire, Heal and Greater Heal spells by 0.5 sec."
  281. ];
  282. i++;
  283. //Holy Nova - Holy
  284. rank[i] = [
  285. "185 Mana<br><span style=text-align:left;float:left;>Instant cast</span><br>Causes an explosion of holy light around the caster, causing 29 to 34 Holy damage to all enemy targets within 10 yards and healing all party members within 10 yards for 54 to 63. These effects cause no threat.<br><br>\
  286. &nbsp;Trainable Ranks Listed Below:<br>\
  287. &nbsp;Rank 2: 290 Mana, 52-61 Damage, 89-101 Health<br>\
  288. &nbsp;Rank 3: 400 Mana, 79-92 Damage, 124-143 Health<br>\
  289. &nbsp;Rank 4: 520 Mana, 110-127 Damage, 165-192 Health<br>\
  290. &nbsp;Rank 5: 635 Mana, 146-168 Damage, 239-276 Health<br>\
  291. &nbsp;Rank 6: 750 Mana, 188-217 Damage, 307-356 Health<br>\
  292. &nbsp;Rank 7: 875 Mana, 244-283 Damage, 386-448 Health<br>"
  293. ];
  294. i++;
  295. //Blessed Recovery - Holy
  296. rank[i] = [
  297. "After being struck by a melee or ranged critical hit, heal 8% of the damage taken over 6 sec.",
  298. "After being struck by a melee or ranged critical hit, heal 16% of the damage taken over 6 sec.",
  299. "After being struck by a melee or ranged critical hit, heal 25% of the damage taken over 6 sec."
  300. ];
  301. i++;
  302. //Inspiration - Holy
  303. rank[i] = [
  304. "Increases your target's armor by 8% for 15 sec after getting a critical effect from your Flash Heal, Heal, Greater Heal, Binding Heal, Prayer of Healing, Prayer of Mending, or Circle of Healing spell.",
  305. "Increases your target's armor by 16% for 15 sec after getting a critical effect from your Flash Heal, Heal, Greater Heal, Binding Heal, Prayer of Healing, Prayer of Mending, or Circle of Healing spell.",
  306. "Increases your target's armor by 25% for 15 sec after getting a critical effect from your Flash Heal, Heal, Greater Heal, Binding Heal, Prayer of Healing, Prayer of Mending, or Circle of Healing spell."
  307. ];
  308. i++;
  309. //Holy Reach - Holy
  310. rank[i] = [
  311. "Increases the range of your Smite and Holy Fire spells and the radius of your Prayer of Healing, Holy Nova, and Circle of Healing spells by 10%.",
  312. "Increases the range of your Smite and Holy Fire spells and the radius of your Prayer of Healing, Holy Nova, and Circle of Healing spells by 20%."
  313. ];
  314. i++;
  315. //Improved Healing - Holy
  316. rank[i] = [
  317. "Reduces the Mana cost of your Lesser Heal, Heal, and Greater Heal spells by 5%.",
  318. "Reduces the Mana cost of your Lesser Heal, Heal, and Greater Heal spells by 10%.",
  319. "Reduces the Mana cost of your Lesser Heal, Heal, and Greater Heal spells by 15%."
  320. ];
  321. i++;
  322. //Searing Light - Holy
  323. rank[i] = [
  324. "Increases the damage of your Smite and Holy Fire spells by 5%.",
  325. "Increases the damage of your Smite and Holy Fire spells by 10%."
  326. ];
  327. i++;
  328. //Healing Prayers - Holy
  329. rank[i] = [
  330. "Reduces the Mana cost of your Prayer of Healing and Prayer of Mending spells by 10%.",
  331. "Reduces the Mana cost of your Prayer of Healing and Prayer of Mending spells by 20%."
  332. ];
  333. i++;
  334. //Spirit of Redemption - Holy
  335. rank[i] = [
  336. "Increases 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."
  337. ];
  338. i++;
  339. //Spiritual Guidance - Holy
  340. rank[i] = [
  341. "Increases spell damage and healing by up to 5% of your total Spirit.",
  342. "Increases spell damage and healing by up to 10% of your total Spirit.",
  343. "Increases spell damage and healing by up to 15% of your total Spirit.",
  344. "Increases spell damage and healing by up to 20% of your total Spirit.",
  345. "Increases spell damage and healing by up to 25% of your total Spirit."
  346. ];
  347. i++;
  348. //Surge of Light - Holy
  349. rank[i]=[
  350. "Your spell criticals have a 25% chance to cause your next Smite spell to be instant cast, cost no mana but be incapable of a critical hit. This effect lasts 10 sec.",
  351. "Your spell criticals have a 50% chance to cause your next Smite spell to be instant cast, cost no mana but be incapable of a critical hit. This effect lasts 10 sec."
  352. ];
  353. i++;
  354. //Spiritual Healing - Holy
  355. rank[i] = [
  356. "Increases the amount healed by your healing spells by 2%.",
  357. "Increases the amount healed by your healing spells by 4%.",
  358. "Increases the amount healed by your healing spells by 6%.",
  359. "Increases the amount healed by your healing spells by 8%.",
  360. "Increases the amount healed by your healing spells by 10%."
  361. ];
  362. i++;
  363. //Holy Concentration - Holy
  364. rank[i] = [
  365. "Gives you a 2% chance to enter a Clearcasting state after casting any Flash Heal, Binding Heal, or Greater Heal spell. The Clearcasting state reduces the mana cost of your next Flash Heal, Binding Heal, or Greater Heal spell by 100%.",
  366. "Gives you a 4% chance to enter a Clearcasting state after casting any Flash Heal, Binding Heal, or Greater Heal spell. The Clearcasting state reduces the mana cost of your next Flash Heal, Binding Heal, or Greater Heal spell by 100%.",
  367. "Gives you a 6% chance to enter a Clearcasting state after casting any Flash Heal, Binding Heal, or Greater Heal spell. The Clearcasting state reduces the mana cost of your next Flash Heal, Binding Heal, or Greater Heal spell by 100%."
  368. ];
  369. i++;
  370. //Lightwell - Holy
  371. rank[i] = [
  372. "<span style=text-align:left;float:left;>225 Mana</span><span style=text-align:right;float:right;>40 yd range</span><br><span style=text-align:left;float:left;>1.5 sec cast</span><span style=text-align:right;float:right;>6 min cooldown</span><br>Creates a holy Lightwell. Members of your raid or party can click the Lightwell to restore 801 health over 6 sec. Any damage taken will cancel the effect. Lightwell lasts for 3 min or 5 charges.<br><br>\
  373. &nbsp;Trainable Ranks Listed Below:<br>\
  374. &nbsp;Rank 2: 295 Mana, 1164 Health<br>\
  375. &nbsp;Rank 3: 365 Mana, 1599 Health<br>\
  376. &nbsp;Rank 4: 445 Mana, 2361 Health"
  377. ];
  378. i++;
  379. //Blessed Resilience - Holy
  380. rank[i] = [
  381. "Critical hits made against you have a 20% chance to reduce the chance you'll be critically hit by 100% for 6 sec.",
  382. "Critical hits made against you have a 40% chance to reduce the chance you'll be critically hit by 100% for 6 sec.",
  383. "Critical hits made against you have a 60% chance to reduce the chance you'll be critically hit by 100% for 6 sec."
  384. ];
  385. i++;
  386. //Empowered Healing - Holy
  387. rank[i]=[
  388. "Your Greater Heal spell gains an additional 4% and your Flash Heal and Binding Heal gains an additional 2% of your bonus healing effects.",
  389. "Your Greater Heal spell gains an additional 8% and your Flash Heal and Binding Heal gains an additional 4% of your bonus healing effects.",
  390. "Your Greater Heal spell gains an additional 12% and your Flash Heal and Binding Heal gains an additional 6% of your bonus healing effects.",
  391. "Your Greater Heal spell gains an additional 16% and your Flash Heal and Binding Heal gains an additional 8% of your bonus healing effects.",
  392. "Your Greater Heal spell gains an additional 20% and your Flash Heal and Binding Heal gains an additional 10% of your bonus healing effects."
  393. ];
  394. i++;
  395. //Circle of Healing - Holy
  396. rank[i]=[
  397. "<span style=text-align:left;float:left;>300 Mana</span><span style=text-align:right;float:right;>40 yd range</span><br>Instant cast<br>Heals friendly target and that target's party members within 15 yards of the target for 304 to 334.<br><br>\
  398. &nbsp;Trainable Ranks Listed Below:<br>\
  399. &nbsp;Rank 2: 337 Mana, 356 to 393 Healing<br>\
  400. &nbsp;Rank 3: 375 Mana, 404 to 447 Healing<br>\
  401. &nbsp;Rank 4: 412 Mana, 458 to 505 Healing<br>\
  402. &nbsp;Rank 5: 450 Mana, 499 to 551 Healing<br>"
  403. ];
  404. i++;
  405. //Spirit Tap - Shadow
  406. rank[i]=[
  407. "Gives you a 20% chance to gain a 100% bonus to your Spirit after killing a target that yields experience or honor. For the duration, your Mana will regenerate at a 50% rate while casting. Lasts 15 sec.",
  408. "Gives you a 40% chance to gain a 100% bonus to your Spirit after killing a target that yields experience or honor. For the duration, your Mana may regenerate at a 50% rate while casting. Lasts 15 sec.",
  409. "Gives you a 60% chance to gain a 100% bonus to your Spirit after killing a target that yields experience or honor. For the duration, your Mana may regenerate at a 50% rate while casting. Lasts 15 sec.",
  410. "Gives you a 80% chance to gain a 100% bonus to your Spirit after killing a target that yields experience or honor. For the duration, your Mana may regenerate at a 50% rate while casting. Lasts 15 sec.",
  411. "Gives you a 100% chance to gain a 100% bonus to your Spirit after killing a target that yields experience or honor. For the duration, your Mana may regenerate at a 50% rate while casting. Lasts 15 sec."
  412. ];
  413. i++;
  414. //Blackout - Shadow
  415. rank[i]=[
  416. "Gives your Shadow damage spells a 2% chance to stun the target for 3 sec.",
  417. "Gives your Shadow damage spells a 4% chance to stun the target for 3 sec.",
  418. "Gives your Shadow damage spells a 6% chance to stun the target for 3 sec.",
  419. "Gives your Shadow damage spells a 8% chance to stun the target for 3 sec.",
  420. "Gives your Shadow damage spells a 10% chance to stun the target for 3 sec."
  421. ];
  422. i++;
  423. //Shadow Affinity - Shadow
  424. rank[i]=[
  425. "Reduces the threat generated by your Shadow spells by 8%.",
  426. "Reduces the threat generated by your Shadow spells by 16%.",
  427. "Reduces the threat generated by your Shadow spells by 25%."
  428. ];
  429. i++;
  430. //Improved Shadow Word: Pain - Shadow
  431. rank[i]=[
  432. "Increases the duration of your Shadow Word: Pain spell by 3 sec.",
  433. "Increases the duration of your Shadow Word: Pain spell by 6 sec."
  434. ];
  435. i++;
  436. //Shadow Focus - Shadow
  437. rank[i]=[
  438. "Reduces your target's chance to resist your Shadow spells by 2%.",
  439. "Reduces your target's chance to resist your Shadow spells by 4%.",
  440. "Reduces your target's chance to resist your Shadow spells by 6%.",
  441. "Reduces your target's chance to resist your Shadow spells by 8%.",
  442. "Reduces your target's chance to resist your Shadow spells by 10%."
  443. ];
  444. i++;
  445. //Improved Psychic Scream - Shadow
  446. rank[i]=[
  447. "Reduces the cooldown of your Psychic Scream spell by 2 sec.",
  448. "Reduces the cooldown of your Psychic Scream spell by 4 sec."
  449. ];
  450. i++;
  451. //Improved Mind Blast - Shadow
  452. rank[i]=[
  453. "Reduces the cooldown of your Mind Blast spell by 0.5 sec.",
  454. "Reduces the cooldown of your Mind Blast spell by 1 sec.",
  455. "Reduces the cooldown of your Mind Blast spell by 1.5 sec.",
  456. "Reduces the cooldown of your Mind Blast spell by 2 sec.",
  457. "Reduces the cooldown of your Mind Blast spell by 2.5 sec."
  458. ];
  459. i++;
  460. //Mind Flay - Shadow
  461. rank[i]=[
  462. "<span style=text-align:left;float:left;>45 Mana</span><span style=text-align:right;float:right;>20 yd range</span><br>Channeled<br>Assault the target's mind with Shadow energy, causing 75 damage over 3 sec and slowing the target to 50% of their movement speed.\
  463. <br><br>\
  464. &nbsp;Trainable Ranks Listed Below:<br>\
  465. &nbsp;Rank 2: 70 Mana, 126 Damage<br>\
  466. &nbsp;Rank 3: 100 Mana, 186 Damage<br>\
  467. &nbsp;Rank 4: 135 Mana, 261 Damage<br>\
  468. &nbsp;Rank 5: 165 Mana, 330 Damage<br>\
  469. &nbsp;Rank 6: 205 Mana, 426 Damage<br>\
  470. &nbsp;Rank 7: 230 Mana, 528 Damage"
  471. ];
  472. i++;
  473. //Improved Fade - Shadow
  474. rank[i]=[
  475. "Decreases the cooldown of your Fade ability by 3 sec.",
  476. "Decreases the cooldown of your Fade ability by 6 sec."
  477. ];
  478. i++;
  479. //Shadow Reach - Shadow
  480. rank[i]=[
  481. "Increases the range of your offensive Shadow spells by 10%.",
  482. "Increases the range of your offensive Shadow spells by 20%."
  483. ];
  484. i++;
  485. //Shadow Weaving - Shadow
  486. rank[i]=[
  487. "Your Shadow damage spells have a 20% chance to cause your target to be vulnerable to Shadow damage. This vulnerability increases the Shadow damage dealt to your target by 2% and lasts 15 sec. Stacks up to 5 times.",
  488. "Your Shadow damage spells have a 40% chance to cause your target to be vulnerable to Shadow damage. This vulnerability increases the Shadow damage dealt to your target by 2% and lasts 15 sec. Stacks up to 5 times.",
  489. "Your Shadow damage spells have a 60% chance to cause your target to be vulnerable to Shadow damage. This vulnerability increases the Shadow damage dealt to your target by 2% and lasts 15 sec. Stacks up to 5 times.",
  490. "Your Shadow damage spells have a 80% chance to cause your target to be vulnerable to Shadow damage. This vulnerability increases the Shadow damage dealt to your target by 2% and lasts 15 sec. Stacks up to 5 times.",
  491. "Your Shadow damage spells have a 100% chance to cause your target to be vulnerable to Shadow damage. This vulnerability increases the Shadow damage dealt to your target by 2% and lasts 15 sec. Stacks up to 5 times."
  492. ];
  493. i++;
  494. //Silence - Shadow
  495. rank[i]=[
  496. "<span style=text-align:left;float:left;>225 Mana</span><span style=text-align:right;float:right;>20 yd range</span><br><span style=text-align:left;float:left;>Instant cast</span><span style=text-align:right;float:right;>45 sec cooldown</span><br>Silences the target, preventing them from casting spells for 5 sec."
  497. ];
  498. i++;
  499. //Vampiric Embrace
  500. rank[i]=[
  501. "<span style=text-align:left;float:left;>52 Mana</span><span style=text-align:right;float:right;>30 yd range</span><br><span style=text-align:left;float:left;>Instant cast</span><span style=text-align:right;float:right;>10 sec cooldown</span><br>Afflicts your target with Shadow energy that causes all party members to be healed for 15% of any Shadow damage you deal for 1 min."
  502. ];
  503. i++;
  504. //Improved Vampiric Embrace
  505. rank[i]=[
  506. "Increases the percentage healed by Vampiric Embrace by an additional 5%.",
  507. "Increases the percentage healed by Vampiric Embrace by an additional 10%."
  508. ];
  509. i++;
  510. //Focused Mind - Shadow
  511. rank[i]=[
  512. "Reduces the mana cost of your Mind Blast, Mind Control and Mind Flay spells by 5%.",
  513. "Reduces the mana cost of your Mind Blast, Mind Control and Mind Flay spells by 10%.",
  514. "Reduces the mana cost of your Mind Blast, Mind Control and Mind Flay spells by 15%."
  515. ];
  516. i++;
  517. //Shadow Resilience
  518. rank[i]=[
  519. "Reduces the chance you'll be critically hit by all spells by 2%.",
  520. "Reduces the chance you'll be critically hit by all spells by 4%."
  521. ];
  522. i++;
  523. //Darkness - Shadoww
  524. rank[i]=[
  525. "Increases your Shadow spell damage by 2%.",
  526. "Increases your Shadow spell damage by 4%.",
  527. "Increases your Shadow spell damage by 6%.",
  528. "Increases your Shadow spell damage by 8%.",
  529. "Increases your Shadow spell damage by 10%."
  530. ];
  531. i++;
  532. //Shadow Form - Shadoow
  533. rank[i]=[
  534. "838 Mana<br><span style=text-align:left;float:left;>Instant cast</span><span style=text-align:right;float:right;>1.5 sec cooldown</span><br>Assume a Shadowform, increasing your Shadow damage by 15% and reducing Physical damage done to you by 15%. However, you may not cast Holy spells while in this form."
  535. ];
  536. i++;
  537. //Shadow Power - Shadoww
  538. rank[i]=[
  539. "Increases the critical strike chance of your Mind Blast and Shadow Word: Death spells by 3%.",
  540. "Increases the critical strike chance of your Mind Blast and Shadow Word: Death spells by 6%.",
  541. "Increases the critical strike chance of your Mind Blast and Shadow Word: Death spells by 9%.",
  542. "Increases the critical strike chance of your Mind Blast and Shadow Word: Death spells by 12%.",
  543. "Increases the critical strike chance of your Mind Blast and Shadow Word: Death spells by 15%."
  544. ];
  545. i++;
  546. //Misery - Shadow
  547. rank[i] = [
  548. "Your Shadow Word: Pain, Mind Flay and Vampiric Touch spells also cause the target to take an additional 1% spell damage.",
  549. "Your Shadow Word: Pain, Mind Flay and Vampiric Touch spells also cause the target to take an additional 2% spell damage.",
  550. "Your Shadow Word: Pain, Mind Flay and Vampiric Touch spells also cause the target to take an additional 3% spell damage.",
  551. "Your Shadow Word: Pain, Mind Flay and Vampiric Touch spells also cause the target to take an additional 4% spell damage.",
  552. "Your Shadow Word: Pain, Mind Flay and Vampiric Touch spells also cause the target to take an additional 5% spell damage."
  553. ];
  554. i++;
  555. //Vampiric Touch - Shadow
  556. rank[i]=[
  557. "<span style=text-align:left;float:left;>325 Mana</span><span style=text-align:right;float:right;>30 yd range</span><br>1.5 sec cast<br>\
  558. Causes 450 Shadow damage over 15 sec to your target and causes all party members to gain mana equal to 5% of any Shadow spell damage you deal.\
  559. <br><br>\
  560. &nbsp;Trainable Ranks Listed Below:<br>\
  561. &nbsp;Rank 2: 400 Mana, 600 Damage<br>\
  562. &nbsp;Rank 3: 425 Mana, 650 Damage"
  563. ];
  564. i++;
  565. //Shadow Talents End^^