Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. Slash:
  2. name: 'Slash'
  3. type: 'Sword'
  4. max-level: 10
  5. skill-req: ''
  6. skill-req-lvl: 1
  7. needs-permission: 'False'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: 'Left Left'
  10. indicator: '2D'
  11. icon: 'Wood Sword'
  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: 1
  26. cost-scale: 0
  27. cooldown-base: 10
  28. cooldown-scale: -0.2
  29. mana-base: 3
  30. mana-scale: 0.5
  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. Nearest-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: 1
  51. max-scale: 0
  52. children:
  53. Damage-c:
  54. type: 'mechanic'
  55. data:
  56. icon-key: ''
  57. counts: 'True'
  58. type: 'Damage'
  59. value-base: 3
  60. value-scale: 0.5
  61. true: 'False'
  62. classifier: 'Sword'
  63. Nearest-d:
  64. type: 'target'
  65. data:
  66. icon-key: ''
  67. radius-base: 3
  68. radius-scale: 0
  69. group: 'Enemy'
  70. wall: 'False'
  71. caster: 'False'
  72. max-base: 1
  73. max-scale: 0
  74. children:
  75. Particle-e:
  76. type: 'mechanic'
  77. data:
  78. icon-key: ''
  79. counts: 'True'
  80. particle: 'Sweep Attack'
  81. arrangement: 'Circle'
  82. radius-base: 3
  83. radius-scale: 0
  84. particles-base: 20
  85. particles-scale: 0
  86. direction: 'XZ'
  87. visible-radius: 25
  88. dx: 0
  89. dy: 0
  90. dz: 0
  91. speed: 1
  92. amount: 1
  93. forward: 0
  94. upward: 0
  95. right: 0
  96. Nearest-f:
  97. type: 'target'
  98. data:
  99. icon-key: ''
  100. radius-base: 3
  101. radius-scale: 0
  102. group: 'Enemy'
  103. wall: 'False'
  104. caster: 'False'
  105. max-base: 1
  106. max-scale: 0
  107. children:
  108. Sound-g:
  109. type: 'mechanic'
  110. data:
  111. icon-key: ''
  112. counts: 'True'
  113. sound: 'Entity Player Attack Sweep'
  114. volume-base: 100
  115. volume-scale: 0
  116. pitch-base: 1
  117. pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement