Advertisement
AtsuSheee

MOB

Feb 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. #
  2. # These example files show you some of the basic attributes and
  3. # skills MythicMobs can use. Far more is possible!
  4. SkeletalKnight:
  5. Type: WITHER_SKELETON
  6. Display: '&2Skeletal Knight'
  7. Health: 50000
  8. Damage: 5
  9. Drops:
  10. - gold_nugget 2 0.5
  11. DropsPerLevel:
  12. - gold_nugget 1 0.5
  13. LevelModifiers:
  14. - health 5
  15. - damage 0.5
  16. Options:
  17. MovementSpeed: 0.1
  18. StaticallyChargedSheep:
  19. Type: SHEEP
  20. Display: '&bStatically Charged Sheep'
  21. Health: 100
  22. Damage: 2
  23. Options:
  24. MovementSpeed: 0.3
  25. DamageModifiers:
  26. - LIGHTNING 0
  27. - FIRE 0.5
  28. Skills:
  29. - lightning @LivingInRadius{r=10} ~onTimer:100
  30. AngrySludge:
  31. Type: SLIME
  32. Display: Angry Sludge
  33. Health: 100
  34. Damage: 2
  35. Options:
  36. Size: 20
  37. MovementSpeed: 0.1
  38. PreventSlimeSplit: true
  39. PreventOtherDrops: true
  40. MaxCombatDistance: 30
  41. KnockbackResistance: 1
  42. Skills:
  43. - skill{s=AngrySludgePoison} 0.2
  44. SkeletonKing:
  45. Type: WITHER_SKELETON
  46. Display: '&6Skeleton King'
  47. Health: 10000
  48. Damage: 20
  49. Skills:
  50. - message{cooldown=20;m="<mob.name><&co> None may challenge the Skeleton King!"}
  51. @PlayersInRadius{r=40} ~onCombat >0 0.2
  52. - message{m="<mob.name><&co> Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40}
  53. ~onPlayerKill >0 1
  54. - skill{s=SummonSkeletons} @Self 0.1
  55. - skill{s=SmashAttack} @Target >0 0.2
  56. Equipment:
  57. - KingsCrown:4
  58. - SkeletonKingSword:0
  59. Drops:
  60. - SkeletonKingDrops
  61. Options:
  62. AlwaysShowName: true
  63. MovementSpeed: 0.2
  64. MaxCombatDistance: 25
  65. PreventOtherDrops: true
  66. SkeletalMinion:
  67. Type: SKELETON
  68. Display: '&2Skeletal Minion'
  69. Health: 50
  70. Damage: 2
  71. Options:
  72. MovementSpeed: 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement