Advertisement
namekuzi

Untitled

Dec 22nd, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. magic:
  2. name: 'magic'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: ''
  6. skill-req-lvl: 5
  7. needs-permission: 'True'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: ''
  10. indicator: ''
  11. icon: 'Potion'
  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: 3
  24. level-scale: 0
  25. cost-base: 0
  26. cost-scale: 0
  27. cooldown-base: 30
  28. cooldown-scale: 0
  29. mana-base: 50
  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. Damage-c:
  55. type: 'mechanic'
  56. data:
  57. icon-key: ''
  58. counts: 'True'
  59. type: 'Damage'
  60. value-base: 60
  61. value-scale: 1
  62. true: 'False'
  63. classifier: 'default'
  64. Particle-d:
  65. type: 'mechanic'
  66. data:
  67. icon-key: ''
  68. counts: 'True'
  69. particle: 'End Rod'
  70. arrangement: 'Circle'
  71. radius-base: 5
  72. radius-scale: 0
  73. particles-base: 200
  74. particles-scale: 0
  75. direction: 'XZ'
  76. visible-radius: 250
  77. dx: 0.1
  78. dy: 0
  79. dz: 0
  80. speed: 0
  81. amount: 1
  82. forward: 0
  83. upward: 0
  84. right: 0
  85. Delay-e:
  86. type: 'mechanic'
  87. data:
  88. icon-key: ''
  89. counts: 'True'
  90. delay-base: 2
  91. delay-scale: 0
  92. children:
  93. Potion-f:
  94. type: 'mechanic'
  95. data:
  96. icon-key: ''
  97. counts: 'True'
  98. potion: 'Wither'
  99. ambient: 'True'
  100. tier-base: 5
  101. tier-scale: 0
  102. seconds-base: 3
  103. seconds-scale: 1
  104. Particle-g:
  105. type: 'mechanic'
  106. data:
  107. icon-key: ''
  108. counts: 'True'
  109. particle: 'Lava'
  110. arrangement: 'Circle'
  111. radius-base: 5
  112. radius-scale: 0
  113. particles-base: 200
  114. particles-scale: 0
  115. direction: 'XZ'
  116. visible-radius: 250
  117. dx: 0.1
  118. dy: 0
  119. dz: 0
  120. speed: 0
  121. amount: 1
  122. forward: 0
  123. upward: 0
  124. right: 0
  125. Sound-h:
  126. type: 'mechanic'
  127. data:
  128. icon-key: ''
  129. counts: 'True'
  130. sound: 'Entity Experience Orb Pickup'
  131. volume-base: 100
  132. volume-scale: 0
  133. pitch-base: 1
  134. pitch-scale: 0
  135. Push-i:
  136. type: 'mechanic'
  137. data:
  138. icon-key: ''
  139. counts: 'True'
  140. type: 'Fixed'
  141. speed-base: 5
  142. speed-scale: 1
  143. source: 'none'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement