Advertisement
ootyan27

Untitled

Feb 23rd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. ボムスロー:
  2. name: 'ボムスロー'
  3. type: 'Dynamic'
  4. max-level: 4
  5. skill-req: ''
  6. skill-req-lvl: 1
  7. needs-permission: 'False'
  8. msg: '&6{player} &2が &6{skill}&2を使用した!'
  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: 20
  24. level-scale: 4
  25. cost-base: 3
  26. cost-scale: 2
  27. cooldown-base: 40
  28. cooldown-scale: 8
  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. Projectile-b:
  42. type: 'mechanic'
  43. data:
  44. icon-key: ''
  45. counts: 'True'
  46. projectile: 'Ghast Fireball'
  47. flaming: 'False'
  48. cost: ''
  49. group: 'Enemy'
  50. spread: 'Cone'
  51. amount-base: 1
  52. amount-scale: 0
  53. velocity-base: 2
  54. velocity-scale: 0
  55. angle-base: 80
  56. angle-scale: 0
  57. position: 0
  58. forward-base: 0
  59. forward-scale: 0
  60. upward-base: 0
  61. upward-scale: 0
  62. right-base: 0
  63. right-scale: 0
  64. use-effect: 'False'
  65. children:
  66. Explosion-c:
  67. type: 'mechanic'
  68. data:
  69. icon-key: ''
  70. counts: 'True'
  71. power-base: 12
  72. power-scale: 2
  73. damage: 'False'
  74. fire: 'False'
  75. Particle-d:
  76. type: 'mechanic'
  77. data:
  78. icon-key: ''
  79. counts: 'True'
  80. particle: 'Cloud'
  81. arrangement: 'Circle'
  82. radius-base: 4
  83. radius-scale: 0
  84. particles-base: 20
  85. particles-scale: 0
  86. direction: 'XZ'
  87. visible-radius: 25
  88. dx: 0
  89. dy: 0
  90. dz: 0
  91. speed: 1
  92. amount: 1
  93. forward: 0
  94. upward: 0
  95. right: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement