Advertisement
Guest User

Untitled

a guest
Sep 12th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Orcling:
  2. Type: ZOMBIE
  3. Display: '&eOrcling'
  4. Health: 200
  5. Damage: 1
  6. Faction: Orc
  7. Options:
  8. AlwaysShowName: true
  9. Collidable: true
  10. PreventItemPickup: true
  11. PreventOtherDrops: true
  12. MaxCombatDistance: 30
  13. MovementSpeed: 0.25
  14. Silent: true
  15. Drops:
  16. #- exp 5 1
  17. AIGoalSelectors:
  18. - 0 clear
  19. - 1 meleeattack
  20. - 2 randomstroll
  21. - 3 lookatplayers
  22. - 4 float
  23. AITargetSelectors:
  24. - 0 clear
  25. - 1 hurtbytarget
  26. - 2 OtherFaction
  27. Skills:
  28. - skill{s=OrcRandomEquipment_Orcling} @self ~onSpawn
  29. - skill{s=Orc_Drummer_Effect} @self ~onSignal:DRUMMER
  30.  
  31. - effect:particles{p=crit;amount=6;hS=0.45;vS=1.2;speed=0;y=1} @self ~onTimer:5
  32. - sound{s=entity.vindicator.ambient;p=1.2} @self ~onTimer:120 0.7
  33. - sound{s=entity.vindicator.hurt;p=1.2} @self ~onDamaged
  34. - sound{s=entity.vindicator.death;p=1.2} @self ~onDeath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement