Module:CreatureLocationData: Difference between revisions

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


-- 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 creatureName, creature in pairs(p) do
     creature.locationtable = creature.location
     local locationString = ""
    local locations = ""
 
     for i, spawnLocation in ipairs(creature.location) do
    if #creature.locationTable == 0 then
        if i > 0 then
        table.insert(creature.locationTable,"?")
            locations = locations .. "<br>"
        locationString = "?"
     else
        for index, spawnLocation in ipairs(creature.locationTable) do
            if locationString ~= "" then
                locationString = locationString .. "<br>"
            end
 
            locationString = locationString .. "[[" .. spawnLocation .. "]]"
         end
         end
        locations = locations .. "[[" .. spawnLocation .. "]]"
     end
     end
     creature.location = locations
     creature.locations = locationString
end
end
return p

Revision as of 20:01, 16 November 2025

Documentation for this module may be created at Module:CreatureLocationData/doc

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

-- Convert the location tables to strings while preserving the table for later use
for creatureName, creature in pairs(p) do
    local locationString = ""

    if #creature.locationTable == 0 then
        table.insert(creature.locationTable,"?")
        locationString = "?"
    else
        for index, spawnLocation in ipairs(creature.locationTable) do
            if locationString ~= "" then
                locationString = locationString .. "<br>"
            end

            locationString = locationString .. "[[" .. spawnLocation .. "]]"
        end
    end
    creature.locations = locationString
end

return p