Advertisement
nabe0929

Untitled

Jun 22nd, 2018
65
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: 'Special'
  4. max-level: 1
  5. skill-req: 'シャウト'
  6. skill-req-lvl: 5
  7. needs-permission: 'false'
  8. combo: 'R R R R'
  9. attributes:
  10. cost-base: '5'
  11. cooldown-scale: '0'
  12. incompatible:
  13. - ''
  14. cost-scale: '0'
  15. level-scale: '0'
  16. level-base: '1'
  17. mana-base: '0'
  18. points-spent-req-base: '0'
  19. mana-scale: '0'
  20. cooldown-base: '0'
  21. points-spent-req-scale: '0'
  22. msg: '&6{player} &2has cast &6{skill}'
  23. icon: 'JACK_O_LANTERN'
  24. icon-data: 0
  25. icon-lore:
  26. - '&d{name} &7({level}/{max})'
  27. - '&2Type: &6{type}'
  28. - ''
  29. - '{req:level}Level: {attr:level}'
  30. - '{req:cost}Cost: {attr:cost}'
  31. - ''
  32. - '&2Mana: {attr:mana}'
  33. - '&2Cooldown: {attr:cooldown}'
  34. desc: []
  35. components:
  36. Cast:
  37. type: 'trigger'
  38. data:
  39. icon-key: ''
  40. children:
  41. Flag-f:
  42. type: 'condition'
  43. data:
  44. icon-key: ''
  45. type: 'Set'
  46. key: 'hide'
  47. children:
  48. Status-g:
  49. type: 'mechanic'
  50. data:
  51. duration-base: '1'
  52. counts: 'True'
  53. icon-key: ''
  54. duration-scale: '0'
  55. status: 'Invincible'
  56. children: {}
  57. Status-h:
  58. type: 'mechanic'
  59. data:
  60. duration-base: '4'
  61. counts: 'True'
  62. icon-key: ''
  63. duration-scale: '0'
  64. status: 'Root'
  65. children: {}
  66. Crouch:
  67. type: 'trigger'
  68. data:
  69. mana: 'False'
  70. cooldown: 'False'
  71. icon-key: ''
  72. type: 'Both'
  73. children:
  74. Self-b:
  75. type: 'target'
  76. data:
  77. icon-key: ''
  78. children:
  79. Flag Toggle-c:
  80. type: 'mechanic'
  81. data:
  82. counts: 'True'
  83. icon-key: ''
  84. key: 'hide'
  85. children: {}
  86. Sound-d:
  87. type: 'mechanic'
  88. data:
  89. pitch-scale: '0'
  90. counts: 'True'
  91. volume-base: '50'
  92. volume-scale: '0'
  93. icon-key: ''
  94. pitch-base: '1'
  95. version: '1.9+'
  96. newsound: 'Entity Bat Takeoff'
  97. children: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement