Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. loaded: false
  2. Skill 1:
  3. name: 'Skill 1'
  4. type: 'Dynamic'
  5. max-level: 5
  6. skill-req: ''
  7. skill-req-lvl: 1
  8. needs-permission: 'False'
  9. msg: '&6{player} &2has cast &6{skill}'
  10. combo: ''
  11. indicator: '2D'
  12. icon: 'Jack O Lantern'
  13. icon-data: 0
  14. icon-lore:
  15. - '&d{name} &7({level}/{max})'
  16. - '&2Type: &6{type}'
  17. - ''
  18. - '{req:level}Level: {attr:level}'
  19. - '{req:cost}Cost: {attr:cost}'
  20. - ''
  21. - '&2Mana: {attr:mana}'
  22. - '&2Cooldown: {attr:cooldown}'
  23. attributes:
  24. level-base: 1
  25. level-scale: 0
  26. cost-base: 1
  27. cost-scale: 0
  28. cooldown-base: 0
  29. cooldown-scale: 0
  30. mana-base: 0
  31. mana-scale: 0
  32. points-spent-req-base: 0
  33. points-spent-req-scale: 0
  34. incompatible:
  35. - ''
  36. プチヒール:
  37. name: 'プチヒール'
  38. type: 'Dynamic'
  39. max-level: 4
  40. skill-req: ''
  41. skill-req-lvl: 1
  42. needs-permission: 'False'
  43. msg: '&e{player}&2は&e{skill}&2を発動した!'
  44. combo: ''
  45. indicator: '2D'
  46. icon: 'Apple'
  47. icon-data: 0
  48. icon-lore:
  49. - '&d{name} &7({level}/{max})'
  50. - '&b自身の体力を回復する'
  51. - ''
  52. - '{req:level}必要レベル: {attr:level}'
  53. - '{req:cost}必要SP: {attr:cost}'
  54. - ''
  55. - '&bマナ: {attr:mana}'
  56. - '&bクールダウン: {attr:cooldown}'
  57. attributes:
  58. level-base: 1
  59. level-scale: 0
  60. cost-base: 1
  61. cost-scale: 0
  62. cooldown-base: 30
  63. cooldown-scale: -4
  64. mana-base: 5
  65. mana-scale: 2
  66. points-spent-req-base: 0
  67. points-spent-req-scale: 0
  68. incompatible:
  69. - ''
  70. components:
  71. Cast-a:
  72. type: 'trigger'
  73. data:
  74. icon-key: ''
  75. children:
  76. Self-b:
  77. type: 'target'
  78. data:
  79. icon-key: ''
  80. children:
  81. Heal-c:
  82. type: 'mechanic'
  83. data:
  84. icon-key: ''
  85. counts: 'True'
  86. type: 'Health'
  87. value-base: 8
  88. value-scale: 2
  89. Particle-d:
  90. type: 'mechanic'
  91. data:
  92. icon-key: ''
  93. counts: 'True'
  94. particle: 'Happy Villager'
  95. arrangement: 'Circle'
  96. radius-base: 10
  97. radius-scale: 0
  98. particles-base: 10
  99. particles-scale: 0
  100. direction: 'XZ'
  101. visible-radius: 25
  102. dx: 0
  103. dy: 0
  104. dz: 0
  105. speed: 0
  106. amount: 1
  107. forward: 0
  108. upward: 0
  109. right: 0
  110. Sound-e:
  111. type: 'mechanic'
  112. data:
  113. icon-key: ''
  114. counts: 'True'
  115. version: '1.9+'
  116. newsound: 'Entity Player Levelup'
  117. volume-base: 100
  118. volume-scale: 0
  119. pitch-base: 2
  120. pitch-scale: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement