Example MobPacks.yml and Bosses.yml

I have included some Mob Pack Examples to show exactly how to template all the Variables available for Mob Packs and Bosses.

Mob Packs
-------------------

MobPacks:

  Example:
    Mobs:
      Skeleton:
        Amount: 2
        Health: 50
        Damage: 5
        Drops: 261, 262:5
        Immunity:
        - Physical
        - Ranged
      Zombie:
        Amount: 2
        Health: 100
        Damage: 5
        Immunity:
        - Potion
    Drops: 278, 310, 311, 312
    DropCount: 2

  Example2:
    Mobs:
      Silverfish:
        Amount: 5
        Health: 20
        Damage: 2
        Drops: 5:2:2
      Spider:
        Amount: 3
        Health: 40
        Damage: 3
        Drops: STRING:5
    Drops: STRING:5
    DropCount: 2

Bosses
--------------

Bosses:
  The_Terror:
    Values:
      Model: Skeleton
      Health: 100
      Damage: 5
      RunSpeed: 2
      AttackSpeed: 3
    Drops: 278, 310, 311, 312
    DropCount: 2
    Abilities:
      Ignite:
        Duration: 5
        StartDelay: 1
        Damage: 5
        Interval: 5
        Radius: 15.0
      ForcePush:
        Duration: 0
        StartDelay: 5
        Damage: 5
        Interval: 5
        Radius: 3.0
      LivingBomb:
        Duration: 0
        StartDelay: 1
        Damage: 5
        Interval: 10
        Radius: 15.0


Comments

Posts Quoted:
Reply
Clear All Quotes