Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. DarkRPG.createTalent({
  2. name = "The Will of The Force",
  3. team = {Jedi Shared, Sith Shared},
  4. pos = {1,1}, -- x and y on the talent tree max is 6,6
  5. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  6. ranks = 9, -- ranks 1 through 9
  7. desc = "Call upon to force to guard you.",
  8. stats = {
  9. health = '4%',
  10. damage = '-2%',
  11. },
  12. })
  13.  
  14. DarkRPG.createTalent({
  15. name = "The Force Resists",
  16. team = {Jedi Shared, Sith Shared}, -- DOESNT INCLUDE SHADOW AND ASSASSIN
  17. pos = {1,2}, -- x and y on the talent tree max is 6,6
  18. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  19. ranks = 9, -- ranks 1 through 9
  20. desc = "Use the force to resist your enemy.",
  21. stats = {
  22. resists = '3%',
  23. critical = '-1.5%',
  24. },
  25. })
  26.  
  27. DarkRPG.createTalent({
  28. name = "Fiend of the Shadow",
  29. team = {Shadow, Assassin}, -- ONLY SHADOW AND ASSASSIN
  30. pos = {1,2}, -- x and y on the talent tree max is 6,6
  31. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  32. ranks = 9, -- ranks 1 through 9
  33. desc = "Be the demon that lurks in your enemy's shadow and the knife thats in their back.",
  34. stats = {
  35. resists = '-1.5%',
  36. critical = '3%',
  37. },
  38. })
  39.  
  40. DarkRPG.createTalent({
  41. name = "Force Leap",
  42. team = {Jedi Shared, Sith Shared},
  43. pos = {1,3}, -- x and y on the talent tree max is 6,6
  44. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  45. ranks = 9, -- ranks 1 through 9
  46. desc = "Take the leap of faith in your own abilities to reach greater lengths.",
  47. stats = {
  48. jump = '2%',
  49. crush = '-1%',
  50. },
  51. })
  52.  
  53. DarkRPG.createTalent({
  54. name = "The Swiftness of The Force",
  55. team = {Jedi Shared, Sith Shared},
  56. pos = {1,4}, -- x and y on the talent tree max is 6,6
  57. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  58. ranks = 9, -- ranks 1 through 9
  59. desc = "Leave the enemy in the dust of the past.",
  60. stats = {
  61. movement = '2%',
  62. health = '-1%',
  63. },
  64. })
  65.  
  66. DarkRPG.createTalent({
  67. name = "Devoted Blade",
  68. team = {Jedi Shared, Sith Shared}, -- DOESNT INCLUDE CONSULAR AND SORCERER
  69. pos = {1,5}, -- x and y on the talent tree max is 6,6
  70. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  71. ranks = 9, -- ranks 1 through 9
  72. desc = "The Force is your weapon, utilize it.",
  73. stats = {
  74. health = '-1.5%',
  75. damage = '3%',
  76. },
  77. })
  78.  
  79. DarkRPG.createTalent({
  80. name = "Devoted to The Force",
  81. team = {Consular, Sorcerer}, -- ONLY CONSULAR AND SORCERER
  82. pos = {1,5}, -- x and y on the talent tree max is 6,6
  83. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  84. ranks = 9, -- ranks 1 through 9
  85. desc = "Use your strength to live long and serve The Force.",
  86. stats = {
  87. health = '3%',
  88. damage = '-1.5%',
  89. },
  90. })
  91.  
  92. DarkRPG.createTalent({
  93. name = "Smooth Talker",
  94. team = {Jedi Shared, Sith Shared},
  95. pos = {2,1}, -- x and y on the talent tree max is 6,6
  96. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  97. ranks = 9, -- ranks 1 through 9
  98. desc = "Use your wit and charisma to bargain for a great deal.",
  99. stats = {
  100. merchant = '7%',
  101. },
  102. })
  103.  
  104. DarkRPG.createTalent({
  105. name = "Rainy Day",
  106. team = {Jedi Shared, Sith Shared},
  107. pos = {2,2}, -- x and y on the talent tree max is 6,6
  108. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  109. ranks = 9, -- ranks 1 through 9
  110. desc = "The Force is making it rain.",
  111. stats = {
  112. salary = '7%',
  113. },
  114. })
  115.  
  116. DarkRPG.createTalent({
  117. name = "Force Enhanced",
  118. team = {Jedi Shared, Sith Shared},
  119. pos = {2,3}, -- x and y on the talent tree max is 6,6
  120. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  121. ranks = 9, -- ranks 1 through 9
  122. desc = "The ability to rapidly utilize The Force.",
  123. stats = {
  124. firerate = '50%',
  125. },
  126. })
  127.  
  128. DarkRPG.createTalent({
  129. name = "Lightsaber Proficiency",
  130. team = {Jedi Shared, Sith Shared},
  131. pos = {2,4}, -- x and y on the talent tree max is 6,6
  132. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  133. ranks = 9, -- ranks 1 through 9
  134. desc = "Prove your dueling capabilities.",
  135. stats = {
  136. burn = '50%',
  137. resists = '-25%',
  138. },
  139. })
  140.  
  141. DarkRPG.createTalent({
  142. name = "Helping Hand",
  143. team = {Jedi Shared, Sith Shared},
  144. pos = {2,5}, -- x and y on the talent tree max is 6,6
  145. thumb = "myexample.png", -- must be in '/materials/darkrpg2/myexample.png'
  146. ranks = 9, -- ranks 1 through 9
  147. desc = "Don't let your enemy know what hit them.",
  148. stats = {
  149. health = '75',
  150. },
  151. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement