CREAMPAN0408

Untitled

Apr 2nd, 2019
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 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: '&2スケルトンキング'
  7. Health: 40
  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.  
  19. StaticallyChargedSheep:
  20. Type: SHEEP
  21. Display: '&bStatically Charged Sheep'
  22. Health: 100
  23. Damage: 2
  24. Options:
  25. MovementSpeed: 0.3
  26. DamageModifiers:
  27. - LIGHTNING 0
  28. - FIRE 0.5
  29. Skills:
  30. - lightning @LivingInRadius{r=10} ~onTimer:100
  31. AngrySludge:
  32. Type: SLIME
  33. Display: Angry Sludge
  34. Health: 100
  35. Damage: 2
  36. Options:
  37. Size: 20
  38. MovementSpeed: 0.1
  39. PreventSlimeSplit: true
  40. PreventOtherDrops: true
  41. MaxCombatDistance: 30
  42. KnockbackResistance: 1
  43. Skills:
  44. - skill{s=AngrySludgePoison} 0.2
  45.  
  46. otimusya:
  47. Type: WITHER_SKELETON
  48. Display: ‘落ち武者’
  49. Health: 50
  50.  Damage: 8
  51.  Options:
  52.   AlwaysShowName: true
  53. Collidable: false
  54. Despawn: true
  55. FollowRange: 10
  56. Invincible: true
  57. KnockbackResistance: 100
  58. MovementSpeed: 0.30
  59. NoDamageTicks: 60
  60. ShowHealth: true
  61. Skills:
  62. – skill{skill=SummonSkeletons} @Self 0.1
  63. – skill{skill=SmashAttack} @Target >0 0.2
  64. Equipment:
  65. – otimusyanokabuto:4
  66. – otimusyanoturugi:0
  67. – otimusyanoaitemu:5
  68.  Drops:
  69. - SkeletonKingDrops
  70.  
  71. SkeletalMinion:
  72. Type: SKELETON
  73. Display: '&2落人'
  74. Health: 10
  75. Damage: 4
  76. Options:
  77. MovementSpeed: 0.1
Add Comment
Please, Sign In to add comment