Advertisement
Guest User

mob.yml

a guest
Nov 16th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. boss_lord_jelly:
  2. Type: SLIME
  3. Display: '&dLord Jelly&f'
  4. Health: 400
  5. Damage: 5
  6. Options:
  7. Size: 12
  8. MovementSpeed: 0.6
  9. PreventOtherDrops: true
  10. PreventItemPickup: true
  11. BossBar:
  12. Enabled: true
  13. Title: '&dLord Jelly'
  14. Range: 100
  15. Color: BLUE
  16. Style: SOLID
  17. Faction: boss
  18. Drops:
  19. - SLIME_BALL 8-16 1
  20. - mmoitems{type=miscellaneous;id=GOLD_COIN} 2-5 1
  21. - mmoitems{type=consumable;id=FEATHERLIGHT_DUST} 8-12 1
  22. - exp 100 1
  23. Skills:
  24. - skill{s=bossdespawn_standard} @self ~onTimer:20
  25. - heal{amount=7} @self ~onTimer:20
  26. - command{c="castp <caster.uuid> dragonexplodewater cooldown_reduction 1 push true damage 0 radius 4"} @self ~onTimer:600
  27. - summon{type=minion_lord_jelly;a=1} @Ring{radius=10;points=3} ~onTimer:1200
  28. - command{c="mmocore admin exp give <trigger.name> main 5000"} @trigger ~ondeath
  29. - command{c="broadcast &b<trigger.name>&7 has defeated &dLord Jelly&7!"} @trigger ~ondeath
  30. AIGoalSelectors:
  31. - 0 clear
  32. - 1 meleeattack
  33. - 2 movetowardstarget
  34. AITargetSelectors:
  35. - 0 clear
  36. - 1 players
  37. minion_lord_jelly:
  38. Type: SLIME
  39. Display: '&dMini Jelly'
  40. Health: 20
  41. Damage: 4
  42. Options:
  43. Size: 6
  44. PreventOtherDrops: true
  45. Skills:
  46. - remove{delay=1200} @self ~onSpawn
  47. Faction: boss
  48. AIGoalSelectors:
  49. - 0 clear
  50. - 1 meleeattack
  51. - 2 movetowardstarget
  52. AITargetSelectors:
  53. - 0 clear
  54. - 1 players
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement