Woodyo

Untitled

Dec 4th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. angelSPIRAL-Sub:
  2. Type: CREEPER
  3. Options:
  4. PreventOtherDrops: true
  5. KnockbackResistance: 1
  6. Silent: true
  7. LockPitch: true
  8. Collidable: false
  9. Despawn: false
  10. Invincible: true
  11. ApplyInvisibility: true
  12. Skills:
  13. - setvariable{var=caster.orbitalRadius;value=1.00;save=true;type=FLOAT;sync=true} @self ~onSpawn
  14. - setstance{s=INCREASE} @self ~onSpawn
  15. - skill{s=angelSPIRAL-Beam;sync=true} @self ~onSpawn
  16. - remove{delay=1000} @self ~onSpawn
  17. - skill{s=angelSPIRAL-VariableModify} @self ~onTimer:1
  18. AITargetSelectors:
  19. - 0 clear
  20. AIGoalSelectors:
  21. - 0 clear
  22.  
  23. angelSPIRAL_VISUALS:
  24. Type: CREEPER
  25. Health: 9999
  26. Options:
  27. PreventOtherDrops: true
  28. Despawn: false
  29. Invincible: true
  30. ApplyInvisibility: true
  31. Skills:
  32. - remove{delay=1000} @self ~onSpawn
  33. - effect:enderbeam{d=2;y=0} @MobsInRadius{r=35;t=angelSPIRAL_VISUALS;limit=2;sort=NEAREST} ~onTimer:1
  34. AITargetSelectors:
  35. - 0 clear
  36. AIGoalSelectors:
  37. - 0 clear
Add Comment
Please, Sign In to add comment