1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00
vcmi/config/creatures/wog.json
Ivan Savenko c6cc6e6301 Large changeset, first part of editing H3 objects via mods feature. Changes:
- loading of all objects (including H3 objects) will be directed by mod handlers
- common base for all handlers accessible from mod system (IHanderBase)
- json format changes: use struct with string ID's instead of vector

- fixed some gcc/clang errors and warnings
- fixed several cases of memory leaks and invalid memory access (mostly related to usage of bonus system and/or identifiers resolution)

Note that right now loading is much slower than before due to excessive json validation (or not fast enough validator)
2013-04-21 12:49:26 +00:00

1261 lines
20 KiB
JSON

{
"supremeArchangel" :
{
"index": 150,
"level": 8,
"faction": "castle",
"graphics" :
{
"animation": "ZM150Z.DEF"
},
"sound" :
{
"attack": "AAGLATTK.wav",
"defend": "AAGLDFND.wav",
"killed": "AAGLKILL.wav",
"move": "AAGLMOVE.wav",
"wince": "AAGLWNCE.wav"
}
},
"diamondDragon" :
{
"index": 151,
"level": 8,
"faction": "rampart",
"abilities":
{
"dragon" :
{
"type" : "DRAGON_NATURE"
}
},
"graphics" :
{
"animation": "ZM151Z.DEF"
},
"sound" :
{
"attack": "GODRATTK.wav",
"defend": "GODRDFND.wav",
"killed": "GODRKILL.wav",
"move": "GODRMOVE.wav",
"wince": "GODRWNCE.wav"
}
},
"lordofThunder" :
{
"index": 152,
"level": 8,
"faction": "tower",
"graphics" :
{
"animation": "ZM152Z.DEF",
"missile" :
{
"projectile": "CPRGTIX.DEF"
}
},
"sound" :
{
"attack": "GTITATTK.wav",
"defend": "GTITDFND.wav",
"killed": "GTITKILL.wav",
"move": "GTITMOVE.wav",
"shoot": "GTITSHOT.wav",
"wince": "GTITWNCE.wav"
}
},
"hellBaron" :
{
"index": 153,
"level": 8,
"faction": "inferno",
"abilities":
{
"teleport" :
{
"type" : "FLYING",
"subtype" : 1
}
},
"graphics" :
{
"missile" : null,
"animation": "ZM153Z.DEF"
},
"sound" :
{
"attack": "ADVLATTK.wav",
"defend": "ADVLDFND.wav",
"killed": "ADVLKILL.wav",
"move": "ADVLMOVE.wav",
"wince": "ADVLWNCE.wav",
"startMoving": "ADVLEXT1.wav",
"endMoving": "ADVLEXT2.wav"
}
},
"bloodDragon" :
{
"index": 154,
"level": 8,
"faction": "necropolis",
"abilities":
{
"drainsLife" :
{
"type" : "LIFE_DRAIN",
"val" : 40
},
"dragon" :
{
"type" : "DRAGON_NATURE"
}
},
"graphics" :
{
"animation": "ZM154Z.DEF"
},
"sound" :
{
"attack": "GHDRATTK.wav",
"defend": "GHDRDFND.wav",
"killed": "GHDRKILL.wav",
"move": "GHDRMOVE.wav",
"wince": "GHDRWNCE.wav"
}
},
"darknessDragon" :
{
"index": 155,
"level": 8,
"faction": "dungeon",
"abilities":
{
"dragon" :
{
"type" : "DRAGON_NATURE"
}
},
"graphics" :
{
"animation": "ZM155Z.DEF"
},
"sound" :
{
"attack": "BKDRATTK.wav",
"defend": "BKDRDFND.wav",
"killed": "BKDRKILL.wav",
"move": "BKDRMOVE.wav",
"wince": "BKDRWNCE.wav"
}
},
"ghostBehemoth" :
{
"index": 156,
"level": 8,
"faction": "stronghold",
"graphics" :
{
"animation": "ZM156Z.DEF"
},
"sound" :
{
"attack": "BMTHATTK.wav",
"defend": "BMTHDFND.wav",
"killed": "BMTHKILL.wav",
"move": "BMTHMOVE.wav",
"wince": "BMTHWNCE.wav"
}
},
"hellHydra" :
{
"index": 157,
"level": 8,
"faction": "fortress",
"abilities" :
{
"SHOOTER" : null
},
"graphics" :
{
"animation": "ZM157Z.DEF"
},
"sound" :
{
"attack": "CHYDATTK.wav",
"defend": "CHYDDFND.wav",
"killed": "CHYDKILL.wav",
"move": "CHYDMOVE.wav",
"wince": "CHYDWNCE.wav"
}
},
"sacredPhoenix" :
{
"index": 158,
"level": 8,
"faction": "conflux",
"graphics" :
{
"animation": "ZM158Z.DEF"
},
"sound" :
{
"attack": "PHOEATTK.wav",
"defend": "PHOEDFND.wav",
"killed": "PHOEKILL.wav",
"move": "PHOEMOVE.wav",
"wince": "PHOEWNCE.wav"
}
},
"ghost" :
{
"index": 159,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM159G.DEF"
},
"sound" :
{
"attack": "WRTHATTK.wav",
"defend": "WRTHDFND.wav",
"killed": "WRTHKILL.wav",
"move": "WRTHMOVE.wav",
"wince": "WRTHWNCE.wav"
}
},
"godWar" :
{
"disabled" : true,
"index": 160,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM160G.DEF"
}
},
"godPeace" :
{
"disabled" : true,
"index": 161,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM161G.DEF"
}
},
"godMana" :
{
"disabled" : true,
"index": 162,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM162G.DEF"
}
},
"godLore" :
{
"disabled" : true,
"index": 163,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM163G.DEF"
}
},
"minotaurKing2" :// WTF is this? Same ID as Minotaur King from Dungeon
{
"index": 164,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM164GD.DEF"
},
"sound" :
{
"attack": "SGLMATTK.wav",
"defend": "SGLMDFND.wav",
"killed": "SGLMKILL.wav",
"move": "SGLMMOVE.wav",
"wince": "SGLMWNCE.wav"
}
},
"mineralElemental" :
{
"index": 165,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM165GD.DEF"
},
"sound" :
{
"attack": "SGLMATTK.wav",
"defend": "SGLMDFND.wav",
"killed": "SGLMKILL.wav",
"move": "SGLMMOVE.wav",
"wince": "SGLMWNCE.wav"
}
},
"electricityElemental" :
{
"index": 166,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM166GD.DEF"
},
"sound" :
{
"attack": "SGLMATTK.wav",
"defend": "SGLMDFND.wav",
"killed": "SGLMKILL.wav",
"move": "SGLMMOVE.wav",
"wince": "SGLMWNCE.wav"
}
},
"ancientBasilisk" :
{
"index": 167,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM167GD.DEF"
},
"sound" :
{
"attack": "SGLMATTK.wav",
"defend": "SGLMDFND.wav",
"killed": "SGLMKILL.wav",
"move": "SGLMMOVE.wav",
"wince": "SGLMWNCE.wav"
}
},
"gorynych" :
{
"index": 168,
"level": 0,
"faction": "neutral",
"abilities":
{
"canFly" :
{
"type" : "FLYING"
}
},
"graphics" :
{
"animation": "ZM168DG.DEF"
},
"sound" :
{
"attack": "BKDRATTK.wav",
"defend": "BKDRDFND.wav",
"killed": "BKDRKILL.wav",
"move": "BKDRMOVE.wav",
"wince": "BKDRWNCE.wav"
}
},
"warZealot" :
{
"index": 169,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM169ZL.DEF",
"missile" :
{
"projectile": "CPRZEAX.DEF"
}
},
"sound" :
{
"attack": "ZELTATTK.wav",
"defend": "ZELTDFND.wav",
"killed": "ZELTKILL.wav",
"move": "ZELTMOVE.wav",
"shoot": "ZELTSHOT.wav",
"wince": "ZELTWNCE.wav"
}
},
"myriad" :
{
"index": 170,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM170SW.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "HCRSATTK.wav",
"defend": "HCRSDFND.wav",
"killed": "HCRSKILL.wav",
"move": "HCRSMOVE.wav",
"shoot": "HCRSSHOT.wav",
"wince": "HCRSWNCE.wav"
}
},
"medusaMatriarch" :
{
"index": 171,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM171SR.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "HCRSATTK.wav",
"defend": "HCRSDFND.wav",
"killed": "HCRSKILL.wav",
"move": "HCRSMOVE.wav",
"shoot": "HCRSSHOT.wav",
"wince": "HCRSWNCE.wav"
}
},
"nightmare" :
{
"index": 172,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM172N.DEF"
},
"sound" :
{
"attack": "BGORATTK.wav",
"defend": "BGORDFND.wav",
"killed": "BGORKILL.wav",
"move": "BGORMOVE.wav",
"wince": "BGORWNCE.wav"
}
},
"santaGremlin" :
{
"index": 173,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM173M.DEF"
//"missile" :
//{
// "projectile": "CPRGRE.DEF"
//}
},
"sound" :
{
"attack": "AAGLATTK.wav",
"defend": "AAGLDFND.wav",
"killed": "AAGLKILL.wav",
"move": "AAGLMOVE.wav",
"wince": "AAGLWNCE.wav"
}
},
"paladin1" :
{
"special" : true,
"index": 174,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.cure",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM174NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "CRUSATTK.wav",
"defend": "CRUSDFND.wav",
"killed": "CRUSKILL.wav",
"move": "CRUSMOVE.wav",
"wince": "CRUSWNCE.wav"
}
},
"hierophant1" :
{
"special" : true,
"index": 175,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.shield",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM175NPC.DEF",
"missile" :
{
"projectile": "CPRZEAX.DEF"
}
},
"sound" :
{
"attack": "MONKATTK.wav",
"defend": "MONKDFND.wav",
"killed": "MONKKILL.wav",
"move": "MONKMOVE.wav",
"shoot": "MONKSHOT.wav",
"wince": "MONKWNCE.wav"
}
},
"templeGuardian1" :
{
"special" : true,
"index": 176,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.precision",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM176NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "LICHATTK.wav",
"defend": "LICHDFND.wav",
"killed": "LICHKILL.wav",
"move": "LICHMOVE.wav",
"shoot": "LICHSHOT.wav",
"wince": "LICHWNCE.wav"
}
},
"succubus1" :
{
"special" : true,
"index": 177,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.fireShield",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM177NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "SGRGATTK.wav",
"defend": "SGRGDFND.wav",
"killed": "SGRGKILL.wav",
"move": "SGRGMOVE.wav",
"wince": "SGRGWNCE.wav"
}
},
"soulEater1" :
{
"special" : true,
"index": 178,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.animateDead",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM178NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "GNOLATTK.wav",
"defend": "GNOLDFND.wav",
"killed": "GNOLKILL.wav",
"move": "GNOLMOVE.wav",
"wince": "GNOLWNCE.wav"
}
},
"brute1" :
{
"special" : true,
"index": 179,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.stoneSkin",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM179NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "PFOEATTK.wav",
"defend": "PFOEDFND.wav",
"killed": "PFOEKILL.wav",
"move": "PFOEMOVE.wav",
"wince": "PFOEWNCE.wav"
}
},
"ogreLeader1" :
{
"special" : true,
"index": 180,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.cure",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM180NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "TRLLATTK.wav",
"defend": "TRLLDFND.wav",
"killed": "TRLLKILL.wav",
"move": "TRLLMOVE.wav",
"wince": "TRLLWNCE.wav"
}
},
"shaman1" :
{
"special" : true,
"index": 181,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.haste",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM181NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "AMAGATTK.wav",
"defend": "AMAGDFND.wav",
"killed": "AMAGKILL.wav",
"move": "AMAGMOVE.wav",
"shoot": "AMAGSHOT.wav",
"wince": "AMAGWNCE.wav"
}
},
"astralSpirit1" :
{
"special" : true,
"index": 182,
"level": 0,
"faction": "neutral",
"abilities":
{
"magicResistance" :
{
"type" : "MAGIC_RESISTANCE",
"val" : 5
},
"castsAmount" :
{
"type" : "CASTS",
"val" : 1
},
"enchant" :
{
"type" : "CREATURE_ENCHANT_POWER",
"val" : 1
},
"spellpower" :
{
"type" : "CREATURE_SPELL_POWER",
"val" : 100
},
"canCast" :
{
"type" : "SPELLCASTER",
"subtype" : "spell.counterstrike",
"val" : 3
}
},
"graphics" :
{
"animation": "ZM182NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
},
"sound" :
{
"attack": "GENIATTK.wav",
"defend": "GENIDFND.wav",
"killed": "GENIKILL.wav",
"move": "GENIMOVE.wav",
"wince": "GENIWNCE.wav"
}
},
"paladin2" :
{
"special" : true,
"index": 183,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM174NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"hierophant2" :
{
"special" : true,
"disabled" : true,
"index": 184,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM175NPC.DEF",
"missile" :
{
"projectile": "CPRZEAX.DEF"
}
}
},
"templeGuardian2" :
{
"special" : true,
"disabled" : true,
"index": 185,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM176NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"succubus2" :
{
"special" : true,
"disabled" : true,
"index": 186,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM177NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"soulEater2" :
{
"special" : true,
"disabled" : true,
"index": 187,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM178NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"brute2" :
{
"special" : true,
"disabled" : true,
"index": 188,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM179NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"ogreLeader2" :
{
"special" : true,
"disabled" : true,
"index": 189,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM180NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"shaman2" :
{
"special" : true,
"disabled" : true,
"index": 190,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM181NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"astralSpirit2" :
{
"special" : true,
"disabled" : true,
"index": 191,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM182NPC.DEF",
"missile" :
{
"projectile": "PLCBOWX.DEF"
}
}
},
"sylvanCentaur" :
{
"index": 192,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM192Z.DEF",
"missile" :
{
"projectile": "PELFX.DEF"
}
},
"sound" :
{
"attack": "ECNTATTK.wav",
"defend": "ECNTDFND.wav",
"killed": "ECNTKILL.wav",
"move": "ECNTMOVE.wav",
"shoot": "ECNTSHOT.wav",
"wince": "ECNTWNCE.wav"
}
},
"sorceresses" :
{
"index": 193,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM193Z.DEF",
"missile" :
{
"projectile": "CPRZEAX.DEF"
}
},
"sound" :
{
"attack": "MONKATTK.wav",
"defend": "MONKDFND.wav",
"killed": "MONKKILL.wav",
"move": "MONKMOVE.wav",
"shoot": "MONKSHOT.wav",
"wince": "MONKWNCE.wav"
}
},
"werewolf" :
{
"index": 194,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM194Z.DEF"
}
},
"hellSteed" :
{
"index": 195,
"level": 0,
"faction": "neutral",
"graphics" :
{
"animation": "ZM195Z.DEF"
},
"sound" :
{
"attack": "MONKATTK.wav",
"defend": "MONKDFND.wav",
"killed": "MONKKILL.wav",
"move": "MONKMOVE.wav",
"shoot": "MONKSHOT.wav",
"wince": "MONKWNCE.wav"
}
},
"dracolich" :
{
"index": 196,
"level": 10,
"faction": "neutral",
"abilities":
{
"dragon" :
{
"type" : "DRAGON_NATURE",
},
"dragonBreath" :
{
"type" : "TWO_HEX_ATTACK_BREATH"
},
"undead" :
{
"type" : "UNDEAD"
},
"canFly" :
{
"type" : "FLYING"
},
"deathCloud" :
{
"type" : "SPELL_LIKE_ATTACK",
"subtype" : "spell.deathCloud"
},
"canShoot" :
{
"type" : "SHOOTER"
}
},
"graphics" :
{
"animation": "ZM196Z.DEF",
"missile" :
{
"projectile": "ZSHOT195.DEF"
}
},
"sound" :
{
"attack": "GHDRATTK.wav",
"defend": "GHDRDFND.wav",
"killed": "GHDRKILL.wav",
"move": "GHDRMOVE.wav",
"shoot": "GHDRSHOT.wav",
"wince": "GHDRWNCE.wav"
}
}
}
// For future reference. Creatures from WoG and their sound prefixes.
//aagl ZM150Z.def SupremeArchangel
//godr ZM151Z.def DiamondDragon
//gtit ZM152Z.def LordofThunder
//advl ZM153Z.def HellBaron
//ghdr ZM154Z.def BloodDragon
//bkdr ZM155Z.def DarknessDragon
//bmth ZM156Z.def GhostBehemoth
//chyd ZM157Z.def HellHydra
//phoe ZM158Z.def SacredPhoenix
//wrth ZM159G.def Ghost
//aagl ZM160G.def God1War
//aagl ZM161G.def God2Peace
//aagl ZM162G.def God3Mana
//aagl ZM163G.def God4Lore
//sglm ZM164GD.def MinotaurKing
//sglm ZM165GD.def MineralElemental
//sglm ZM166GD.def ElectricityElemental
//sglm ZM167GD.def AncientBasilisk
//bkdr ZM168DG.def Gorynych
//zelt ZM169ZL.def WarZealot
//hcrs ZM170SW.def Myriad
//hcrs ZM171SR.def MedusaMatriarch
//bgor ZM172N.def Nightmare
//aagl ZM173M.def SantaGremlin
//crus ZM174NPC.def Paladin2
//monk ZM175NPC.def Hierophant2
//lich ZM176NPC.def TempleGuardian2
//sgrg ZM177NPC.def Succubus2
//gnol ZM178NPC.def SoulEater2
///pfoe ZM179NPC.def Brute2
//trll ZM180NPC.def OgreLeader2
//amag ZM181NPC.def Shaman2
//geni ZM182NPC.def AstralSpirit2
//ecnt ZM192Z.def SylvanCentaur
//monk ZM193Z.def Sorceress
//monk ZM194Z.def Werewolf
//bgor ZM195Z.def HellSteed
//ghdr ZM196Z.def Dracolich