Advertisement
ryanrules259

Blastmine (WIP)

Oct 19th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Blastmine:
  2. spell-class: ".targeted.PulserSpell"
  3. name: Blastmine
  4. spell-icon: diamond_block
  5. description: Summons a diamond block that calls lightning down upon nearby enemies.
  6. cast-item: 70
  7. cooldown: 8
  8. total-pulses: 0
  9. max-distance: 1
  10. cap-per-player: 2
  11. block-type: 70
  12. unbreakable: false
  13. only-count-on-success: false
  14. spells:
  15. - blastdmg
  16. str-cast-self: You have summoned a storm block!
  17. str-cast-others: "%a has summoned a storm block!"
  18. str-at-cap: You have too many effects at once.
  19. blastdmg:
  20. spell-class: ".targeted.ExplodeSpell"
  21. name: explode
  22. spell-icon: tnt
  23. description: Create an explosion.
  24. explosion-size: 3
  25. backfire-chance: 0
  26. prevent-block-damage: false
  27. prevent-player-damage: false
  28. damage-multiplier: 10
  29. add-fire: true
  30. simulate-tnt: true
  31. ignore-canceled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement