Advertisement
lordRamma

FireElemental - Magic - MythicMob

Nov 24th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ElementaldoFogo:
  2. Type: BLAZE
  3. Display: '&6Elemental do fogo'
  4. health: 50
  5. Drops:
  6. - elementalfogo
  7. Skills:
  8. - skill{s=Fire} @Target ~onInteract 0.4
  9. - skill{s=Flamethrower} @Target ~onInteract 0.4
  10. - skill{s=Lava} @Target ~onInteract 0.3
  11. - none{ticks=100} @Target ~onInteract 0.5
  12. Options:
  13. AlwaysShowName: true
  14. MovementSpeed: 0.2
  15. MaxCombatDistance: 25
  16. PreventOtherDrops: true
  17. DamageModifiers:
  18. FIRE 0.0
  19. FIRE_TICK 0.0
  20. LAVA 0.0
  21. ENTITY_ATTACK 0.0
  22.  
  23. -------------------------------------------------------------------------------
  24. Lava:
  25. Cooldown: 110
  26. Conditions:
  27. - TargetWithin 8
  28. - TargetInLineOfSight true
  29. Skills:
  30. - command{c="castp <mob.uuid> lava"}
  31. Fire:
  32. Cooldown: 8
  33. Conditions:
  34. - TargetInLineOfSight
  35. Conditions:
  36. - TargetWithin 16
  37. - TargetInLineOfSight true
  38. Skills:
  39. - command{c="castp <mob.uuid> fire"}
  40. Flamethrower:
  41. Cooldown: 70
  42. Conditions:
  43. - TargetWithin 12
  44. - TargetInLineOfSight true
  45. Skills:
  46. - command{c="castp <mob.uuid> flamethrower"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement