Advertisement
nabe0929

Untitled

Jun 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. # Attributes.yml
  2.  
  3. # For full details, visit
  4. # http://dev.bukkit.org/bukkit-plugins/skillapi/pages/attributes/
  5.  
  6. # List of available stats to modify:
  7. # health - the max health of the player
  8. # mana - the amount of mana the player has
  9. # mana-regen - how much mana the player regenerates over time
  10. # physical-damage - damage dealt without using skills
  11. # physical-defense - damage taken from non-skill attacks
  12. # skill-damage - damage dealt with skills
  13. # skill-defense - damage taken from skills
  14. # move-speed - movement speed of the player
  15. 最大体力増加:
  16. display: 'Health'
  17. max: '0'
  18. icon: 'ink sack'
  19. icon-data: '14'
  20. icon-lore:
  21. - '&2Health &7(&2{amount}&7)'
  22. - ''
  23. - '&71 MaxHealth / 1 point'
  24. global:
  25. condition: {}
  26. mechanic: {}
  27. target: {}
  28. stats:
  29. health: 'a+v'
  30. 最大体力割合増加:
  31. display: 'Health'
  32. max: '0'
  33. icon: 'ink sack'
  34. icon-data: '14'
  35. icon-lore:
  36. - '&2Health &7(&2{amount}&7)'
  37. - ''
  38. - '&71% MaxHealth / 1 point'
  39. global:
  40. condition: {}
  41. mechanic: {}
  42. target: {}
  43. stats:
  44. health: 'v+v*a'
  45. 最大マナ増加:
  46. display: 'Mana'
  47. max: '0'
  48. icon: 'ink sack'
  49. icon-data: '5'
  50. icon-lore:
  51. - '&5Mana &7(&2{amount}&7)'
  52. - ''
  53. - '&71 MaxMana / 1 point'
  54. global:
  55. condition: {}
  56. mechanic: {}
  57. target: {}
  58. stats:
  59. mana: 'a+v'
  60. 最大マナ割合増加:
  61. display: 'Mana'
  62. max: '0'
  63. icon: 'ink sack'
  64. icon-data: '5'
  65. icon-lore:
  66. - '&5Mana &7(&2{amount}&7)'
  67. - ''
  68. - '&71% MaxMana / 1 point'
  69. global:
  70. condition: {}
  71. mechanic: {}
  72. target: {}
  73. stats:
  74. mana: 'v+v*a'
  75. マナ自然回復増加:
  76. display: 'ManaRegen'
  77. max: '0'
  78. icon: 'ink sack'
  79. icon-data: '6'
  80. icon-lore:
  81. - '&3ManaRegen &7(&2{amount}&7)'
  82. - ''
  83. - '&71 ManaRegen / 1 point'
  84. global:
  85. condition: {}
  86. mechanic: {}
  87. target: {}
  88. stats:
  89. mana-regen: 'a+v'
  90. マナ自然回復割合増加:
  91. display: 'ManaRegen'
  92. max: '0'
  93. icon: 'ink sack'
  94. icon-data: '6'
  95. icon-lore:
  96. - '&3ManaRegen &7(&2{amount}&7)'
  97. - ''
  98. - '&71% ManaRegen / 1 point'
  99. global:
  100. condition: {}
  101. mechanic: {}
  102. target: {}
  103. stats:
  104. mana-regen: 'v+v*a'
  105. 攻撃力:
  106. display: 'Attack'
  107. max: '0'
  108. icon: 'ink sack'
  109. icon-data: '14'
  110. icon-lore:
  111. - '&6Strength &7(&2{amount}&7)'
  112. - ''
  113. - '&7Grants 2.5% increased'
  114. - '&7non-skill damage per'
  115. - '&7point invested.'
  116. global:
  117. condition: {}
  118. mechanic: {}
  119. target: {}
  120. stats:
  121. physical-damage: 'a+v'
  122. 攻撃力割合増加:
  123. display: 'Attack'
  124. max: '0'
  125. icon: 'ink sack'
  126. icon-data: '14'
  127. icon-lore:
  128. - '&6Strength &7(&2{amount}&7)'
  129. - ''
  130. - '&7Grants 2.5% increased'
  131. - '&7non-skill damage per'
  132. - '&7point invested.'
  133. global:
  134. condition: {}
  135. mechanic: {}
  136. target: {}
  137. stats:
  138. physical-damage: 'v+v*a'
  139. 防御力:
  140. display: 'Attack'
  141. max: '0'
  142. icon: 'ink sack'
  143. icon-data: '14'
  144. icon-lore:
  145. - '&6Strength &7(&2{amount}&7)'
  146. - ''
  147. - '&7Grants 2.5% increased'
  148. - '&7non-skill damage per'
  149. - '&7point invested.'
  150. global:
  151. condition: {}
  152. mechanic: {}
  153. target: {}
  154. stats:
  155. physical-defense: 'a+v'
  156. 防御力割合増加:
  157. display: 'Attack'
  158. max: '0'
  159. icon: 'ink sack'
  160. icon-data: '14'
  161. icon-lore:
  162. - '&6Strength &7(&2{amount}&7)'
  163. - ''
  164. - '&7Grants 2.5% increased'
  165. - '&7non-skill damage per'
  166. - '&7point invested.'
  167. global:
  168. condition: {}
  169. mechanic: {}
  170. target: {}
  171. stats:
  172. physical-defense: 'v+v*a'
  173. 特殊攻撃力:
  174. display: 'SkillAttack'
  175. max: '0'
  176. icon: 'ink sack'
  177. icon-data: '13'
  178. icon-lore:
  179. - '&dSkillAttack &7(&2{amount}&7)'
  180. - ''
  181. - '&7Grants 2.5% increased'
  182. - '&7skill damage per point'
  183. - '&7invested.'
  184. global:
  185. condition: {}
  186. mechanic:
  187. Damage-value: 'a+v'
  188. target: {}
  189. 特殊攻撃力割合増加:
  190. display: 'SkillAttack'
  191. max: '0'
  192. icon: 'ink sack'
  193. icon-data: '13'
  194. icon-lore:
  195. - '&dSkillAttack &7(&2{amount}&7)'
  196. - ''
  197. - '&7Grants 2.5% increased'
  198. - '&7skill damage per point'
  199. - '&7invested.'
  200. global:
  201. condition: {}
  202. mechanic:
  203. Damage-value: 'v+v*a'
  204. target: {}
  205. 特殊攻撃範囲:
  206. display: 'SkillRange'
  207. max: '0'
  208. icon: 'ink sack'
  209. icon-data: '10'
  210. icon-lore:
  211. - '&aSkillRange &7(&2{amount}&7)'
  212. - ''
  213. - '&7Grants 2.5% increased'
  214. - '&7range per point invested.'
  215. global:
  216. condition: {}
  217. mechanic: {}
  218. target:
  219. Cone-range: 'a+v'
  220. Linear-range: 'a+v'
  221. Location-range: 'a+v'
  222. Nearest-radius: 'a+v'
  223. Single-range: 'a+v'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement