PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/talents/raw/talentimages/druid_files/donotlocalize.js

https://bitbucket.org/Unity/unity-gamehead
JavaScript | 88 lines | 76 code | 10 blank | 2 comment | 0 complexity | 6c4fec3db2ae8a0fa97b0e74074e7080 MD5 | raw file
Possible License(s): LGPL-2.1
  1. var i = 0;
  2. var t = 0;
  3. var nlclass = "druid";
  4. var nlclassFolder = "druid";
  5. nltree[i] = "Balance"; i++;
  6. nltree[i] = "Feral Combat"; i++;
  7. nltree[i] = "Restoration"; i++;
  8. i = 0;
  9. nltalent[i] = ["Starlight Wrath"]; i++;
  10. nltalent[i] = ["Nature's Grasp"]; i++;
  11. nltalent[i] = ["Improved Nature's Grasp"]; i++;
  12. nltalent[i] = ["Control of Nature"]; i++;
  13. nltalent[i] = ["Focused Starlight"]; i++;
  14. nltalent[i] = ["Improved Moonfire"]; i++;
  15. nltalent[i] = ["Brambles"]; i++;
  16. nltalent[i] = ["Insect Swarm"]; i++;
  17. nltalent[i] = ["Nature's Reach"]; i++;
  18. nltalent[i] = ["Vengeance"]; i++;
  19. nltalent[i] = ["Celestial Focus"]; i++;
  20. nltalent[i] = ["Lunar Guidance"]; i++;
  21. nltalent[i] = ["Nature's Grace"]; i++;
  22. nltalent[i] = ["Moonglow"]; i++;
  23. nltalent[i] = ["Moonfury"]; i++;
  24. nltalent[i] = ["Balance of Power"]; i++;
  25. nltalent[i] = ["Dreamstate"]; i++;
  26. nltalent[i] = ["Moonkin Form"]; i++;
  27. nltalent[i] = ["Improved Faerie Fire"]; i++;
  28. nltalent[i] = ["Wrath of Cenarius"]; i++;
  29. nltalent[i] = ["Force of Nature"]; i++;
  30. treeStartStop[t] = i -1;
  31. t++;
  32. //feral talents
  33. nltalent[i] = ["Ferocity"]; i++;
  34. nltalent[i] = ["Feral Aggression"]; i++;
  35. nltalent[i] = ["Feral Instinct"]; i++;
  36. nltalent[i] = ["Brutal Impact"]; i++;
  37. nltalent[i] = ["Thick Hide"]; i++;
  38. nltalent[i] = ["Feral Swiftness"]; i++;
  39. nltalent[i] = ["Feral Charge"]; i++;
  40. nltalent[i] = ["Sharpened Claws"]; i++;
  41. nltalent[i] = ["Shredding Attacks"]; i++;
  42. nltalent[i] = ["Predatory Strikes"]; i++;
  43. nltalent[i] = ["Primal Fury"]; i++;
  44. nltalent[i] = ["Savage Fury"]; i++;
  45. nltalent[i] = ["Faerie Fire (Feral)"]; i++;
  46. nltalent[i] = ["Nurturing Instinct"]; i++;
  47. nltalent[i] = ["Heart of the Wild"]; i++;
  48. nltalent[i] = ["Survival of the Fittest"]; i++;
  49. nltalent[i] = ["Primal Tenacity"]; i++;
  50. nltalent[i] = ["Leader of the Pack"]; i++;
  51. nltalent[i] = ["Improved Leader of the Pack"]; i++;
  52. nltalent[i] = ["Predatory Instincts"]; i++;
  53. nltalent[i] = ["Mangle"]; i++;
  54. treeStartStop[t] = i -1;
  55. t++;
  56. //restoration talents
  57. nltalent[i] = ["Improved Mark of the Wild"]; i++;
  58. nltalent[i] = ["Furor"]; i++;
  59. nltalent[i] = ["Naturalist"]; i++;
  60. nltalent[i] = ["Nature's Focus"]; i++;
  61. nltalent[i] = ["Natural Shapeshifter"]; i++;
  62. nltalent[i] = ["Intensity"]; i++;
  63. nltalent[i] = ["Subtlety"]; i++;
  64. nltalent[i] = ["Omen of Clarity"]; i++;
  65. nltalent[i] = ["Tranquil Spirit"]; i++;
  66. nltalent[i] = ["Improved Rejuvenation"]; i++;
  67. nltalent[i] = ["Nature's Swiftness"]; i++;
  68. nltalent[i] = ["Gift of Nature"]; i++;
  69. nltalent[i] = ["Improved Tranquility"]; i++;
  70. nltalent[i] = ["Empowered Touch"]; i++;
  71. nltalent[i] = ["Improved Regrowth"]; i++;
  72. nltalent[i] = ["Living Spirit"]; i++;
  73. nltalent[i] = ["Swiftmend"]; i++;
  74. nltalent[i] = ["Natural Perfection"]; i++;
  75. nltalent[i] = ["Empowered Rejuvenation"]; i++;
  76. nltalent[i] = ["Tree of Life"]; i++;
  77. treeStartStop[t] = i -1;
  78. t++;