Advertisement
jsoichiro

スラッシュ-skill

Dec 7th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. スラッシュ:
  2. name: 'スラッシュ'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: ''
  6. skill-req-lvl: 1
  7. needs-permission: 'False'
  8. msg: '&6&l{skill}'
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Log'
  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: 1
  25. cost-base: 1
  26. cost-scale: 0
  27. cooldown-base: 5
  28. cooldown-scale: -0.3
  29. mana-base: 0
  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. Single-b:
  42. type: 'target'
  43. data:
  44. icon-key: ''
  45. range-base: 4
  46. range-scale: 0
  47. tolerance-base: 4
  48. tolerance-scale: 0
  49. group: 'Enemy'
  50. wall: 'False'
  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: 2
  60. true: 'False'
  61. classifier: ''
  62. Sound-d:
  63. type: 'mechanic'
  64. data:
  65. icon-key: ''
  66. counts: 'True'
  67. sound: 'Entity Player Attack Sweep'
  68. volume-base: 100
  69. volume-scale: 0
  70. pitch-base: 1
  71. pitch-scale: 0
  72. Particle Effect-e:
  73. type: 'mechanic'
  74. data:
  75. icon-key: ''
  76. counts: 'True'
  77. effect-key: 'default'
  78. duration-base: 1
  79. duration-scale: 0
  80. -shape: 'hexagon'
  81. -shape-dir: 'XY'
  82. -shape-size: '1'
  83. -animation: 'one-circle'
  84. -anim-dir: 'XZ'
  85. -anim-size: '1'
  86. -interval: 1
  87. -view-range: 25
  88. -particle-type: 'SWEEP_ATTACK'
  89. -particle-amount: 0
  90. -particle-dx: 0
  91. -particle-dy: 0
  92. -particle-dz: 0
  93. -particle-speed: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement