Advertisement
nyan27

Untitled

Mar 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. クラッシャー:
  2. name: 'クラッシャー'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: 'スラッシュ'
  6. skill-req-lvl: 5
  7. needs-permission: 'True'
  8. msg: '&6{player} &2が &6{skill}&2を使用した!'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Gold Pickaxe'
  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. - ''
  23. - '&6&l前提スキル'
  24. - '&6&lスラッシュLV5'
  25. attributes:
  26. level-base: 10
  27. level-scale: 5
  28. cost-base: 3
  29. cost-scale: 0
  30. cooldown-base: 15
  31. cooldown-scale: 3
  32. mana-base: 30
  33. mana-scale: 5
  34. points-spent-req-base: 0
  35. points-spent-req-scale: 0
  36. incompatible:
  37. - ''
  38. components:
  39. Cast-a:
  40. type: 'trigger'
  41. data:
  42. icon-key: ''
  43. children:
  44. Nearest-b:
  45. type: 'target'
  46. data:
  47. icon-key: ''
  48. radius-base: 8
  49. radius-scale: 0
  50. group: 'Enemy'
  51. wall: 'False'
  52. caster: 'False'
  53. max-base: 1
  54. max-scale: 0
  55. children:
  56. Damage-c:
  57. type: 'mechanic'
  58. data:
  59. icon-key: ''
  60. counts: 'True'
  61. type: 'Damage'
  62. value-base: 20
  63. value-scale: 3
  64. true: 'False'
  65. classifier: 'default'
  66. Fire-d:
  67. type: 'mechanic'
  68. data:
  69. icon-key: ''
  70. counts: 'True'
  71. seconds-base: 3
  72. seconds-scale: 1
  73. Push-e:
  74. type: 'mechanic'
  75. data:
  76. icon-key: ''
  77. counts: 'True'
  78. type: 'Fixed'
  79. speed-base: 1
  80. speed-scale: 1
  81. Sound-f:
  82. type: 'mechanic'
  83. data:
  84. icon-key: ''
  85. counts: 'True'
  86. version: '1.9+'
  87. newsound: 'Entity Blaze Death'
  88. volume-base: 100
  89. volume-scale: 0
  90. pitch-base: 8
  91. pitch-scale: 0
  92. Particle-g:
  93. type: 'mechanic'
  94. data:
  95. icon-key: ''
  96. counts: 'True'
  97. particle: 'Huge Explosion'
  98. arrangement: 'Circle'
  99. radius-base: 1
  100. radius-scale: 0
  101. particles-base: 30
  102. particles-scale: 0
  103. direction: 'XZ'
  104. visible-radius: 25
  105. dx: 0
  106. dy: 1
  107. dz: 0
  108. speed: 1
  109. amount: 1
  110. forward: 0
  111. upward: 0
  112. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement