Advertisement
Guest User

Untitled

a guest
Aug 19th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. MagmaBeast:
  2. Type: ZOMBIE
  3. Display: '&4Magma Beast'
  4. ShowHealth: True
  5. Health: 60
  6. Damage: 5
  7. FollowRange: 75
  8. Equipment:
  9. DamageModifiers:
  10. - LAVA 0
  11. - FIRE_TICK 0
  12. - FIRE 0
  13. - HOT_FLOOR 0
  14. - CONTACT 0
  15. - FALL 0
  16. - THORNS 0
  17. - WITHER 0
  18. - DRAGON_BREATH 0
  19. - POISON 0
  20. - LIGHTNING 0
  21. - ENTITY_EXPLOSION 0
  22. - BLOCK_EXPLOSION 0
  23. - DROWNING 0
  24. - PROJECTILE -1
  25. Faction: Nether
  26. Options:
  27. #AlwaysShowName: true
  28. Collidable: true
  29. PreventItemPickup: true
  30. PreventOtherDrops: true
  31. MaxCombatDistance: 75
  32. MovementSpeed: 0.30
  33. Silent: true
  34. PreventRandomEquipment: true
  35. Drops:
  36. - MagmaBeast 1 .10
  37. - diamond 1to2 0.25
  38. - exp 5 1
  39. - DropRewards 1
  40. - NetherRareDrops
  41. AIGoalSelectors:
  42. - 0 clear
  43. - 1 meleeattack
  44. - 2 randomstroll
  45. - 3 lookatplayers
  46. - 4 float
  47. AITargetSelectors:
  48. - 0 clear
  49. - 1 threatholder
  50. - 2 hurtbytarget
  51. - 3 players
  52. Disguise:
  53. Type: player
  54. Skin: '01TimFuBa07'
  55. Player: '&4Magma Beast'
  56. Skills:
  57. - potion{t=FIRE_RESISTANCE;p=false;duration=200} ~onTimer:50 @self
  58. - skill{s=FireBall} @Target ~onTimer:5
  59. - effect:particles{particle=lava;uel=true;amount=1;forwardOffset=-.3;y=.1} @self ~onTimer:5
  60. - summon{type=MAGMA_CUBE;r=5;a=3} @self ~onSpawn
  61. - summon{type=MAGMA_CUBE;r=5;a=1} @self ~onDamage .2
  62. - ignite{} @Target ~onAttack
  63. - command{c="mdrops unidentified <trigger.name> 1"} @PIR{r=15} ~onDeath .5
  64. - delay 10
  65. - command{c="mdrops gem <trigger.name> 1"} @PIR{r=15} ~onDeath .01
  66. - delay 10
  67. - command{c="mdrops tome <trigger.name> 1"} @PIR{r=15} ~onDeath .1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement