0123Atsuse

Untitled

Oct 29th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. loaded: false
  2. Heal:
  3. name: 'Heal'
  4. type: '回復'
  5. max-level: 5
  6. skill-req: ''
  7. skill-req-lvl: 1
  8. needs-permission: 'False'
  9. msg: '&a{player} &fは {skill} &fを使用した'
  10. combo: ''
  11. indicator: '2D'
  12. icon: 'Acacia Door'
  13. icon-data: 0
  14. icon-lore:
  15. - '&d{name} &6({level}/{max})'
  16. - '&cType: &6{type}'
  17. - ''
  18. - '{req:level}レベル: {attr:level}'
  19. - '{req:cost}コスト: {attr:cost}'
  20. - ''
  21. - '&9Mana: {attr:mana}'
  22. - '&cCooldown: {attr:cooldown}'
  23. attributes:
  24. level-base: 5
  25. level-scale: 0
  26. cost-base: 5
  27. cost-scale: 5
  28. cooldown-base: 15
  29. cooldown-scale: -1
  30. mana-base: 30
  31. mana-scale: -3
  32. points-spent-req-base: 0
  33. points-spent-req-scale: 0
  34. incompatible:
  35. - ''
  36. components:
  37. Cast-a:
  38. type: 'trigger'
  39. data:
  40. icon-key: ''
  41. children:
  42. Self-b:
  43. type: 'target'
  44. data:
  45. icon-key: ''
  46. children:
  47. Heal-c:
  48. type: 'mechanic'
  49. data:
  50. icon-key: ''
  51. counts: 'True'
  52. type: 'Percent'
  53. value-base: 10
  54. value-scale: 5
Add Comment
Please, Sign In to add comment