Advertisement
sirayasiki

Untitled

Feb 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Minidamage:
  2. name: 'Minidamage'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: ''
  6. skill-req-lvl: 0
  7. needs-permission: 'true'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Stick'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&2Type: &6{type}'
  16. - ''
  17. - '{req:level}Level: {attr:level}'
  18. - '{req:cost}Cost: {attr:cost}'
  19. - ''
  20. - '&2Mana: {attr:mana}'
  21. - '&2Cooldown: {attr:cooldown}'
  22. attributes:
  23. level-base: 1
  24. level-scale: 0
  25. cost-base: 2
  26. cost-scale: 0
  27. cooldown-base: 5
  28. cooldown-scale: 0
  29. mana-base: 1
  30. mana-scale: 0
  31. points-spent-req-base: 1
  32. points-spent-req-scale: 0
  33. incompatible:
  34. - ''
  35. components:
  36. Cast-a:
  37. type: 'trigger'
  38. data:
  39. icon-key: ''
  40. children:
  41. Area-b:
  42. type: 'target'
  43. data:
  44. icon-key: ''
  45. radius-base: 3
  46. radius-scale: 0
  47. group: 'Enemy'
  48. wall: 'False'
  49. caster: 'False'
  50. max-base: 99
  51. max-scale: 0
  52. random: 'False'
  53. children:
  54. Damage Buff-c:
  55. type: 'mechanic'
  56. data:
  57. icon-key: ''
  58. counts: 'True'
  59. type: 'Flat'
  60. skill: 'True'
  61. value-base: 5
  62. value-scale: 0
  63. seconds-base: 4
  64. seconds-scale: 0
  65. Particle Projectile-d:
  66. type: 'mechanic'
  67. data:
  68. icon-key: ''
  69. counts: 'True'
  70. group: 'Enemy'
  71. spread: 'Cone'
  72. amount-base: 1
  73. amount-scale: 0
  74. velocity-base: 3
  75. velocity-scale: 0
  76. angle-base: 30
  77. angle-scale: 0
  78. position: 0
  79. forward-base: 0
  80. forward-scale: 0
  81. upward-base: 0
  82. upward-scale: 0
  83. right-base: 0
  84. right-scale: 0
  85. gravity: 0
  86. pierce: 'False'
  87. particle: 'Dragon Breath'
  88. arrangement: 'Circle'
  89. radius-base: 4
  90. radius-scale: 0
  91. particles-base: 20
  92. particles-scale: 0
  93. direction: 'XZ'
  94. visible-radius: 25
  95. dx: 0
  96. dy: 0
  97. dz: 0
  98. speed: 1
  99. amount: 1
  100. frequency: 0.05
  101. lifespan: 4
  102. use-effect: 'False'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement