ReshiStar

Mobs

Dec 11th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #
  4. Wanderernametag:
  5. Type: ARMOR_STAND
  6. Display: '&aWanderer &6- Lv.3'
  7. Health: 100
  8. Damage: 1
  9. Options:
  10. AlwaysShowName: true
  11. Invisible: true
  12. Small: true
  13. Skills:
  14. - mount{type=Wanderer} ~onSpawn @self
  15. - remove ~onSignal:die @self
  16. Wanderer:
  17. Type: ZOMBIE
  18. Display: '&aWanderer &6- Lv.<mob.level>'
  19. AIGoalSelectors:
  20. - 0 clear
  21. - 1 meleeattack
  22. AITargetSelectors:
  23. - 0 clear
  24. - 1 attacker
  25. Health: 40
  26. Damage: 12
  27. BossBar:
  28. Enabled: true
  29. Title: '<mob.name>'
  30. Range: 7
  31. Color: RED
  32. Style: SOLID
  33. Equipment:
  34. - lsh head
  35. Drops:
  36. - GOLD_NUGGET{display="Gold Coin"} 1to2 0.5
  37. LevelModifiers:
  38. - health 5
  39. - damage 0.5
  40. KillMessages:
  41. - '<target.name> was beat up by a <mob.name>'
  42. Options:
  43. MovementSpeed: 0.17
  44. Silent: true
  45. Skills:
  46. # - skill{s=Yell} @NearestPlayer{r=20} ~onTimer:10
  47. - skill{s=InvisibleMob} @self ~onSpawn
  48. - skill{s=InvisibleMob} @self ~onDelay:3000
  49. - setlevel{a=set;l=3} ~onSpawn
  50. - runaigoalselector{goal=randomstroll} ~onSpawn @self
  51. - signal{s=die} @Parent ~onDeath
  52. - skill{s=Wander} @self ~onSpawn
  53. - skill{s=Despawn} @self ~onDelay:6000
  54. - randomskill{skills=Yellone,Yelltwo,Yellthree,Yellfour;} @PIR{r=20} ~onDamaged
  55. SkeletonKing:
  56. Type: WITHER_SKELETON
  57. Display: '&6Skeleton King'
  58. Health: 500
  59. Damage: 10
  60. Skills:
  61. - message{cooldown=20;m="<mob.name><&co> None may challenge the Skeleton King!"}
  62. @PlayersInRadius{r=40} ~onCombat >0 0.2
  63. - message{m="<mob.name><&co> Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40}
  64. ~onPlayerKill >0 1
  65. - skill{s=SummonSkeletons} @self 0.1
  66. - skill{s=SmashAttack} @target >0 0.2
  67. Equipment:
  68. - KingsCrown HEAD
  69. - SkeletonKingSword HAND
  70. Drops:
  71. - SkeletonKingDrops
  72. Options:
  73. AlwaysShowName: true
  74. MovementSpeed: 0.2
  75. MaxCombatDistance: 25
  76. PreventOtherDrops: true
  77. SkeletalMinion:
  78. Type: SKELETON
  79. Display: '&2Skeletal Minion'
  80. Health: 10
  81. Damage: 2
  82. Options:
  83. MovementSpeed: 0.1
  84. StaticallyChargedSheep:
  85. Type: SHEEP
  86. Display: '&aStatically Charged Sheep'
  87. Health: 100
  88. Damage: 2
  89. Options:
  90. MovementSpeed: 0.3
  91. DamageModifiers:
  92. - LIGHTNING 0
  93. - FIRE 0.5
  94. Skills:
  95. - lightning @LivingInRadius{r=10} ~onTimer:100
  96. AngrySludge:
  97. Type: SLIME
  98. Display: '&aAngry Sludge'
  99. Health: 100
  100. Damage: 2
  101. Options:
  102. Size: 20
  103. MovementSpeed: 0.1
  104. PreventSlimeSplit: true
  105. PreventOtherDrops: true
  106. MaxCombatDistance: 30
  107. KnockbackResistance: 1
  108. Skills:
  109. - skill{s=AngrySludgePoison} 0.2
  110. - blockmask{material=SLIME_BLOCK;r=1;duration=100} @self ~onTimer:20
Add Comment
Please, Sign In to add comment