nabe0929

Untitled

Jun 22nd, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. 渾身斬り:
  2. name: '渾身斬り'
  3. type: 'Active'
  4. max-level: 10
  5. skill-req-lvl: 1
  6. needs-permission: 'false'
  7. combo: 'L R L L'
  8. attributes:
  9. cost-base: '1'
  10. cooldown-scale: '-0.3'
  11. incompatible:
  12. - ''
  13. cost-scale: '0'
  14. level-scale: '0'
  15. level-base: '1'
  16. mana-base: '10'
  17. points-spent-req-base: '0'
  18. mana-scale: '-0.5'
  19. cooldown-base: '10'
  20. points-spent-req-scale: '0'
  21. msg: '&6{player} &2has cast &6{skill}'
  22. icon: 'PAPER'
  23. icon-data: 0
  24. icon-lore:
  25. - '&d{name} &7({level}/{max})'
  26. - '&2Type: &6{type}'
  27. - ''
  28. - '&2{req:level}Level: {attr:level}'
  29. - '&2{req:cost}Cost: {attr:cost}'
  30. - ''
  31. - '&2Mana: {attr:mana}'
  32. - '&2Cooldown: {attr:cooldown}'
  33. - ''
  34. desc: []
  35. components:
  36. Cast:
  37. type: 'trigger'
  38. data:
  39. icon-key: ''
  40. children:
  41. Single-b:
  42. type: 'target'
  43. data:
  44. range-scale: '0'
  45. range-base: '5'
  46. tolerance-scale: '0'
  47. tolerance-base: '4'
  48. icon-key: ''
  49. wall: 'False'
  50. group: 'Enemy'
  51. children:
  52. Damage-c:
  53. type: 'mechanic'
  54. data:
  55. counts: 'True'
  56. value-scale: '5'
  57. true: 'False'
  58. classifier: 'default'
  59. icon-key: ''
  60. type: 'Damage'
  61. value-base: '5'
  62. children: {}
  63. Particle-d:
  64. type: 'mechanic'
  65. data:
  66. visible-radius: '25'
  67. amount: '1'
  68. counts: 'True'
  69. forward: '0'
  70. radius-scale: '0'
  71. particles-scale: '0'
  72. particles-base: '1'
  73. right: '0'
  74. radius-base: '1'
  75. speed: '1'
  76. arrangement: 'Circle'
  77. dx: '0'
  78. dy: '0'
  79. dz: '0'
  80. icon-key: ''
  81. particle: 'Sweep Attack'
  82. direction: 'XZ'
  83. upward: '0'
  84. children: {}
  85. Sound-e:
  86. type: 'mechanic'
  87. data:
  88. pitch-scale: '0'
  89. counts: 'True'
  90. volume-base: '100'
  91. volume-scale: '0'
  92. icon-key: ''
  93. pitch-base: '1'
  94. version: '1.9+'
  95. newsound: 'Entity Player Attack Sweep'
  96. children: {}
Add Comment
Please, Sign In to add comment