Advertisement
hubs

Untitled

Mar 31st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 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. ILLUSIONER:
  5. Type: ILLUSIONER
  6. Display: '&2イリュージョナー'
  7. Health: 30
  8. Damage: 8
  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. SkeletalKnight:
  19. Type: WITHER_SKELETON
  20. Display: '&2スケルトンナイト'
  21. Health: 40
  22. Damage: 8
  23. Drops:
  24. - gold_nugget 2 0.5
  25. DropsPerLevel:
  26. - gold_nugget 1 0.5
  27. LevelModifiers:
  28. - health 5
  29. - damage 0.5
  30. Options:
  31. MovementSpeed: 0.1
  32. legendSheep:
  33. Type: SHEEP
  34. Display: '&bStatically Charged Sheep'
  35. Health: 100
  36. Damage: 2
  37. Options:
  38. MovementSpeed: 0.3
  39. DamageModifiers:
  40. - LIGHTNING 0
  41. - FIRE 0.5
  42. Skills:
  43. - lightning @LivingInRadius{r=10} ~onTimer:100
  44. AngrySludge:
  45. Type: SLIME
  46. Display: Angry Sludge
  47. Health: 100
  48. Damage: 2
  49. Options:
  50. Size: 20
  51. MovementSpeed: 0.1
  52. PreventSlimeSplit: true
  53. PreventOtherDrops: true
  54. MaxCombatDistance: 30
  55. KnockbackResistance: 1
  56. Skills:
  57. - skill{s=AngrySludgePoison} 0.2
  58. SkeletonKing:
  59. Type: WITHER_SKELETON
  60. Display: '&6スケルトンキング'
  61. Health: 500
  62. Damage: 10
  63. Skills:
  64. - message{cooldown=20;m="<mob.name><&co> None may challenge the Skeleton King!"}
  65. @PlayersInRadius{r=40} ~onCombat >0 0.2
  66. - message{m="<mob.name><&co> Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40}
  67. ~onPlayerKill >0 1
  68. - skill{s=SummonSkeletons} @Self 0.1
  69. - skill{s=SmashAttack} @Target >0 0.2
  70. Equipment:
  71. - KingsCrown:4
  72. - SkeletonKingSword:0
  73. Drops:
  74. - SkeletonKingDrops
  75. Options:
  76. AlwaysShowName: true
  77. MovementSpeed: 0.2
  78. MaxCombatDistance: 25
  79. PreventOtherDrops: true
  80. SkeletalMinion:
  81. Type: SKELETON
  82. Display: '&2スケルトン'
  83. Health: 10
  84. Damage: 2
  85. Options:
  86. MovementSpeed: 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement