nyaago50000

Untitled

Feb 18th, 2018
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. 回転切り:
  2. name: '回転切り'
  3. type: 'Dynamic'
  4. max-level: 20
  5. skill-req: ''
  6. skill-req-lvl: 0
  7. needs-permission: 'False'
  8. msg: '&6{player} &2は&6{skill}&2を発動した'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Iron Sword'
  12. icon-data: 0
  13. icon-lore:
  14. - '&d{name} &7({level}/{max})'
  15. - '&b一定範囲にいる敵にダメージを与える'
  16. - ''
  17. - '{req:level}必要なレベル: {attr:level}'
  18. - '{req:cost}必要なSP: {attr:cost}'
  19. - ''
  20. - '&2必要な水分: {attr:mana}'
  21. attributes:
  22. level-base: 1
  23. level-scale: 0
  24. cost-base: 1
  25. cost-scale: 0
  26. cooldown-base: 30
  27. cooldown-scale: -0.5
  28. mana-base: 10
  29. mana-scale: 1
  30. points-spent-req-base: 0
  31. points-spent-req-scale: 0
  32. incompatible:
  33. - ''
  34. components:
  35. Cast-a:
  36. type: 'trigger'
  37. data:
  38. icon-key: ''
  39. children:
  40. Area-b:
  41. type: 'target'
  42. data:
  43. icon-key: ''
  44. radius-base: 3
  45. radius-scale: 0
  46. group: 'Enemy'
  47. wall: 'False'
  48. caster: 'False'
  49. max-base: 99
  50. max-scale: 0
  51. children:
  52. Damage-c:
  53. type: 'mechanic'
  54. data:
  55. icon-key: ''
  56. counts: 'True'
  57. type: 'Damage'
  58. value-base: 10
  59. value-scale: 5
  60. true: 'False'
  61. classifier: 'default'
  62. Sound-d:
  63. type: 'mechanic'
  64. data:
  65. icon-key: ''
  66. counts: 'True'
  67. version: '1.9+'
  68. newsound: 'Entity Player Attack Strong'
  69. volume-base: 150
  70. volume-scale: 0
  71. pitch-base: 0
  72. pitch-scale: 0
  73. Particle-e:
  74. type: 'mechanic'
  75. data:
  76. icon-key: ''
  77. counts: 'True'
  78. particle: 'Sweep Attack'
  79. arrangement: 'Circle'
  80. radius-base: 3
  81. radius-scale: 0
  82. particles-base: 100
  83. particles-scale: 0
  84. direction: 'XZ'
  85. visible-radius: 25
  86. dx: 0
  87. dy: 1
  88. dz: 0
  89. speed: 0
  90. amount: 1
  91. forward: 0
  92. upward: 0
  93. right: 0
Add Comment
Please, Sign In to add comment