Advertisement
nyan27

Untitled

Mar 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 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 Ore'
  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: 50
  27. level-scale: 3
  28. cost-base: 2
  29. cost-scale: 0
  30. cooldown-base: 35
  31. cooldown-scale: 5
  32. mana-base: 30
  33. mana-scale: 4
  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. Self-b:
  45. type: 'target'
  46. data:
  47. icon-key: ''
  48. children:
  49. Heal-c:
  50. type: 'mechanic'
  51. data:
  52. icon-key: ''
  53. counts: 'True'
  54. type: 'Health'
  55. value-base: 30
  56. value-scale: 5
  57. Particle-d:
  58. type: 'mechanic'
  59. data:
  60. icon-key: ''
  61. counts: 'True'
  62. particle: 'Heart'
  63. arrangement: 'Circle'
  64. radius-base: 1
  65. radius-scale: 0
  66. particles-base: 10
  67. particles-scale: 0
  68. direction: 'XZ'
  69. forward: 0
  70. upward: 0
  71. right: 0
  72. Sound-e:
  73. type: 'mechanic'
  74. data:
  75. icon-key: ''
  76. counts: 'True'
  77. version: '1.9+'
  78. newsound: 'Entity Player Levelup'
  79. volume-base: 100
  80. volume-scale: 0
  81. pitch-base: 1
  82. pitch-scale: 0
  83. Area-f:
  84. type: 'target'
  85. data:
  86. icon-key: ''
  87. radius-base: 7
  88. radius-scale: 0
  89. group: 'Enemy'
  90. wall: 'False'
  91. caster: 'False'
  92. max-base: 99
  93. max-scale: 0
  94. children:
  95. Heal-g:
  96. type: 'mechanic'
  97. data:
  98. icon-key: ''
  99. counts: 'True'
  100. type: 'Health'
  101. value-base: 20
  102. value-scale: 5
  103. Particle-h:
  104. type: 'mechanic'
  105. data:
  106. icon-key: ''
  107. counts: 'True'
  108. particle: 'Heart'
  109. arrangement: 'Circle'
  110. radius-base: 1
  111. radius-scale: 0
  112. particles-base: 10
  113. particles-scale: 0
  114. direction: 'XZ'
  115. forward: 0
  116. upward: 0
  117. right: 0
  118. Sound-i:
  119. type: 'mechanic'
  120. data:
  121. icon-key: ''
  122. counts: 'True'
  123. version: '1.9+'
  124. newsound: 'Entity Player Levelup'
  125. volume-base: 100
  126. volume-scale: 0
  127. pitch-base: 1
  128. pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement