Advertisement
Aladalar

Untitled

Jul 23rd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. [{
  2. "_comment":"Every Evil Skill Set will have: 1 active summon type spell, 1 passice summon type, 2 passive effects, 2 active effects, 1 damage effect, 1 DOT effect",
  3. "name": "Sarrakas",
  4. "summon_active": {
  5. "name":"Royal Guard",
  6. "cooldown": 60,
  7. "summon": "WITHER_SKELETON",
  8. "item": "wither_skeleton_skull",
  9. "lore": "Best of the best mans which served beside Mighty Sarrakas"
  10. },
  11. "summon_passive":{
  12. "name":"Honored Guard",
  13. "cooldown": 20,
  14. "summon": "SKELETON",
  15. "item": "skeleton_skull",
  16. "lore": "Elite Sarrakas soliders which served him in life and swore oath to serve him even after death"
  17. },
  18. "passive_main":{
  19. "name": "Wrath of Sarrakas",
  20. "target": "RANDOM",
  21. "duration": 5,
  22. "effect": "WITHER",
  23. "cooldown": 10,
  24. "item": "potion",
  25. "lore": "Vandals, Pesants, Rabble - how they dare to disturb this noble place"
  26. },
  27. "passive_second":{
  28. "name": "Might of Sarrakas",
  29. "target": "ALL",
  30. "duration": 5,
  31. "effect": "SLOWNESS",
  32. "cooldown": 15,
  33. "item": "potion",
  34. "lore": "Let them feel the Might of Sarrakas, they will be scared until they freak out"
  35. },
  36. "active_main": {
  37. "name": "Blessing for Unwanted",
  38. "target": "SINGLE",
  39. "duration": 10,
  40. "effect": "POISON",
  41. "cooldown": 30,
  42. "item": "potion",
  43. "lore": "They came to distubr this place so let them tase this blessing"
  44. },
  45. "active_second": {
  46. "name": "Omen for Unwanted",
  47. "target": "AOE",
  48. "duration": 1,
  49. "effect": "HARM",
  50. "cooldown": 15,
  51. "item": "potion",
  52. "lore": "They though to pillage this place? They will pay for that insult!"
  53. },
  54. "damage":{
  55. "name": "Unholy smite",
  56. "target": "ALL",
  57. "damage": 4,
  58. "cooldown": 30,
  59. "item": "beacon",
  60. "lore": "Warrion and master of arcane, taste that power!"
  61. },
  62. "damage_over_time":{
  63. "name": "Sarraka's will",
  64. "target": "RANDOM",
  65. "damaget": 2,
  66. "cooldown": 15,
  67. "item": "beacon",
  68. "lore": "Arcane powers are highly volitale, good to have some targets here"}
  69.  
  70. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement