Advertisement
youkeynob

PvE

Jul 24th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. {
  2. "ID": "PvE",
  3. "Order": 5,
  4. "Name": "PvE",
  5. "MaxLevel": 1000,
  6. "MobTypes": [],
  7. "Skills": {
  8. "Ranged": {
  9. "Upgrades": {
  10. "%10>1<100": {
  11. "Damage": "+1000",
  12. "Rate": "+1"
  13. },
  14. "%20>101<200": {
  15. "Damage": "+2000",
  16. "Rate": "+2"
  17. },
  18. "%100>201<300": {
  19. "Damage": "+30000",
  20. "Rate": "+6"
  21. },
  22. "%100>301<400": {
  23. "Damage": "+30000",
  24. "Rate": "+8"
  25. },
  26. "%100>401<500": {
  27. "Damage": "+30000",
  28. "Rate": "+10"
  29. }
  30. }
  31. },
  32. "Ride": {
  33. "Upgrades": {
  34. "%1>1<1": {}
  35. }
  36. },
  37. "Pickup": {
  38. "Upgrades": {
  39. "%100>1<1000": {
  40. "Exp": true
  41. }
  42. }
  43. },
  44. "Lightning": {
  45. "Upgrades": {
  46. "%1>1<1000": {
  47. "Damage": "+10",
  48. "Chance": "+1"
  49. }
  50. }
  51. },
  52. "Knockback": {
  53. "Upgrades": {
  54. "%50>1<500": {
  55. "Chance": "+10"
  56. }
  57. }
  58. },
  59. "Heal": {
  60. "Upgrades": {
  61. "%50>1<500": {
  62. "Health": "+1000",
  63. "Timer": "+5"
  64. }
  65. }
  66. },
  67. "Damage": {
  68. "Upgrades": {
  69. "%10>1<1000": {
  70. "Damage": "+200"
  71. }
  72. }
  73. },
  74. "Control": {
  75. "Upgrades": {
  76. "%1>1<1": {
  77. "Active": true
  78. }
  79. }
  80. },
  81. "Sprint": {
  82. "Upgrades": {
  83. "%5>1<30": {
  84. "Active": true
  85. }
  86. }
  87. },
  88. "Life": {
  89. "Upgrades": {
  90. "%20>1<100": {
  91. "Health": "+200"
  92. },
  93. "%50>101<200": {
  94. "Health": "+100000"
  95. },
  96. "%50>201<300": {
  97. "Health": "+200000"
  98. },
  99. "%50>301<400": {
  100. "Health": "+500000"
  101. },
  102. "%100>401<500": {
  103. "Health": "+1000000"
  104. }
  105. }
  106. },
  107. "Behavior": {
  108. "Upgrades": {
  109. "%1>1<1": {
  110. "Aggro": true,
  111. "Duel": true,
  112. "Farm": true,
  113. "Friend": true,
  114. "Raid": true
  115. }
  116. }
  117. },
  118. "Beacon": {
  119. "Upgrades": {
  120. "%10>1<10": {
  121. "Range": "+5",
  122. "Duration": "+120",
  123. "Count": "+1",
  124. "Buffs": {
  125. "FireResistance": true,
  126. "Luck": true,
  127. "Resistance": "+3",
  128. "Strength": "+100",
  129. "WaterBreathing": true,
  130. "Regeneration": "+10"
  131. }
  132. }
  133. }
  134. }
  135. }
  136. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement