Module:CreatureLocationData: Difference between revisions
Jump to navigation
Jump to search
TheGmaster (talk | contribs) mNo edit summary |
TheGmaster (talk | contribs) mNo edit summary |
||
| Line 4,556: | Line 4,556: | ||
-- Convert the location tables to strings while preserving the table for later use | -- Convert the location tables to strings while preserving the table for later use | ||
for index, creature in ipairs(p) do | for index, creature in ipairs(p) do | ||
if #creature.locations == 0 then | |||
creature.locations = {"?"} | |||
end | |||
creature.locationtable = creature.locations | creature.locationtable = creature.locations | ||
local locationString = "" | local locationString = "" | ||
Revision as of 19:22, 16 November 2025
Documentation for this module may be created at Module:CreatureLocationData/doc
local p = {
["Frost Daemon"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Blood Harpy"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Duergar Battlerager"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Precursor Technologist"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Vinekin"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Brass Automaton"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Monitor Hatchling"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Killer Dress"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Brigand Ransacker"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ancient Earth"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Bound Soul"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Norse Settler"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Great Hart"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Frostbane Vicar"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Umbermare Lancer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Dryad"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Gristle"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Spectral Lancer"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Giant Scorpion"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Dead Of Winter"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Rock Guar"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Ossuarian Executioner"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Flesh Hound"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Lesser Molten Daemon"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Drowned Daemon"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Blood Ravager"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Nox Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Stone Familiar"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Apostate Captain"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Corrosive Hivelarva"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Twisted Prevalian"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Forktongue Shocktrooper"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Volcanite"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Wildwood Guardian"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Jungle Mantis"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Sinewseeker"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Spelltouched Hivefly"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Precursor Conduit"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Siltsifter Hiveguard"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Naiad"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["The Terrorwood"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Evil Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rimestone"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Ratman Chief"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Astral Daemon"] = {
["locations"] = { "Omni Realm" },
["coords"] = {},
},
["Corpse Drinker"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sabeartooth"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Arboreal Watcher"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Blood Troll"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Giant Spitting Viper"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Stonescale Tribal"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Mongbat"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Foulglow Hivestinger"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Apostate Knight"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Cadaver"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["White Wyrm"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Ettin Lord"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Foulglow Hiveguard"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Shardling"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Lurking Turkey"] = {
["locations"] = { "Events" },
["coords"] = {},
},
["Goat"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Forest Ostard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Exodus Construct Mk 1"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Minotaur Vanquisher"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Kobold Engineer"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Forktongue Spinebreaker"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Frost Daevil"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Ratman Rogue"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Firestorm"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Lurker"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Priestess Of The Void"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Colossal Swamp Slug"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Mooing Chaos"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Duergar Defender"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Apostate Medic"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Navreys Spawn"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Bull"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Overseer"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Sentient Vines"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Mountain Tribe Scout"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Bloodrat"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Sea Hag"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Aegis Cultist"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Eldritch Drake"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Eerie Spirit"] = {
["locations"] = { "Field of Souls" },
["coords"] = {},
},
["Abyssal Daemon"] = {
["locations"] = { "Omni Realm" },
["coords"] = {},
},
["Elder Vampire"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Corpus"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Volt Wisp"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Maw Of The Abyss"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Shadow Beast"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Arboreal Stalker"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Terathan Exile Warrior"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Volcanic Familiar"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Insane Reanimator"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Vampire"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Darkmire Hunter"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Fyrewood"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Corrosive Kraul Hivemother"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Floodwater"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Greater Dragon"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Radiant Burrowbug"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Earth Mephit"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Exoguard"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gargan Flameshaper"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Rime Court Wizard"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Ossuarian Hunter"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Poison Mephit"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Pig"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ghostly Archer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Infernal Chosen"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Komodo"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Greater Blackrock Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Mountain Tribe Hunter"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Greater Fire Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Tribal Chieftain"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Bat"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Skeletal Retinue"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Aegis Noble"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Blood Feaster"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Lingering Maiden"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Manticore"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Tormented Soul"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Mountain Air"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Ixplantoc The Builder"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Plague Ratman"] = {
["locations"] = {},
["coords"] = {},
},
["Rhinocerus Beetle"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Greater Air Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Weirdling"] = {
["locations"] = {},
["coords"] = {},
},
["Witch Harpy"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Winterglass"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Nomadic Outrider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Chaos Knight"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Vampire Primogen"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Apostate Major"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Hind"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spectral Scout"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Troll Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Sandroach"] = {
["locations"] = {},
["coords"] = {},
},
["Blood Cult Priest"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bird"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Defiler Sentinel"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Unbound Energy Vortex"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Entropy Catalyst"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Slithercreep"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Screaming Horror"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sunscale"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reanimated Cyclops"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Boreal Wyrm"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Dust Devil"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Molten Daemon"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Sheep"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bonfire Wisp"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Giant Locust"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Twilight Guardian"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Nomadic Horse Archer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Winter Wolf"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Eldritch Mephit"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Outdrider Broodwitch"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Captain Reginald"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Darkmire Bear Druid"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Spectral Terror"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Corpse Purger"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Marshscale Warchief"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Blackrock Cultist"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Apostate Scout"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Silver Serpent"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Vampire Bat"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Giant Swamp Beetle"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Icy Sedimental"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Ophidian Shaman"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Siltsifter Hivefly"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Daemonic Infantry"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Frostbane Priest"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Greater Rotting Corpse"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Watchman Of The Void"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Guardian Of Time"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Frail Orc"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Spelltouched Hivereaver"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Devourer Beetle"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Sapphire Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["The River Tribe Bozz"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Anubite"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Organgrinder"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Gargoyle Primogen"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Rime Guar"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Guar"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Elder Vampire Countess"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Ghostly Dragonknight"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Brambler"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Colossal Boa"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["All Seer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Precursor Lancer"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Nomadic Rifleman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reanimated Mage"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Living Waste"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Watcher Idol"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Darkmire Wolf Druid"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Bloodskipper"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Blood Elemental"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Mud Gargoyle"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Apostate Mage"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Silver Bear"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Great Sunken Serpent"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Barbaric Chieftain"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Winterweed"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Feral Mongbat"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Mountain Harpy"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Lizardman Elite Hunter"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Infernal Soldier"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Bloody Dracolisk"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Greater Corpser"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Deathcap"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Fire Minion"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Ophidian Dragonguard"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Colossal Frost Scorpion"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Lava Elemental"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Tidal Mantis"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Stranglevines"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Crude Oil"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Decaying Dragon"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Arachnai Hivematron"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Air Drake"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Gargan Stoneshaper"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Frozen Dead"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Temple Guardian"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Troll Thrall"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Rebel Soldier"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Apophite Spirit"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Burning Ash Tree"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Mirror Image"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Arnold The Bodybuilder"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Acid Slug"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Tyball The Cursed"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Aglaisis The Arch-Daemon"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Opilion Attendant"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Barbed Prowler"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Chameleon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Bloodstone Elemental"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Rustled Cattle"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Infernal Daemon"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Flamehound"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Frigid Archfiend"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Goblin"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Ratman Warrior"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Embear"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Eldritch Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Bird Of Paradise"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Banshee"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Azure Wyrm"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Vampire Patrician"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Walking Avalanche"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Colossal Crystal Beetle"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Greater Infernal Daemon"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spectral Seer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Apostate Ranger"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Horsethief"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reanimated Healer"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["River Tribe Priest"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Lemura"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Void Spawn"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Lesser Rift Daemon"] = {
["locations"] = { "Wilderness", "Omni Realm" },
["coords"] = {},
},
["Tourmaline Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Deathstalk"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Ossuarian Lion Warrior"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Ophidian Matron"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Eldritch Dreamer"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Reaper"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Chicken"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Marine"] = {
["locations"] = {},
["coords"] = {},
},
["Forktongue Battlekhan"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Terathan Warrior"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Air Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Precursor Warden"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Orc Lord"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Gloomwood Pathfinder"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ossuarian Deathbringer"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Norse Axeman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Infernal Knight"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Mountain Vines"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Marshscale Hunter"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Gloomwood Firebreather"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Wyvern"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Balron"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Creeping Pestilence"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Trapdoor Spider"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Spectral Bard"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Lodestone"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Arctic Bullvore"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Giant Plague Rat"] = {
["locations"] = {},
["coords"] = {},
},
["Greater Gazer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Ratman Spirit Hunter"] = {
["locations"] = {},
["coords"] = {},
},
["Wisp"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Soldier's Widow"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Skeletal Wizard"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Deserter Soldier"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ogre Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Writhing Tentacle"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Gloomwood Snakehandler"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Dragon Worshipper"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Arboreal Huntsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Wendigo"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Giant Strider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rime Spirit Knight"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Pure Water"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Troll King"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Blood Hunter"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Creeping Earth"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Foulglow Hivereaver"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Mesmer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Darkmire Pathfinder"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Eldritch Experiment"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Tarbody"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Forgotten Soul"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Precursor Servitor"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Corrosive Hivereaver"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Darkmire Elder"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Vesperax The Vortexlord"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sneaking Spiderling"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Cow"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Discordant Note"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Marble Golem"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Lesser Balron"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Ghostly Lumberjack"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Frozen Remains"] = {
["locations"] = {},
["coords"] = {},
},
["Blood Cult Fanatic"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Frog"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Rag Witch"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Grave Robber"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Cave Bat"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Shambler"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Swampgas"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Fleshweaver"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Colossal Trapdoor Spider"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Angelic Stonework"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Spectral Guard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ice Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Wight"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Broodbearer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Glowworm"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Fen Daemon"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Ursal Throatsinger"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Gatekeeper"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Roaming Nightmare"] = {
["locations"] = { "Field of Souls" },
["coords"] = {},
},
["The Sovereign"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Ghostly Footman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rebel Scout"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Plague Rat"] = {
["locations"] = {},
["coords"] = {},
},
["Phoenix"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Rift Minion"] = {
["locations"] = { "Omni Realm" },
["coords"] = {},
},
["The One Who Seeks"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Spectral Pontiff"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Ancient Wyrm"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Horrific Lurker"] = {
["locations"] = {},
["coords"] = {},
},
["Protector Of Time"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Colossal Sandroach"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Foulglow Kraul Hivemother"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Strangeling"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Etinorox Wisp"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sporier"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ice Lich"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Redcell"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["River Tribe Shaman"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Hierarch"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Brigand Hedge Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Foulglow Hivewarrior"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Aegis Deep Miner"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Air Dragon"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Smouldering Lich"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Shadowguard"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Pit Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Corpsebride"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Errant Core Of Exodus"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gravebug"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Conservator Of Time"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Stone Viper"] = {
["locations"] = {},
["coords"] = {},
},
["Tundra Shaman"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Entropic Weaver"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Wyvern Hatchling"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Ursal Exile"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Stalagfright"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Spectral Militia"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["River Tribe Oracle"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Fire Mephit"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Exodus Construct Mk 2"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Ratman Wizard"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Firebat"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Blightmare"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Corrosive Hivewarrior"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Giant Trapdoor Spider"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Marble Gargoyle"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Nomadic Janissary"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Phantasm"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Stygian Gaoler"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Cryptwing"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Headless Fred's Head"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Infernus"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Prison Warden"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Skeletal Archer"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Nagalid"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Corrosive Hivestinger"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Strongarm Bill"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Rime Spirit Soldier"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Precursor Sentry"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Spectral Scribe"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Icy Lurker"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Brigand Footman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Seducesa"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bushwhacker"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Minotaur"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Sunstone Alchemer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spectral Priest"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Bogyugh"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Blood Purger"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Coagulator"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Fungaloid"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Cattle Rustler"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Phase Spider Mirror"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bullvore"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Doomed Deckhand"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Citrine Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Headless Fred"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gloomwood Medicine Man"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Mind Flayer Thrall"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Spirit Sabertusk"] = {
["locations"] = {},
["coords"] = {},
},
["Fungle"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Timeless Cursed"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Faery"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Rift Daemon"] = {
["locations"] = { "Wilderness", "Omni Realm" },
["coords"] = {},
},
["Storm Daemon"] = {
["locations"] = { "Omni Realm" },
["coords"] = {},
},
["Gpouldvrng Of The Abyss"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Lich Primarch"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spelltouched Hivemind"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Marooned Pirate"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Wildwood Scourge"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Searing Mantis"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Ghostly Dragontamer"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Blood Ogre Mage"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Red Rocks"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ghoul"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Void Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Druid Bear Warrior"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Skulker"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Skeletal Guardian"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Snowpiercer"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Minotaur Berserker"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Traveling Sellbow"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Colossal Poison Dart Frog"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Emerald Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Shriveled Corpse"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Lich Magus"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Blood Scorpion"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Infernal Sorcerer"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Star Sapphire Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Winterwing"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Drake Whelp"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Arachnai Soldier"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Fey Spirit Matron"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Greater Blood Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gloomwood Fury"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Colossal Strider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Horrific Calamity"] = {
["locations"] = {},
["coords"] = {},
},
["Cistern Gorgon"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Colossal Searing Scorpion"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Blazing Archfiend"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Exodus Construct Mk4"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Walrus"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ember Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Lizardman Warchief"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rime Elemental"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Reanimated Gladiator"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Corrosive Hivemind"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Sword Spider"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Ruby Wyrm"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Swamp Spider"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Blood Serpent"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Stinger"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Duergar Runemaster"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bonehorn"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Kobold"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Greater Headless"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Hoarfrost"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Blind Orc Mage"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Brushfyre"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Icy Dracolisk"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Terathan Exile Drone"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Revenant"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Nightmare"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Giant Chameleon"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Ratman Spirit Mage"] = {
["locations"] = {},
["coords"] = {},
},
["Cave Dracolisk"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Aegis Mongbat"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Spectral Warrior"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Spectral Marksman"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Sunken Sorcerer"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["The One Left Behind"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Blood Dragon"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Silver Weapon"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Spirit Bear"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Terathan Broodwitch"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Blood Ape"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Non-Euclidean Space"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Foulglow Hivefly"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Giant Crystal Beetle"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Tidal Warchief"] = {
["locations"] = {},
["coords"] = {},
},
["Navrey Night-Eyes"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Oblivion Deathmage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Drow Spellweaver"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Opilion Worker"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Blood Cult Torturer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Murky Water"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Rotworm"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["The One Who Wanders"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Poison Finger"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Siltsifter Kraul Hivemother"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Blightwalker"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Lizardman Elite Warrior"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Astral Dread"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Darian The Time Cultist"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Corpser"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Siltsifter Hivereaver"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Living Flame"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Iron Automaton"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Warpig"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Chronoarchivald The Researcher Of Time"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Minotaur Conqueror"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ratman Witchdoctor"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Colossal Dung Beetle"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Vampiric Huntsman"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Living Weapon"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Emperor Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Behemoth Basilisk"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Bloodshard"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Giant Blood Purger"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Water Drake"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Blood Curdler"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Black Cat"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Blood Mephit"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Giant Swamp Slug"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Spirit Wolf"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Entombed"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Daemonic Stonework"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Weald Rat Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Phantom"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Antlion"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Zombie Lord"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Adder"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Rime Spirit Skirmisher"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Glacial Creep"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["The Sleeper"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Winter Tendrils"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Fellbeast"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Withering Bowman"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Speaker For The Dead"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Blood Cyclops"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Smoke Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Skeletal Mage"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Entozoon"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Colossal Blazing Beetle"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Flamekeeper"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Aegis Scorpion"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Blackrock Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Abyssal Assassin"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Norse Bear Rider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Easter Rabbit"] = {
["locations"] = { "Events" },
["coords"] = {},
},
["Tribal Fanatic"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ochu"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sand Crab"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sanguine Effigy"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Searing Lizard"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Navreys Broodling"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Desiccated Husk"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Foulglow Hivemind"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Kith"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sunstone Royal Guard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Soldier Of The Void"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Prison Watchstone"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Nightstalker"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Blood Cult Enforcer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ancient Oak"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sunstone Noble"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Gripping Tentacle"] = {
["locations"] = {},
["coords"] = {},
},
["Arboreal Wisp"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["King Muck"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Fire Salamander"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Volcanic Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Injured Ogre"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Bob"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Snow Flurry"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Colossal Swamp Beetle"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Darkmire Tribal"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Reanimated Hunter"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Druid Elk Warrior"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Wildwood Reaper"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Camomeal"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["The Gray Exile"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Outdrider Broodguard"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Foulglow Hivedrone"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Permafrost"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Sanguineous"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Death Adder"] = {
["locations"] = {},
["coords"] = {},
},
["Spitting Viper"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Fenpire"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Chaos Warrior"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Arboreal Warden"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bramblefolk"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Burning Lich Lord"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Silverback"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Siltsifter Hivewarrior"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Hoary Wyrm"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Ruby Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Blood Orc"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Barbaric Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reanimated Soldier"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Befuddler"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Spare Parts"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Pure Obsidian"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Angry Ghost"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spectral Cavalry"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Minotaur Battleborne"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Spelltouched Hivewarden"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Ossuarian Sightless Seer"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Deep Devourer"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Wildwood Avenger"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ossuarian Slinger"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Brasshopper"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Corrupted Hornbeast"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Barbaric Warrior"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Newly Reanimated"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Minotaur Skirmisher"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spelltouched Hivestinger"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Blood Cult Prelate"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spelltouched Kraul Hivemother"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Desert Ostard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Vgntrikphongue The Entropic Touch"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Crypt Ghast"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Invisible Stalker"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Deathvines"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["The Forgotten One"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Death Asp"] = {
["locations"] = {},
["coords"] = {},
},
["Ankheg"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Infernal Archer"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Exodus Project Overseer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Standing Water"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Frozen Fury"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Frostbark"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Raw Flesh"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Azure Wyrmling"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["The Damsel"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Tidal Dracolisk"] = {
["locations"] = {},
["coords"] = {},
},
["Deserter Captain"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Umbermare Outrider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Harvestman"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Greater Smoke Dragon"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Siltsifter Hivemind"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Disastral"] = {
["locations"] = {},
["coords"] = {},
},
["Oasis Spirit Keeper"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Drow Blademaster"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Arboreal Defender"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Plague Of Locusts"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Vampiric Consort"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Time Lurker"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Haunter"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Cave Explorer"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Rage Daemon"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Nexus Warden"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Great Abyssal Hornbeast"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Black Ice"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Snow Elemental"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Mirror Ice"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Lich"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Greater Earth Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Flesh Mob"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Scorpion"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Epochal Lich Lord"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Alpha Shadowbeast"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Asp"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Minotaur Runesmith"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Phase Spider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Broken Idol"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Silicite"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Foulglow Hivewarden"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Infernal Gargoyle"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Amethyst Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Foulglow Hivelarva"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Colossal Frog"] = {
["locations"] = { "Wilderness", "New Player Dungeon" },
["coords"] = {},
},
["Master Reanimator"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Greater Sea Serpent"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Skeletal Scout"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Norse Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Diamond Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Spelltouched Hivelarva"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Silver Wolf"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Highwayman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ice Knight"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Silver Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Moss Giant"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Red Rubble"] = {
["locations"] = {},
["coords"] = {},
},
["Polterghast"] = {
["locations"] = {},
["coords"] = {},
},
["Cave Elderogre"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Murkvine"] = {
["locations"] = {},
["coords"] = {},
},
["Navreys Spiderling"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Infernal Giant"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Hunting Cat"] = {
["locations"] = {},
["coords"] = {},
},
["Dirge Spider"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Dusk Dragon"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Brood Spider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Swallow"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reaper Of Souls"] = {
["locations"] = { "Field of Souls" },
["coords"] = {},
},
["Dog"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Astral Projection"] = {
["locations"] = { "Omni Realm" },
["coords"] = {},
},
["Eagle"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Skeletal Lord"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sand Crawler"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Grinding Stone"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sunstone Sentry"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Rat"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Wintergrip"] = {
["locations"] = {},
["coords"] = {},
},
["Wounded Harpy"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Feeble Ratman"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Dragon Whelp"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Barbaric Hunter"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Hunchback"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Grasping Vines"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Hunter Tentacle"] = {
["locations"] = {},
["coords"] = {},
},
["Stygian Servitor"] = {
["locations"] = {},
["coords"] = {},
},
["Aegis Knight"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Black Widow"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Skeleton"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Cave Gorger"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Riftling"] = {
["locations"] = {},
["coords"] = {},
},
["Crippled Ettin"] = {
["locations"] = { "Wilderness", "New Player Dungeon" },
["coords"] = {},
},
["Blood Cult Zealot"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Kraul Hydra"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Prison Sentinel"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Siren"] = {
["locations"] = {},
["coords"] = {},
},
["Terathan Larva"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Orc"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Green Capper"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Gremlin"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Army Ant"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Solbeast"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Aegis Rat"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Green Bloodworm"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Primordial Whelp"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Shadow Prowler"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Ratman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Shallow Water"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Muck"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Colossal Black Widow"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Herald Of Night"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Cyclopean Fire Warrior"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Corrosive Hiveguard"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Disgraced Squire"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Aegis Slime"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Corpse Flower"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Fire Ant"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Ratman Spirit Warrior"] = {
["locations"] = {},
["coords"] = {},
},
["Bonechiller"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Tidal Warrior"] = {
["locations"] = {},
["coords"] = {},
},
["Marooned Pirate Captain"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Effigy"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Devilbat"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Snowdrift"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Horned Devil"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Blightspot"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Echo Of A Lost Age"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Orc Captain"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Arboreal Tree-Tongue"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Living Arsenal"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Stone Harpy"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Weald Rat"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Jaguar"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Incubus"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Aegis Minion"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Aegis Imp"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Gloomwood Hunter"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Blood Courser"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Observer"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Wolf"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Black Widow"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Orc Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Searing Imp"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Blood Gorger"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Primordial"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Balewight"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Void Slime"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Aegis Asp"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Terathan Drone"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Chaos Dweller"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Drider Scourge"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Reanimated Dragon"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Lizardman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Skeletal Woodsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Tox"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Creeping Soil"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Cold One"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Amber Elemental"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Smoke Drake"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Minion"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Ossuarian Skirmisher"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Exodus Construct Mk5"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gazer Larva"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Aged Earth"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Horrific Fiend"] = {
["locations"] = {},
["coords"] = {},
},
["Outsider"] = {
["locations"] = {},
["coords"] = {},
},
["Monitor"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Shade Wolf"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Changeling"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Spider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Vortex"] = {
["locations"] = {},
["coords"] = {},
},
["Greater Reaper"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Smoke Faerie Dragon"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Forgotten Golem"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Cyclops"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Stone Asp"] = {
["locations"] = {},
["coords"] = {},
},
["Gargoyle"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Shadow Minion"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Crimson Gargoyle"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Assassin Of The Void"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Blood Drake"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Lloth's Balor"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Siltsifter Hivelarva"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Acarid"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Skeletal Knight"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Weald Rat Chieftain"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Ettin"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Wolfhound"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Spelltouched Hivedrone"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Crypt Wraith"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Necromancer"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Sylph"] = {
["locations"] = {},
["coords"] = {},
},
["Deserter Scout"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Giant Poison Dart Frog"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Packed Snow"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Daylights"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rime Royal Lancer"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Rebel Field Medic"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Deranged Monster Hunter"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rime Jarl"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Lesser Blood Daemon"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Reanimator Apprentice"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Molten Mongbat"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Aegis Whelp"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Meat Cur"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Terathan Broodguard"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Living Water"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Apostate Soldier"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Brigand Ambusher"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Norse Herdsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Umbermare Marksman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Blood Daemon"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Void Serpent"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Nomadic Guard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Brigand Knifeman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Jungle Devourer"] = {
["locations"] = {},
["coords"] = {},
},
["Terror Tentacle"] = {
["locations"] = {},
["coords"] = {},
},
["Umbermare Ranger"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Priest Of Mondain"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Myconid"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Sickly Lizardman"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Flesh Wolf"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gazer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Apostate Apothecary"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Chaos Footman"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Aegis Leech"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Brigand Leader"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Deserter Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Corpse Eater"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Imp"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Ossuarian Dervish"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Scoria"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reanimated Pirate"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Reanimated Archer"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Wicked Willow"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Mountain Tribe Warrior"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Vampire Countess"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Tribal Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Troll"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rebel Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ghostly Knight"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Lizardman Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Apostate Wizard"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Clay Man"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Stone Adder"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Frenzied Gladiator"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Brigand Thug"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Heart Of The Mountain"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Calamity"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Ogre"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sunken Tentacle"] = {
["locations"] = {},
["coords"] = {},
},
["Infernal Mage"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Bone Blade"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Cyclopean Tyrant"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Warped Prevalian"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Brackish Water"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Spectral Citizen"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Reanimator Zealot"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Sun Wyrmling"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Siltsifter Hivewarden"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Blood Hellion"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Tidal Hunter"] = {
["locations"] = {},
["coords"] = {},
},
["Dark Water"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Umbermare Defender"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rebel Captain"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Norse Hammerman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Fire Beetle"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Spelltouched Hivewarrior"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Goop"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Norse Swordsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Frostbane Acolyte"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Crag Daemon"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Aegis Bloodrider"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Maw Tentacle"] = {
["locations"] = {},
["coords"] = {},
},
["Norse Trapper"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Precursor Engineer"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Bloodwolf"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Tribal Hunter"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Earth Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Oasis Spirit Guard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sandstalker"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Malform"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Earth Dragon"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Aegis Lich"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Sand Muck"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Zombie Dragon"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Gargan Scorcher"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Ogre Bonecrusher"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Terathan Matron"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Spectral Craftsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Outlaw"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Scarab"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Siltsifter Hivedrone"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Offal Eater"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Dusk Drake"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Corrosive Hivedrone"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Sphinx"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Disgraced Knight"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Tribal Poisoner"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sunstone Guardsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Skeletal Fiend"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Umbermare Spearman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Cracked Earth Elemental"] = {
["locations"] = { "Wilderness", "New Player Dungeon" },
["coords"] = {},
},
["Kelpie"] = {
["locations"] = {},
["coords"] = {},
},
["Muddled Vampire Hunter"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Ancient Drowned Dragon"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Zombie"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Gaunt Form"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Reanimated Warrior"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Bronze Automaton"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Reanimated Knight"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Water Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Rift Footman"] = {
["locations"] = { "Wilderness", "Omni Realm" },
["coords"] = {},
},
["Marble Minotaur"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Silver Stag"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Sigil Of The Void"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Opilion Conservator"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Anaconda"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Water Dragon"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Searing Earth"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Reef Serpent"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Meat Puppet"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Dread Spider"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Fire Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Flame Purger"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Carrion Beetle"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Molten Hellion"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Minax Prisoner"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Abyss Whisperer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Reanimator"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Cursed Prevalian"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Deformed Troll"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Lingering Handmaid"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ettin Stoneguard"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Greater Lich"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Mummy"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Infernal Beastmaster"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Daemon"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ophidian Warrior"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Mechanical Minion"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Drowned Lurker"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Meat Thing"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Ophidian Mage"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Ogre Lord"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Molten Idol"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Swamp Drake"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Zorn"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Gargan Stonekin"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Yeti"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Boreal Faerie Wyrm"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Precursor Operator"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Rime Spirit Champion"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Rift Cultist"] = {
["locations"] = { "Wilderness", "Omni Realm" },
["coords"] = {},
},
["Drow Ranger"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Corrosive Hivefly"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Frost Mephit"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Fey Spirit"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Cave Bear"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Fire Crawler"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Earth Sorcerer"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["The Cataract"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Husk Crab"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Drake"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Golden Gargoyle"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Rime Spirit"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Reanimator Rector"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Gargan Flamekin"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Jungle Stalker"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Umbermare Seer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Entrails"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Desertwing"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ember Drake"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Chaotic Mass"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Skeletal Marksman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Bridge Troll"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ruby Wyrmling"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Earth Drake"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Noxweed"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Fiery Leaper"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Maelstrom"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Norse Firetender"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Hellhound"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Old Friend Of Captain Johne"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Frigid Hornbeast"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Hungry Prevalian"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Cinderwood"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Putrid Water"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Sunstone Air Mage"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Cat"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Gloomwood Brute"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Plantrilph The Screamer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Shadowglass"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Iron Gargoyle"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Ozghulrathagr The Many"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Barbaric Bruiser"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Foul Water"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Ossuarian Pyromancer"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Marshscale Warrior"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Smouldering Gargoyle"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Aegis High Priest"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Murkshroom"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Abyssal Executioner"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Headless"] = {
["locations"] = { "New Player Dungeon" },
["coords"] = {},
},
["Magma Elemental"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Void Lurker"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Living Earth"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Malady"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Gelatinous Ooze"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Raw Fire"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Charoite"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Exodus Construct Mk3"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Petram Cultist"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Living Necromancer"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Traveling Sellsword"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Siltsifter Hivestinger"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Savage Primordial"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Blood Golem"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Gutworm"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Mind Flayer"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Blood Sorcerer"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Ossuarian Firebrand"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Abomination"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Roaming Terror"] = {
["locations"] = { "Field of Souls" },
["coords"] = {},
},
["Ursal Forager"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Hardwood"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Minotaur War Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spitroleum"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Flesh Golem"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Blood Fiend"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Indecorous Mage"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Jackal Spirit"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Arctic Arachnid"] = {
["locations"] = { "Winterlands" },
["coords"] = {},
},
["Otyugh"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["The Mountain Tribe Bozz"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Arachnai Ravager"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Lichenid"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["Gloomwood Shaman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Murkvines"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Vengeful Ghost"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Exothrrug"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Skeletal Dragon"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Gargantua Spider"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Doppelganger"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Magma Serpent"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Precursor Guardian"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Terathan Exile Matron"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Bison"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Goretusk"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Ossuarian Embalmer"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Raging Tempest"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Khamsin"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Umbermare Harrier"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Gargoyle Archon"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Bedlam Gazer"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Astral Summoner"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Minotaur Reaver"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Naiad Matron"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Sinew And Bone"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Searing Bullvore"] = {
["locations"] = { "Inferno" },
["coords"] = {},
},
["Apparition"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Swamp Dragon"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
["Brigand Beastmaster"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spitting Spider"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Disgraced Man-At-Arms"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Winged Hulk"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Drowned Dragon"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Sun Wyrm"] = {
["locations"] = { "Nusero" },
["coords"] = {},
},
["Ursal Huntsman"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Spectral Bishop"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Familiar"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Ghostly Foreman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Spectral Knight"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Deep Crawler"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Cave Hunter"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Colossal Spitting Viper"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Reflection"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Greater Water Elemental"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Spectral Footman"] = {
["locations"] = { "Shadowspire Cathedral" },
["coords"] = {},
},
["Drider Websinger"] = {
["locations"] = { "Undermountain" },
["coords"] = {},
},
["Reanimated Daemon"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Colossal Huntsman"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Norse Cattle"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Terathan Goliath"] = {
["locations"] = { "Mount Petram" },
["coords"] = {},
},
["White Wyrmling"] = {
["locations"] = { "Cavernam" },
["coords"] = {},
},
["Corrosive Hivewarden"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Bloodworm"] = {
["locations"] = { "Aegis Keep" },
["coords"] = {},
},
["Spelltouched Hiveguard"] = {
["locations"] = { "Kraul Hive" },
["coords"] = {},
},
["Fortress Beetle"] = {
["locations"] = { "Pulma" },
["coords"] = {},
},
["Exodus Researcher"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Darkscale"] = {
["locations"] = { "The Mausoleum" },
["coords"] = {},
},
["Harpy"] = {
["locations"] = { "Wilderness" },
["coords"] = {},
},
["Ossuarian Fire Priestess"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Chaos Spawn"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Rgrundrthag The Swarm"] = {
["locations"] = { "Time Dungeon" },
["coords"] = {},
},
["Rift Warrior"] = {
["locations"] = { "Wilderness", "Omni Realm" },
["coords"] = {},
},
["The Forgotten King"] = {
["locations"] = { "Ossuary" },
["coords"] = {},
},
["Lord Bile"] = {
["locations"] = { "Darkmire Temple" },
["coords"] = {},
},
}
-- Convert the location tables to strings while preserving the table for later use
for index, creature in ipairs(p) do
if #creature.locations == 0 then
creature.locations = {"?"}
end
creature.locationtable = creature.locations
local locationString = ""
for i, spawnLocation in ipairs(creature.locations) do
if i > 0 then
locationString = locationString .. "<br>"
end
locationString = locationString .. "[[" .. spawnLocation .. "]]"
end
creature.locations = locationString
end
return p