Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. loaded: false
  2. Skill 1:
  3. name: 'Skill 1'
  4. type: 'Dynamic'
  5. max-level: 5
  6. skill-req: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">なし</font></font>'
  7. skill-req-lvl: 1
  8. needs-permission: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">偽</font></font>'
  9. msg: '&6{player} &2has cast &6{skill}'
  10. combo: ''
  11. indicator: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">2D</font></font>'
  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. sword atack:
  37. name: 'sword atack'
  38. type: 'Dynamic'
  39. max-level: 5
  40. skill-req: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">なし</font></font>'
  41. skill-req-lvl: 1
  42. needs-permission: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">真</font></font>'
  43. msg: '&6{player} &2has cast &6{skill}'
  44. combo: ''
  45. indicator: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">なし</font></font>'
  46. icon: '<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">アカシアドア</font></font>'
  47. icon-data: 0
  48. icon-lore:
  49. - '&d{name} &7({level}/{max})'
  50. - '&2Type: &6{type}'
  51. - ''
  52. - '{req:level}Level: {attr:level}'
  53. - '{req:cost}Cost: {attr:cost}'
  54. - ''
  55. - '&2Mana: {attr:mana}'
  56. - '&2Cooldown: {attr:cooldown}'
  57. attributes:
  58. level-base: 1
  59. level-scale: 0
  60. cost-base: 5
  61. cost-scale: 0
  62. cooldown-base: 0
  63. cooldown-scale: 0
  64. mana-base: 0
  65. mana-scale: 0
  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. Area-b:
  77. type: 'target'
  78. data:
  79. icon-key: 'diamond_sword'
  80. radius-base: 3
  81. radius-scale: 0
  82. group: 'Enemy'
  83. wall: 'False'
  84. caster: 'False'
  85. max-base: 99
  86. max-scale: 0
  87. children:
  88. Damage Lore-c:
  89. type: 'mechanic'
  90. data:
  91. icon-key: 'iron_sword'
  92. counts: 'True'
  93. hand: 'Main'
  94. regex: 'Damage: {value}'
  95. multiplier-base: 1
  96. multiplier-scale: 0
  97. true: 'False'
  98. classifier: 'default'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement