Advertisement
namekuzi

Untitled

Dec 4th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. スラッシャー:
  2. name: 'スラッシャー'
  3. type: 'Dynamic'
  4. max-level: 10
  5. skill-req: ''
  6. skill-req-lvl: 5
  7. needs-permission: 'False'
  8. msg: ''
  9. combo: ''
  10. indicator: '2D'
  11. icon: 'Jack O Lantern'
  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: 5
  24. level-scale: 0
  25. cost-base: 3
  26. cost-scale: 0
  27. cooldown-base: 5
  28. cooldown-scale: 0
  29. mana-base: 8
  30. mana-scale: 0
  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. Area-b:
  42. type: 'target'
  43. data:
  44. icon-key: ''
  45. radius-base: 5
  46. radius-scale: 0
  47. group: 'Enemy'
  48. wall: 'False'
  49. caster: 'False'
  50. max-base: 5
  51. max-scale: 0
  52. random: 'False'
  53. Damage-c:
  54. type: 'mechanic'
  55. data:
  56. icon-key: ''
  57. counts: 'True'
  58. type: 'Damage'
  59. value-base: 3
  60. value-scale: 1
  61. true: 'False'
  62. classifier: 'default'
  63. Particle-d:
  64. type: 'mechanic'
  65. data:
  66. icon-key: ''
  67. counts: 'True'
  68. particle: 'Lava'
  69. arrangement: 'Circle'
  70. radius-base: 5
  71. radius-scale: 0
  72. particles-base: 20
  73. particles-scale: 0
  74. direction: 'XZ'
  75. visible-radius: 250
  76. dx: 0
  77. dy: 0
  78. dz: 0
  79. speed: 1
  80. amount: 1
  81. forward: 0
  82. upward: 0
  83. right: 0
  84. Particle-e:
  85. type: 'mechanic'
  86. data:
  87. icon-key: ''
  88. counts: 'True'
  89. particle: 'Enchantment Table'
  90. arrangement: 'Circle'
  91. radius-base: 5
  92. radius-scale: 0
  93. particles-base: 20
  94. particles-scale: 0
  95. direction: 'XZ'
  96. visible-radius: 250
  97. dx: 0
  98. dy: 0
  99. dz: 0
  100. speed: 1
  101. amount: 1
  102. forward: 0
  103. upward: 0
  104. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement