Custom Bosses

Custom bosses

Here is an example boss:

Fisherman:
  type: zombie
  hp: 1200
  attackPower: 20
  skills:
    - 40% chance Pull level 5 
    - 40% chance JumpAttack level 5 
  essencesDropped: 1
  events:
    - hpLessThan 200 SpawnSilverfish level 6
    - hpLessThan 100 SpawnSilverfish level 6
  armor:
    - LEATHER_HELMET PROTECTION_ENVIRONMENTAL:3,THORNS:2
    - LEATHER_BOOTS PROTECTION_ENVIRONMENTAL:3
    - LEATHER_BOOTS PROTECTION_ENVIRONMENTAL:2,THORNS:1
  weapon: FISHING_ROD

Description of properties

type

entity type of the monster

Values: creeper, skeleton, spider, giant, zombie, slime, ghast, pigzombie, enderman, cavespider, silverfish, blaze, magmacube, lavaslime, enderdragon, witherboss, witch, snowman, wolf, villagergolem

Available Boss Skills

  • Blink - Teleports boss to a random nearby location (greater distance / level)
  • Burst - Tosses attacker in the air (higher toss / level)
  • Disorient - Confuse + Blindness for attacker (3 sec / level)
  • GreaterBurst - Tosses all nearby players in the air (higher toss / level)
  • JumpAttack - teleports to attacker
  • LightningBolt - Strikes attacker with lightning
  • LightningStorm - Strikes all nearby players with lightning (greater range / level)
  • PoisonDart - poisons the attacker (longer duration, more deadly / level)
  • Pull - teleports attacker to the boss
  • ShootArrow - Shoots arrow
  • ShootFireball - Shoots fireball
  • SpawnCaveSpider - 1 / level
  • SpawnCreeper - 1 / level
  • SpawnSilverfish - 1 / level
  • SpawnSkeleton - 1 / level
  • SpawnSpider - 1 / level
  • SpawnZombie - 1 / level
  • SpawnZombiePig - 1 / level

Comments

Posts Quoted:
Reply
Clear All Quotes