Advertisement
Guest User

Untitled

a guest
Apr 20th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. #hippocow
  2. COW:
  3. Type: COW
  4. Display: Hippo Cow
  5. Health: 20
  6. Damage: 5
  7. Modules:
  8. ThreatTable: true
  9. Options:
  10. PreventOtherDrops: false
  11. Silent: true
  12. MovementSpeed: 0.22
  13. KnockbackResistance: 0.8
  14. FollowRange: 5
  15. Despawn: false
  16. PreventRandomEquipment: true
  17. PreventSunburn: true
  18. PreventRenaming: false
  19. AIGoalSelectors:
  20. - 0 clear
  21. - 1 float
  22. - 2 meleeattack
  23. - 3 gotoparent
  24. Skills:
  25. - sound{s=entity.cow.hurt} @Self ~onDamaged
  26. - model{mid=hippo_cow_final3;mount=true;drive=true;n=false} @self ~onSpawn
  27. - skill{s=eat_hippocow} ~onTimer:600
  28. - skill{s=death_hippo} ~onDeath
  29. - summon{type=hippo_cow_baby;amount=1;radius=3} @self ~onSpawn
  30. - skill{s=entity_attack} @self ~onChangeTarget
  31. - skill{s=milking_cow} @Target ~onInteract
  32. - skill{s=mount_model} @Target ~onInteract
  33. - setname{name=Hippo Cow} @self ~onTimer:24000
  34. hippo_cow_baby:
  35. Type: WOLF
  36. Display: Baby Hippo Cow
  37. Health: 20
  38. Damage: 1
  39. Modules:
  40. ThreatTable: true
  41. Options:
  42. PreventOtherDrops: true
  43. Silent: true
  44. MovementSpeed: 0.22
  45. KnockbackResistance: 0.8
  46. FollowRange: 30
  47. Despawn: false
  48. AIGoalSelectors:
  49. - 0 clear
  50. - 1 randomstroll
  51. - 2 randomlookaround
  52. - 3 ownerattacker
  53. - 4 gotoparent
  54. - 5 gotoowner
  55. - 6 float
  56. Skills:
  57. - model{mid=hippo_cow_baby;n=false} @self ~onSpawn
  58. - skill{s=eat_hippocow} @self ~onTimer:500
  59. - swapmodel{m=hippo_cow_baby;nid=hippo_cow_final3} @self ~onTimer:24000
  60. - sound{s=entity.cow.hurt} @Self ~onDamaged
  61. - skill{s=death_hippo} ~onDeath
  62. - skill{s=entity_attack} @self ~onChangeTarget
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement