Advertisement
namekuzi

Untitled

Dec 4th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. Slasher:
  2. name: 'Slasher'
  3. type: 'Dynamic'
  4. max-level: 20
  5. skill-req: ''
  6. skill-req-lvl: 1
  7. needs-permission: 'False'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Iron Ingot'
  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: 5
  24. level-scale: 0
  25. cost-base: 1
  26. cost-scale: 0
  27. cooldown-base: 5
  28. cooldown-scale: 0
  29. mana-base: 8
  30. mana-scale: 0
  31. points-spent-req-base: 0
  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: 5
  46. radius-scale: 0
  47. group: 'Enemy'
  48. wall: 'False'
  49. caster: 'False'
  50. max-base: 5
  51. max-scale: 0
  52. random: 'False'
  53. children:
  54. Explosion-c:
  55. type: 'mechanic'
  56. data:
  57. icon-key: ''
  58. counts: 'True'
  59. power-base: 1
  60. power-scale: 0
  61. damage: 'False'
  62. fire: 'False'
  63. Block-d:
  64. type: 'condition'
  65. data:
  66. icon-key: ''
  67. standing: 'In Block'
  68. material: 'Blue Bed'
  69. children:
  70. Class-e:
  71. type: 'condition'
  72. data:
  73. icon-key: ''
  74. class: 'Fighter'
  75. exact: 'False'
  76. Damage-f:
  77. type: 'mechanic'
  78. data:
  79. icon-key: ''
  80. counts: 'True'
  81. type: 'Damage'
  82. value-base: 3
  83. value-scale: 1
  84. true: 'False'
  85. classifier: 'default'
  86. Particle-g:
  87. type: 'mechanic'
  88. data:
  89. icon-key: ''
  90. counts: 'True'
  91. particle: 'Cloud'
  92. arrangement: 'Circle'
  93. radius-base: 5
  94. radius-scale: 0
  95. particles-base: 200
  96. particles-scale: 0
  97. direction: 'XZ'
  98. visible-radius: 250
  99. dx: 0
  100. dy: 0
  101. dz: 0
  102. speed: 1
  103. amount: 1
  104. forward: 0
  105. upward: 0
  106. right: 0
  107. Particle-h:
  108. type: 'mechanic'
  109. data:
  110. icon-key: ''
  111. counts: 'True'
  112. particle: 'End Rod'
  113. arrangement: 'Circle'
  114. radius-base: 5
  115. radius-scale: 0
  116. particles-base: 200
  117. particles-scale: 0
  118. direction: 'XZ'
  119. visible-radius: 250
  120. dx: 0
  121. dy: 0
  122. dz: 0
  123. speed: 1
  124. amount: 1
  125. forward: 0
  126. upward: 0
  127. right: 0
  128. Particle-i:
  129. type: 'mechanic'
  130. data:
  131. icon-key: ''
  132. counts: 'True'
  133. particle: 'Lava'
  134. arrangement: 'Circle'
  135. radius-base: 5
  136. radius-scale: 0
  137. particles-base: 300
  138. particles-scale: 0
  139. direction: 'XZ'
  140. visible-radius: 250
  141. dx: 0
  142. dy: 0
  143. dz: 0
  144. speed: 1
  145. amount: 1
  146. forward: 0
  147. upward: 0
  148. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement