Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Wiz_Missile:
  2. actions:
  3. cast:
  4. - class: Multiply
  5. actions:
  6. - class: Spread
  7. actions:
  8. - class: CustomProjectile
  9. speed:
  10. actions:
  11. - class: Damage
  12. - class: BreakBlock
  13. ignore_result: true
  14. parameters:
  15. multiply: 5
  16. first:
  17. spread: 0
  18. spread: 0.5
  19. damage: 5
  20. allow_max_range: true
  21. velocity: 450
  22. range: 100
  23. target_type: Damageable
  24. player_damage: 3
  25. entity_damage: 5
  26. target_breakables: 1
  27. reorient: true
  28. destructible: solid
  29. destructible_durability: 45
  30. break_durability: 2
  31. undo: 10000
  32. undo_speed: 0.3
  33. cooldown: 1400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement