Advertisement
kama6012

MM

Jan 25th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Minipig:
  2.  
  3. Type: Zombie
  4. Display: '&2突進ブタ&aL&cv - <mob.level>&f'
  5. Health: 20
  6. Damage: 4
  7. Disguise:
  8. Type: Pig
  9. Skills:
  10.  
  11. - skill{s=EFATK01} @Target ~onAttack
  12. - skill{s=Death01} @self ~onDeath
  13. - skill{s=Pigangery} <5
  14. - effect:sound{sound=mob.pig.say;volume=1;p=1} @Self ~onDamaged
  15. - effect:sound{sound=mob.pig.death;volume=1;p=1} @Self ~onDeath
  16. - actionmessage{m="<mob.name>:&c<mob.mhp>/<mob.hp>"} @PlayersInRadius{r=10}
  17. Options:
  18. Age: -1
  19. AgeLock: true
  20. MaxCombatDistance: 10
  21. KnockbackResistance: 0.25
  22. MovementSpeed: 0.25
  23. Despawn: true
  24. PreventOtherDrops: true
  25. PreventMobKillDrops: true
  26. PreventBlockInfection: false
  27. Silent: true
  28. Equipment:
  29. - kusa:4
  30. Drops:
  31.  
  32. - 突進豚1 1-3 0.7
  33. - 突進豚2 1-2 0.6
  34. - 通貨1 1-2 0.3
  35. - skillapi-exp 1-2 0.3
  36. DropsPerLevel:
  37. - 通貨1 1 0.5
  38. LevelModifiers:
  39. Health: 5
  40. Damage: 0.5
  41. sougenZombie:
  42. MobType: Skeleton
  43. Display: '&6草原のすけるとん'
  44. Health: 10
  45. Damage: 2
  46. Skills:
  47. - skill{skill=onAttackEF} @self ~onAttack
  48. - skill{skill=sougenPA} @self ~onDeath
  49. - effect:sound{sound=mob.zombie.hurt;volume=1;p=1 } @Self ~onDamaged
  50. - actionmessage{m="<mob.name>:&c<mob.mhp>/<mob.hp>"} @PlayersInRadius{r=10} onTimer:200
  51. Options:
  52. PreventItemPickup: true
  53. FollowRange: 12
  54. PreventOtherDrops: true
  55. KnockbackResistance: 0.25
  56. MovementSpeed: 0.2
  57. Despawn: true
  58. Silent: false
  59. ShowHealth: true
  60. Collidable: false
  61. Equipment:
  62. - bokutou:0
  63. - kusa:4
  64. Drops:
  65.  
  66. - 草原のスケルトン1 1-2 0.7
  67. - 草原のスケルトン2 1-2 0.4
  68. - 草原のスケルトン3 1-2 0.5
  69. - 草原のスケルトン4 1-2 0.3
  70. - 通貨1 1-3 0.7
  71. - skillapi-exp 1-3 0.7
  72. niwatori:
  73. MobType: Chicken
  74. Display: '&a鶏'
  75. Health: 1
  76. Damage: 2
  77. Skills:
  78. - skill{skill=onAttackEF} @self ~onAttack
  79. - skill{skill=sougenPA} @self ~onDeath
  80. - actionmessage{m="<mob.name>:&c<mob.mhp>/<mob.hp>"} @PlayersInRadius{r=10} onTimer:200
  81. Options:
  82. FollowRange: 12
  83. PreventOtherDrops: true
  84. KnockbackResistance: 0.25
  85. MovementSpeed: 0.2
  86. Despawn: true
  87. Silent: false
  88. ShowHealth: true
  89. Collidable: false
  90. Drops:
  91.  
  92. - 通貨1 1-3 0.1
  93. yakitori:
  94. MobType: Zombie
  95. Display: '&6焼き鳥'
  96. Health: 40
  97. Disguise:
  98. Type: Chicken
  99. Damage: 4
  100. Skills:
  101. - skill{skill=onAttackEF} @self ~onAttack
  102. - skill{skill=sougenPA} @self ~onDeath
  103. - actionmessage{m="<mob.name>:&c<mob.mhp>/<mob.hp>"} @PlayersInRadius{r=10} onTimer:200
  104. - ignite{ticks=99900} @self ~onSpawn
  105. - potion{type=FIRE_RESISTANCE;duration=99900;level=1} @self ~onSpawn
  106. Options:
  107. FollowRange: 12
  108. PreventOtherDrops: true
  109. KnockbackResistance: 0.25
  110. MovementSpeed: 0.3
  111. Despawn: true
  112. ShowHealth: true
  113. Drops:
  114.  
  115. - yakitori
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement