Advertisement
K2Rk1o

ブレッド

Oct 29th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ブレッド:
  2. name: 'ブレッド'
  3. type: 'Dynamic'
  4. max-level: 5
  5. skill-req: 'エデン'
  6. skill-req-lvl: 2
  7. needs-permission: 'False'
  8. msg: '&6{player} &2has cast &6{skill}'
  9. combo: '1'
  10. indicator: '2D'
  11. icon: 'Iron 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. attributes:
  23. level-base: 1
  24. level-scale: 0
  25. cost-base: 2
  26. cost-scale: 1
  27. cooldown-base: 20
  28. cooldown-scale: 10
  29. mana-base: 10
  30. mana-scale: 5
  31. points-spent-req-base: 0
  32. points-spent-req-scale: 0
  33. incompatible:
  34. - ''
  35. components:
  36. Cast-a:
  37. type: 'trigger'
  38. data:
  39. icon-key: ''
  40. children:
  41. Self-b:
  42. type: 'target'
  43. data:
  44. icon-key: ''
  45. children:
  46. Damage-c:
  47. type: 'mechanic'
  48. data:
  49. icon-key: ''
  50. counts: 'True'
  51. type: 'Damage'
  52. value-base: 1
  53. value-scale: 0
  54. true: 'False'
  55. classifier: 'default'
  56. Single-d:
  57. type: 'target'
  58. data:
  59. icon-key: ''
  60. range-base: 5
  61. range-scale: 0
  62. tolerance-base: 4
  63. tolerance-scale: 0
  64. group: 'Enemy'
  65. wall: 'False'
  66. children:
  67. Damage-e:
  68. type: 'mechanic'
  69. data:
  70. icon-key: ''
  71. counts: 'True'
  72. type: 'Damage'
  73. value-base: 3
  74. value-scale: 1
  75. true: 'False'
  76. classifier: 'default'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement