Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1.  
  2.  
  3. Mythic Mobs 4.9.0-Snapshot-3211
  4.  
  5.  
  6. PandaIceTotem:
  7. Skills:
  8. - totem{onStart=IceTotemOnStart;onHit=IceTotemOnHit;oT=IceTotemOnTick;md=140;i=40;c=5}
  9. IceTotemOnStart:
  10. Skills:
  11. - effect:blockmask{m=snow_block;r=7;d=140} @self
  12. - effect:blockmask{m=ice;r=3;d=160} @self
  13. - effect:blockmask{m=packed_ice;r=1;d=180} @self
  14. IceTotemOnHit:
  15. Skills:
  16. - potion{type=SLOW;duration=100;level=3} @PIR{r=7}
  17. IceTotemOnTick:
  18. Skills:
  19. - potion{type=SLOW;duration=100;level=3} @PIR{r=7}
  20. - particlesphere{p=fireworksspark;a=100;hs=2;vs=5}
  21. - skill{s=PandaFreeze} .2 @PIR{r=6}
  22. - sound{s=minecraft:entity.wither.ambient;p=.5;v=.5}
  23. PandaFreeze:
  24. Conditions:
  25. Skills:
  26. - percentDamage{percent=0.1}
  27. - sound{s=minecraft:entity.drowned.shoot;p=2;v=1}
  28. - prison{material=PACKED_ICE;duration=25;breakable=false}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement