This is a wiki for a reason. Anyone can contribute. If you see something that is inaccurate or can be improved, don't ask that it be fixed--just improve it.
[ Disclaimer, Create new user --- Wiki markup help, Install P99 ]

Zones.json

From Project 1999 Wiki
Revision as of 20:21, 22 March 2023 by Bleyld (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Notes


Schema:

   {
       "Continent": "string",
       "Type": "string",
       "URL Name": "string",
       "Friendly Name (If different)": "string" | null,
       "Name in /who": "string",
       "Full URL": "string",
       "Inactive": bool,
       "46+": bool,
       "Key Required": bool,
       "Adjacent Zones": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "Ocean Connections": [
           {
               "name": "string",
               "link": "string"
           },
       ] | null,
       "1 Way Connections": [
           {
               "name": "string",
               "link": "string"
           },
       ] | null,
       "Firepot Port": bool,
       "Shaman Port": bool,
       "Druid Port": bool,
       "Wizard Port": bool,
       "Level of Monsters": [
           {
               "name": "string",
               "link": "string"
           },
       ] | "n/a", #String- as field is a range (ex. "1-20"), List- as some zones have two sets
       "Types of Monsters": [
           {
               "name": "string",
               "link": "string"
           },
       ] | "n/a",
       "Notable NPCs": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "Unique Items": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "ZEM Value": "string",
       "Succor/Evacuate": [
           "string", #X value
           "string" #Y value
       ],
       "Zone Spawn Timer": "string",
       "Related Quests": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "Guilds": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "City Races": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "Tradeskill Facilities": [
           {
               "name": "string",
               "link": "string"
           },
       ],
       "Player Guides": [
           {
               "name": "string",
               "link": "string"
           },
       ],
   }

V1:

   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "The Arena",
       "Friendly Name (If different)": null,
       "Name in /who": "arena/arena2",
       "Full URL": "https://wiki.project1999.com/The_Arena",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Lake Rathetear",
           "link": "https://wiki.project1999.com/Lake_Rathetear"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "n/a",
       "Types of Monsters": "n/a",
       "Notable NPCs": [],
       "Unique Items": [],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-41",
           " 461 (The center of the arena)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Beholder's Maze",
       "Friendly Name (If different)": "Beholder's Maze (Gorge of King Xorbb)",
       "Name in /who": "beholder",
       "Full URL": "https://wiki.project1999.com/Beholder's_Maze",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Eastern Plains of Karana",
               "link": "https://wiki.project1999.com/Eastern_Plains_of_Karana"
           },
           {
               "name": "Runnyeye",
               "link": "https://wiki.project1999.com/Runnyeye"
           },
           {
               "name": "Runnyeye Citadel",
               "link": "https://wiki.project1999.com/Runnyeye_Citadel"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "8-25",
       "Types of Monsters": [
           "A Goblin Lookout",
           " A Goblin Veteran",
           " A Goblin Sentry",
           " A Muddite Minor",
           " A Muddite Elder",
           " A Gorge Minotaur",
           " A Chasm Minotaur",
           " An Evil Eye"
       ],
       "Notable NPCs": [
           {
               "name": "King Xorbb",
               "link": "https://wiki.project1999.com/King_Xorbb"
           },
           {
               "name": "Lord Syrkl",
               "link": "https://wiki.project1999.com/Lord_Syrkl"
           },
           {
               "name": "Lord Sviir",
               "link": "https://wiki.project1999.com/Lord_Sviir"
           },
           {
               "name": "Lord Soptyvr",
               "link": "https://wiki.project1999.com/Lord_Soptyvr"
           },
           {
               "name": "SpinFlint",
               "link": "https://wiki.project1999.com/SpinFlint"
           },
           {
               "name": "Brahhm",
               "link": "https://wiki.project1999.com/Brahhm"
           },
           {
               "name": "Yymp the Infernal",
               "link": "https://wiki.project1999.com/Yymp_the_Infernal"
           },
           {
               "name": "Qlei",
               "link": "https://wiki.project1999.com/Qlei"
           },
           {
               "name": "Goblin Alchemist",
               "link": "https://wiki.project1999.com/Goblin_Alchemist"
           }
       ],
       "Unique Items": [
           {
               "name": "Polished Bone Bracelet",
               "link": "https://wiki.project1999.com/Polished_Bone_Bracelet"
           },
           {
               "name": "Minotaur Ribcage",
               "link": "https://wiki.project1999.com/Minotaur_Ribcage"
           },
           {
               "name": "Humerus Handled Mace",
               "link": "https://wiki.project1999.com/Humerus_Handled_Mace"
           },
           {
               "name": "Lens of Lord Soptyvr",
               "link": "https://wiki.project1999.com/Lens_of_Lord_Soptyvr"
           },
           {
               "name": "Labyrinth Talisman",
               "link": "https://wiki.project1999.com/Labyrinth_Talisman"
           },
           {
               "name": "Ring of Xorbb",
               "link": "https://wiki.project1999.com/Ring_of_Xorbb"
           },
           {
               "name": "Slime Crystal Staff",
               "link": "https://wiki.project1999.com/Slime_Crystal_Staff"
           },
           {
               "name": "Sicken",
               "link": "https://wiki.project1999.com/Sicken"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-513",
           " -22 (Zone line to East Karana)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "The Bones of Darak Lightforge",
               "link": "https://wiki.project1999.com/The_Bones_of_Darak_Lightforge"
           },
           {
               "name": "The Summoning of Terror",
               "link": "https://wiki.project1999.com/The_Summoning_of_Terror"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "East Commonlands",
       "Friendly Name (If different)": null,
       "Name in /who": "ecommons",
       "Full URL": "https://wiki.project1999.com/East_Commonlands",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "West Commonlands",
               "link": "https://wiki.project1999.com/West_Commonlands"
           },
           {
               "name": "Nektulos Forest",
               "link": "https://wiki.project1999.com/Nektulos_Forest"
           },
           {
               "name": "Northern Desert of Ro",
               "link": "https://wiki.project1999.com/Northern_Desert_of_Ro"
           },
           {
               "name": "West Freeport",
               "link": "https://wiki.project1999.com/West_Freeport"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-20",
           " 35"
       ],
       "Types of Monsters": [
           "Decaying Skeletons",
           " Snakes",
           " Fire Beetles",
           " Brown Bears",
           " Shadow Wolves",
           " Pumas",
           " Lions",
           " Lionesses",
           " Orc Pawns",
           " Orc Centurions",
           " Orc Legionnaires",
           " Orc Apprentices",
           " Orc Oracles",
           " Giant Scarabs",
           " Asps",
           " Rattlesnakes",
           " Darkweed Snakes",
           " Skeletons",
           " Zombies",
           " Lesser Mummies",
           " Ghouls",
           " Giant Spiders",
           " Young Kodiaks",
           " Air Elementals",
           " a Griffon"
       ],
       "Notable NPCs": [
           {
               "name": "Lord Shin Ree",
               "link": "https://wiki.project1999.com/Lord_Shin_Ree"
           },
           {
               "name": "Altunic Jartin",
               "link": "https://wiki.project1999.com/Altunic_Jartin"
           },
           {
               "name": "Squire Narl",
               "link": "https://wiki.project1999.com/Squire_Narl"
           },
           {
               "name": "A Shady Swashbuckler",
               "link": "https://wiki.project1999.com/A_Shady_Swashbuckler"
           }
       ],
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "9",
           " -1485 (Freeport Zoneline)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Eastern Plains of Karana",
       "Friendly Name (If different)": "Eastern Karana",
       "Name in /who": "eastkarana",
       "Full URL": "https://wiki.project1999.com/Eastern_Plains_of_Karana",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Northern Plains of Karana",
               "link": "https://wiki.project1999.com/Northern_Plains_of_Karana"
           },
           {
               "name": "Highpass Hold",
               "link": "https://wiki.project1999.com/Highpass_Hold"
           },
           {
               "name": "Gorge of King Xorbb",
               "link": "https://wiki.project1999.com/Gorge_of_King_Xorbb"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "10-30+",
       "Types of Monsters": [
           "Lions and Lionesses",
           " Lion Patriarchs",
           " Lioness Matriarchs",
           " Rogue Lions",
           " Crag Spiders",
           " Carrion Spiders",
           " Bandits",
           " Highwaymen",
           " Gorge Hounds",
           " War Wolves",
           " Silvermist Wolves",
           " Dark Stalkers",
           " Gnolls",
           " Chasm Crawler",
           " Bullhorn Snake",
           " Spirit Stalker",
           " Gnoll Reavers",
           " Undead Reavers",
           " Griffawns",
           " Evil Eyes",
           " Griffons",
           " Cyclops",
           " Hill Giants",
           " Treants"
       ],
       "Notable NPCs": [
           {
               "name": "Broon",
               "link": "https://wiki.project1999.com/Broon"
           },
           {
               "name": "Proon",
               "link": "https://wiki.project1999.com/Proon"
           },
           {
               "name": "Droon",
               "link": "https://wiki.project1999.com/Droon"
           },
           {
               "name": "Chief Sanre`Rexsa",
               "link": "https://wiki.project1999.com/Chief_Sanre%60Rexsa"
           },
           {
               "name": "Tallus Holton",
               "link": "https://wiki.project1999.com/Tallus_Holton"
           },
           {
               "name": "Sir Morgan",
               "link": "https://wiki.project1999.com/Sir_Morgan"
           },
           {
               "name": "Vexven Mucktail",
               "link": "https://wiki.project1999.com/Vexven_Mucktail"
           },
           {
               "name": "Emhu Mucktail",
               "link": "https://wiki.project1999.com/Emhu_Mucktail"
           },
           {
               "name": "Splintered Claw",
               "link": "https://wiki.project1999.com/Splintered_Claw"
           },
           {
               "name": "Tarbul Earthstrider",
               "link": "https://wiki.project1999.com/Tarbul_Earthstrider"
           },
           {
               "name": "Tenal Redblade",
               "link": "https://wiki.project1999.com/Tenal_Redblade"
           }
       ],
       "Unique Items": [],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "(0",
           " 0) Just north of #5 and east of North Karana zoneline."
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Sir Morgan's Armor",
               "link": "https://wiki.project1999.com/Sir_Morgan%27s_Armor"
           },
           {
               "name": "The Luck of Allix",
               "link": "https://wiki.project1999.com/index.php?title=The_Luck_of_Allix&action=edit&redlink=1"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Everfrost Peaks",
       "Friendly Name (If different)": null,
       "Name in /who": "everfrost",
       "Full URL": "https://wiki.project1999.com/Everfrost_Peaks",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Halas",
               "link": "https://wiki.project1999.com/Halas"
           },
           {
               "name": "Blackburrow",
               "link": "https://wiki.project1999.com/Blackburrow"
           },
           {
               "name": "Permafrost",
               "link": "https://wiki.project1999.com/Permafrost"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-20+",
       "Types of Monsters": [
           "Ice Goblin Whelps",
           " Gnoll Pups",
           " White Wolves",
           " Snow Spiderlings",
           " Polar Bear Cubs",
           " Skeletons",
           " Snow Spiders (Large and Giant)",
           " Polar Bears",
           " Snow Leopards",
           " Ice Goblin Scouts",
           " Ice Goblin Shamans",
           " Snow Orc Troopers",
           " Snow Orc Mountaineers",
           " Snow Orc Shamans",
           " Mammoth Calves",
           " Woolly Mammoth Calves",
           " Woolly Mammoths",
           " Corrupt Mammoths",
           " Tainted Mammoths",
           " Vengeful Lyricist",
           " Vengeful Composer",
           " Vengeful Soloist",
           " Icebone Skeletons",
           " Icy Orcs",
           " Ice Giants",
           " Decaying Skeletons"
       ],
       "Notable NPCs": [
           {
               "name": "Karg IceBear",
               "link": "https://wiki.project1999.com/Karg_IceBear"
           },
           {
               "name": "Lich of Miragul",
               "link": "https://wiki.project1999.com/Lich_of_Miragul"
           },
           {
               "name": "Megan",
               "link": "https://wiki.project1999.com/Megan"
           },
           {
               "name": "Tundra Jack",
               "link": "https://wiki.project1999.com/Tundra_Jack"
           },
           {
               "name": "Iceberg",
               "link": "https://wiki.project1999.com/Iceberg"
           },
           {
               "name": "Snowflake",
               "link": "https://wiki.project1999.com/Snowflake"
           },
           {
               "name": "Sulon McMoor",
               "link": "https://wiki.project1999.com/Sulon_McMoor"
           },
           {
               "name": "Redwind",
               "link": "https://wiki.project1999.com/Redwind"
           },
           {
               "name": "Martar IceBear",
               "link": "https://wiki.project1999.com/Martar_IceBear"
           },
           {
               "name": "Dark Assassin",
               "link": "https://wiki.project1999.com/Dark_Assassin"
           },
           {
               "name": "Corrupted wooly mammoth",
               "link": "https://wiki.project1999.com/Corrupted_wooly_mammoth"
           }
       ],
       "Unique Items": [
           {
               "name": "Bloody Mantle",
               "link": "https://wiki.project1999.com/Bloody_Mantle"
           },
           {
               "name": "Parrying Pick",
               "link": "https://wiki.project1999.com/Parrying_Pick"
           },
           {
               "name": "Polar Bear Cloak",
               "link": "https://wiki.project1999.com/Polar_Bear_Cloak"
           },
           {
               "name": "Lupine Claw Gauntlets",
               "link": "https://wiki.project1999.com/Lupine_Claw_Gauntlets"
           },
           {
               "name": "Gigantic Zweihander",
               "link": "https://wiki.project1999.com/Gigantic_Zweihander"
           },
           {
               "name": "Werewolf Skin Cloak",
               "link": "https://wiki.project1999.com/Werewolf_Skin_Cloak"
           },
           {
               "name": "Chunk of Tundra",
               "link": "https://wiki.project1999.com/Chunk_of_Tundra"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "3139",
           " 682 (Outside Halas gates)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Lupine Claw Gauntlets Quest",
               "link": "https://wiki.project1999.com/Lupine_Claw_Gauntlets_Quest"
           },
           {
               "name": "Polar Bear Cloak Quest",
               "link": "https://wiki.project1999.com/Polar_Bear_Cloak_Quest"
           },
           {
               "name": "Tarton's Wheel",
               "link": "https://wiki.project1999.com/Tarton%27s_Wheel"
           },
           {
               "name": "Werewolf Skin Cloak Quest",
               "link": "https://wiki.project1999.com/Werewolf_Skin_Cloak_Quest"
           },
           {
               "name": "Ice Goblin Beads",
               "link": "https://wiki.project1999.com/Ice_Goblin_Beads"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Highpass Hold",
       "Friendly Name (If different)": null,
       "Name in /who": "highpass",
       "Full URL": "https://wiki.project1999.com/Highpass_Hold",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Eastern Plains of Karana",
               "link": "https://wiki.project1999.com/Eastern_Plains_of_Karana"
           },
           {
               "name": "Kithicor Forest",
               "link": "https://wiki.project1999.com/Kithicor_Forest"
           },
           {
               "name": "High Keep",
               "link": "https://wiki.project1999.com/High_Keep"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "9-22",
       "Types of Monsters": [
           "Gnolls of various types",
           " Gnolls",
           " Gnoll Soothsayers",
           " Gnoll Flamepaws",
           " Gnoll Shamans",
           " Orc Soldier",
           " Orc Conscript",
           " Orc Warriors",
           " Orc Medics",
           " Orc Acolytes",
           " Orc Scout",
           " Orc Mercenary",
           " Orc Fanatic",
           " Orc Shamans"
       ],
       "Notable NPCs": [
           {
               "name": "Cyrla Shadowstepper",
               "link": "https://wiki.project1999.com/Cyrla_Shadowstepper"
           },
           {
               "name": "Dyllin Starsine",
               "link": "https://wiki.project1999.com/Dyllin_Starsine"
           },
           {
               "name": "Hagnis Shralok",
               "link": "https://wiki.project1999.com/Hagnis_Shralok"
           },
           {
               "name": "Recfek Shralok",
               "link": "https://wiki.project1999.com/Recfek_Shralok"
           },
           {
               "name": "Vopuk Shralok",
               "link": "https://wiki.project1999.com/Vopuk_Shralok"
           },
           {
               "name": "Vexven Mucktail",
               "link": "https://wiki.project1999.com/Vexven_Mucktail"
           },
           {
               "name": "Grenix Mucktail",
               "link": "https://wiki.project1999.com/Grenix_Mucktail"
           },
           {
               "name": "Barn Bloodstone",
               "link": "https://wiki.project1999.com/Barn_Bloodstone"
           }
       ],
       "Unique Items": [
           {
               "name": "Polished Granite Tomahawk",
               "link": "https://wiki.project1999.com/Polished_Granite_Tomahawk"
           },
           {
               "name": "Berserker Strength",
               "link": "https://wiki.project1999.com/Berserker_Strength"
           },
           {
               "name": "Shralok Pack",
               "link": "https://wiki.project1999.com/Shralok_Pack"
           },
           {
               "name": "Cracked Darkwood Shield",
               "link": "https://wiki.project1999.com/Cracked_Darkwood_Shield"
           },
           {
               "name": "Shiny Brass Halberd",
               "link": "https://wiki.project1999.com/Shiny_Brass_Halberd"
           },
           {
               "name": "Shiny Brass Idol",
               "link": "https://wiki.project1999.com/Shiny_Brass_Idol"
           },
           {
               "name": "Divine Aura",
               "link": "https://wiki.project1999.com/Divine_Aura"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-14",
           " -104 (Zone line to High Keep)"
       ],
       "Zone Spawn Timer": "5:00",
       "Related Quests": [
           {
               "name": "Orc Scalp Collecting",
               "link": "https://wiki.project1999.com/Orc_Scalp_Collecting"
           },
           {
               "name": "Gnoll Scalp Collecting",
               "link": "https://wiki.project1999.com/Gnoll_Scalp_Collecting"
           },
           {
               "name": "The Bayle List",
               "link": "https://wiki.project1999.com/The_Bayle_List"
           },
           {
               "name": "Testament of Vanear Quest",
               "link": "https://wiki.project1999.com/Testament_of_Vanear_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Innothule Swamp",
       "Friendly Name (If different)": null,
       "Name in /who": "innothule",
       "Full URL": "https://wiki.project1999.com/Innothule_Swamp",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Grobb",
               "link": "https://wiki.project1999.com/Grobb"
           },
           {
               "name": "Upper Guk",
               "link": "https://wiki.project1999.com/Upper_Guk"
           },
           {
               "name": "Southern Desert of Ro",
               "link": "https://wiki.project1999.com/Southern_Desert_of_Ro"
           },
           {
               "name": "The Feerrott",
               "link": "https://wiki.project1999.com/The_Feerrott"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-10",
           " 25-30"
       ],
       "Types of Monsters": [
           "Large Rats",
           " Giant Rats",
           " Decaying Skeletons",
           " Skeletons",
           " Zombies",
           " Lesser Mummies",
           " Snakes",
           " Large Snakes",
           " Young Water Moccasins",
           " Water Moccasins",
           " Giant Moccasins",
           " Swamp Alligators",
           " Bull Alligators",
           " Lesser Kobolds",
           " Kobold Hunters",
           " Burly Kobolds",
           " Froglok Scouts",
           " Froglok Ghouls",
           " Fetid Froglok Ghouls",
           " Larval Bleeder",
           " Feral Bleeder",
           " Tough Skinned Larvae",
           " Fungus Man Watchers",
           " Fungus Man Trackers",
           " a shadowed man"
       ],
       "Notable NPCs": [
           {
               "name": "Bunk Oden",
               "link": "https://wiki.project1999.com/index.php?title=Bunk_Oden&action=edit&redlink=1"
           },
           {
               "name": "Jojoojojgogogoguna",
               "link": "https://wiki.project1999.com/Jojoojojgogogoguna"
           },
           {
               "name": "Jyle Windstorm",
               "link": "https://wiki.project1999.com/Jyle_Windstorm"
           },
           {
               "name": "Jojongua",
               "link": "https://wiki.project1999.com/Jojongua"
           },
           {
               "name": "Zimbittle",
               "link": "https://wiki.project1999.com/Zimbittle"
           },
           {
               "name": "a troll slayer",
               "link": "https://wiki.project1999.com/A_troll_slayer"
           },
           {
               "name": "Spore Guardian",
               "link": "https://wiki.project1999.com/Spore_Guardian"
           },
           {
               "name": "Lynuga",
               "link": "https://wiki.project1999.com/Lynuga"
           }
       ],
       "Unique Items": [
           {
               "name": "Netted Armor",
               "link": "https://wiki.project1999.com/Netted_Armor"
           },
           {
               "name": "Woven Armor",
               "link": "https://wiki.project1999.com/Woven_Armor"
           },
           {
               "name": "Mesh Armor",
               "link": "https://wiki.project1999.com/Mesh_Armor"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-2192",
           " -588 (Outside the gates of Grobb)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Lynuga's Gem Collection",
               "link": "https://wiki.project1999.com/Lynuga%27s_Gem_Collection"
           },
           {
               "name": "Princess Lenya (Quest)",
               "link": "https://wiki.project1999.com/Princess_Lenya_(Quest)"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Kithicor Forest",
       "Friendly Name (If different)": null,
       "Name in /who": "kithicor/kithforest",
       "Full URL": "https://wiki.project1999.com/Kithicor_Forest",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Rivervale",
               "link": "https://wiki.project1999.com/Rivervale"
           },
           {
               "name": "West Commonlands",
               "link": "https://wiki.project1999.com/West_Commonlands"
           },
           {
               "name": "Highpass Hold",
               "link": "https://wiki.project1999.com/Highpass_Hold"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-13+",
           " 35-50"
       ],
       "Types of Monsters": [
           "Snakes",
           " Bixies",
           " Fire Beetles",
           " Spiderlings",
           " Skeletons",
           " Zombies",
           " Ghouls",
           " Giant Pirahnas",
           " Young Kodiaks",
           " Giant Scarabs",
           " Giant Spiders",
           " Orc Pawns",
           " Orc Scouts",
           " Grizzly Bears",
           " Shadowed Men",
           " Werewolves",
           " Skeleton Squad Leader",
           " Dread Wolf",
           " Enraged Dread Wolf",
           " Tortured Healer",
           " Zombie Troopers",
           " Zombie Commanders",
           " Decaying Officers",
           " Decaying Footman",
           " Decaying Troopers",
           " Decaying Swordsman",
           " Decaying Commanders",
           " Skeleton Infantry",
           " Skeleton Trooper",
           " Undead Cleric",
           " Undead Mendicant",
           " Decaying Healer",
           " Skeleton Officer",
           " Skeleton Captain",
           " Decayed Knight",
           " Rotting Knight",
           " Rotting Priest",
           " Tainted Swordsman",
           " Wandering Warrior",
           " Risen Commander",
           " Risen Corporal",
           " Risen Squad Leader",
           " Zombie Guard",
           " Deceased Deserter",
           " Failed Experiment Pet"
       ],
       "Notable NPCs": [
           {
               "name": "Ged Twigborn",
               "link": "https://wiki.project1999.com/Ged_Twigborn"
           },
           {
               "name": "Mildin Whistler",
               "link": "https://wiki.project1999.com/Mildin_Whistler"
           },
           {
               "name": "Chief Gan`Shralok",
               "link": "https://wiki.project1999.com/Chief_Gan%60Shralok"
           },
           {
               "name": "Recfek Shralok",
               "link": "https://wiki.project1999.com/Recfek_Shralok"
           },
           {
               "name": "Shralok Orcs",
               "link": "https://wiki.project1999.com/Shralok_Orcs"
           },
           {
               "name": "Thumper",
               "link": "https://wiki.project1999.com/Thumper"
           },
           {
               "name": "Irin Lunis",
               "link": "https://wiki.project1999.com/Irin_Lunis"
           },
           {
               "name": "Leaf Falldim",
               "link": "https://wiki.project1999.com/Leaf_Falldim"
           },
           {
               "name": "Kithicor",
               "link": "https://wiki.project1999.com/Kithicor"
           },
           {
               "name": "Eenot",
               "link": "https://wiki.project1999.com/Eenot"
           },
           {
               "name": "Kobb",
               "link": "https://wiki.project1999.com/Kobb"
           },
           {
               "name": "Giz X`Tin",
               "link": "https://wiki.project1999.com/Giz_X%60Tin"
           }
       ],
       "Unique Items": [
           {
               "name": "Ratskin Gloves",
               "link": "https://wiki.project1999.com/Ratskin_Gloves"
           },
           {
               "name": "Wolfskin Gloves",
               "link": "https://wiki.project1999.com/Wolfskin_Gloves"
           },
           {
               "name": "Bearskin Gloves",
               "link": "https://wiki.project1999.com/Bearskin_Gloves"
           },
           {
               "name": "Enchanted Fine Steel Rapier",
               "link": "https://wiki.project1999.com/Enchanted_Fine_Steel_Rapier"
           },
           {
               "name": "Lionskin Gloves",
               "link": "https://wiki.project1999.com/Lionskin_Gloves"
           },
           {
               "name": "Ivy Etched Armor",
               "link": "https://wiki.project1999.com/Ivy_Etched_Armor"
           },
           {
               "name": "Ruined Steel Bastard Sword",
               "link": "https://wiki.project1999.com/Ruined_Steel_Bastard_Sword"
           },
           {
               "name": "Ruined Teir`Dal Great Staff",
               "link": "https://wiki.project1999.com/Ruined_Teir%60Dal_Great_Staff"
           },
           {
               "name": "Ruined Teir`Dal Long Sword",
               "link": "https://wiki.project1999.com/Ruined_Teir%60Dal_Long_Sword"
           },
           {
               "name": "Ruined Teir`Dal Rapier",
               "link": "https://wiki.project1999.com/Ruined_Teir%60Dal_Rapier"
           },
           {
               "name": "Ruined Battleworn Morning Star",
               "link": "https://wiki.project1999.com/Ruined_Battleworn_Morning_Star"
           },
           {
               "name": "Scimitar of the Ykesha",
               "link": "https://wiki.project1999.com/Scimitar_of_the_Ykesha"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Tainted Steel Bastard Sword",
               "link": "https://wiki.project1999.com/Tainted_Steel_Bastard_Sword"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "1889",
           " 3828 (Zone line to Rivervale)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Bearskin Gloves Quest",
               "link": "https://wiki.project1999.com/Bearskin_Gloves_Quest"
           },
           {
               "name": "Grim's Tiger Revenge",
               "link": "https://wiki.project1999.com/Grim%27s_Tiger_Revenge"
           },
           {
               "name": "Ivy Etched Armor Quests",
               "link": "https://wiki.project1999.com/Ivy_Etched_Armor_Quests"
           },
           {
               "name": "Lionskin Gloves Quest",
               "link": "https://wiki.project1999.com/Lionskin_Gloves_Quest"
           },
           {
               "name": "Morin's Sword",
               "link": "https://wiki.project1999.com/Morin%27s_Sword"
           },
           {
               "name": "Ratskin Gloves Quest",
               "link": "https://wiki.project1999.com/Ratskin_Gloves_Quest"
           },
           {
               "name": "The Orc Impaler",
               "link": "https://wiki.project1999.com/The_Orc_Impaler"
           },
           {
               "name": "Wolfskin Gloves Quest",
               "link": "https://wiki.project1999.com/Wolfskin_Gloves_Quest"
           },
           {
               "name": "Boots of the Reliant",
               "link": "https://wiki.project1999.com/Boots_of_the_Reliant"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Lake Rathetear",
       "Friendly Name (If different)": null,
       "Name in /who": "lakerathe",
       "Full URL": "https://wiki.project1999.com/Lake_Rathetear",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Southern Plains of Karana",
               "link": "https://wiki.project1999.com/Southern_Plains_of_Karana"
           },
           {
               "name": "The Arena",
               "link": "https://wiki.project1999.com/The_Arena"
           },
           {
               "name": "Rathe Mountains",
               "link": "https://wiki.project1999.com/Rathe_Mountains"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "15-35",
       "Types of Monsters": [
           "Water Snakes",
           " Bandits",
           " Aqua Goblins",
           " Aqua Goblin Shamans",
           " Deepwater Goblins",
           " Gnoll Shamans",
           " Gnoll Embalmers",
           " Gnoll High Shamans",
           " Gnoll Nobles",
           " Aviaks",
           " Aviak Rooks",
           " Aviak Guards",
           " Orc Warriors",
           " Dry Bone Skeletons",
           " Stone Skeletons and pet",
           " Reef Sharks"
       ],
       "Notable NPCs": [
           {
               "name": "Webclaw Murkwave",
               "link": "https://wiki.project1999.com/Webclaw_Murkwave"
           },
           {
               "name": "Jonah Brucker",
               "link": "https://wiki.project1999.com/Jonah_Brucker"
           },
           {
               "name": "Prince Kyrmt Keroppi",
               "link": "https://wiki.project1999.com/Prince_Kyrmt_Keroppi"
           },
           {
               "name": "Turgan",
               "link": "https://wiki.project1999.com/Turgan"
           },
           {
               "name": "Deep",
               "link": "https://wiki.project1999.com/Deep"
           },
           {
               "name": "Lord Bergurgle",
               "link": "https://wiki.project1999.com/Lord_Bergurgle"
           },
           {
               "name": "a goblin net master",
               "link": "https://wiki.project1999.com/A_goblin_net_master"
           },
           {
               "name": "Kazen Fecae",
               "link": "https://wiki.project1999.com/Kazen_Fecae"
           },
           {
               "name": "Cyanelle",
               "link": "https://wiki.project1999.com/Cyanelle"
           }
       ],
       "Unique Items": [
           {
               "name": "Runed Totem Staff",
               "link": "https://wiki.project1999.com/Runed_Totem_Staff"
           },
           {
               "name": "Water Crystal Staff",
               "link": "https://wiki.project1999.com/Water_Crystal_Staff"
           },
           {
               "name": "Shallow Breath",
               "link": "https://wiki.project1999.com/Shallow_Breath"
           },
           {
               "name": "Skull of Jhen`Tra",
               "link": "https://wiki.project1999.com/Skull_of_Jhen%60Tra"
           },
           {
               "name": "Snakeskin Gloves",
               "link": "https://wiki.project1999.com/Snakeskin_Gloves"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "4183",
           " 1213 (Zone line to South Karana)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Cleric Epic Quest",
               "link": "https://wiki.project1999.com/Cleric_Epic_Quest"
           },
           {
               "name": "Totemic Armor Quests",
               "link": "https://wiki.project1999.com/Totemic_Armor_Quests"
           },
           {
               "name": "Necromancer Epic Quest",
               "link": "https://wiki.project1999.com/Necromancer_Epic_Quest"
           },
           {
               "name": "Words of Darkness Quest",
               "link": "https://wiki.project1999.com/Words_of_Darkness_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Lavastorm Mountains",
       "Friendly Name (If different)": null,
       "Name in /who": "lavastorm",
       "Full URL": "https://wiki.project1999.com/Lavastorm_Mountains",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "The Temple of Solusek Ro",
               "link": "https://wiki.project1999.com/The_Temple_of_Solusek_Ro"
           },
           {
               "name": "Solusek's Eye",
               "link": "https://wiki.project1999.com/Solusek%27s_Eye"
           },
           {
               "name": "Nagafen's Lair",
               "link": "https://wiki.project1999.com/Nagafen%27s_Lair"
           },
           {
               "name": "Najena",
               "link": "https://wiki.project1999.com/Najena"
           },
           {
               "name": "Nektulos Forest",
               "link": "https://wiki.project1999.com/Nektulos_Forest"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "10-19",
           " 25-30"
       ],
       "Types of Monsters": [
           "Fire Drake",
           " Fire Elemental",
           " Fire Sprite",
           " Lava Crawler",
           " Rock Dervish",
           " Fire Imp",
           " Lava Basilisk",
           " Firescale Crocodile",
           " Fire Goblin Scouts",
           " Goblin Warriors",
           " Shadowed Men",
           " Thoughteater"
       ],
       "Notable NPCs": [
           {
               "name": "Deep Lava Basilisk",
               "link": "https://wiki.project1999.com/Deep_Lava_Basilisk"
           },
           {
               "name": "Eejag",
               "link": "https://wiki.project1999.com/Eejag"
           },
           {
               "name": "Hykallen",
               "link": "https://wiki.project1999.com/Hykallen"
           },
           {
               "name": "A lesser nightmare",
               "link": "https://wiki.project1999.com/A_lesser_nightmare"
           },
           {
               "name": "Sir Lindeal",
               "link": "https://wiki.project1999.com/Sir_Lindeal"
           },
           {
               "name": "a warbone monk",
               "link": "https://wiki.project1999.com/A_warbone_monk"
           },
           {
               "name": "a warbone spearman",
               "link": "https://wiki.project1999.com/A_warbone_spearman"
           }
       ],
       "Unique Items": [
           {
               "name": "Basilisk Bracer",
               "link": "https://wiki.project1999.com/Basilisk_Bracer"
           },
           {
               "name": "Bone Fingered Gloves",
               "link": "https://wiki.project1999.com/Bone_Fingered_Gloves"
           },
           {
               "name": "Bone Spear",
               "link": "https://wiki.project1999.com/Bone_Spear"
           },
           {
               "name": "Large Bone Shield",
               "link": "https://wiki.project1999.com/Large_Bone_Shield"
           },
           {
               "name": "Putrid Bile",
               "link": "https://wiki.project1999.com/Putrid_Bile"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1843",
           " 153 (Zone line to Nektulos Forest)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Misty Thicket",
       "Friendly Name (If different)": null,
       "Name in /who": "misty",
       "Full URL": "https://wiki.project1999.com/Misty_Thicket",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Rivervale",
               "link": "https://wiki.project1999.com/Rivervale"
           },
           {
               "name": "Runnyeye",
               "link": "https://wiki.project1999.com/Runnyeye"
           },
           {
               "name": "Runnyeye Citadel",
               "link": "https://wiki.project1999.com/Runnyeye_Citadel"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-12",
       "Types of Monsters": [
           "Large Rats",
           " Bats",
           " Snakes",
           " Fire Beetles",
           " Klaknaks",
           " Black Wolves",
           " Bixies",
           " Bixie Drones",
           " Large Thicket Rat",
           " Large Wood Spider",
           " Goblin Whelps",
           " Goblins",
           " Black Bears",
           " Orc Pawns",
           " Orc Centurions",
           " Orc Apprentices",
           " Orc Oracles",
           " Orc Legionnaires",
           " Giant Wasps",
           " Giant Spiders",
           " Giant Scarabs",
           " Young Kodiaks",
           " Dread Corpses",
           " Lesser Mummies",
           " Goblin Alchemist",
           " Goblin Wizard"
       ],
       "Notable NPCs": [
           {
               "name": "Mooto",
               "link": "https://wiki.project1999.com/Mooto"
           },
           {
               "name": "Slaythe",
               "link": "https://wiki.project1999.com/Slaythe"
           },
           {
               "name": "Gunrich",
               "link": "https://wiki.project1999.com/Gunrich"
           },
           {
               "name": "A bixie queen",
               "link": "https://wiki.project1999.com/A_bixie_queen"
           },
           {
               "name": "Queen Klaknak",
               "link": "https://wiki.project1999.com/Queen_Klaknak"
           }
       ],
       "Unique Items": {
           "name": "Clay Totem",
           "link": "https://wiki.project1999.com/Clay_Totem"
       },
       "ZEM Value": null,
       "Succor/Evacuate": [
           "0",
           "0 (Just outside the wall)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": {
           "name": "Bug Collection",
           "link": "https://wiki.project1999.com/Bug_Collection"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Nektulos Forest",
       "Friendly Name (If different)": null,
       "Name in /who": "nektulos",
       "Full URL": "https://wiki.project1999.com/Nektulos_Forest",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Neriak",
               "link": "https://wiki.project1999.com/Neriak"
           },
           {
               "name": "East Commonlands",
               "link": "https://wiki.project1999.com/East_Commonlands"
           },
           {
               "name": "Lavastorm Mountains",
               "link": "https://wiki.project1999.com/Lavastorm_Mountains"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-20",
           " 25-30"
       ],
       "Types of Monsters": [
           "Tree Snake",
           " Garter Snake",
           " Black Mamba",
           " Pyre Beetle",
           " Snakes of all types",
           " Spiderlings",
           " Fire Beetles",
           " Basilisk Hatchling",
           " Shadow Wolves",
           " Decaying Skeleton",
           " Skeletons",
           " Lesser Mummies",
           " Black Bears",
           " Young Kodiaks",
           " Large Piranhas",
           " Halflings of various types",
           " Dark Elf Dragoons and Guards",
           " Stone Guardians",
           " Iron Guardians",
           " Shadow Men"
       ],
       "Notable NPCs": [
           {
               "name": "Leatherfoot Deputy",
               "link": "https://wiki.project1999.com/Leatherfoot_Deputy"
           },
           {
               "name": "Leatherfoot Medic",
               "link": "https://wiki.project1999.com/Leatherfoot_Medic"
           },
           {
               "name": "Kirak Vil",
               "link": "https://wiki.project1999.com/Kirak_Vil"
           }
       ],
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2055",
           " -701 (Neriak Newbie Area)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Moss Snakes",
               "link": "https://wiki.project1999.com/Moss_Snakes"
           },
           {
               "name": "Fire Beetle Eyes",
               "link": "https://wiki.project1999.com/Fire_Beetle_Eyes"
           },
           {
               "name": "Going Postal",
               "link": "https://wiki.project1999.com/Going_Postal"
           },
           {
               "name": "Innoruuk Symbol Quests",
               "link": "https://wiki.project1999.com/Innoruuk_Symbol_Quests"
           },
           {
               "name": "Necromancer Epic Quest",
               "link": "https://wiki.project1999.com/Necromancer_Epic_Quest"
           },
           {
               "name": "Paladin Epic Quest",
               "link": "https://wiki.project1999.com/Paladin_Epic_Quest"
           },
           {
               "name": "Letter to Master Whoopal",
               "link": "https://wiki.project1999.com/Letter_to_Master_Whoopal"
           },
           {
               "name": "Words of Darkness Quest",
               "link": "https://wiki.project1999.com/Words_of_Darkness_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Northern Desert of Ro",
       "Friendly Name (If different)": null,
       "Name in /who": "nro",
       "Full URL": "https://wiki.project1999.com/Northern_Desert_of_Ro",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Freeport",
               "link": "https://wiki.project1999.com/East_Freeport"
           },
           {
               "name": "East Commonlands",
               "link": "https://wiki.project1999.com/East_Commonlands"
           },
           {
               "name": "Iceclad Ocean",
               "link": "https://wiki.project1999.com/Iceclad_Ocean"
           },
           {
               "name": "Oasis of Marr",
               "link": "https://wiki.project1999.com/Oasis_of_Marr"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "5-30+",
       "Types of Monsters": [
           "Decaying Skeletons",
           " Fire Beetles",
           " Spiderlings",
           " Jackals",
           " Pumas",
           " Desert Tarantulas",
           " Dune Tarantulas",
           " Sand Scarabs",
           " Asps",
           " Rattlesnakes",
           " Giant Rattlesnakes",
           " Madmen",
           " Desert Madmen",
           " Orc Raiders",
           " Orc Warriors",
           " Dervish Cutthroats",
           " Dervish Thugs",
           " Ghouls",
           " Lesser Mummies",
           " Shriveled Mummies",
           " Crypt Mummies",
           " Sand Giants"
       ],
       "Notable NPCs": [
           {
               "name": "Dorn B`Dynn",
               "link": "https://wiki.project1999.com/Dorn_B%60Dynn"
           },
           {
               "name": "Dunedigger",
               "link": "https://wiki.project1999.com/Dunedigger"
           },
           {
               "name": "Rahotep",
               "link": "https://wiki.project1999.com/Rahotep"
           }
       ],
       "Unique Items": [
           {
               "name": "Cutthroat Insignia Ring",
               "link": "https://wiki.project1999.com/Cutthroat_Insignia_Ring"
           },
           {
               "name": "Scarab Ring",
               "link": "https://wiki.project1999.com/Scarab_Ring"
           },
           {
               "name": "Scepter of Rahotep",
               "link": "https://wiki.project1999.com/Scepter_of_Rahotep"
           },
           {
               "name": "Scute Shield",
               "link": "https://wiki.project1999.com/Scute_Shield"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "3537",
           " 299 (Zone line to East Freeport)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": {
           "name": "The Broodling",
           "link": "https://wiki.project1999.com/The_Broodling"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Northern Plains of Karana",
       "Friendly Name (If different)": "Northern Karana",
       "Name in /who": "northkarana",
       "Full URL": "https://wiki.project1999.com/Northern_Plains_of_Karana",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Western Plains of Karana",
               "link": "https://wiki.project1999.com/Western_Plains_of_Karana"
           },
           {
               "name": "Eastern Plains of Karana",
               "link": "https://wiki.project1999.com/Eastern_Plains_of_Karana"
           },
           {
               "name": "Southern Plains of Karana",
               "link": "https://wiki.project1999.com/Southern_Plains_of_Karana"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "10-30+",
       "Types of Monsters": [
           "Lions and Lionesses",
           " Lion Matriarchs",
           " Lion Patriarchs",
           " Pincer Beetles",
           " Borer Beetles",
           " Scythe Beetles",
           " Shadow Wolves",
           " Silvermist Wolves",
           " Grizzly Bears",
           " Raiders",
           " Werewolves",
           " Ghouls",
           " Griffawns",
           " Griffenes",
           " Griffins",
           " Hill Giants",
           " Treants"
       ],
       "Notable NPCs": [
           {
               "name": "Xanuusus",
               "link": "https://wiki.project1999.com/Xanuusus"
           },
           {
               "name": "Ashenpaw",
               "link": "https://wiki.project1999.com/Ashenpaw"
           },
           {
               "name": "Zahal the Vile",
               "link": "https://wiki.project1999.com/Zahal_the_Vile"
           },
           {
               "name": "GrimFeather",
               "link": "https://wiki.project1999.com/GrimFeather"
           },
           {
               "name": "Swiftclaw",
               "link": "https://wiki.project1999.com/Swiftclaw"
           },
           {
               "name": "Lieutenant Midraim",
               "link": "https://wiki.project1999.com/Lieutenant_Midraim"
           },
           {
               "name": "The Silver Griffon",
               "link": "https://wiki.project1999.com/The_Silver_Griffon"
           },
           {
               "name": "Timbur the Tiny",
               "link": "https://wiki.project1999.com/Timbur_the_Tiny"
           },
           {
               "name": "Korvik the Cursed",
               "link": "https://wiki.project1999.com/Korvik_the_Cursed"
           }
       ],
       "Unique Items": [
           {
               "name": "Belt of Flesh Hooks",
               "link": "https://wiki.project1999.com/Belt_of_Flesh_Hooks"
           },
           {
               "name": "Lion-skin Leggings",
               "link": "https://wiki.project1999.com/Lion-skin_Leggings"
           },
           {
               "name": "Pair of Bent Spectacles",
               "link": "https://wiki.project1999.com/Pair_of_Bent_Spectacles"
           },
           {
               "name": "Granite Earring",
               "link": "https://wiki.project1999.com/Granite_Earring"
           },
           {
               "name": "Wolf-hide Sleeves",
               "link": "https://wiki.project1999.com/Wolf-hide_Sleeves"
           },
           {
               "name": "Giants Reminder String",
               "link": "https://wiki.project1999.com/Giants_Reminder_String"
           },
           {
               "name": "Giant Laceless Sandal",
               "link": "https://wiki.project1999.com/Giant_Laceless_Sandal"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-284",
           " -382 (Just outside gypsy camp)"
       ],
       "Zone Spawn Timer": "6:00",
       "Related Quests": [
           {
               "name": "Corrupt Guards",
               "link": "https://wiki.project1999.com/Corrupt_Guards"
           },
           {
               "name": "Research Aid",
               "link": "https://wiki.project1999.com/Research_Aid"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Winds of Karana",
               "link": "https://wiki.project1999.com/Winds_of_Karana"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Oasis of Marr",
       "Friendly Name (If different)": null,
       "Name in /who": "oasis",
       "Full URL": "https://wiki.project1999.com/Oasis_of_Marr",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Northern Desert of Ro",
               "link": "https://wiki.project1999.com/Northern_Desert_of_Ro"
           },
           {
               "name": "Southern Desert of Ro",
               "link": "https://wiki.project1999.com/Southern_Desert_of_Ro"
           },
           {
               "name": "Timorous Deep",
               "link": "https://wiki.project1999.com/Timorous_Deep"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "7-30+",
       "Types of Monsters": [
           "Pumas",
           " Sand Scarabs",
           " Dune Tarantulas",
           " Desert Madmen",
           " Lesser Mummies",
           " Shriveled Mummies",
           " Crypt Mummies",
           " Ghouls",
           " Dry Bone Skeletons",
           " Crocodiles",
           " Caimans",
           " Deepwater Caimans",
           " Deepwater Crocodiles",
           " Orc Warriors",
           " Orc Priests",
           " Deepwater Goblins",
           " Sand Giants",
           " Spectres"
       ],
       "Notable NPCs": [
           {
               "name": "Cazel",
               "link": "https://wiki.project1999.com/Cazel"
           },
           {
               "name": "Hatar",
               "link": "https://wiki.project1999.com/Hatar"
           },
           {
               "name": "Lockjaw",
               "link": "https://wiki.project1999.com/Lockjaw"
           },
           {
               "name": "Young Ronin",
               "link": "https://wiki.project1999.com/Young_Ronin"
           }
       ],
       "Unique Items": [
           {
               "name": "Lockjaw Hide Vest",
               "link": "https://wiki.project1999.com/Lockjaw_Hide_Vest"
           },
           {
               "name": "Glowing Wooden Crook",
               "link": "https://wiki.project1999.com/Glowing_Wooden_Crook"
           },
           {
               "name": "Fine Silk Turban",
               "link": "https://wiki.project1999.com/Fine_Silk_Turban"
           },
           {
               "name": "Jambiya",
               "link": "https://wiki.project1999.com/Jambiya"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "490",
           " 903 (By the lake)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           },
           {
               "name": "Shackle of Rock",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._3"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Ocean of Tears",
       "Friendly Name (If different)": null,
       "Name in /who": "oot",
       "Full URL": "https://wiki.project1999.com/Ocean_of_Tears",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Freeport",
               "link": "https://wiki.project1999.com/Freeport"
           },
           {
               "name": "Butcherblock Mountains",
               "link": "https://wiki.project1999.com/Butcherblock_Mountains"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "9-30+",
       "Types of Monsters": [
           "Aqua Goblins",
           " an alluring siren",
           " Isle Goblin Scouts",
           " Isle Goblins Warriors",
           " Isle Goblin Shamans",
           " Isle Goblin Headhunters",
           " Shark",
           " Reef Shark",
           " Pirates",
           " Seafury Cyclops",
           " A Spectre",
           " Gargoyles",
           " Aviak Starlings",
           " Aviak Turacos",
           " Aviak Tanagers",
           " Aviak Quetzels",
           " Sisters of Erollisi"
       ],
       "Notable NPCs": [
           {
               "name": "Capt Surestout",
               "link": "https://wiki.project1999.com/Capt_Surestout"
           },
           {
               "name": "Nerbilik",
               "link": "https://wiki.project1999.com/Nerbilik"
           },
           {
               "name": "Oracle of K`Arnon",
               "link": "https://wiki.project1999.com/Oracle_of_K%60Arnon"
           },
           {
               "name": "Boog Mudtoe",
               "link": "https://wiki.project1999.com/Boog_Mudtoe"
           },
           {
               "name": "Goob Mudtoe",
               "link": "https://wiki.project1999.com/Goob_Mudtoe"
           },
           {
               "name": "Gornit",
               "link": "https://wiki.project1999.com/Gornit"
           },
           {
               "name": "Sentry Xyrin",
               "link": "https://wiki.project1999.com/Sentry_Xyrin"
           },
           {
               "name": "Gull Skytalon",
               "link": "https://wiki.project1999.com/Gull_Skytalon"
           },
           {
               "name": "Allizewsaur",
               "link": "https://wiki.project1999.com/Allizewsaur"
           },
           {
               "name": "Ancient Cyclops",
               "link": "https://wiki.project1999.com/Ancient_Cyclops"
           },
           {
               "name": "Brawn",
               "link": "https://wiki.project1999.com/Brawn"
           },
           {
               "name": "Quag Maelstrom",
               "link": "https://wiki.project1999.com/Quag_Maelstrom"
           },
           {
               "name": "Seplawishinl Bladeblight",
               "link": "https://wiki.project1999.com/Seplawishinl_Bladeblight"
           },
           {
               "name": "Soarin Brightfeather",
               "link": "https://wiki.project1999.com/Soarin_Brightfeather"
           },
           {
               "name": "tainted seafury cyclops",
               "link": "https://wiki.project1999.com/Tainted_seafury_cyclops"
           },
           {
               "name": "corrupted seafury cyclops",
               "link": "https://wiki.project1999.com/Corrupted_seafury_cyclops"
           },
           {
               "name": "Wiltin Windwalker",
               "link": "https://wiki.project1999.com/Wiltin_Windwalker"
           },
           {
               "name": "A Goblin Headmaster",
               "link": "https://wiki.project1999.com/A_Goblin_Headmaster"
           }
       ],
       "Unique Items": [
           {
               "name": "A Locked Chest",
               "link": "https://wiki.project1999.com/A_Locked_Chest"
           },
           {
               "name": "Purity Belt",
               "link": "https://wiki.project1999.com/Purity_Belt"
           },
           {
               "name": "Robe of the Oracle",
               "link": "https://wiki.project1999.com/Robe_of_the_Oracle"
           },
           {
               "name": "Ebon War Spear",
               "link": "https://wiki.project1999.com/Ebon_War_Spear"
           },
           {
               "name": "Ring of the Ancients",
               "link": "https://wiki.project1999.com/Ring_of_the_Ancients"
           },
           {
               "name": "Alluring Horn",
               "link": "https://wiki.project1999.com/Alluring_Horn"
           },
           {
               "name": "Bracers of Erollisi",
               "link": "https://wiki.project1999.com/Bracers_of_Erollisi"
           },
           {
               "name": "Robe of the Grove",
               "link": "https://wiki.project1999.com/Robe_of_the_Grove"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "390",
           " -9200 (Sister Island pier)"
       ],
       "Zone Spawn Timer": "6:00",
       "Related Quests": [
           {
               "name": "Pirate Earrings",
               "link": "https://wiki.project1999.com/Pirate_Earrings"
           },
           {
               "name": "Sentry Xyrin Quest",
               "link": "https://wiki.project1999.com/Sentry_Xyrin_Quest"
           },
           {
               "name": "Shaman Epic Quest",
               "link": "https://wiki.project1999.com/Shaman_Epic_Quest"
           },
           {
               "name": "Tome of Ages",
               "link": "https://wiki.project1999.com/Tome_of_Ages"
           },
           {
               "name": "Journeyman's Boots Quest",
               "link": "https://wiki.project1999.com/Journeyman%27s_Boots_Quest"
           },
           {
               "name": "Clay Bracelet Quest",
               "link": "https://wiki.project1999.com/Clay_Bracelet_Quest"
           },
           {
               "name": "Harvester Quest",
               "link": "https://wiki.project1999.com/Harvester_Quest"
           },
           {
               "name": "Acumen Mask Quest",
               "link": "https://wiki.project1999.com/Acumen_Mask_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Qeynos Hills",
       "Friendly Name (If different)": null,
       "Name in /who": "qeytoqrg",
       "Full URL": "https://wiki.project1999.com/Qeynos_Hills",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "North Qeynos",
               "link": "https://wiki.project1999.com/Qeynos"
           },
           {
               "name": "Blackburrow",
               "link": "https://wiki.project1999.com/Blackburrow"
           },
           {
               "name": "Western Plains of Karana",
               "link": "https://wiki.project1999.com/Western_Plains_of_Karana"
           },
           {
               "name": "Surefall Glade",
               "link": "https://wiki.project1999.com/Surefall_Glade"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "2-10",
       "Types of Monsters": [
           "a large rat",
           " a giant rat",
           " a mangy rat",
           " a snake",
           " a large snake",
           " a large bat",
           " a giant bat",
           " a fire beetle",
           " a decaying skeleton",
           " a putrid skeleton",
           " a dread corpse",
           " a gray wolf",
           " a rabid wolf",
           " a brown bear",
           " a grizzly bear",
           " a rabid grizzly",
           " a gnoll",
           " a gnoll pup",
           " a gnoll scout",
           " a gnoll watcher",
           " a gnoll hunter",
           "a willowisp"
       ],
       "Notable NPCs": [
           {
               "name": "Baobob Miller",
               "link": "https://wiki.project1999.com/Baobob_Miller"
           },
           {
               "name": "Chanda Miller",
               "link": "https://wiki.project1999.com/Chanda_Miller"
           },
           {
               "name": "Gnasher Furgutt",
               "link": "https://wiki.project1999.com/Gnasher_Furgutt"
           },
           {
               "name": "Cros Treewind",
               "link": "https://wiki.project1999.com/Cros_Treewind"
           },
           {
               "name": "Holly Windstalker",
               "link": "https://wiki.project1999.com/Holly_Windstalker"
           },
           {
               "name": "Scruffy",
               "link": "https://wiki.project1999.com/Scruffy"
           },
           {
               "name": "Tovax Vmar",
               "link": "https://wiki.project1999.com/Tovax_Vmar"
           },
           {
               "name": "Pyzjn",
               "link": "https://wiki.project1999.com/Pyzjn"
           },
           {
               "name": "Varsoon",
               "link": "https://wiki.project1999.com/Varsoon"
           },
           {
               "name": "Varsoon the Undying",
               "link": "https://wiki.project1999.com/Varsoon_the_Undying"
           },
           {
               "name": "Konem Matse",
               "link": "https://wiki.project1999.com/Konem_Matse"
           },
           {
               "name": "Niclaus Ressinn",
               "link": "https://wiki.project1999.com/Niclaus_Ressinn"
           },
           {
               "name": "Barn Bloodstone",
               "link": "https://wiki.project1999.com/Barn_Bloodstone"
           },
           {
               "name": "Rephas",
               "link": "https://wiki.project1999.com/Rephas"
           },
           {
               "name": "Mira Sayer",
               "link": "https://wiki.project1999.com/Mira_Sayer"
           },
           {
               "name": "Marton Sayer",
               "link": "https://wiki.project1999.com/Marton_Sayer"
           },
           {
               "name": "Axe Broadsmith",
               "link": "https://wiki.project1999.com/Axe_Broadsmith"
           }
       ],
       "Unique Items": [
           {
               "name": "Cros Treewind's Staff",
               "link": "https://wiki.project1999.com/Cros_Treewind%27s_Staff"
           },
           {
               "name": "Fishbone Earring",
               "link": "https://wiki.project1999.com/Fishbone_Earring"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "A Glowing Black Stone",
               "link": "https://wiki.project1999.com/A_Glowing_Black_Stone"
           },
           {
               "name": "Gnoll Slayer",
               "link": "https://wiki.project1999.com/Gnoll_Slayer"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "508",
           " 83 (Crossroads)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Bear Hide Armor",
               "link": "https://wiki.project1999.com/Bear_Hide_Armor"
           },
           {
               "name": "The Gnoll Slayer",
               "link": "https://wiki.project1999.com/The_Gnoll_Slayer"
           },
           {
               "name": "Wolf Hide Armor",
               "link": "https://wiki.project1999.com/Wolf_Hide_Armor"
           },
           {
               "name": "Rabid Wolves",
               "link": "https://wiki.project1999.com/Rabid_Wolves"
           },
           {
               "name": "Rabid Grizzlies",
               "link": "https://wiki.project1999.com/Rabid_Grizzlies"
           },
           {
               "name": "Gnoll Bounty",
               "link": "https://wiki.project1999.com/Gnoll_Bounty"
           },
           {
               "name": "Moonstones",
               "link": "https://wiki.project1999.com/Moonstones"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Rathe Mountains",
       "Friendly Name (If different)": null,
       "Name in /who": "rathemtn",
       "Full URL": "https://wiki.project1999.com/Rathe_Mountains",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Lake Rathetear",
               "link": "https://wiki.project1999.com/Lake_Rathetear"
           },
           {
               "name": "The Feerrott",
               "link": "https://wiki.project1999.com/The_Feerrott"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "13-45",
       "Types of Monsters": [
           "Fire Beetles",
           " Lizard Man Scouts",
           " Lizard Man Warriors",
           " Lizard Man Mystics",
           " Orc Warriors",
           " Orc Oracles",
           " Orc Priests",
           " Skeletons",
           " Zombies",
           " Dry Bone Skeletons",
           " Ice Bone Skeletons",
           " Barbed Bone Skeletons",
           " Skeletal Monks",
           " Giant Skeletons",
           " Hill Giants",
           " Tainted Hill Giants",
           " Corrupted Hill Giants",
           " Brown Bears",
           " Black Bears",
           " Grizzly Bears",
           " Kodiak Bears",
           " Ebon Drakes",
           " Obsidian Drakes",
           " Onyx Drakes",
           " Basalt Drakes",
           " Drakes",
           " Unkempt Preservers",
           " Cyclops"
       ],
       "Notable NPCs": [
           {
               "name": "Ankhefenmut",
               "link": "https://wiki.project1999.com/Ankhefenmut"
           },
           {
               "name": "Findlegrob",
               "link": "https://wiki.project1999.com/Findlegrob"
           },
           {
               "name": "Sindlegrob",
               "link": "https://wiki.project1999.com/Sindlegrob"
           },
           {
               "name": "Bindlegrob",
               "link": "https://wiki.project1999.com/Bindlegrob"
           },
           {
               "name": "Blackwing",
               "link": "https://wiki.project1999.com/Blackwing"
           },
           {
               "name": "Broog Bloodbeard",
               "link": "https://wiki.project1999.com/Broog_Bloodbeard"
           },
           {
               "name": "Brother Zephyl",
               "link": "https://wiki.project1999.com/Brother_Zephyl"
           },
           {
               "name": "Grazhak the Berserker",
               "link": "https://wiki.project1999.com/Grazhak_the_Berserker"
           },
           {
               "name": "Hasten Bootstrutter",
               "link": "https://wiki.project1999.com/Hasten_Bootstrutter"
           },
           {
               "name": "Maldyn the Unkempt",
               "link": "https://wiki.project1999.com/Hasten_Bootstrutter"
           },
           {
               "name": "monstrous zombie",
               "link": "https://wiki.project1999.com/Monstrous_zombie"
           },
           {
               "name": "Mortificator Syythrak",
               "link": "https://wiki.project1999.com/Mortificator_Syythrak"
           },
           {
               "name": "Oculys Ogrefiend",
               "link": "https://wiki.project1999.com/Oculys_Ogrefiend"
           },
           {
               "name": "Petrifin",
               "link": "https://wiki.project1999.com/Petrifin"
           },
           {
               "name": "Quid Rilstone",
               "link": "https://wiki.project1999.com/Quid_Rilstone"
           },
           {
               "name": "Rharzar",
               "link": "https://wiki.project1999.com/Rharzar"
           },
           {
               "name": "Shardwing",
               "link": "https://wiki.project1999.com/Shardwing"
           },
           {
               "name": "Tarskuk",
               "link": "https://wiki.project1999.com/Tarskuk"
           },
           {
               "name": "Theodast Wuggmump",
               "link": "https://wiki.project1999.com/Theodast_Wuggmump"
           },
           {
               "name": "Zazamoukh",
               "link": "https://wiki.project1999.com/Zazamoukh"
           }
       ],
       "Unique Items": [
           {
               "name": "Axe of the Slayers",
               "link": "https://wiki.project1999.com/Axe_of_the_Slayers"
           },
           {
               "name": "Rampage",
               "link": "https://wiki.project1999.com/Rampage"
           },
           {
               "name": "Broken Bow Part A",
               "link": "https://wiki.project1999.com/Broken_Bow_Part_A"
           },
           {
               "name": "Cyclops Charm",
               "link": "https://wiki.project1999.com/Cyclops_Charm"
           },
           {
               "name": "Eye of Petrifin",
               "link": "https://wiki.project1999.com/Eye_of_Petrifin"
           },
           {
               "name": "Granite Bracer",
               "link": "https://wiki.project1999.com/Granite_Bracer"
           },
           {
               "name": "Man-o-War",
               "link": "https://wiki.project1999.com/Man-o-War"
           },
           {
               "name": "Chaotic Feedback",
               "link": "https://wiki.project1999.com/Chaotic_Feedback"
           },
           {
               "name": "Marr's Promise",
               "link": "https://wiki.project1999.com/Marr%27s_Promise"
           },
           {
               "name": "Mithril Plated Girth",
               "link": "https://wiki.project1999.com/Mithril_Plated_Girth"
           },
           {
               "name": "Mortificator Staff",
               "link": "https://wiki.project1999.com/Mortificator_Staff"
           },
           {
               "name": "Mana Sink",
               "link": "https://wiki.project1999.com/Mana_Sink"
           },
           {
               "name": "Onyx Drakescale Cloak",
               "link": "https://wiki.project1999.com/Onyx_Drakescale_Cloak"
           },
           {
               "name": "Shardwing Arrow",
               "link": "https://wiki.project1999.com/Shardwing_Arrow"
           },
           {
               "name": "Siryn Hair Hood",
               "link": "https://wiki.project1999.com/Siryn_Hair_Hood"
           },
           {
               "name": "Syythrak Hide Vest",
               "link": "https://wiki.project1999.com/Syythrak_Hide_Vest"
           },
           {
               "name": "Drake Spine",
               "link": "https://wiki.project1999.com/Drake_Spine"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "3825",
           " 1831 (Zone line to Lake Rathetear)"
       ],
       "Zone Spawn Timer": "6:00",
       "Related Quests": [
           {
               "name": "Armor of Ro Quests",
               "link": "https://wiki.project1999.com/Armor_of_Ro_Quests"
           },
           {
               "name": "Journeyman's Boots Quest",
               "link": "https://wiki.project1999.com/Journeyman%27s_Boots_Quest"
           },
           {
               "name": "Monks of The Whistling Fist",
               "link": "https://wiki.project1999.com/Monks_of_The_Whistling_Fist"
           },
           {
               "name": "Red Dragonscale Armor Quest",
               "link": "https://wiki.project1999.com/Red_Dragonscale_Armor_Quest"
           },
           {
               "name": "Solvedi Scimitar Quest",
               "link": "https://wiki.project1999.com/Solvedi_Scimitar_Quest"
           },
           {
               "name": "Tibrinn's Quest",
               "link": "https://wiki.project1999.com/Tibrinn%27s_Quest"
           },
           {
               "name": "The Etched Stone",
               "link": "https://wiki.project1999.com/The_Etched_Stone"
           },
           {
               "name": "White Dragonscale Cloak Quest",
               "link": "https://wiki.project1999.com/White_Dragonscale_Cloak_Quest"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Southern Desert of Ro",
       "Friendly Name (If different)": null,
       "Name in /who": "sro",
       "Full URL": "https://wiki.project1999.com/Southern_Desert_of_Ro",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Innothule Swamp",
               "link": "https://wiki.project1999.com/Innothule_Swamp"
           },
           {
               "name": "Oasis of Marr",
               "link": "https://wiki.project1999.com/Oasis_of_Marr"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "5-20+",
       "Types of Monsters": [
           "Rattlesnakes",
           " Tree Snakes",
           " multiple other types of snakes",
           " Cistern Asps",
           " Pumas",
           " Giant Sand Scarabs",
           " Desert Madmen",
           " Giant Tarantulas",
           " Desert Tarantulas",
           " Dune Tarantulas",
           " Skeletons",
           " Zombies",
           " Ghouls",
           " Dry Bone Skeletons",
           " Lesser Mummies",
           " Shriveled Mummies",
           " Crypt Mummies",
           " Cutthroat Dervishes",
           " Orc Centurions",
           " Orc Warriors",
           " Orc Oracles",
           " Orc Clerics",
           " Orc Priests",
           " Sand Giants"
       ],
       "Notable NPCs": [
           {
               "name": "Ancient Cyclops",
               "link": "https://wiki.project1999.com/Ancient_Cyclops"
           },
           {
               "name": "Erg Bluntbruiser",
               "link": "https://wiki.project1999.com/Erg_Bluntbruiser"
           },
           {
               "name": "Ortallius",
               "link": "https://wiki.project1999.com/Ortallius"
           },
           {
               "name": "Rathmana Allin",
               "link": "https://wiki.project1999.com/Rathmana_Allin"
           },
           {
               "name": "Sandgiant Husam",
               "link": "https://wiki.project1999.com/Sandgiant_Husam"
           },
           {
               "name": "Scrounge",
               "link": "https://wiki.project1999.com/Scrounge"
           },
           {
               "name": "Terrorantula",
               "link": "https://wiki.project1999.com/Terrorantula"
           },
           {
               "name": "Young Ronin",
               "link": "https://wiki.project1999.com/Young_Ronin"
           }
       ],
       "Unique Items": [
           {
               "name": "Cutthroat Insignia Ring",
               "link": "https://wiki.project1999.com/Cutthroat_Insignia_Ring"
           },
           {
               "name": "Gargantuan Tarantula Heart",
               "link": "https://wiki.project1999.com/Gargantuan_Tarantula_Heart"
           },
           {
               "name": "Gargantuan Tarantula Leg",
               "link": "https://wiki.project1999.com/Gargantuan_Tarantula_Leg"
           },
           {
               "name": "Kilij Plans",
               "link": "https://wiki.project1999.com/Kilij_Plans"
           },
           {
               "name": "Ring of the Ancients",
               "link": "https://wiki.project1999.com/Ring_of_the_Ancients"
           },
           {
               "name": "Scrounge's Claw",
               "link": "https://wiki.project1999.com/Scrounge%27s_Claw"
           },
           {
               "name": "Terrorantula Silk",
               "link": "https://wiki.project1999.com/Terrorantula_Silk"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "1265",
           " 286 (Zone line to Oasis of Marr)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": {
           "name": "Evil Research",
           "link": "https://wiki.project1999.com/Evil_Research"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Southern Karana",
       "Friendly Name (If different)": null,
       "Name in /who": "southkarana",
       "Full URL": "https://wiki.project1999.com/Southern_Karana",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Northern Plains of Karana",
               "link": "https://wiki.project1999.com/Northern_Plains_of_Karana"
           },
           {
               "name": "Lake Rathetear",
               "link": "https://wiki.project1999.com/Lake_Rathetear"
           },
           {
               "name": "Splitpaw Lair",
               "link": "https://wiki.project1999.com/Splitpaw_Lair"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "15-35",
       "Types of Monsters": [
           "Wolves",
           " Lions",
           " Elephants",
           " Skeletons",
           " Zombies",
           " Splitpaw Gnolls",
           " Tesch Mas Gnolls",
           " Centaurs",
           " Aviaks",
           " Werewolves",
           " Shadowed Men",
           " Treants",
           " Cyclops",
           " Undead Cyclops",
           " Raiders"
       ],
       "Notable NPCs": [
           {
               "name": "Baenar Swiftsong",
               "link": "https://wiki.project1999.com/Baenar_Swiftsong"
           },
           {
               "name": "Brother Drash",
               "link": "https://wiki.project1999.com/Brother_Drash"
           },
           {
               "name": "Brother Qwinn",
               "link": "https://wiki.project1999.com/Brother_Qwinn"
           },
           {
               "name": "Coloth Meadowgreen",
               "link": "https://wiki.project1999.com/Coloth_Meadowgreen"
           },
           {
               "name": "Cracktusk",
               "link": "https://wiki.project1999.com/Cracktusk"
           },
           {
               "name": "Ghanex Drah",
               "link": "https://wiki.project1999.com/Ghanex_Drah"
           },
           {
               "name": "Gnashmaw",
               "link": "https://wiki.project1999.com/Gnashmaw"
           },
           {
               "name": "Gnawfang",
               "link": "https://wiki.project1999.com/Gnawfang"
           },
           {
               "name": "Grizzleknot",
               "link": "https://wiki.project1999.com/Grizzleknot"
           },
           {
               "name": "Groi Gutblade",
               "link": "https://wiki.project1999.com/Groi_Gutblade"
           },
           {
               "name": "Knari Morawk",
               "link": "https://wiki.project1999.com/Knari_Morawk"
           },
           {
               "name": "Krak Windchaser",
               "link": "https://wiki.project1999.com/Krak_Windchaser"
           },
           {
               "name": "Kroldir Thunderhoof",
               "link": "https://wiki.project1999.com/Kroldir_Thunderhoof"
           },
           {
               "name": "Lord Grimrot",
               "link": "https://wiki.project1999.com/Lord_Grimrot"
           },
           {
               "name": "Marik Clubthorn",
               "link": "https://wiki.project1999.com/Marik_Clubthorn"
           },
           {
               "name": "Mroon",
               "link": "https://wiki.project1999.com/Mroon"
           },
           {
               "name": "Narra Tanith",
               "link": "https://wiki.project1999.com/Narra_Tanith"
           },
           {
               "name": "Quillmane",
               "link": "https://wiki.project1999.com/Quillmane"
           },
           {
               "name": "Sentry Alechin",
               "link": "https://wiki.project1999.com/Sentry_Alechin"
           },
           {
               "name": "Synger Foxfyre",
               "link": "https://wiki.project1999.com/Synger_Foxfyre"
           },
           {
               "name": "Undead Cyclops",
               "link": "https://wiki.project1999.com/Undead_Cyclops"
           },
           {
               "name": "Vhalen Nostrolo",
               "link": "https://wiki.project1999.com/Vhalen_Nostrolo"
           }
       ],
       "Unique Items": [
           {
               "name": "Aviak Charm",
               "link": "https://wiki.project1999.com/Aviak_Charm"
           },
           {
               "name": "Bark Shield",
               "link": "https://wiki.project1999.com/Bark_Shield"
           },
           {
               "name": "Beartooth Necklace",
               "link": "https://wiki.project1999.com/Beartooth_Necklace"
           },
           {
               "name": "Cloak of Leaves",
               "link": "https://wiki.project1999.com/Cloak_of_Leaves"
           },
           {
               "name": "Crown of Leaves",
               "link": "https://wiki.project1999.com/Crown_of_Leaves"
           },
           {
               "name": "Crafted Armor",
               "link": "https://wiki.project1999.com/Crafted_Armor"
           },
           {
               "name": "Double-Bladed Bone Axe",
               "link": "https://wiki.project1999.com/Double-Bladed_Bone_Axe"
           },
           {
               "name": "Electrum Bracelet",
               "link": "https://wiki.project1999.com/Electrum_Bracelet"
           },
           {
               "name": "Feathered Leggings",
               "link": "https://wiki.project1999.com/Feathered_Leggings"
           },
           {
               "name": "Hulking Spiked Club",
               "link": "https://wiki.project1999.com/Hulking_Spiked_Club"
           },
           {
               "name": "Lionhide Backpack",
               "link": "https://wiki.project1999.com/Lionhide_Backpack"
           },
           {
               "name": "Mroons Toy",
               "link": "https://wiki.project1999.com/Mroons_Toy"
           },
           {
               "name": "Pegasus Feather Cloak",
               "link": "https://wiki.project1999.com/Pegasus_Feather_Cloak"
           },
           {
               "name": "Levitate",
               "link": "https://wiki.project1999.com/Levitate"
           },
           {
               "name": "Ring of Shadows",
               "link": "https://wiki.project1999.com/Ring_of_Shadows"
           },
           {
               "name": "Gather Shadows",
               "link": "https://wiki.project1999.com/Gather_Shadows"
           },
           {
               "name": "Runed Oak Bow",
               "link": "https://wiki.project1999.com/Runed_Oak_Bow"
           },
           {
               "name": "Serrated Blade",
               "link": "https://wiki.project1999.com/Serrated_Blade"
           },
           {
               "name": "Silverish Scimitar",
               "link": "https://wiki.project1999.com/Silverish_Scimitar"
           },
           {
               "name": "Thunderhoof Quiver",
               "link": "https://wiki.project1999.com/Thunderhoof_Quiver"
           },
           {
               "name": "Topknot Headband",
               "link": "https://wiki.project1999.com/Topknot_Headband"
           },
           {
               "name": "Treant Staff",
               "link": "https://wiki.project1999.com/Treant_Staff"
           },
           {
               "name": "Root",
               "link": "https://wiki.project1999.com/Root"
           },
           {
               "name": "Vial of Rabid Froth",
               "link": "https://wiki.project1999.com/Vial_of_Rabid_Froth"
           },
           {
               "name": "System Shock I",
               "link": "https://wiki.project1999.com/System_Shock_I"
           },
           {
               "name": "Runed Totem Staff",
               "link": "https://wiki.project1999.com/Runed_Totem_Staff"
           },
           {
               "name": "Cyclops skull",
               "link": "https://wiki.project1999.com/Cyclops_skull"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2348",
           " 1294 (Zone line to North Karana)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Bread Shipment Quests",
               "link": "https://wiki.project1999.com/Bread_Shipment_Quests"
           },
           {
               "name": "Crafted Armor Quests",
               "link": "https://wiki.project1999.com/Crafted_Armor_Quests"
           },
           {
               "name": "Lord Grimlot's Love",
               "link": "https://wiki.project1999.com/Lord_Grimlot%27s_Love"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Monks of The Whistling Fist",
               "link": "https://wiki.project1999.com/Monks_of_The_Whistling_Fist"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "The Feerrott",
       "Friendly Name (If different)": null,
       "Name in /who": "feerrott",
       "Full URL": "https://wiki.project1999.com/The_Feerrott",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Rathe Mountains",
               "link": "https://wiki.project1999.com/Rathe_Mountains"
           },
           {
               "name": "Oggok",
               "link": "https://wiki.project1999.com/Oggok"
           },
           {
               "name": "Cazic Thule",
               "link": "https://wiki.project1999.com/Cazic_Thule"
           },
           {
               "name": "Plane of Fear",
               "link": "https://wiki.project1999.com/Plane_of_Fear"
           },
           {
               "name": "Innothule Swamp",
               "link": "https://wiki.project1999.com/Innothule_Swamp"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-30",
           " 34-40"
       ],
       "Types of Monsters": [
           "Green Snakes",
           " Snakes",
           " Bats",
           " Giant Bats",
           " Decaying Skeletons",
           " Shadow Wolves",
           " Minor Scarabs",
           " Lesser Scarabs",
           " Froglok Tads",
           " Jungle Spiderling",
           " Jungle Spider",
           " Black Wolf",
           " Lizard Man Broodlings",
           " Lizard Man Hatchlings",
           " Lizard Man Forager",
           " Lizard Man Mystics",
           " Lizard Man Scouts",
           " Lizard Man Warriors",
           " Lizard Man Watcher",
           " Gorilla",
           " Large Gorilla",
           " Hulking Gorilla",
           " Swamp Alligators",
           " Dry Bones Skeletons",
           " Skeletons",
           " Zombies",
           " Large Piranha",
           " Marsh Bear Cub",
           " Marsh Bear",
           " Greenblood Zombie",
           " Spectres"
       ],
       "Notable NPCs": [
           {
               "name": "Annaelia Wylassi",
               "link": "https://wiki.project1999.com/Annaelia_Wylassi"
           },
           {
               "name": "Aqaar Aluram",
               "link": "https://wiki.project1999.com/Aqaar_Aluram"
           },
           {
               "name": "Cyndreela",
               "link": "https://wiki.project1999.com/Cyndreela"
           },
           {
               "name": "Dark Assassin",
               "link": "https://wiki.project1999.com/Dark_Assassin"
           },
           {
               "name": "Eleann Morkul",
               "link": "https://wiki.project1999.com/Eleann_Morkul"
           },
           {
               "name": "Oknoggin Stonesmacker",
               "link": "https://wiki.project1999.com/Oknoggin_Stonesmacker"
           },
           {
               "name": "Roror",
               "link": "https://wiki.project1999.com/Roror"
           },
           {
               "name": "Spanner Scrapsnatcher",
               "link": "https://wiki.project1999.com/Spanner_Scrapsnatcher"
           }
       ],
       "Unique Items": [
           {
               "name": "Ogreskin Chamois",
               "link": "https://wiki.project1999.com/Ogreskin_Chamois"
           },
           {
               "name": "Weighted Gloves",
               "link": "https://wiki.project1999.com/Weighted_Gloves"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "1091",
           " 902 (Near Oggok)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": {
           "name": "Going Postal",
           "link": "https://wiki.project1999.com/Going_Postal"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "West Commonlands",
       "Friendly Name (If different)": null,
       "Name in /who": "commons",
       "Full URL": "https://wiki.project1999.com/West_Commonlands",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Commonlands",
               "link": "https://wiki.project1999.com/East_Commonlands"
           },
           {
               "name": "Kithicor Forest",
               "link": "https://wiki.project1999.com/Kithicor_Forest"
           },
           {
               "name": "Befallen",
               "link": "https://wiki.project1999.com/Befallen"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "6-30",
       "Types of Monsters": [
           "Orc Pawns",
           " Orc Centurions",
           " Orc Legionnaires",
           " Orc Oracles",
           " Pumas",
           " Plains Cats",
           " Giant Scarabs",
           " Asps",
           " Rattlesnakes",
           " Skeletons",
           " Zombies",
           " Lesser Mummies",
           " Ghoul",
           " Cutthroat Dervish",
           " Dervish Thug",
           " Giant Spiders",
           " Black Bears",
           " Young Kodiaks",
           " Kodiaks",
           " Will O' Wisps",
           " Large Pihranas",
           " Werewolves",
           " Hill Giants",
           " Griffins",
           " Shadowed Men",
           " Nightfall Giant"
       ],
       "Notable NPCs": [
           {
               "name": "Dragoon Zytl",
               "link": "https://wiki.project1999.com/Dragoon_Zytl"
           },
           {
               "name": "Kizdean Gix",
               "link": "https://wiki.project1999.com/Kizdean_Gix"
           }
       ],
       "Unique Items": [],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "209",
           " -1334 (East Commonlands Zoneline)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Armor Size",
               "link": "https://wiki.project1999.com/Armor_Size"
           },
           {
               "name": "Orc Picks",
               "link": "https://wiki.project1999.com/Orc_Picks"
           },
           {
               "name": "Letter to Master Whoopal",
               "link": "https://wiki.project1999.com/Letter_to_Master_Whoopal"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Outdoors",
       "URL Name": "Western Plains of Karana",
       "Friendly Name (If different)": "Western Karana",
       "Name in /who": "qey2hh1",
       "Full URL": "https://wiki.project1999.com/Western_Plains_of_Karana",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Qeynos Hills",
               "link": "https://wiki.project1999.com/Qeynos_Hills"
           },
           {
               "name": "Northern Plains of Karana",
               "link": "https://wiki.project1999.com/Northern_Plains_of_Karana"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "4-20+",
       "Types of Monsters": [
           "a farmer",
           " a bandit",
           " a brigand",
           " a young plains lion",
           " a young plains lioness",
           " a lion",
           " a lioness",
           " a brown bear",
           " a grizzly bear",
           " a mist wolf",
           "a shadow wolf",
           "  Grey Wolves",
           " a fire beetle",
           " a giant beetle",
           " Giant Scarabs",
           " a spiderling",
           " a giant spider",
           " a willowisp",
           " a wandering spirit",
           " Scarecrows",
           " Werewolves",
           " a hill giant",
           " a treant",
           " An ogre guard (Karana)",
           " Priestesses",
           " an ogre shaman",
           " a skeletal soldier",
           " a zombie yeoman",
           " a ghoul yeoman"
       ],
       "Notable NPCs": [
           {
               "name": "Brother Trintle",
               "link": "https://wiki.project1999.com/Brother_Trintle"
           },
           {
               "name": "Brother Chintle",
               "link": "https://wiki.project1999.com/Brother_Chintle"
           },
           {
               "name": "Brother Estle",
               "link": "https://wiki.project1999.com/Brother_Estle"
           },
           {
               "name": "Froon",
               "link": "https://wiki.project1999.com/Froon"
           },
           {
               "name": "Choon",
               "link": "https://wiki.project1999.com/Choon"
           },
           {
               "name": "Chief Goonda",
               "link": "https://wiki.project1999.com/Chief_Goonda"
           },
           {
               "name": "Frostbite",
               "link": "https://wiki.project1999.com/Frostbite"
           },
           {
               "name": "Gindlin Toxfodder",
               "link": "https://wiki.project1999.com/Gindlin_Toxfodder"
           },
           {
               "name": "Ghoul Messenger",
               "link": "https://wiki.project1999.com/Ghoul_Messenger"
           },
           {
               "name": "Thrackin Griften",
               "link": "https://wiki.project1999.com/Thrackin_Griften"
           }
       ],
       "Unique Items": [
           {
               "name": "Batfang Headband",
               "link": "https://wiki.project1999.com/Batfang_Headband"
           },
           {
               "name": "Batskull Earring",
               "link": "https://wiki.project1999.com/Batskull_Earring"
           },
           {
               "name": "Bone Armplates",
               "link": "https://wiki.project1999.com/Bone_Armplates"
           },
           {
               "name": "Bone Legplates",
               "link": "https://wiki.project1999.com/Bone_Legplates"
           },
           {
               "name": "Chipped Bone Bracelet",
               "link": "https://wiki.project1999.com/Chipped_Bone_Bracelet"
           },
           {
               "name": "Chipped Bone Collar",
               "link": "https://wiki.project1999.com/Chipped_Bone_Collar"
           },
           {
               "name": "Giant Snakespine Belt",
               "link": "https://wiki.project1999.com/Giant_Snakespine_Belt"
           },
           {
               "name": "Glowing Bone Collar",
               "link": "https://wiki.project1999.com/Glowing_Bone_Collar"
           },
           {
               "name": "Rat Shaped Ring",
               "link": "https://wiki.project1999.com/Rat_Shaped_Ring"
           },
           {
               "name": "Sheer Bone Mask",
               "link": "https://wiki.project1999.com/Sheer_Bone_Mask"
           },
           {
               "name": "Turtleshell Helm",
               "link": "https://wiki.project1999.com/Turtleshell_Helm"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "12",
           " -630 (Qeynos Hills Zoneline)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": [
           {
               "name": "Hollow Skull",
               "link": "https://wiki.project1999.com/Hollow_Skull"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Morin's Sword",
               "link": "https://wiki.project1999.com/Morin%27s_Sword"
           },
           {
               "name": "Bandit Sashes",
               "link": "https://wiki.project1999.com/Bandit_Sashes"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Grobb",
       "Friendly Name (If different)": null,
       "Name in /who": "grobb",
       "Full URL": "https://wiki.project1999.com/Grobb",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Innothule Swamp",
           "link": "https://wiki.project1999.com/Innothule_Swamp"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-100",
           " 0 (Zone line to Innothule Swamp)"
       ],
       "Zone Spawn Timer": "24:00",
       "Related Quests": [
           {
               "name": "Urako's Big Mistake",
               "link": "https://wiki.project1999.com/Urako%27s_Big_Mistake"
           },
           {
               "name": "Fire Beetle Eyes",
               "link": "https://wiki.project1999.com/Fire_Beetle_Eyes"
           },
           {
               "name": "HEHE Meat Quest",
               "link": "https://wiki.project1999.com/HEHE_Meat_Quest"
           },
           {
               "name": "Hukulk's Love",
               "link": "https://wiki.project1999.com/Hukulk%27s_Love"
           },
           {
               "name": "Oven Mittens",
               "link": "https://wiki.project1999.com/Oven_Mittens"
           }
       ],
       "Guilds": [
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           },
           {
               "name": "Shaman",
               "link": "https://wiki.project1999.com/Shaman"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           }
       ],
       "City Races": {
           "name": "Troll",
           "link": "https://wiki.project1999.com/Troll"
       },
       "Tradeskill Facilities": {
           "name": "Forge",
           "link": "https://wiki.project1999.com/Forge"
       },
       "Player Guides": {
           "name": "Hunting in Grobb",
           "link": "https://wiki.project1999.com/Hunting_in_Grobb"
       }
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Halas",
       "Friendly Name (If different)": null,
       "Name in /who": "halas",
       "Full URL": "https://wiki.project1999.com/Halas",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Everfrost Peaks",
           "link": "https://wiki.project1999.com/Everfrost_Peaks"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "0",
           " 0 (Pier across the lake from the zone line to Everfrost)"
       ],
       "Zone Spawn Timer": "24:00",
       "Related Quests": [
           {
               "name": "Gnoll Fur",
               "link": "https://wiki.project1999.com/Gnoll_Fur"
           },
           {
               "name": "Goblin Caster Necklace",
               "link": "https://wiki.project1999.com/Goblin_Caster_Necklace"
           },
           {
               "name": "Langseax",
               "link": "https://wiki.project1999.com/Langseax_Quest"
           },
           {
               "name": "Mammoth Calf Hides",
               "link": "https://wiki.project1999.com/Mammoth_Calf_Hides"
           },
           {
               "name": "The Cigar",
               "link": "https://wiki.project1999.com/The_Cigar"
           },
           {
               "name": "The Seax",
               "link": "https://wiki.project1999.com/The_Seax"
           },
           {
               "name": "Initiate Symbol of the Tribunal",
               "link": "https://wiki.project1999.com/Initiate_Symbol_of_the_Tribunal"
           },
           {
               "name": "Cindl's Wristband Collection",
               "link": "https://wiki.project1999.com/Cindl%27s_Wristband_Collection"
           },
           {
               "name": "Cindl's Polar Bear Collection",
               "link": "https://wiki.project1999.com/Cindl%27s_Polar_Bear_Collection"
           },
           {
               "name": "Magic Elixir for the Warriors",
               "link": "https://wiki.project1999.com/Magic_Elixir_for_the_Warriors"
           }
       ],
       "Guilds": [
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Shaman",
               "link": "https://wiki.project1999.com/Shaman"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           }
       ],
       "City Races": {
           "name": "Barbarian",
           "link": "https://wiki.project1999.com/Barbarian"
       },
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           },
           {
               "name": "Fletching Kit",
               "link": "https://wiki.project1999.com/Fletching_Kit"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Neriak",
       "Friendly Name (If different)": null,
       "Name in /who": [
           "neriaka (Foreign Quarter)",
           " neriakb (Commons)",
           " neriakc (Third Gate)",
           " neriakd (Palace)"
       ],
       "Full URL": "https://wiki.project1999.com/Neriak",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Nektulos Forest",
           "link": "https://wiki.project1999.com/Nektulos_Forest"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "Foreign Quarter -3",
           " 157 (Zone line to Nektulos Forest)\nCommons 3",
           " -500 (Zone line to Neriak Foreign Quarter)\nThird Gate 892",
           " -969 (Between the Cleric guild and the rest of the zone)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Fire Goblin Runner",
               "link": "https://wiki.project1999.com/Fire_Goblin_Runner"
           },
           {
               "name": "Halfling Raider Helms",
               "link": "https://wiki.project1999.com/Halfling_Raider_Helms"
           },
           {
               "name": "Yegek's Test",
               "link": "https://wiki.project1999.com/Yegek%27s_Test"
           },
           {
               "name": "Bottle of Red Wine",
               "link": "https://wiki.project1999.com/Bottle_of_Red_Wine"
           },
           {
               "name": "Death of Lyda Nasin",
               "link": "https://wiki.project1999.com/Death_of_Lyda_Nasin"
           },
           {
               "name": "Fire Beetle Eyes",
               "link": "https://wiki.project1999.com/Fire_Beetle_Eyes"
           },
           {
               "name": "Innoruuk Symbol Quests",
               "link": "https://wiki.project1999.com/Innoruuk_Symbol_Quests"
           },
           {
               "name": "Moss Snakes",
               "link": "https://wiki.project1999.com/Moss_Snakes"
           },
           {
               "name": "Ring of the Dead Quest",
               "link": "https://wiki.project1999.com/Ring_of_the_Dead_Quest"
           },
           {
               "name": "Sir Lindeal's Testimony",
               "link": "https://wiki.project1999.com/Sir_Lindeal%27s_Testimony"
           },
           {
               "name": "Thex Mallet Quest",
               "link": "https://wiki.project1999.com/Thex_Mallet_Quest"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Enchanter",
               "link": "https://wiki.project1999.com/Enchanter"
           },
           {
               "name": "Magician",
               "link": "https://wiki.project1999.com/Magician"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           },
           {
               "name": "Shaman",
               "link": "https://wiki.project1999.com/Shaman"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           },
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           }
       ],
       "City Races": {
           "name": "Dark Elf",
           "link": "https://wiki.project1999.com/Dark_Elf"
       },
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Loom",
               "link": "https://wiki.project1999.com/Loom"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           },
           {
               "name": "Fletching Kit",
               "link": "https://wiki.project1999.com/Fletching_Kit"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Freeport",
       "Friendly Name (If different)": null,
       "Name in /who": [
           "freporte",
           " freportw",
           " freportn"
       ],
       "Full URL": "https://wiki.project1999.com/Freeport",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Commonlands",
               "link": "https://wiki.project1999.com/East_Commonlands"
           },
           {
               "name": "Northern Desert of Ro",
               "link": "https://wiki.project1999.com/Northern_Desert_of_Ro"
           },
           {
               "name": "Ocean of Tears",
               "link": "https://wiki.project1999.com/Ocean_of_Tears"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "North Freeport -296",
           " 211 (Eastern zone line to West Freeport)\nWest Freeport 335",
           " 181 (Outside the gates)\nEast Freeport -1097",
           " -648 (Zone line to North Ro)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Shark Hunting",
               "link": "https://wiki.project1999.com/Shark_Hunting"
           },
           {
               "name": "Zimel's Blades (SoulFire)",
               "link": "https://wiki.project1999.com/Zimel%27s_Blades_(SoulFire)"
           },
           {
               "name": "Marr Minnows for Palon",
               "link": "https://wiki.project1999.com/Marr_Minnows_for_Palon"
           },
           {
               "name": "Monk Sash Quests",
               "link": "https://wiki.project1999.com/Monk_Sash_Quests"
           },
           {
               "name": "Reserve Militia",
               "link": "https://wiki.project1999.com/Reserve_Militia"
           },
           {
               "name": "The Test of the Green and Blue",
               "link": "https://wiki.project1999.com/The_Test_of_the_Green_and_Blue"
           },
           {
               "name": "The Traitor",
               "link": "https://wiki.project1999.com/The_Traitor"
           },
           {
               "name": "The Treant Fists",
               "link": "https://wiki.project1999.com/The_Treant_Fists"
           },
           {
               "name": "Toxdil's Poison",
               "link": "https://wiki.project1999.com/Toxdil%27s_Poison"
           },
           {
               "name": "Muffin for Pandos",
               "link": "https://wiki.project1999.com/Muffin_for_Pandos"
           },
           {
               "name": "Hogcaller's Inn",
               "link": "https://wiki.project1999.com/Hogcaller%27s_Inn"
           },
           {
               "name": "Message Intercept",
               "link": "https://wiki.project1999.com/Message_Intercept"
           },
           {
               "name": "Note for Janam",
               "link": "https://wiki.project1999.com/Note_for_Janam"
           },
           {
               "name": "Red Wine to Lady Shae",
               "link": "https://wiki.project1999.com/Red_Wine_to_Lady_Shae"
           },
           {
               "name": "Note for Rebby",
               "link": "https://wiki.project1999.com/Note_for_Rebby"
           },
           {
               "name": "The Burning Dead",
               "link": "https://wiki.project1999.com/The_Burning_Dead"
           }
       ],
       "Guilds": [
           {
               "name": "Bard",
               "link": "https://wiki.project1999.com/Bard"
           },
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Enchanter",
               "link": "https://wiki.project1999.com/Enchanter"
           },
           {
               "name": "Magician",
               "link": "https://wiki.project1999.com/Magician"
           },
           {
               "name": "Monk",
               "link": "https://wiki.project1999.com/Monk"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           },
           {
               "name": "Paladin",
               "link": "https://wiki.project1999.com/Paladin"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           },
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           }
       ],
       "City Races": [
           {
               "name": "Human",
               "link": "https://wiki.project1999.com/Human"
           },
           {
               "name": "Half Elf",
               "link": "https://wiki.project1999.com/Half_Elf"
           }
       ],
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Loom",
               "link": "https://wiki.project1999.com/Loom"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Qeynos",
       "Friendly Name (If different)": null,
       "Name in /who": [
           "qeynos (South)",
           " qeynos2 (North)"
       ],
       "Full URL": "https://wiki.project1999.com/Qeynos",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Erud's Crossing",
               "link": "https://wiki.project1999.com/Erud%27s_Crossing"
           },
           {
               "name": "Qeynos Aqueducts",
               "link": "https://wiki.project1999.com/Qeynos_Aqueducts"
           },
           {
               "name": "Qeynos Hills",
               "link": "https://wiki.project1999.com/Qeynos_Hills"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-9",
       "Types of Monsters": [
           "a zombie",
           " a skeleton",
           " a decaying skeleton",
           " a large rat",
           " a bat",
           " a fire beetle",
           " A Klicnik Worker",
           " Prince Klicnik",
           " Princess Klicnik",
           " Queen Klicnik",
           " a gnoll pup",
           " Djerr Darkpaw",
           " Holinix Darkpaw",
           " Grarrax Darkpaw",
           " Tranixx Darkpaw",
           " Fippy Darkpaw"
       ],
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "North Qeynos 678",
           " 114 (Outside city gates)\nSouth Qeynos 14",
           " 186 (Northern pier)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Aegis of Life Quest",
               "link": "https://wiki.project1999.com/Aegis_of_Life_Quest"
           },
           {
               "name": "Aenia and Behroe",
               "link": "https://wiki.project1999.com/Aenia_and_Behroe"
           },
           {
               "name": "Cure for Lempeck Hargrin",
               "link": "https://wiki.project1999.com/Cure_for_Lempeck_Hargrin"
           },
           {
               "name": "Errand for Tonmerk",
               "link": "https://wiki.project1999.com/Errand_for_Tonmerk"
           },
           {
               "name": "Frostbite's Fish",
               "link": "https://wiki.project1999.com/Frostbite%27s_Fish"
           },
           {
               "name": "Note for Konem",
               "link": "https://wiki.project1999.com/Note_for_Konem"
           },
           {
               "name": "Qeynos Badge Quests",
               "link": "https://wiki.project1999.com/Qeynos_Badge_Quests"
           },
           {
               "name": "Rogue Errands",
               "link": "https://wiki.project1999.com/Rogue_Errands"
           },
           {
               "name": "Monk Headband Quests",
               "link": "https://wiki.project1999.com/Monk_Headband_Quests"
           },
           {
               "name": "Bandit Sashes",
               "link": "https://wiki.project1999.com/Bandit_Sashes"
           },
           {
               "name": "Bonethunder Staff Quest",
               "link": "https://wiki.project1999.com/Bonethunder_Staff_Quest"
           },
           {
               "name": "Broken Lute",
               "link": "https://wiki.project1999.com/Broken_Lute"
           },
           {
               "name": "Drosco the Zombie (good)",
               "link": "https://wiki.project1999.com/Drosco_the_Zombie_(good)"
           },
           {
               "name": "Find Lucie Elron",
               "link": "https://wiki.project1999.com/Find_Lucie_Elron"
           },
           {
               "name": "Hurrieta's Tunic Quest",
               "link": "https://wiki.project1999.com/Hurrieta%27s_Tunic_Quest"
           },
           {
               "name": "Indaria's Doll",
               "link": "https://wiki.project1999.com/Indaria%27s_Doll"
           },
           {
               "name": "Karana's Blessing",
               "link": "https://wiki.project1999.com/Karana%27s_Blessing"
           },
           {
               "name": "Paw of Opolla Quest",
               "link": "https://wiki.project1999.com/Paw_of_Opolla_Quest"
           },
           {
               "name": "Rat Fur Cap Quest",
               "link": "https://wiki.project1999.com/Rat_Fur_Cap_Quest"
           },
           {
               "name": "Rat's Foot Necklace Quest",
               "link": "https://wiki.project1999.com/Rat%27s_Foot_Necklace_Quest"
           },
           {
               "name": "Snake Fang Necklace Quest",
               "link": "https://wiki.project1999.com/Snake_Fang_Necklace_Quest"
           },
           {
               "name": "Steel Warrior Initiation",
               "link": "https://wiki.project1999.com/Steel_Warrior_Initiation"
           },
           {
               "name": "Taxes",
               "link": "https://wiki.project1999.com/Taxes"
           },
           {
               "name": "Temple Blankets Quest",
               "link": "https://wiki.project1999.com/Temple_Blankets_Quest"
           },
           {
               "name": "Tesch Val Scrolls",
               "link": "https://wiki.project1999.com/Tesch_Val_Scrolls"
           },
           {
               "name": "The Blessed Ring",
               "link": "https://wiki.project1999.com/The_Blessed_Ring"
           },
           {
               "name": "Hero Bracers Quest",
               "link": "https://wiki.project1999.com/Hero_Bracers_Quest"
           },
           {
               "name": "The Painting",
               "link": "https://wiki.project1999.com/The_Painting"
           },
           {
               "name": "Unsar's Glory",
               "link": "https://wiki.project1999.com/Unsar%27s_Glory"
           }
       ],
       "Guilds": [
           {
               "name": "Bard",
               "link": "https://wiki.project1999.com/Bard"
           },
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Enchanter",
               "link": "https://wiki.project1999.com/Enchanter"
           },
           {
               "name": "Magician",
               "link": "https://wiki.project1999.com/Magician"
           },
           {
               "name": "Monk",
               "link": "https://wiki.project1999.com/Monk"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           },
           {
               "name": "Paladin",
               "link": "https://wiki.project1999.com/Paladin"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           },
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           }
       ],
       "City Races": [
           {
               "name": "Human",
               "link": "https://wiki.project1999.com/Human"
           },
           {
               "name": "Half Elf",
               "link": "https://wiki.project1999.com/Half_Elf"
           }
       ],
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Loom",
               "link": "https://wiki.project1999.com/Loom"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Oggok",
       "Friendly Name (If different)": null,
       "Name in /who": "oggok",
       "Full URL": "https://wiki.project1999.com/Oggok",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Feerrott",
           "link": "https://wiki.project1999.com/Feerrott"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-345",
           " -99 (Zone line to Feerrott)"
       ],
       "Zone Spawn Timer": "24:00",
       "Related Quests": [
           {
               "name": "Crude Stein Quest",
               "link": "https://wiki.project1999.com/Crude_Stein_Quest"
           },
           {
               "name": "Exotic Drinks",
               "link": "https://wiki.project1999.com/Exotic_Drinks"
           },
           {
               "name": "Greenblood Shadowknight Tunic",
               "link": "https://wiki.project1999.com/Greenblood_Shadowknight_Tunic"
           },
           {
               "name": "Pickled Frogloks",
               "link": "https://wiki.project1999.com/Pickled_Frogloks"
           },
           {
               "name": "Preserved Meat Delivery",
               "link": "https://wiki.project1999.com/Preserved_Meat_Delivery"
           },
           {
               "name": "Rallos Zek Symbol Quests",
               "link": "https://wiki.project1999.com/Rallos_Zek_Symbol_Quests"
           },
           {
               "name": "The Emissary",
               "link": "https://wiki.project1999.com/The_Emissary"
           },
           {
               "name": "Lizard Meat No 2",
               "link": "https://wiki.project1999.com/Lizard_Meat_No_2"
           },
           {
               "name": "Lizard Dolls",
               "link": "https://wiki.project1999.com/Lizard_Dolls"
           }
       ],
       "Guilds": [
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           },
           {
               "name": "Shaman",
               "link": "https://wiki.project1999.com/Shaman"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           }
       ],
       "City Races": {
           "name": "Ogre",
           "link": "https://wiki.project1999.com/Ogre"
       },
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           },
           {
               "name": "Loom",
               "link": "https://wiki.project1999.com/Loom"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Rivervale",
       "Friendly Name (If different)": null,
       "Name in /who": "rivervale",
       "Full URL": "https://wiki.project1999.com/Rivervale",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Kithicor Forest",
               "link": "https://wiki.project1999.com/Kithicor_Forest"
           },
           {
               "name": "Misty Thicket",
               "link": "https://wiki.project1999.com/Misty_Thicket"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2",
           " 45 (Zone line to Misty Thicket)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": [
           {
               "name": "Leatherfoot Raiders",
               "link": "https://wiki.project1999.com/Leatherfoot_Raiders"
           },
           {
               "name": "Nillipuss the Brownie",
               "link": "https://wiki.project1999.com/Nillipuss_the_Brownie"
           },
           {
               "name": "Shakey's Stuffing",
               "link": "https://wiki.project1999.com/Shakey%27s_Stuffing"
           },
           {
               "name": "The Acolyte",
               "link": "https://wiki.project1999.com/The_Acolyte"
           },
           {
               "name": "The Fishslayers",
               "link": "https://wiki.project1999.com/The_Fishslayers"
           },
           {
               "name": "Wall Squad Ring",
               "link": "https://wiki.project1999.com/Wall_Squad_Ring"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Druid",
               "link": "https://wiki.project1999.com/Druid"
           },
           {
               "name": "Paladin",
               "link": "https://wiki.project1999.com/Paladin"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           }
       ],
       "City Races": {
           "name": "Halfling",
           "link": "https://wiki.project1999.com/Halfling"
       },
       "Tradeskill Facilities": [],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Cities",
       "URL Name": "Surefall Glade",
       "Friendly Name (If different)": null,
       "Name in /who": "qrg",
       "Full URL": "https://wiki.project1999.com/Surefall_Glade",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Qeynos Hills",
           "link": "https://wiki.project1999.com/Qeynos_Hills"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "?",
       "Types of Monsters": [
           "a fish",
           " a piranha",
           " a bear cub",
           " a brown bear",
           " a grizzly bear",
           " a poacher",
           " Poacher",
           " Mammoth",
           " Talym Shoontar"
       ],
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-66",
           " 137 (Outside the tunnel to Qeynos Hills)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Blackburrow Brewers",
               "link": "https://wiki.project1999.com/Blackburrow_Brewers"
           },
           {
               "name": "Gnasher's Head",
               "link": "https://wiki.project1999.com/Gnasher%27s_Head"
           },
           {
               "name": "Jagged Pine Crook Staff",
               "link": "https://wiki.project1999.com/Jagged_Pine_Crook_Staff"
           },
           {
               "name": "Merona's Brother",
               "link": "https://wiki.project1999.com/Merona%27s_Brother"
           },
           {
               "name": "Poacher's Head Quest (Surefall Glade)",
               "link": "https://wiki.project1999.com/Poacher%27s_Head_Quest_(Surefall_Glade)"
           }
       ],
       "Guilds": [
           {
               "name": "Druid",
               "link": "https://wiki.project1999.com/Druid"
           },
           {
               "name": "Ranger",
               "link": "https://wiki.project1999.com/Ranger"
           }
       ],
       "City Races": [
           {
               "name": "Human",
               "link": "https://wiki.project1999.com/Human"
           },
           {
               "name": "Half Elf",
               "link": "https://wiki.project1999.com/Half_Elf"
           }
       ],
       "Tradeskill Facilities": [],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Befallen",
       "Friendly Name (If different)": null,
       "Name in /who": "befallen",
       "Full URL": "https://wiki.project1999.com/Befallen",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "West Commonlands",
           "link": "https://wiki.project1999.com/West_Commonlands"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "7-25+",
       "Types of Monsters": [
           "Giant Rats",
           " Plague Rats",
           " Decaying Skeletons",
           " Skeletons",
           " Dread Bone Skeletons",
           " Putrid Skeletons",
           " Large Skeletons",
           " Greater Skeletons",
           " Lesser Mummies",
           " Ice Bone Skeletons",
           " Ghouls",
           " Will O' Wisps",
           " Necromancer Apprentices",
           " Neophytes",
           " and Acolytes",
           " Theurgist"
       ],
       "Notable NPCs": [
           {
               "name": "Boondin Babbinsbort",
               "link": "https://wiki.project1999.com/Boondin_Babbinsbort"
           },
           {
               "name": "Commander Windstream",
               "link": "https://wiki.project1999.com/Commander_Windstream"
           },
           {
               "name": "An Elf Skeleton",
               "link": "https://wiki.project1999.com/An_Elf_Skeleton"
           },
           {
               "name": "Gynok Moltor",
               "link": "https://wiki.project1999.com/Gynok_Moltor"
           },
           {
               "name": "Priest Amiaz",
               "link": "https://wiki.project1999.com/Priest_Amiaz"
           },
           {
               "name": "Skeleton Lrodd",
               "link": "https://wiki.project1999.com/Skeleton_Lrodd"
           },
           {
               "name": "The Thaumaturgist",
               "link": "https://wiki.project1999.com/The_Thaumaturgist"
           }
       ],
       "Unique Items": [
           {
               "name": "Antiqued Silver Band",
               "link": "https://wiki.project1999.com/Antiqued_Silver_Band"
           },
           {
               "name": "Barbed Armplates",
               "link": "https://wiki.project1999.com/Barbed_Armplates"
           },
           {
               "name": "Barbed Legplates",
               "link": "https://wiki.project1999.com/Barbed_Legplates"
           },
           {
               "name": "Blackened Wand",
               "link": "https://wiki.project1999.com/Blackened_Wand"
           },
           {
               "name": "Bone Bladed Claymore",
               "link": "https://wiki.project1999.com/Bone_Bladed_Claymore"
           },
           {
               "name": "Chipped Bone Rod",
               "link": "https://wiki.project1999.com/Chipped_Bone_Rod"
           },
           {
               "name": "Locate Corpse",
               "link": "https://wiki.project1999.com/Locate_Corpse"
           },
           {
               "name": "Dagger of Marnek",
               "link": "https://wiki.project1999.com/Dagger_of_Marnek"
           },
           {
               "name": "Damask Armor",
               "link": "https://wiki.project1999.com/Damask_Armor"
           },
           {
               "name": "Gossamer Armor",
               "link": "https://wiki.project1999.com/Gossamer_Armor"
           },
           {
               "name": "Icon of the Ardent",
               "link": "https://wiki.project1999.com/Icon_of_the_Ardent"
           },
           {
               "name": "Thaumaturgist's Robe",
               "link": "https://wiki.project1999.com/Thaumaturgist%27s_Robe"
           },
           {
               "name": "Platinum Ring",
               "link": "https://wiki.project1999.com/Platinum_Ring"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-75",
           " 35 (Zone line to West Commons)"
       ],
       "Zone Spawn Timer": "18:40",
       "Related Quests": [
           {
               "name": "Monk Headband Quests",
               "link": "https://wiki.project1999.com/Monk_Headband_Quests"
           },
           {
               "name": "Thex Mallet Quest",
               "link": "https://wiki.project1999.com/Thex_Mallet_Quest"
           },
           {
               "name": "Armor of the Priest Quests",
               "link": "https://wiki.project1999.com/Armor_of_the_Priest_Quests"
           },
           {
               "name": "Monk Sash Quests",
               "link": "https://wiki.project1999.com/Monk_Sash_Quests"
           },
           {
               "name": "Paw of Opolla Quest",
               "link": "https://wiki.project1999.com/Paw_of_Opolla_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Blackburrow",
       "Friendly Name (If different)": null,
       "Name in /who": "blackburrow",
       "Full URL": "https://wiki.project1999.com/Blackburrow",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Qeynos Hills",
               "link": "https://wiki.project1999.com/Qeynos_Hills"
           },
           {
               "name": "Everfrost Peaks",
               "link": "https://wiki.project1999.com/Everfrost_Peaks"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "4-15+",
       "Types of Monsters": [
           "a gnoll pup",
           " a scrawny gnoll",
           " a gnoll",
           " a scrawny gnoll guard",
           " a burly gnoll",
           " a gnoll guard",
           " a gnoll shaman",
           " an elite gnoll guard",
           " a gnoll commander",
           " a gnoll brewer",
           " a razorgill",
           " a giant snake",
           " a grizzly bear",
           " A giant plague rat"
       ],
       "Notable NPCs": [
           {
               "name": "Lord Elgnub",
               "link": "https://wiki.project1999.com/Lord_Elgnub"
           },
           {
               "name": "Master Brewer",
               "link": "https://wiki.project1999.com/Master_Brewer"
           },
           {
               "name": "Refugee Splitpaw",
               "link": "https://wiki.project1999.com/Refugee_Splitpaw"
           },
           {
               "name": "a gnoll commander",
               "link": "https://wiki.project1999.com/A_gnoll_commander"
           },
           {
               "name": "Splitpaw Commander",
               "link": "https://wiki.project1999.com/Splitpaw_Commander"
           }
       ],
       "Unique Items": [
           {
               "name": "Studded Leather Collar",
               "link": "https://wiki.project1999.com/Studded_Leather_Collar"
           },
           {
               "name": "Spiked Collar",
               "link": "https://wiki.project1999.com/Spiked_Collar"
           },
           {
               "name": "Rusty Spiked Shoulderpads",
               "link": "https://wiki.project1999.com/Rusty_Spiked_Shoulderpads"
           },
           {
               "name": "Giant Snake Fang",
               "link": "https://wiki.project1999.com/Giant_Snake_Fang"
           },
           {
               "name": "Onyx Earring",
               "link": "https://wiki.project1999.com/Onyx_Earring"
           },
           {
               "name": "Blackburrow Cask",
               "link": "https://wiki.project1999.com/Blackburrow_Cask"
           },
           {
               "name": "Gnoll Hide Lariat",
               "link": "https://wiki.project1999.com/Gnoll_Hide_Lariat"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Runed Totem Staff",
               "link": "https://wiki.project1999.com/Runed_Totem_Staff"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-158",
           " 38 (Zone line to Qeynos Hills)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": [
           {
               "name": "Monk Headband Quests",
               "link": "https://wiki.project1999.com/Monk_Headband_Quests"
           },
           {
               "name": "Rogue Redemption",
               "link": "https://wiki.project1999.com/Rogue_Redemption"
           },
           {
               "name": "Gnoll Bounty",
               "link": "https://wiki.project1999.com/Gnoll_Bounty"
           },
           {
               "name": "Moonstones Quest",
               "link": "https://wiki.project1999.com/Moonstones_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Cazic Thule",
       "Friendly Name (If different)": null,
       "Name in /who": "cazicthule",
       "Full URL": "https://wiki.project1999.com/Cazic_Thule",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Feerrott",
           "link": "https://wiki.project1999.com/Feerrott"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "19-45",
       "Types of Monsters": [
           "Lizards of many types",
           " including: Broodlings",
           " Warriors",
           " Proselytes",
           " Guards",
           " Disciples",
           " Warders",
           " Probationers",
           " Defenders",
           " Pages",
           " Sentinels",
           " Heralds",
           " Protectors",
           " Justicars",
           " Fanatics",
           " Judicators",
           " Zealots",
           " Crusaders",
           " and Champions; Gnomish Mages",
           " Alligators",
           " Hulking Gorillas",
           " Silvered Guards",
           " Clay",
           " Stone",
           " and Steel Golems"
       ],
       "Notable NPCs": [
           {
               "name": "Radiant",
               "link": "https://wiki.project1999.com/Radiant"
           },
           {
               "name": "Tae Ew Templar",
               "link": "https://wiki.project1999.com/Tae_Ew_Templar"
           },
           {
               "name": "Tae Ew Diviner",
               "link": "https://wiki.project1999.com/Tae_Ew_Diviner"
           },
           {
               "name": "Tae Ew Archon",
               "link": "https://wiki.project1999.com/Tae_Ew_Archon"
           },
           {
               "name": "a clay golem",
               "link": "https://wiki.project1999.com/A_clay_golem"
           },
           {
               "name": "a steel golem",
               "link": "https://wiki.project1999.com/A_steel_golem"
           },
           {
               "name": "a stone golem",
               "link": "https://wiki.project1999.com/A_stone_golem"
           },
           {
               "name": "Cazic Cenobite",
               "link": "https://wiki.project1999.com/Cazic_Cenobite"
           },
           {
               "name": "Avatar of Fear",
               "link": "https://wiki.project1999.com/Avatar_of_Fear"
           }
       ],
       "Unique Items": [
           {
               "name": "Ball of Golem Clay",
               "link": "https://wiki.project1999.com/Ball_of_Golem_Clay"
           },
           {
               "name": "Illusion: Earth Elemental",
               "link": "https://wiki.project1999.com/Illusion:_Earth_Elemental"
           },
           {
               "name": "Bladed Thulian Claws",
               "link": "https://wiki.project1999.com/Bladed_Thulian_Claws"
           },
           {
               "name": "A Broom",
               "link": "https://wiki.project1999.com/A_Broom"
           },
           {
               "name": "Decayed Armor",
               "link": "https://wiki.project1999.com/Decayed_Armor"
           },
           {
               "name": "Grimy Lance",
               "link": "https://wiki.project1999.com/Grimy_Lance"
           },
           {
               "name": "Golem Metal Wand",
               "link": "https://wiki.project1999.com/Golem_Metal_Wand"
           },
           {
               "name": "Pillage Enchantment",
               "link": "https://wiki.project1999.com/Pillage_Enchantment"
           },
           {
               "name": "Lizard Blood Potion",
               "link": "https://wiki.project1999.com/Lizard_Blood_Potion"
           },
           {
               "name": "Cazic Gate",
               "link": "https://wiki.project1999.com/Cazic_Gate"
           },
           {
               "name": "Lizardscale Belt",
               "link": "https://wiki.project1999.com/Lizardscale_Belt"
           },
           {
               "name": "Lizardscale Cloak",
               "link": "https://wiki.project1999.com/Lizardscale_Cloak"
           },
           {
               "name": "Lizardscale Mantle",
               "link": "https://wiki.project1999.com/Lizardscale_Mantle"
           },
           {
               "name": "Lizardskin Tribal Mask",
               "link": "https://wiki.project1999.com/Lizardskin_Tribal_Mask"
           },
           {
               "name": "Ravenscale Armor Set",
               "link": "https://wiki.project1999.com/Ravenscale_Armor_Set"
           },
           {
               "name": "Ring of Evoluoy",
               "link": "https://wiki.project1999.com/Ring_of_Evoluoy"
           },
           {
               "name": "Shard of Golem Stone",
               "link": "https://wiki.project1999.com/Shard_of_Golem_Stone"
           },
           {
               "name": "Skin like Rock",
               "link": "https://wiki.project1999.com/Skin_like_Rock"
           },
           {
               "name": "Shovel",
               "link": "https://wiki.project1999.com/Shovel"
           },
           {
               "name": "Silver Wand",
               "link": "https://wiki.project1999.com/Silver_Wand"
           },
           {
               "name": "Stein",
               "link": "https://wiki.project1999.com/Stein"
           },
           {
               "name": "Torch",
               "link": "https://wiki.project1999.com/Torch"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "80",
           " -80 (Zone line to the Feerrott)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Runnyeye Citadel",
       "Friendly Name (If different)": null,
       "Name in /who": "runnyeye",
       "Full URL": "https://wiki.project1999.com/Runnyeye_Citadel",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Misty Thicket",
               "link": "https://wiki.project1999.com/Misty_Thicket"
           },
           {
               "name": "Gorge of King Xorbb",
               "link": "https://wiki.project1999.com/Gorge_of_King_Xorbb"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "7-30+",
       "Types of Monsters": [
           "Goblins",
           " Goblin Workers",
           " Goblin Shamans",
           " Goblin Guards",
           " Goblin Elite Guards",
           " Dazed Goblin Guards",
           " Dazed Goblin Shamans",
           " Dazed Goblin Wizards",
           " Dazed Goblin Miners",
           " Goblin Overseers",
           " Slime Elementals",
           " Evil Eyes"
       ],
       "Notable NPCs": [
           {
               "name": "Borxx",
               "link": "https://wiki.project1999.com/Borxx"
           },
           {
               "name": "an Evil Eye prisoner",
               "link": "https://wiki.project1999.com/An_Evil_Eye_prisoner"
           },
           {
               "name": "Sludge Dankmire",
               "link": "https://wiki.project1999.com/Sludge_Dankmire"
           },
           {
               "name": "A Goblin Captain",
               "link": "https://wiki.project1999.com/A_Goblin_Captain"
           },
           {
               "name": "Goblin Warlord",
               "link": "https://wiki.project1999.com/Goblin_Warlord"
           },
           {
               "name": "The Goblin King",
               "link": "https://wiki.project1999.com/The_Goblin_King"
           },
           {
               "name": "Slime Elemental",
               "link": "https://wiki.project1999.com/Slime_Elemental"
           },
           {
               "name": "Gelatinous Cube",
               "link": "https://wiki.project1999.com/Gelatinous_Cube"
           }
       ],
       "Unique Items": [
           {
               "name": "Beaded Slime Necklace",
               "link": "https://wiki.project1999.com/Beaded_Slime_Necklace"
           },
           {
               "name": "Blackened Alloy Armor Set",
               "link": "https://wiki.project1999.com/Blackened_Alloy_Armor_Set"
           },
           {
               "name": "Blackened Alloy Bastard Sword",
               "link": "https://wiki.project1999.com/Blackened_Alloy_Bastard_Sword"
           },
           {
               "name": "Blackened Alloy Coif",
               "link": "https://wiki.project1999.com/Blackened_Alloy_Coif"
           },
           {
               "name": "Black Alloy Girdle",
               "link": "https://wiki.project1999.com/Black_Alloy_Girdle"
           },
           {
               "name": "Blackened Alloy Longsword",
               "link": "https://wiki.project1999.com/Blackened_Alloy_Longsword"
           },
           {
               "name": "Blackened Iron Eye Totem",
               "link": "https://wiki.project1999.com/Blackened_Iron_Eye_Totem"
           },
           {
               "name": "Black Iron Medallion",
               "link": "https://wiki.project1999.com/Black_Iron_Medallion"
           },
           {
               "name": "Black Alloy Medallion",
               "link": "https://wiki.project1999.com/Black_Alloy_Medallion"
           },
           {
               "name": "Bone Totem",
               "link": "https://wiki.project1999.com/Bone_Totem"
           },
           {
               "name": "Cat Skull Cap",
               "link": "https://wiki.project1999.com/Cat_Skull_Cap"
           },
           {
               "name": "Evil Eye Lens",
               "link": "https://wiki.project1999.com/Evil_Eye_Lens"
           },
           {
               "name": "Glimpse",
               "link": "https://wiki.project1999.com/Glimpse"
           },
           {
               "name": "Fractured Femur",
               "link": "https://wiki.project1999.com/Fractured_Femur"
           },
           {
               "name": "Goblin Sticker",
               "link": "https://wiki.project1999.com/Goblin_Sticker"
           },
           {
               "name": "Dark Muslin Armor Set",
               "link": "https://wiki.project1999.com/Dark_Muslin_Armor_Set"
           },
           {
               "name": "Grotesque Alloy Mask",
               "link": "https://wiki.project1999.com/Grotesque_Alloy_Mask"
           },
           {
               "name": "Icon of the Constant",
               "link": "https://wiki.project1999.com/Icon_of_the_Constant"
           },
           {
               "name": "Onyx Ring",
               "link": "https://wiki.project1999.com/Onyx_Ring"
           },
           {
               "name": "Orb of Slime",
               "link": "https://wiki.project1999.com/Orb_of_Slime"
           },
           {
               "name": "Polished Bone Bracelet",
               "link": "https://wiki.project1999.com/Polished_Bone_Bracelet"
           },
           {
               "name": "Ring of Slime",
               "link": "https://wiki.project1999.com/Ring_of_Slime"
           },
           {
               "name": "Sleek Black Cape",
               "link": "https://wiki.project1999.com/Sleek_Black_Cape"
           },
           {
               "name": "Sporali Defender's Blade",
               "link": "https://wiki.project1999.com/Sporali_Defender%27s_Blade"
           },
           {
               "name": "Sporali Gloves",
               "link": "https://wiki.project1999.com/Sporali_Gloves"
           },
           {
               "name": "Sporestrand Shield",
               "link": "https://wiki.project1999.com/Sporestrand_Shield"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-109",
           " -22 (Zone line to Gorge of King Xorbb)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "High Keep",
       "Friendly Name (If different)": null,
       "Name in /who": "highkeep",
       "Full URL": "https://wiki.project1999.com/High_Keep",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Highpass Hold",
           "link": "https://wiki.project1999.com/Highpass_Hold"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "20-40",
       "Types of Monsters": [
           "Prisoners",
           " Pickclaw Lookouts",
           " Spiritists",
           " Cabalists",
           " Guards",
           " Warriors",
           " Visionaries",
           " Raiders",
           " and Seers",
           " A Crazed Goblin",
           " Goblin Thiefs"
       ],
       "Notable NPCs": [
           {
               "name": "Captain Boshinko",
               "link": "https://wiki.project1999.com/Captain_Boshinko"
           },
           {
               "name": "Mistress Anna",
               "link": "https://wiki.project1999.com/Mistress_Anna"
           },
           {
               "name": "Osargen",
               "link": "https://wiki.project1999.com/Osargen"
           },
           {
               "name": "Princess Lenia",
               "link": "https://wiki.project1999.com/Princess_Lenia"
           }
       ],
       "Unique Items": {
           "name": "Amstaf's Scroll",
           "link": "https://wiki.project1999.com/Amstaf%27s_Scroll"
       },
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-16",
           " 88 (Zone line to Highpass Hold)"
       ],
       "Zone Spawn Timer": "Goblins: 10 Minutes\nMost Human NPCs: 18 Minutes    \n4th Floor Guards: 18:40",
       "Related Quests": [
           {
               "name": "Princess Lenya",
               "link": "https://wiki.project1999.com/Princess_Lenya_(Quest)"
           },
           {
               "name": "Illegible Scrolls",
               "link": "https://wiki.project1999.com/Illegible_Scrolls"
           },
           {
               "name": "Left Goblin Ears",
               "link": "https://wiki.project1999.com/Left_Goblin_Ears"
           },
           {
               "name": "The Bloody Shank",
               "link": "https://wiki.project1999.com/The_Bloody_Shank"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Lower Guk",
       "Friendly Name (If different)": null,
       "Name in /who": "gukbottom",
       "Full URL": "https://wiki.project1999.com/Lower_Guk",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Upper Guk",
           "link": "https://wiki.project1999.com/Upper_Guk"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-50+",
       "Types of Monsters": [
           "Frogloks of all types",
           " including: Shin",
           " Tsu",
           " Vis",
           " Tal",
           " Wan",
           " Urd",
           " Zol",
           " Yun",
           " Dar",
           " Kor",
           " Bok",
           " Jin",
           " and Guk in different varieties",
           " including Knights",
           " Shamans",
           " and Wizards",
           " as well as live and Ghoul forms; Basilisks",
           " Bloodthirsty Ghouls",
           " Deadly Black Widows",
           " Granite Gargoyles",
           " Greater Ice Bones",
           " Greater Minotaurs",
           " Vampire Bats"
       ],
       "Notable NPCs": [
           {
               "name": "a basalt gargoyle",
               "link": "https://wiki.project1999.com/A_basalt_gargoyle"
           },
           {
               "name": "Raster of Guk",
               "link": "https://wiki.project1999.com/Raster_of_Guk"
           },
           {
               "name": "a frenzied ghoul",
               "link": "https://wiki.project1999.com/A_frenzied_ghoul"
           },
           {
               "name": "a froglok crusader",
               "link": "https://wiki.project1999.com/A_froglok_crusader"
           },
           {
               "name": "a froglok herbalist",
               "link": "https://wiki.project1999.com/A_froglok_herbalist"
           },
           {
               "name": "the froglok king",
               "link": "https://wiki.project1999.com/The_froglok_king"
           },
           {
               "name": "a froglok noble",
               "link": "https://wiki.project1999.com/A_froglok_noble"
           },
           {
               "name": "a yun priest",
               "link": "https://wiki.project1999.com/index.php?title=A_yun_priest&action=edit&redlink=1"
           },
           {
               "name": "a froglok tactician",
               "link": "https://wiki.project1999.com/A_froglok_tactician"
           },
           {
               "name": "the ghoul arch magus",
               "link": "https://wiki.project1999.com/The_ghoul_arch_magus"
           },
           {
               "name": "a ghoul assassin",
               "link": "https://wiki.project1999.com/A_ghoul_assassin"
           },
           {
               "name": "a ghoul cavalier",
               "link": "https://wiki.project1999.com/A_ghoul_cavalier"
           },
           {
               "name": "a ghoul executioner",
               "link": "https://wiki.project1999.com/A_ghoul_executioner"
           },
           {
               "name": "the ghoul lord",
               "link": "https://wiki.project1999.com/The_ghoul_lord"
           },
           {
               "name": "a ghoul ritualist",
               "link": "https://wiki.project1999.com/A_ghoul_ritualist"
           },
           {
               "name": "a ghoul sage",
               "link": "https://wiki.project1999.com/A_ghoul_sage"
           },
           {
               "name": "a ghoul savant",
               "link": "https://wiki.project1999.com/A_ghoul_savant"
           },
           {
               "name": "a ghoul scribe",
               "link": "https://wiki.project1999.com/A_ghoul_scribe"
           },
           {
               "name": "a ghoul sentinel",
               "link": "https://wiki.project1999.com/A_ghoul_sentinel"
           },
           {
               "name": "a ghoul supplier",
               "link": "https://wiki.project1999.com/A_ghoul_supplier"
           },
           {
               "name": "a huge water elemental",
               "link": "https://wiki.project1999.com/A_huge_water_elemental"
           },
           {
               "name": "a minotaur elder",
               "link": "https://wiki.project1999.com/A_minotaur_elder"
           },
           {
               "name": "a minotaur patriarch",
               "link": "https://wiki.project1999.com/A_minotaur_patriarch"
           },
           {
               "name": "a reanimated hand (Lower Guk)",
               "link": "https://wiki.project1999.com/A_reanimated_hand_(Lower_Guk)"
           }
       ],
       "Unique Items": [
           {
               "name": "Adamantite Band",
               "link": "https://wiki.project1999.com/Adamantite_Band"
           },
           {
               "name": "Adamantite Epaulets",
               "link": "https://wiki.project1999.com/Adamantite_Epaulets"
           },
           {
               "name": "Amethyst Bracelet",
               "link": "https://wiki.project1999.com/Amethyst_Bracelet"
           },
           {
               "name": "Azure Sleeves",
               "link": "https://wiki.project1999.com/Azure_Sleeves"
           },
           {
               "name": "Bag of Sewn Evil-Eye",
               "link": "https://wiki.project1999.com/Bag_of_Sewn_Evil-Eye"
           },
           {
               "name": "Basalt Carapace",
               "link": "https://wiki.project1999.com/Basalt_Carapace"
           },
           {
               "name": "Black Tome with Silver Runes",
               "link": "https://wiki.project1999.com/Black_Tome_with_Silver_Runes"
           },
           {
               "name": "Braided Cinch Cord",
               "link": "https://wiki.project1999.com/Braided_Cinch_Cord"
           },
           {
               "name": "Brigandine Tunic",
               "link": "https://wiki.project1999.com/Brigandine_Tunic"
           },
           {
               "name": "Broken Bow Part B",
               "link": "https://wiki.project1999.com/Broken_Bow_Part_B"
           },
           {
               "name": "Carved Ivory Mask",
               "link": "https://wiki.project1999.com/Carved_Ivory_Mask"
           },
           {
               "name": "Chrysoberyl Talisman",
               "link": "https://wiki.project1999.com/Chrysoberyl_Talisman"
           },
           {
               "name": "Crown of the Froglok Kings",
               "link": "https://wiki.project1999.com/Crown_of_the_Froglok_Kings"
           },
           {
               "name": "Dark Mail Gauntlets",
               "link": "https://wiki.project1999.com/Dark_Mail_Gauntlets"
           },
           {
               "name": "A Dark Reaver",
               "link": "https://wiki.project1999.com/A_Dark_Reaver"
           },
           {
               "name": "Steal Strength",
               "link": "https://wiki.project1999.com/Steal_Strength"
           },
           {
               "name": "Ebony Bladed Sword",
               "link": "https://wiki.project1999.com/Ebony_Bladed_Sword"
           },
           {
               "name": "Ensnaring Roots",
               "link": "https://wiki.project1999.com/Ensnaring_Roots"
           },
           {
               "name": "Embroidered Black Cape",
               "link": "https://wiki.project1999.com/Embroidered_Black_Cape"
           },
           {
               "name": "Embroidered Black Sleeves",
               "link": "https://wiki.project1999.com/Embroidered_Black_Sleeves"
           },
           {
               "name": "Enameled Black Chestplate",
               "link": "https://wiki.project1999.com/Enameled_Black_Chestplate"
           },
           {
               "name": "Enameled Black Mace",
               "link": "https://wiki.project1999.com/Enameled_Black_Mace"
           },
           {
               "name": "Executioner's Axe",
               "link": "https://wiki.project1999.com/Executioner%27s_Axe"
           },
           {
               "name": "Haste",
               "link": "https://wiki.project1999.com/Haste"
           },
           {
               "name": "Executioners Hood",
               "link": "https://wiki.project1999.com/Executioners_Hood"
           },
           {
               "name": "Flowing Black Silk Sash",
               "link": "https://wiki.project1999.com/Flowing_Black_Silk_Sash"
           },
           {
               "name": "Gilded Cloth",
               "link": "https://wiki.project1999.com/Gilded_Cloth"
           },
           {
               "name": "Gorgon Feather Quill",
               "link": "https://wiki.project1999.com/Gorgon_Feather_Quill"
           },
           {
               "name": "The Idol",
               "link": "https://wiki.project1999.com/The_Idol"
           },
           {
               "name": "Light Burlap Sack",
               "link": "https://wiki.project1999.com/Light_Burlap_Sack"
           },
           {
               "name": "Mask of Deception",
               "link": "https://wiki.project1999.com/Mask_of_Deception"
           },
           {
               "name": "Illusion: Dark Elf",
               "link": "https://wiki.project1999.com/Illusion:_Dark_Elf"
           },
           {
               "name": "Mithril Frog Totem",
               "link": "https://wiki.project1999.com/Mithril_Frog_Totem"
           },
           {
               "name": "Mithril-Runed Tunic",
               "link": "https://wiki.project1999.com/Mithril-Runed_Tunic"
           },
           {
               "name": "Mithril Two-Handed Sword",
               "link": "https://wiki.project1999.com/Mithril_Two-Handed_Sword"
           },
           {
               "name": "Moonstone Ring",
               "link": "https://wiki.project1999.com/Moonstone_Ring"
           },
           {
               "name": "Platinum Tiara",
               "link": "https://wiki.project1999.com/Platinum_Tiara"
           },
           {
               "name": "Runed Cowl",
               "link": "https://wiki.project1999.com/Runed_Cowl"
           },
           {
               "name": "Runed Falchion",
               "link": "https://wiki.project1999.com/Runed_Falchion"
           },
           {
               "name": "Scepter",
               "link": "https://wiki.project1999.com/Scepter"
           },
           {
               "name": "Serpentine Bracer",
               "link": "https://wiki.project1999.com/Serpentine_Bracer"
           },
           {
               "name": "Serrated Bone Dirk",
               "link": "https://wiki.project1999.com/Serrated_Bone_Dirk"
           },
           {
               "name": "Engulfing Darkness",
               "link": "https://wiki.project1999.com/Engulfing_Darkness"
           },
           {
               "name": "Shimmering White Shroud",
               "link": "https://wiki.project1999.com/Shimmering_White_Shroud"
           },
           {
               "name": "Shin Gauntlets",
               "link": "https://wiki.project1999.com/Shin_Gauntlets"
           },
           {
               "name": "Shin Greaves",
               "link": "https://wiki.project1999.com/Shin_Greaves"
           },
           {
               "name": "Shining Metallic Robes",
               "link": "https://wiki.project1999.com/Shining_Metallic_Robes"
           },
           {
               "name": "Short Sword of the Ykesha",
               "link": "https://wiki.project1999.com/Short_Sword_of_the_Ykesha"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Silver-Plated Leggings",
               "link": "https://wiki.project1999.com/Silver-Plated_Leggings"
           },
           {
               "name": "Silversilk Leggings",
               "link": "https://wiki.project1999.com/Silversilk_Leggings"
           },
           {
               "name": "Skull-shaped Barbute",
               "link": "https://wiki.project1999.com/Skull-shaped_Barbute"
           },
           {
               "name": "Thick Banded Belt",
               "link": "https://wiki.project1999.com/Thick_Banded_Belt"
           },
           {
               "name": "White Gold Necklace",
               "link": "https://wiki.project1999.com/White_Gold_Necklace"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "1197",
           " -217 (Zone line to Upper Guk (between Bedroom and Waterfall)"
       ],
       "Zone Spawn Timer": "28:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Nagafen's Lair",
       "Friendly Name (If different)": "Nagafen's Lair (Sol B)",
       "Name in /who": "soldungb",
       "Full URL": "https://wiki.project1999.com/Nagafen's_Lair",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Lavastorm Mountains",
               "link": "https://wiki.project1999.com/Lavastorm_Mountains"
           },
           {
               "name": "Solusek's Eye (Sol A)",
               "link": "https://wiki.project1999.com/Solusek%27s_Eye"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "40-55",
       "Types of Monsters": [
           "Greater Kobolds",
           " Greater Kobold Shamans",
           " Solusek Kobolds",
           " Solusek Kobold Shamans",
           " Sonic Bats",
           " Lava Beetles",
           " Lava Duct Crawlers",
           " Lava Guardians",
           " Imp Protector",
           " Fire Giants",
           " Fire Giant Magi",
           " Fire Giant Warrior",
           " Fire Giant Wizards"
       ],
       "Notable NPCs": [
           {
               "name": "death beetle",
               "link": "https://wiki.project1999.com/Death_beetle"
           },
           {
               "name": "Efreeti Lord Djarn",
               "link": "https://wiki.project1999.com/Efreeti_Lord_Djarn"
           },
           {
               "name": "guano harvester",
               "link": "https://wiki.project1999.com/Guano_harvester"
           },
           {
               "name": "King Tranix",
               "link": "https://wiki.project1999.com/King_Tranix"
           },
           {
               "name": "kobold champion",
               "link": "https://wiki.project1999.com/Kobold_champion"
           },
           {
               "name": "kobold noble",
               "link": "https://wiki.project1999.com/Kobold_noble"
           },
           {
               "name": "kobold priest",
               "link": "https://wiki.project1999.com/Kobold_priest"
           },
           {
               "name": "Lord Nagafen",
               "link": "https://wiki.project1999.com/Lord_Nagafen"
           },
           {
               "name": "Midghh the Dark",
               "link": "https://wiki.project1999.com/Midghh_the_Dark"
           },
           {
               "name": "Magi Rokyl",
               "link": "https://wiki.project1999.com/Magi_Rokyl"
           },
           {
               "name": "noxious spider",
               "link": "https://wiki.project1999.com/Noxious_spider"
           },
           {
               "name": "Solusek kobold king",
               "link": "https://wiki.project1999.com/Solusek_kobold_king"
           },
           {
               "name": "stone spider",
               "link": "https://wiki.project1999.com/Stone_spider"
           },
           {
               "name": "Targin the Rock",
               "link": "https://wiki.project1999.com/Targin_the_Rock"
           },
           {
               "name": "Warlord Skarlon",
               "link": "https://wiki.project1999.com/Warlord_Skarlon"
           },
           {
               "name": "Zordak Ragefire",
               "link": "https://wiki.project1999.com/Zordak_Ragefire"
           }
       ],
       "Unique Items": [
           {
               "name": "Black Chitin Leggings",
               "link": "https://wiki.project1999.com/Black_Chitin_Leggings"
           },
           {
               "name": "Bladestopper",
               "link": "https://wiki.project1999.com/Bladestopper"
           },
           {
               "name": "Rune IV",
               "link": "https://wiki.project1999.com/Rune_IV"
           },
           {
               "name": "Brown Chitin Protector",
               "link": "https://wiki.project1999.com/Brown_Chitin_Protector"
           },
           {
               "name": "Carnal Pauldrons",
               "link": "https://wiki.project1999.com/Carnal_Pauldrons"
           },
           {
               "name": "Cloak of Shadows",
               "link": "https://wiki.project1999.com/Cloak_of_Shadows"
           },
           {
               "name": "Code of Zan Fi",
               "link": "https://wiki.project1999.com/Code_of_Zan_Fi"
           },
           {
               "name": "Crown of King Tranix",
               "link": "https://wiki.project1999.com/Crown_of_King_Tranix"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Crystalline Orb",
               "link": "https://wiki.project1999.com/Crystalline_Orb"
           },
           {
               "name": "Eye of Zomm",
               "link": "https://wiki.project1999.com/Eye_of_Zomm"
           },
           {
               "name": "Death Scarab Gland",
               "link": "https://wiki.project1999.com/Death_Scarab_Gland"
           },
           {
               "name": "Burrowing Scarab",
               "link": "https://wiki.project1999.com/Burrowing_Scarab"
           },
           {
               "name": "Djarns Amethyst Ring",
               "link": "https://wiki.project1999.com/Djarns_Amethyst_Ring"
           },
           {
               "name": "Fleshripper",
               "link": "https://wiki.project1999.com/Fleshripper"
           },
           {
               "name": "Word of Shadow",
               "link": "https://wiki.project1999.com/Word_of_Shadow"
           },
           {
               "name": "Golden Chitin Bracer",
               "link": "https://wiki.project1999.com/Golden_Chitin_Bracer"
           },
           {
               "name": "Golden Efreeti Boots",
               "link": "https://wiki.project1999.com/Golden_Efreeti_Boots"
           },
           {
               "name": "Green Silken Drape",
               "link": "https://wiki.project1999.com/Green_Silken_Drape"
           },
           {
               "name": "Large Soiled Bag",
               "link": "https://wiki.project1999.com/Large_Soiled_Bag"
           },
           {
               "name": "Mithril Breastplate",
               "link": "https://wiki.project1999.com/Mithril_Breastplate"
           },
           {
               "name": "Mithril Greaves",
               "link": "https://wiki.project1999.com/Mithril_Greaves"
           },
           {
               "name": "Mithril Vambraces",
               "link": "https://wiki.project1999.com/Mithril_Vambraces"
           },
           {
               "name": "Painbringer",
               "link": "https://wiki.project1999.com/Painbringer"
           },
           {
               "name": "Word of Pain",
               "link": "https://wiki.project1999.com/Word_of_Pain"
           },
           {
               "name": "Petrified Erudite Heart Amulet",
               "link": "https://wiki.project1999.com/Petrified_Erudite_Heart_Amulet"
           },
           {
               "name": "Polished Mithril Mask",
               "link": "https://wiki.project1999.com/Polished_Mithril_Mask"
           },
           {
               "name": "Polished Mithril Torque",
               "link": "https://wiki.project1999.com/Polished_Mithril_Torque"
           },
           {
               "name": "Razing Sword of Skarlon",
               "link": "https://wiki.project1999.com/Razing_Sword_of_Skarlon"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Rokyls Channelling Crystal",
               "link": "https://wiki.project1999.com/Rokyls_Channelling_Crystal"
           },
           {
               "name": "Runed Mithril Bracer",
               "link": "https://wiki.project1999.com/Runed_Mithril_Bracer"
           },
           {
               "name": "Shield of the Slain Unicorn",
               "link": "https://wiki.project1999.com/Shield_of_the_Slain_Unicorn"
           },
           {
               "name": "Staff of Writhing",
               "link": "https://wiki.project1999.com/Staff_of_Writhing"
           },
           {
               "name": "Chaotic Feedback",
               "link": "https://wiki.project1999.com/Chaotic_Feedback"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-424",
           " -263 (Zone line to Lavastorm)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Najena",
       "Friendly Name (If different)": null,
       "Name in /who": "najena",
       "Full URL": "https://wiki.project1999.com/Najena",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Lavastorm Mountains",
           "link": "https://wiki.project1999.com/Lavastorm_Mountains"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "15-35",
       "Types of Monsters": [
           "Large Skeletons",
           " Greater Skeletons",
           " Darkbone Skeletons",
           " Ogre Guards",
           " Magicians",
           " Magician Pets",
           " Necromancers",
           " Necromancer Pets",
           " Fire Elementals",
           " Earth Elementals",
           " Mist Elementals",
           " Guard Officers",
           " The Guard Captain",
           " Undead Knight",
           " Goblin Warriors",
           " Giant Black Widows",
           " Froglok Ghouls",
           " A Tentacle Terror",
           " A Minotaur"
       ],
       "Notable NPCs": [
           {
               "name": "Akksstaff",
               "link": "https://wiki.project1999.com/Akksstaff"
           },
           {
               "name": "BoneCracker",
               "link": "https://wiki.project1999.com/BoneCracker"
           },
           {
               "name": "Drelzna",
               "link": "https://wiki.project1999.com/Drelzna"
           },
           {
               "name": "Ekeros",
               "link": "https://wiki.project1999.com/Ekeros"
           },
           {
               "name": "Linara Parlone",
               "link": "https://wiki.project1999.com/Linara_Parlone"
           },
           {
               "name": "Moosh",
               "link": "https://wiki.project1999.com/Moosh"
           },
           {
               "name": "Najena (NPC)",
               "link": "https://wiki.project1999.com/Najena_(NPC)"
           },
           {
               "name": "Officer Grush",
               "link": "https://wiki.project1999.com/Officer_Grush"
           },
           {
               "name": "Rathyl",
               "link": "https://wiki.project1999.com/Rathyl"
           },
           {
               "name": "Rathyl reincarnate",
               "link": "https://wiki.project1999.com/Rathyl_reincarnate"
           },
           {
               "name": "Trazdon",
               "link": "https://wiki.project1999.com/Trazdon"
           },
           {
               "name": "a visiting priestess",
               "link": "https://wiki.project1999.com/A_visiting_priestess"
           },
           {
               "name": "The Widowmistress",
               "link": "https://wiki.project1999.com/The_Widowmistress"
           }
       ],
       "Unique Items": [
           {
               "name": "Ashenwood Short Spear",
               "link": "https://wiki.project1999.com/Ashenwood_Short_Spear"
           },
           {
               "name": "Haste",
               "link": "https://wiki.project1999.com/Haste"
           },
           {
               "name": "Band of Flesh",
               "link": "https://wiki.project1999.com/Band_of_Flesh"
           },
           {
               "name": "Barbed Leather Whip",
               "link": "https://wiki.project1999.com/Barbed_Leather_Whip"
           },
           {
               "name": "Black Tome with Silver Runes",
               "link": "https://wiki.project1999.com/Black_Tome_with_Silver_Runes"
           },
           {
               "name": "Blackened Sapphire",
               "link": "https://wiki.project1999.com/Blackened_Sapphire"
           },
           {
               "name": "Blued Two-Handed Hammer",
               "link": "https://wiki.project1999.com/Blued_Two-Handed_Hammer"
           },
           {
               "name": "Project Lightning",
               "link": "https://wiki.project1999.com/Project_Lightning"
           },
           {
               "name": "Clawed Knuckle-Ring",
               "link": "https://wiki.project1999.com/Clawed_Knuckle-Ring"
           },
           {
               "name": "Damask Armor",
               "link": "https://wiki.project1999.com/Damask_Armor"
           },
           {
               "name": "Dark Circlet",
               "link": "https://wiki.project1999.com/Dark_Circlet"
           },
           {
               "name": "Dull Wooden Spear",
               "link": "https://wiki.project1999.com/Dull_Wooden_Spear"
           },
           {
               "name": "Earring of Disease Reflection",
               "link": "https://wiki.project1999.com/Earring_of_Disease_Reflection"
           },
           {
               "name": "Flowing Black Robe",
               "link": "https://wiki.project1999.com/Flowing_Black_Robe"
           },
           {
               "name": "Gossamer Armor",
               "link": "https://wiki.project1999.com/Gossamer_Armor"
           },
           {
               "name": "Hollowed Bone Bracers",
               "link": "https://wiki.project1999.com/Hollowed_Bone_Bracers"
           },
           {
               "name": "Leering Mask",
               "link": "https://wiki.project1999.com/Leering_Mask"
           },
           {
               "name": "Ogre War Maul",
               "link": "https://wiki.project1999.com/Ogre_War_Maul"
           },
           {
               "name": "Soft Leather Shoes",
               "link": "https://wiki.project1999.com/Soft_Leather_Shoes"
           },
           {
               "name": "Stone Bracelet",
               "link": "https://wiki.project1999.com/Stone_Bracelet"
           },
           {
               "name": "Stone Circlet",
               "link": "https://wiki.project1999.com/Stone_Circlet"
           },
           {
               "name": "Stone Collar",
               "link": "https://wiki.project1999.com/Stone_Collar"
           },
           {
               "name": "Stiletto of the Bloodclaw",
               "link": "https://wiki.project1999.com/Stiletto_of_the_Bloodclaw"
           },
           {
               "name": "Blood Claw",
               "link": "https://wiki.project1999.com/Blood_Claw"
           },
           {
               "name": "Terror Spines",
               "link": "https://wiki.project1999.com/Terror_Spines"
           },
           {
               "name": "Travelers Pack",
               "link": "https://wiki.project1999.com/Travelers_Pack"
           },
           {
               "name": "Travelers Pouch",
               "link": "https://wiki.project1999.com/Travelers_Pouch"
           },
           {
               "name": "Whore's Bane",
               "link": "https://wiki.project1999.com/Whore%27s_Bane"
           },
           {
               "name": "Minotaur Horn",
               "link": "https://wiki.project1999.com/Minotaur_Horn"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-13",
           " 856 (Zone line to Lavastorm)"
       ],
       "Zone Spawn Timer": "19:00",
       "Related Quests": [
           {
               "name": "The Mystic Cloak",
               "link": "https://wiki.project1999.com/The_Mystic_Cloak"
           },
           {
               "name": "The Visiting Priestess",
               "link": "https://wiki.project1999.com/The_Visiting_Priestess"
           },
           {
               "name": "Torch of Alna",
               "link": "https://wiki.project1999.com/Torch_Of_Alna_Quest"
           },
           {
               "name": "Shovel of Ponz",
               "link": "https://wiki.project1999.com/Shovel_of_Ponz_Quest"
           },
           {
               "name": "Stein of Ulissa",
               "link": "https://wiki.project1999.com/Stein_of_Ulissa_Quest"
           },
           {
               "name": "Broom of Trilon",
               "link": "https://wiki.project1999.com/Broom_of_Trilon_Quest"
           },
           {
               "name": "Necromancer Epic Quest",
               "link": "https://wiki.project1999.com/Necromancer_Epic_Quest"
           },
           {
               "name": "Magician Epic Quest",
               "link": "https://wiki.project1999.com/Magician_Epic_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Permafrost",
       "Friendly Name (If different)": null,
       "Name in /who": "permafrost",
       "Full URL": "https://wiki.project1999.com/Permafrost",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Everfrost Peaks",
           "link": "https://wiki.project1999.com/Everfrost_Peaks"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "15-50+",
       "Types of Monsters": [
           "Ice Goblin",
           " Goblin Mendicants",
           " Diviners",
           " Evokers",
           " Priests",
           " Prelates",
           " Wizards",
           " Sages",
           " Elite Goblin Guard",
           " Giant Wooly Spider",
           " Dire Pup",
           " Young Dire Wolf",
           " Dire Wolf",
           " Large Dire Wolf",
           " Giant Dire Wolf",
           " Icy Terror",
           " a giant polar bear",
           " Ice Giant Youth",
           " Ice Giant",
           " Ice Giant Magi",
           " Ice Giant Priest"
       ],
       "Notable NPCs": [
           {
               "name": "Lady Vox",
               "link": "https://wiki.project1999.com/Lady_Vox"
           },
           {
               "name": "Priest of Nagafen",
               "link": "https://wiki.project1999.com/Priest_of_Nagafen"
           },
           {
               "name": "High Priest Zaharn",
               "link": "https://wiki.project1999.com/High_Priest_Zaharn"
           },
           {
               "name": "A goblin alchemist (Permafrost)",
               "link": "https://wiki.project1999.com/A_goblin_alchemist_(Permafrost)"
           },
           {
               "name": "King Thex'Ka IV",
               "link": "https://wiki.project1999.com/King_Thex%27Ka_IV"
           },
           {
               "name": "Goblin Archeologist",
               "link": "https://wiki.project1999.com/Goblin_Archeologist"
           },
           {
               "name": "Goblin Patriarch",
               "link": "https://wiki.project1999.com/Goblin_Patriarch"
           },
           {
               "name": "Goblin Preacher",
               "link": "https://wiki.project1999.com/Goblin_Preacher"
           },
           {
               "name": "Goblin Jail Master",
               "link": "https://wiki.project1999.com/Goblin_Jail_Master"
           },
           {
               "name": "Goblin Scryer",
               "link": "https://wiki.project1999.com/Goblin_Scryer"
           },
           {
               "name": "Elite Honor Guard",
               "link": "https://wiki.project1999.com/Elite_Honor_Guard"
           },
           {
               "name": "Injured Polar Bear",
               "link": "https://wiki.project1999.com/Injured_Polar_Bear"
           },
           {
               "name": "Ice Goblin Champion",
               "link": "https://wiki.project1999.com/Ice_Goblin_Champion"
           },
           {
               "name": "Ice Giant Diplomat",
               "link": "https://wiki.project1999.com/Ice_Giant_Diplomat"
           }
       ],
       "Unique Items": [
           {
               "name": "Archeologist Pack",
               "link": "https://wiki.project1999.com/Archeologist_Pack"
           },
           {
               "name": "Barbarian Hunting Spear",
               "link": "https://wiki.project1999.com/Barbarian_Hunting_Spear"
           },
           {
               "name": "Cold Iron Morning Star",
               "link": "https://wiki.project1999.com/Cold_Iron_Morning_Star"
           },
           {
               "name": "Crystalline Blade",
               "link": "https://wiki.project1999.com/Crystalline_Blade"
           },
           {
               "name": "Dented Brass Mask",
               "link": "https://wiki.project1999.com/Dented_Brass_Mask"
           },
           {
               "name": "Etched Ivory Charm",
               "link": "https://wiki.project1999.com/Etched_Ivory_Charm"
           },
           {
               "name": "Frost Goblin Skin",
               "link": "https://wiki.project1999.com/Frost_Goblin_Skin"
           },
           {
               "name": "Goblin Frost Totem",
               "link": "https://wiki.project1999.com/Goblin_Frost_Totem"
           },
           {
               "name": "Icy Greaves",
               "link": "https://wiki.project1999.com/Icy_Greaves"
           },
           {
               "name": "Ice Crystal Staff",
               "link": "https://wiki.project1999.com/Ice_Crystal_Staff"
           },
           {
               "name": "Shock of Frost",
               "link": "https://wiki.project1999.com/Shock_of_Frost"
           },
           {
               "name": "Mammoth Hide Cloak",
               "link": "https://wiki.project1999.com/Mammoth_Hide_Cloak"
           },
           {
               "name": "Mammoth Hide Leggings",
               "link": "https://wiki.project1999.com/Mammoth_Hide_Leggings"
           },
           {
               "name": "Runed Circlet",
               "link": "https://wiki.project1999.com/Runed_Circlet"
           },
           {
               "name": "Silvery Two Handed Axe",
               "link": "https://wiki.project1999.com/Silvery_Two_Handed_Axe"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Silvery War Axe",
               "link": "https://wiki.project1999.com/Silvery_War_Axe"
           },
           {
               "name": "Symbol of Loyalty to Vox",
               "link": "https://wiki.project1999.com/Symbol_of_Loyalty_to_Vox"
           },
           {
               "name": "Throwing Boulder",
               "link": "https://wiki.project1999.com/Throwing_Boulder"
           },
           {
               "name": "White Wolf-hide Cloak",
               "link": "https://wiki.project1999.com/White_Wolf-hide_Cloak"
           },
           {
               "name": "Wolf Fur Slippers",
               "link": "https://wiki.project1999.com/Wolf_Fur_Slippers"
           },
           {
               "name": "Wooly Spider Silk Net",
               "link": "https://wiki.project1999.com/Wooly_Spider_Silk_Net"
           },
           {
               "name": "Ensnaring Roots",
               "link": "https://wiki.project1999.com/Ensnaring_Roots"
           },
           {
               "name": "Zaharn's Coronet",
               "link": "https://wiki.project1999.com/Zaharn%27s_Coronet"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "0",
           " 0 (Near the zone line to Everfrost Peaks)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": [
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Staff of Temperate Flux",
               "link": "https://wiki.project1999.com/Staff_of_Temperate_Flux"
           },
           {
               "name": "Words of Darkness",
               "link": "https://wiki.project1999.com/Words_of_Darkness"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Qeynos Aqueducts",
       "Friendly Name (If different)": null,
       "Name in /who": "qcat",
       "Full URL": "https://wiki.project1999.com/Qeynos_Aqueducts",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Qeynos",
           "link": "https://wiki.project1999.com/Qeynos"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-15",
           " 33-38"
       ],
       "Types of Monsters": [
           "Fish",
           " Small Alligators",
           " Large Spiders",
           " Large Rats",
           " Sewer Rats",
           " Giant Rats",
           " Snakes",
           " Green Snakes",
           " Large Snakes",
           " Bats",
           " Giant Bats",
           " Fire Beetles",
           " Frogloks",
           " Wimpy Skeletons",
           " Decaying Skeletons",
           " Skeletons",
           " Putrid Skeletons",
           " Dread Corpses",
           " Gelatinous Cubes",
           " Beggars",
           " Mercenaries",
           " Thugs",
           " Sewer Sentinels",
           " Smugglers",
           " Ring Leaders",
           " Large Piranha",
           " Sharks",
           " Septic Rats",
           " Necromancers",
           " Spectres",
           " Decaying Sentry",
           " Rotting Sentry"
       ],
       "Notable NPCs": [
           {
               "name": "Argyn Shieldstan",
               "link": "https://wiki.project1999.com/Argyn_Shieldstan"
           },
           {
               "name": "Bait Masterson",
               "link": "https://wiki.project1999.com/Bait_Masterson"
           },
           {
               "name": "Beggar Wyllin",
               "link": "https://wiki.project1999.com/Beggar_Wyllin"
           },
           {
               "name": "Bloated Alligator",
               "link": "https://wiki.project1999.com/Bloated_Alligator"
           },
           {
               "name": "Cuburt",
               "link": "https://wiki.project1999.com/Cuburt"
           },
           {
               "name": "Drosco",
               "link": "https://wiki.project1999.com/Drosco"
           },
           {
               "name": "An injured rat",
               "link": "https://wiki.project1999.com/An_injured_rat"
           },
           {
               "name": "A Nesting Rat",
               "link": "https://wiki.project1999.com/A_Nesting_Rat"
           },
           {
               "name": "Ronn Castekin",
               "link": "https://wiki.project1999.com/Ronn_Castekin"
           },
           {
               "name": "a shady mercenary",
               "link": "https://wiki.project1999.com/A_shady_mercenary"
           },
           {
               "name": "An undead knight (Qeynos Aqueducts)",
               "link": "https://wiki.project1999.com/An_undead_knight_(Qeynos_Aqueducts)"
           },
           {
               "name": "Vin Moltor",
               "link": "https://wiki.project1999.com/Vin_Moltor"
           }
       ],
       "Unique Items": [
           {
               "name": "Alligator Egg",
               "link": "https://wiki.project1999.com/Alligator_Egg"
           },
           {
               "name": "Alligator Tooth Earring",
               "link": "https://wiki.project1999.com/Alligator_Tooth_Earring"
           },
           {
               "name": "Golden Locket",
               "link": "https://wiki.project1999.com/Golden_Locket"
           },
           {
               "name": "Limestone Ring",
               "link": "https://wiki.project1999.com/Limestone_Ring"
           },
           {
               "name": "Thick Black Cape",
               "link": "https://wiki.project1999.com/Thick_Black_Cape"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "214",
           " -315 (Near the zone line to South Qeynos)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "The Bayle List",
               "link": "https://wiki.project1999.com/The_Bayle_List"
           },
           {
               "name": "Find Lucie Elron",
               "link": "https://wiki.project1999.com/Find_Lucie_Elron"
           },
           {
               "name": "Rogue Epic Quest",
               "link": "https://wiki.project1999.com/Rogue_Epic_Quest"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Solusek's Eye",
       "Friendly Name (If different)": "Solusek's Eye (Sol A)",
       "Name in /who": "soldunga",
       "Full URL": "https://wiki.project1999.com/Solusek's_Eye",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Nagafen's Lair (Sol B)",
               "link": "https://wiki.project1999.com/Nagafen%27s_Lair"
           },
           {
               "name": "Lavastorm Mountains",
               "link": "https://wiki.project1999.com/Lavastorm_Mountains"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "20-40",
       "Types of Monsters": [
           "Young",
           " Cinder",
           " Flame",
           " Fire",
           " Inferno",
           " and Solusek Goblins",
           " Wizards",
           " and Shamans; Solusek Champions",
           " Priests",
           " and Mages; Goblin Merchant; Gnome Miners",
           " Curators",
           " and Conjurers; CWG Models CA",
           " CB",
           " CC",
           " MA",
           " MB",
           " MC",
           " XA",
           " XB",
           " and XC; CWG Spider",
           " Blazing Elemental"
       ],
       "Notable NPCs": [
           {
               "name": "Captain Bipnubble",
               "link": "https://wiki.project1999.com/Captain_Bipnubble"
           },
           {
               "name": "CWG Model EXG",
               "link": "https://wiki.project1999.com/CWG_Model_EXG"
           },
           {
               "name": "Fire Goblin Bartender",
               "link": "https://wiki.project1999.com/Fire_Goblin_Bartender"
           },
           {
               "name": "Inferno Goblin Captain",
               "link": "https://wiki.project1999.com/Inferno_Goblin_Captain"
           },
           {
               "name": "Fire Goblin Drunkard",
               "link": "https://wiki.project1999.com/Fire_Goblin_Drunkard"
           },
           {
               "name": "Goblin High Shaman",
               "link": "https://wiki.project1999.com/Goblin_High_Shaman"
           },
           {
               "name": "Solusek Goblin King",
               "link": "https://wiki.project1999.com/Solusek_Goblin_King"
           },
           {
               "name": "Gabbie Mardoddle",
               "link": "https://wiki.project1999.com/Gabbie_Mardoddle"
           },
           {
               "name": "flame goblin foreman",
               "link": "https://wiki.project1999.com/Flame_goblin_foreman"
           },
           {
               "name": "Inferno Goblin Torturer",
               "link": "https://wiki.project1999.com/Inferno_Goblin_Torturer"
           },
           {
               "name": "Kindle",
               "link": "https://wiki.project1999.com/Kindle"
           },
           {
               "name": "Kobold predator",
               "link": "https://wiki.project1999.com/Kobold_predator"
           },
           {
               "name": "lava elemental",
               "link": "https://wiki.project1999.com/Lava_elemental"
           },
           {
               "name": "Lord Gimblox",
               "link": "https://wiki.project1999.com/Lord_Gimblox"
           },
           {
               "name": "Lynada the Exiled",
               "link": "https://wiki.project1999.com/Lynada_the_Exiled"
           },
           {
               "name": "Marfen Binkdirple",
               "link": "https://wiki.project1999.com/Marfen_Binkdirple"
           },
           {
               "name": "Reckless Efreeti",
               "link": "https://wiki.project1999.com/Reckless_Efreeti"
           },
           {
               "name": "Singe",
               "link": "https://wiki.project1999.com/Singe"
           }
       ],
       "Unique Items": [
           {
               "name": "Brick of Blue Ore",
               "link": "https://wiki.project1999.com/Brick_of_Blue_Ore"
           },
           {
               "name": "Charred Boots",
               "link": "https://wiki.project1999.com/Charred_Boots"
           },
           {
               "name": "Charred Guardian Shield",
               "link": "https://wiki.project1999.com/Charred_Guardian_Shield"
           },
           {
               "name": "Charred Guardian Breastplate",
               "link": "https://wiki.project1999.com/Charred_Guardian_Breastplate"
           },
           {
               "name": "Charred Gauntlets",
               "link": "https://wiki.project1999.com/Charred_Gauntlets"
           },
           {
               "name": "Drake-hide Leggings",
               "link": "https://wiki.project1999.com/Drake-hide_Leggings"
           },
           {
               "name": "Drake-hide Sleeves",
               "link": "https://wiki.project1999.com/Drake-hide_Sleeves"
           },
           {
               "name": "Drakescale Belt",
               "link": "https://wiki.project1999.com/Drakescale_Belt"
           },
           {
               "name": "Fire Crystal Staff",
               "link": "https://wiki.project1999.com/Fire_Crystal_Staff"
           },
           {
               "name": "Shock of Fire",
               "link": "https://wiki.project1999.com/Shock_of_Fire"
           },
           {
               "name": "Foreman's Tunic",
               "link": "https://wiki.project1999.com/Foreman%27s_Tunic"
           },
           {
               "name": "Frothy Goblin Tonic",
               "link": "https://wiki.project1999.com/Frothy_Goblin_Tonic"
           },
           {
               "name": "Glowing Stone Band",
               "link": "https://wiki.project1999.com/Glowing_Stone_Band"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Gnomish Environment Suit",
               "link": "https://wiki.project1999.com/Gnomish_Environment_Suit"
           },
           {
               "name": "Goblin Fire Totem",
               "link": "https://wiki.project1999.com/Goblin_Fire_Totem"
           },
           {
               "name": "Impskin Gloves",
               "link": "https://wiki.project1999.com/Impskin_Gloves"
           },
           {
               "name": "Kobold-Hide Boots",
               "link": "https://wiki.project1999.com/Kobold-Hide_Boots"
           },
           {
               "name": "Lava Potion",
               "link": "https://wiki.project1999.com/Lava_Potion"
           },
           {
               "name": "Inferno Shield",
               "link": "https://wiki.project1999.com/Inferno_Shield"
           },
           {
               "name": "Lord Gimblox's Signet Ring",
               "link": "https://wiki.project1999.com/Lord_Gimblox%27s_Signet_Ring"
           },
           {
               "name": "Mithril Quill",
               "link": "https://wiki.project1999.com/Mithril_Quill"
           },
           {
               "name": "Molten Cloak",
               "link": "https://wiki.project1999.com/Molten_Cloak"
           },
           {
               "name": "Memento Box",
               "link": "https://wiki.project1999.com/Memento_Box"
           },
           {
               "name": "Obsidian Bead Hoop",
               "link": "https://wiki.project1999.com/Obsidian_Bead_Hoop"
           },
           {
               "name": "Obsidian Flamberge",
               "link": "https://wiki.project1999.com/Obsidian_Flamberge"
           },
           {
               "name": "Obsidian Shatter",
               "link": "https://wiki.project1999.com/Obsidian_Shatter"
           },
           {
               "name": "Obsidian Ring",
               "link": "https://wiki.project1999.com/Obsidian_Ring"
           },
           {
               "name": "Obsidian Scimitar",
               "link": "https://wiki.project1999.com/Obsidian_Scimitar"
           },
           {
               "name": "Obsidian Shard",
               "link": "https://wiki.project1999.com/Obsidian_Shard"
           },
           {
               "name": "Obsidian Shatter",
               "link": "https://wiki.project1999.com/Obsidian_Shatter"
           },
           {
               "name": "Platinum Armband",
               "link": "https://wiki.project1999.com/Platinum_Armband"
           },
           {
               "name": "Platinum Dragon Totem",
               "link": "https://wiki.project1999.com/Platinum_Dragon_Totem"
           },
           {
               "name": "Ring of Goblin Lords",
               "link": "https://wiki.project1999.com/Ring_of_Goblin_Lords"
           },
           {
               "name": "Runed Lava Pendant",
               "link": "https://wiki.project1999.com/Runed_Lava_Pendant"
           },
           {
               "name": "Scepter of Flame",
               "link": "https://wiki.project1999.com/Scepter_of_Flame"
           },
           {
               "name": "A 'Sparkle' Purse",
               "link": "https://wiki.project1999.com/A_%27Sparkle%27_Purse"
           },
           {
               "name": "Bag of the Tinkerers",
               "link": "https://wiki.project1999.com/Bag_of_the_Tinkerers"
           },
           {
               "name": "Turquoise Eyepatch",
               "link": "https://wiki.project1999.com/Turquoise_Eyepatch"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-476",
           " -486 (Zone line to Lavastorm)"
       ],
       "Zone Spawn Timer": "18:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": {
           "name": "Skarlorns-leveling-sol-a-leveling-guide",
           "link": "https://wiki.project1999.com/Skarlorns-leveling-sol-a-leveling-guide"
       }
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Splitpaw Lair",
       "Friendly Name (If different)": null,
       "Name in /who": "paw",
       "Full URL": "https://wiki.project1999.com/Splitpaw_Lair",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Southern Plains of Karana",
           "link": "https://wiki.project1999.com/Southern_Plains_of_Karana"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "25-45",
       "Types of Monsters": [
           "Gnoll Ranks (least to most powerful): Mas",
           " Mal",
           " Val; Gnoll Classes: Lteth--Rogues",
           " Tesch--Warriors",
           " Nisch--Shaman/Cleric",
           " Rosch--Caster; Gnoll Prisoners",
           " Gaduladian Widemouths"
       ],
       "Notable NPCs": [
           {
               "name": "Brother Hayle",
               "link": "https://wiki.project1999.com/Brother_Hayle"
           },
           {
               "name": "The Ishva Mal",
               "link": "https://wiki.project1999.com/The_Ishva_Mal"
           },
           {
               "name": "Kurrpok Splitpaw",
               "link": "https://wiki.project1999.com/Kurrpok_Splitpaw"
           },
           {
               "name": "Tesch Val Kadvem",
               "link": "https://wiki.project1999.com/Tesch_Val_Kadvem"
           },
           {
               "name": "Tesch Val Deval`Nmak",
               "link": "https://wiki.project1999.com/Tesch_Val_Deval%60Nmak"
           },
           {
               "name": "Nisch Val Torash Mashk",
               "link": "https://wiki.project1999.com/Nisch_Val_Torash_Mashk"
           },
           {
               "name": "Rosch Val L'Vlor",
               "link": "https://wiki.project1999.com/Rosch_Val_L%27Vlor"
           }
       ],
       "Unique Items": [
           {
               "name": "Split Paw Hide Gloves",
               "link": "https://wiki.project1999.com/Split_Paw_Hide_Gloves"
           },
           {
               "name": "Split Paw",
               "link": "https://wiki.project1999.com/Split_Paw"
           },
           {
               "name": "Gnoll Hide Lariat",
               "link": "https://wiki.project1999.com/Gnoll_Hide_Lariat"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Dagger of Dropping",
               "link": "https://wiki.project1999.com/Dagger_of_Dropping"
           },
           {
               "name": "Weaken",
               "link": "https://wiki.project1999.com/Weaken"
           },
           {
               "name": "Preserved Split Paw Eye",
               "link": "https://wiki.project1999.com/Preserved_Split_Paw_Eye"
           },
           {
               "name": "Glimpse",
               "link": "https://wiki.project1999.com/Glimpse"
           },
           {
               "name": "Kicsh Der Pavz",
               "link": "https://wiki.project1999.com/Kicsh_Der_Pavz"
           },
           {
               "name": "Strong Poison",
               "link": "https://wiki.project1999.com/Strong_Poison"
           },
           {
               "name": "Gnoll Hide Tome",
               "link": "https://wiki.project1999.com/Gnoll_Hide_Tome"
           },
           {
               "name": "Vacra Av Svim",
               "link": "https://wiki.project1999.com/Vacra_Av_Svim"
           },
           {
               "name": "Devlas Ilkvel",
               "link": "https://wiki.project1999.com/Devlas_Ilkvel"
           },
           {
               "name": "Robe of the Ishva",
               "link": "https://wiki.project1999.com/Robe_of_the_Ishva"
           },
           {
               "name": "Brain of the Ishva Mal",
               "link": "https://wiki.project1999.com/Brain_of_the_Ishva_Mal"
           },
           {
               "name": "Tesch Val Sinisch",
               "link": "https://wiki.project1999.com/Tesch_Val_Sinisch"
           },
           {
               "name": "Weak Poison",
               "link": "https://wiki.project1999.com/Weak_Poison"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-79",
           " -7 (Zone line to South Karana)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": [
           {
               "name": "Playing4peace2's Splitpaw Made Easier Guide",
               "link": "https://wiki.project1999.com/Playing4peace2%27s_Splitpaw_Made_Easier_Guide"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           }
       ]
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "The Temple of Solusek Ro",
       "Friendly Name (If different)": null,
       "Name in /who": "soltemple",
       "Full URL": "https://wiki.project1999.com/The_Temple_of_Solusek_Ro",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Lavastorm Mountains",
           "link": "https://wiki.project1999.com/Lavastorm_Mountains"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "Quest Only",
       "Types of Monsters": "Quest Only",
       "Notable NPCs": [],
       "Unique Items": [],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "269",
           " 8 (Zone line to Lavastorm)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Antonica",
       "Type": "Dungeons",
       "URL Name": "Upper Guk",
       "Friendly Name (If different)": null,
       "Name in /who": "guktop",
       "Full URL": "https://wiki.project1999.com/Upper_Guk",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Innothule Swamp",
               "link": "https://wiki.project1999.com/Innothule_Swamp"
           },
           {
               "name": "Lower Guk",
               "link": "https://wiki.project1999.com/Lower_Guk"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "4-25+",
       "Types of Monsters": [
           "Frogloks of all types",
           " including Tads",
           " Guards",
           " Sentries at the front end",
           " then to more advanced frogloks",
           " including Warrior",
           " Shaman",
           " and Knight types",
           " named (weakest to strongest) Tuk",
           " Gaz",
           " Ton",
           " Vis",
           " Shin",
           " Nok",
           " and Tsu",
           " Tonta Knight; Swamp Alligators",
           " Saltwater Crocodiles",
           " Heart Spiders",
           " Large Heart Spider",
           " Fungus Drone",
           " Fungus Breeder",
           " Fungus Soldier",
           " Fungus Ancient",
           " Fungus Mutant",
           " Skeletal Monk"
       ],
       "Notable NPCs": [
           {
               "name": "a froglok gaz squire",
               "link": "https://wiki.project1999.com/A_froglok_gaz_squire"
           },
           {
               "name": "a froglok idealist",
               "link": "https://wiki.project1999.com/A_froglok_idealist"
           },
           {
               "name": "a froglok realist",
               "link": "https://wiki.project1999.com/A_froglok_realist"
           },
           {
               "name": "a froglok necromancer",
               "link": "https://wiki.project1999.com/A_froglok_necromancer"
           },
           {
               "name": "a froglok scryer",
               "link": "https://wiki.project1999.com/A_froglok_scryer"
           },
           {
               "name": "a froglok summoner",
               "link": "https://wiki.project1999.com/A_froglok_summoner"
           },
           {
               "name": "a froglok nokta shaman",
               "link": "https://wiki.project1999.com/A_froglok_nokta_shaman"
           },
           {
               "name": "a froglok shin knight",
               "link": "https://wiki.project1999.com/A_froglok_shin_knight"
           },
           {
               "name": "the froglok shin lord",
               "link": "https://wiki.project1999.com/The_froglok_shin_lord"
           },
           {
               "name": "Tempus",
               "link": "https://wiki.project1999.com/Tempus"
           },
           {
               "name": "a giant heart spider",
               "link": "https://wiki.project1999.com/A_giant_heart_spider"
           },
           {
               "name": "an ancient croc",
               "link": "https://wiki.project1999.com/Ancient_Crocodile"
           }
       ],
       "Unique Items": [
           {
               "name": "Bracelet of Woven Grass",
               "link": "https://wiki.project1999.com/Bracelet_of_Woven_Grass"
           },
           {
               "name": "Brazier of Elemental Summoning",
               "link": "https://wiki.project1999.com/Brazier_of_Elemental_Summoning"
           },
           {
               "name": "Elemental: Fire",
               "link": "https://wiki.project1999.com/Elemental:_Fire"
           },
           {
               "name": "Chitin Shell Armor",
               "link": "https://wiki.project1999.com/Chitin_Shell_Armor"
           },
           {
               "name": "Chitin Shell Shield",
               "link": "https://wiki.project1999.com/Chitin_Shell_Shield"
           },
           {
               "name": "Collar of Undead Protection",
               "link": "https://wiki.project1999.com/Collar_of_Undead_Protection"
           },
           {
               "name": "Elf-Hide Gloves",
               "link": "https://wiki.project1999.com/Elf-Hide_Gloves"
           },
           {
               "name": "Fungus Spores",
               "link": "https://wiki.project1999.com/Fungus_Spores"
           },
           {
               "name": "Fungus Spores",
               "link": "https://wiki.project1999.com/Fungus_Spores_(Effect)"
           },
           {
               "name": "Gatorscale Leggings",
               "link": "https://wiki.project1999.com/Gatorscale_Leggings"
           },
           {
               "name": "Gatorscale Sleeves",
               "link": "https://wiki.project1999.com/Gatorscale_Sleeves"
           },
           {
               "name": "Ghoulbane",
               "link": "https://wiki.project1999.com/Ghoulbane"
           },
           {
               "name": "Dismiss Undead",
               "link": "https://wiki.project1999.com/Dismiss_Undead"
           },
           {
               "name": "Glowing Mask",
               "link": "https://wiki.project1999.com/Glowing_Mask"
           },
           {
               "name": "Moss Mask",
               "link": "https://wiki.project1999.com/Moss_Mask"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Pouch of Ghoul Ash",
               "link": "https://wiki.project1999.com/Pouch_of_Ghoul_Ash"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Reed Ring",
               "link": "https://wiki.project1999.com/Reed_Ring"
           },
           {
               "name": "Runed Bone Fork",
               "link": "https://wiki.project1999.com/Runed_Bone_Fork"
           },
           {
               "name": "A Shimmering Orb",
               "link": "https://wiki.project1999.com/A_Shimmering_Orb"
           },
           {
               "name": "Silver-Plated Bracer",
               "link": "https://wiki.project1999.com/Silver-Plated_Bracer"
           },
           {
               "name": "Soiled Boots",
               "link": "https://wiki.project1999.com/Soiled_Boots"
           },
           {
               "name": "Troll-Hide Belt",
               "link": "https://wiki.project1999.com/Troll-Hide_Belt"
           },
           {
               "name": "Vial of Egg Whites",
               "link": "https://wiki.project1999.com/Vial_of_Egg_Whites"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Guk Bracket Mildew",
               "link": "https://wiki.project1999.com/Guk_Bracket_Mildew"
           },
           {
               "name": "Degenerated Guk Weed",
               "link": "https://wiki.project1999.com/Degenerated_Guk_Weed"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-36",
           " 7 (Zone line to Innothule)"
       ],
       "Zone Spawn Timer": "16:30",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Odus",
       "Type": "Cities",
       "URL Name": "Erudin",
       "Friendly Name (If different)": null,
       "Name in /who": [
           "erudnext (Erudin)",
           " erudnint (Palace)"
       ],
       "Full URL": "https://wiki.project1999.com/Erudin",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Erud's Crossing",
               "link": "https://wiki.project1999.com/Erud%27s_Crossing"
           },
           {
               "name": "Toxxulia Forest",
               "link": "https://wiki.project1999.com/Toxxulia_Forest"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "109",
           " -309 (Pier)"
       ],
       "Zone Spawn Timer": "24:00 (Sharks are on 6:40)",
       "Related Quests": [
           {
               "name": "Barnacle Breastplate",
               "link": "https://wiki.project1999.com/Barnacle_Breastplate_Quest"
           },
           {
               "name": "Erud's Tonic",
               "link": "https://wiki.project1999.com/Erud%27s_Tonic_Quest"
           },
           {
               "name": "Ice Goblin Beads",
               "link": "https://wiki.project1999.com/Ice_Goblin_Beads"
           },
           {
               "name": "Skeleton Killing",
               "link": "https://wiki.project1999.com/Skeleton_Killing"
           },
           {
               "name": "Teatament of Vanear",
               "link": "https://wiki.project1999.com/Testament_of_Vanear_Quest"
           },
           {
               "name": "Peacekeeper Staff",
               "link": "https://wiki.project1999.com/Peacekeeper_Staff_Quest"
           },
           {
               "name": "The Bridge",
               "link": "https://wiki.project1999.com/The_Bridge"
           },
           {
               "name": "The Power of the Gatecallers",
               "link": "https://wiki.project1999.com/The_Power_of_the_Gatecallers"
           },
           {
               "name": "Quellious Symbol Quests",
               "link": "https://wiki.project1999.com/Quellious_Symbol_Quests"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Enchanter",
               "link": "https://wiki.project1999.com/Enchanter"
           },
           {
               "name": "Magician",
               "link": "https://wiki.project1999.com/Magician"
           },
           {
               "name": "Paladin",
               "link": "https://wiki.project1999.com/Paladin"
           },
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           }
       ],
       "City Races": {
           "name": "Erudite",
           "link": "https://wiki.project1999.com/Erudite"
       },
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Loom",
               "link": "https://wiki.project1999.com/Loom"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Odus",
       "Type": "Cities",
       "URL Name": "Paineel",
       "Friendly Name (If different)": null,
       "Name in /who": "paineel",
       "Full URL": "https://wiki.project1999.com/Paineel",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "The Hole",
               "link": "https://wiki.project1999.com/The_Hole"
           },
           {
               "name": "The Warrens",
               "link": "https://wiki.project1999.com/The_Warrens"
           },
           {
               "name": "Toxxulia Forest",
               "link": "https://wiki.project1999.com/Toxxulia_Forest"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "800",
           " 200 (Zone line to Toxxulia)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Cazic Thule Symbol Quests",
               "link": "https://wiki.project1999.com/Cazic_Thule_Symbol_Quests"
           },
           {
               "name": "Azraxs' Legacy",
               "link": "https://wiki.project1999.com/Azraxs%27_Legacy"
           },
           {
               "name": "Experienced Courier",
               "link": "https://wiki.project1999.com/Experienced_Courier"
           },
           {
               "name": "The Fisherman",
               "link": "https://wiki.project1999.com/The_Fisherman"
           },
           {
               "name": "The Lost Pet",
               "link": "https://wiki.project1999.com/The_Lost_Pet"
           },
           {
               "name": "The Summoning of Dread",
               "link": "https://wiki.project1999.com/The_Summoning_of_Dread"
           },
           {
               "name": "The Summoning of Fright",
               "link": "https://wiki.project1999.com/The_Summoning_of_Fright"
           },
           {
               "name": "The Summoning of Terror",
               "link": "https://wiki.project1999.com/The_Summoning_of_Terror"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           },
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           }
       ],
       "City Races": {
           "name": "Erudite",
           "link": "https://wiki.project1999.com/Erudite"
       },
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Odus",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Erud's Crossing",
       "Friendly Name (If different)": null,
       "Name in /who": "erudsxing",
       "Full URL": "https://wiki.project1999.com/Erud's_Crossing",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Erudin",
               "link": "https://wiki.project1999.com/Erudin"
           },
           {
               "name": "Qeynos",
               "link": "https://wiki.project1999.com/Qeynos"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "5-15",
       "Types of Monsters": [
           "Kerra Isle Beetles",
           " Kerra Isle Spiders",
           " Kerra Snakes",
           " Will o' Wisps",
           " Island Madmen",
           " Zombie Sailors",
           " Skeleton Sailors",
           " various named Kerrans",
           " Vampire Bats",
           " Fire Elementals",
           " an erudite madman",
           " Seahorse",
           " Mermaid",
           " Giant Pirhanas",
           " Thought Bleeder",
           " Killer Sharks",
           " Sharks",
           " Hammerhead Sharks",
           " Plague Sharks"
       ],
       "Notable NPCs": [
           {
               "name": "Ooglyn",
               "link": "https://wiki.project1999.com/Ooglyn"
           },
           {
               "name": "a plague shark",
               "link": "https://wiki.project1999.com/A_plague_shark"
           },
           {
               "name": "a vampire bat",
               "link": "https://wiki.project1999.com/A_vampire_bat"
           },
           {
               "name": "an erudite madman",
               "link": "https://wiki.project1999.com/An_erudite_madman"
           },
           {
               "name": "a zombie sailor",
               "link": "https://wiki.project1999.com/A_zombie_sailor"
           },
           {
               "name": "a thought bleeder",
               "link": "https://wiki.project1999.com/A_thought_bleeder"
           }
       ],
       "Unique Items": {
           "name": "Thin Boned Wand",
           "link": "https://wiki.project1999.com/Thin_Boned_Wand"
       },
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1767",
           " 795 (Pier)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Odus",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Kerra Island",
       "Friendly Name (If different)": null,
       "Name in /who": "kerraridge",
       "Full URL": "https://wiki.project1999.com/Kerra_Island",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Toxxulia Forest",
           "link": "https://wiki.project1999.com/Toxxulia_Forest"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "15-25",
       "Types of Monsters": [
           "a catfisher",
           " a Kerran male",
           " a kerran female",
           " kerran high guard",
           " kerran tseq",
           " a banished kerran",
           " drunken ghulam",
           " dozing ghulam",
           " a kerran ademzada",
           " a kerran ademzada shaman",
           " a kerran ademzada`amir",
           " a kerran ahmad shaman",
           " a kerran `amir",
           " a kerran amira guardian",
           " a kerran amira protector",
           " a kerran awrat",
           " a kerran ghazi",
           " a kerran ghazi shaman",
           " a kerran ghazi`amir",
           " a kerran ghulam",
           " a kerran huntress",
           " a kerran ispusar",
           " a kerran keeper",
           " a kerran mamluk",
           " a kerran mujahed",
           " a kerran pasdar",
           " a kerran pazdar",
           " a kerran pazdar shaman",
           " a kerran priestess",
           " a kerran pridesman",
           " a kerran puzhal",
           " a kerran sha`rr apprentice",
           " kerran Mujah",
           " a kerran gorilla",
           " a kerran gorilla shaman",
           " a gorilla guard",
           " a gorilla protector",
           " a kerra lion",
           " a kerra puma",
           " a tiger",
           "  a patrolling tiger",
           " kerran tiger spahi",
           " Spikefish",
           " a venomous spikefish",
           " wharf rat",
           " a kobold prisoner",
           " a kobold captive",
           " a heretic necromancer",
           " a skeleton",
           " a decaying skeleton",
           " Kerran chieftain"
       ],
       "Notable NPCs": [
           {
               "name": "Khonza Mitty of Kerra",
               "link": "https://wiki.project1999.com/Khonza_Mitty_of_Kerra"
           },
           {
               "name": "Lord Gongo",
               "link": "https://wiki.project1999.com/Lord_Gongo"
           },
           {
               "name": "fang tooth",
               "link": "https://wiki.project1999.com/Fang_tooth"
           },
           {
               "name": "Razortooth (NPC)",
               "link": "https://wiki.project1999.com/Razortooth_(NPC)"
           },
           {
               "name": "High Priestess Mitty",
               "link": "https://wiki.project1999.com/High_Priestess_Mitty"
           },
           {
               "name": "Hamed Grarr",
               "link": "https://wiki.project1999.com/Hamed_Grarr"
           },
           {
               "name": "the Kerran Sha`rr",
               "link": "https://wiki.project1999.com/The_Kerran_Sha%60rr"
           },
           {
               "name": "Allix",
               "link": "https://wiki.project1999.com/Allix"
           },
           {
               "name": "Erfer Longclaw",
               "link": "https://wiki.project1999.com/Erfer_Longclaw"
           },
           {
               "name": "Errrak Thickshank",
               "link": "https://wiki.project1999.com/Errrak_Thickshank"
           },
           {
               "name": "Feren",
               "link": "https://wiki.project1999.com/Feren"
           },
           {
               "name": "Feskr Drinkmaker",
               "link": "https://wiki.project1999.com/Feskr_Drinkmaker"
           },
           {
               "name": "Graalf Sharpclaw",
               "link": "https://wiki.project1999.com/Graalf_Sharpclaw"
           },
           {
               "name": "Iffrir Soulcaller",
               "link": "https://wiki.project1999.com/Iffrir_Soulcaller"
           },
           {
               "name": "Marl Kastane",
               "link": "https://wiki.project1999.com/Marl_Kastane"
           },
           {
               "name": "Melixis",
               "link": "https://wiki.project1999.com/Melixis"
           },
           {
               "name": "Raarrk",
               "link": "https://wiki.project1999.com/Raarrk"
           },
           {
               "name": "Roary Fishpouncer",
               "link": "https://wiki.project1999.com/Roary_Fishpouncer"
           },
           {
               "name": "Shazda Asad",
               "link": "https://wiki.project1999.com/Shazda_Asad"
           },
           {
               "name": "Thalith Mamluk",
               "link": "https://wiki.project1999.com/Thalith_Mamluk"
           },
           {
               "name": "Urkath  Greyface",
               "link": "https://wiki.project1999.com/Urkath_Greyface"
           },
           {
               "name": "Wislen Mamluk",
               "link": "https://wiki.project1999.com/Wislen_Mamluk"
           },
           {
               "name": "Jo Jo",
               "link": "https://wiki.project1999.com/Jo_Jo"
           },
           {
               "name": "Maugarim",
               "link": "https://wiki.project1999.com/Maugarim"
           },
           {
               "name": "Kirran Mirrah",
               "link": "https://wiki.project1999.com/Kirran_Mirrah"
           }
       ],
       "Unique Items": [
           {
               "name": "Cat o' Nine Tails",
               "link": "https://wiki.project1999.com/Cat_o%27_Nine_Tails"
           },
           {
               "name": "Feet like Cat",
               "link": "https://wiki.project1999.com/Feet_like_Cat"
           },
           {
               "name": "Fishbone Necklace",
               "link": "https://wiki.project1999.com/Fishbone_Necklace"
           },
           {
               "name": "Gorilla Hide Leggings",
               "link": "https://wiki.project1999.com/Gorilla_Hide_Leggings"
           },
           {
               "name": "Hamed's Ring of Tears",
               "link": "https://wiki.project1999.com/Hamed%27s_Ring_of_Tears"
           },
           {
               "name": "Sejah Ghulam Bracer",
               "link": "https://wiki.project1999.com/Sejah_Ghulam_Bracer"
           },
           {
               "name": "Bone Talisman",
               "link": "https://wiki.project1999.com/Bone_Talisman"
           },
           {
               "name": "Mystical Claws of Jojo",
               "link": "https://wiki.project1999.com/Mystical_Claws_of_Jojo"
           },
           {
               "name": "Hexed Kerran Doll",
               "link": "https://wiki.project1999.com/Hexed_Kerran_Doll"
           },
           {
               "name": "Kerran Headband",
               "link": "https://wiki.project1999.com/Kerran_Headband"
           },
           {
               "name": "Shazda Turban",
               "link": "https://wiki.project1999.com/Shazda_Turban"
           },
           {
               "name": "Tiger Hide Gloves",
               "link": "https://wiki.project1999.com/Tiger_Hide_Gloves"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "474",
           " -860 (Zone line to Toxxulia)"
       ],
       "Zone Spawn Timer": "~18 minutes",
       "Related Quests": [
           {
               "name": "Feskr's Supplies",
               "link": "https://wiki.project1999.com/Feskr%27s_Supplies"
           },
           {
               "name": "Fish Dinner",
               "link": "https://wiki.project1999.com/Fish_Dinner"
           },
           {
               "name": "Gnomish Toy",
               "link": "https://wiki.project1999.com/Gnomish_Toy"
           },
           {
               "name": "Health Potion",
               "link": "https://wiki.project1999.com/Health_Potion"
           },
           {
               "name": "Rat Teeth",
               "link": "https://wiki.project1999.com/Rat_Teeth"
           },
           {
               "name": "Razortooth",
               "link": "https://wiki.project1999.com/Razortooth"
           },
           {
               "name": "Shiny Rings",
               "link": "https://wiki.project1999.com/Shiny_Rings"
           },
           {
               "name": "Sylvani Leaf Quest",
               "link": "https://wiki.project1999.com/Sylvani_Leaf_Quest"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Odus",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Toxxulia Forest",
       "Friendly Name (If different)": null,
       "Name in /who": "tox",
       "Full URL": "https://wiki.project1999.com/Toxxulia_Forest",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Kerra Island",
               "link": "https://wiki.project1999.com/Kerra_Island"
           },
           {
               "name": "Erudin",
               "link": "https://wiki.project1999.com/Erudin"
           },
           {
               "name": "Paineel",
               "link": "https://wiki.project1999.com/Paineel"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-10",
       "Types of Monsters": [
           "Snakes of all types",
           " Spiderlings",
           " Fire Beetles",
           " Decaying Skeletons",
           " Kobold Runts",
           " Kobold Scouts",
           " Kobold Watchers",
           " Kobold Sentries",
           " Kobold Shamans",
           " Skeletons",
           " Piranha",
           " Giant Pirhana",
           " Poachers",
           " Elementals",
           " Fading Spectre"
       ],
       "Notable NPCs": [],
       "Unique Items": [
           {
               "name": "Troll Head",
               "link": "https://wiki.project1999.com/Troll_Head"
           },
           {
               "name": "Poacher's Head",
               "link": "https://wiki.project1999.com/Poacher%27s_Head"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2295",
           " 203 (Outside Erudin gates)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Mining Caps",
               "link": "https://wiki.project1999.com/Mining_Caps"
           },
           {
               "name": "First Test of Kejaar",
               "link": "https://wiki.project1999.com/First_Test_of_Kejaar"
           },
           {
               "name": "Second Test of Kejaar",
               "link": "https://wiki.project1999.com/Second_Test_of_Kejaar"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Odus",
       "Type": "Outdoors / Dungeons",
       "URL Name": "The Hole",
       "Friendly Name (If different)": null,
       "Name in /who": "hole",
       "Full URL": "https://wiki.project1999.com/The_Hole",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Paineel",
               "link": "https://wiki.project1999.com/Paineel"
           },
           {
               "name": "Neriak Third Gate",
               "link": "https://wiki.project1999.com/Neriak_Third_Gate"
           },
           {
               "name": "Erudin",
               "link": "https://wiki.project1999.com/Erudin"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "39-56",
       "Types of Monsters": [
           "Elementals",
           " Erudite Ghosts",
           " Golems",
           " Humans",
           " Iksar",
           " Imps",
           " Mimics",
           " Ratmen",
           " Skeletons"
       ],
       "Notable NPCs": [
           {
               "name": "Bejeweled Elemental",
               "link": "https://wiki.project1999.com/Bejeweled_Elemental"
           },
           {
               "name": "Commander Yarik",
               "link": "https://wiki.project1999.com/Commander_Yarik"
           },
           {
               "name": "Caradon",
               "link": "https://wiki.project1999.com/Caradon"
           },
           {
               "name": "Dartain the Lost",
               "link": "https://wiki.project1999.com/Dartain_the_Lost"
           },
           {
               "name": "Ghost of Kindle",
               "link": "https://wiki.project1999.com/Ghost_of_Kindle"
           },
           {
               "name": "Ghost of Glohnor",
               "link": "https://wiki.project1999.com/Ghost_of_Glohnor"
           },
           {
               "name": "Gibartik",
               "link": "https://wiki.project1999.com/Gibartik"
           },
           {
               "name": "High Scale Kirn",
               "link": "https://wiki.project1999.com/High_Scale_Kirn"
           },
           {
               "name": "Initiate Sirlis",
               "link": "https://wiki.project1999.com/Initiate_Sirlis"
           },
           {
               "name": "Irslak the Wretched",
               "link": "https://wiki.project1999.com/Irslak_the_Wretched"
           },
           {
               "name": "Jaeil the Wretched",
               "link": "https://wiki.project1999.com/Jaeil_the_Wretched"
           },
           {
               "name": "Keeper of the Tombs",
               "link": "https://wiki.project1999.com/Keeper_of_the_Tombs"
           },
           {
               "name": "Kejar the Mighty",
               "link": "https://wiki.project1999.com/Kejar_the_Mighty"
           },
           {
               "name": "Master Yael",
               "link": "https://wiki.project1999.com/Master_Yael"
           },
           {
               "name": "Niltoth the Unholy",
               "link": "https://wiki.project1999.com/Niltoth_the_Unholy"
           },
           {
               "name": "Nortlav the Scalekeeper",
               "link": "https://wiki.project1999.com/Nortlav_the_Scalekeeper"
           },
           {
               "name": "Polzin Mrid",
               "link": "https://wiki.project1999.com/Polzin_Mrid"
           },
           {
               "name": "a ratman guard",
               "link": "https://wiki.project1999.com/A_ratman_guard"
           },
           {
               "name": "Rocksoul",
               "link": "https://wiki.project1999.com/Rocksoul"
           },
           {
               "name": "Schnozz the Flighty",
               "link": "https://wiki.project1999.com/Schnozz_the_Flighty"
           },
           {
               "name": "Stonegrinder Minion",
               "link": "https://wiki.project1999.com/Stonegrinder_Minion"
           },
           {
               "name": "Stonesoul the Unmoving",
               "link": "https://wiki.project1999.com/Stonesoul_the_Unmoving"
           },
           {
               "name": "Ulrik the Devout",
               "link": "https://wiki.project1999.com/Ulrik_the_Devout"
           }
       ],
       "Unique Items": [
           {
               "name": "Bow of the Underfoot",
               "link": "https://wiki.project1999.com/Bow_of_the_Underfoot"
           },
           {
               "name": "Brell's Girdle",
               "link": "https://wiki.project1999.com/Brell%27s_Girdle"
           },
           {
               "name": "Cracked Paineel Shield",
               "link": "https://wiki.project1999.com/Cracked_Paineel_Shield"
           },
           {
               "name": "Dirt of Underfoot",
               "link": "https://wiki.project1999.com/Dirt_of_Underfoot"
           },
           {
               "name": "Dusty Tome",
               "link": "https://wiki.project1999.com/Dusty_Tome"
           },
           {
               "name": "Earthen Blade",
               "link": "https://wiki.project1999.com/Earthen_Blade"
           },
           {
               "name": "Haste",
               "link": "https://wiki.project1999.com/Haste"
           },
           {
               "name": "Earthshaker",
               "link": "https://wiki.project1999.com/Earthshaker"
           },
           {
               "name": "Earthquake",
               "link": "https://wiki.project1999.com/Earthquake"
           },
           {
               "name": "Elemental Binder",
               "link": "https://wiki.project1999.com/Elemental_Binder"
           },
           {
               "name": "Engraved Ring",
               "link": "https://wiki.project1999.com/Engraved_Ring"
           },
           {
               "name": "Fiery Jewel of the Underfoot",
               "link": "https://wiki.project1999.com/Fiery_Jewel_of_the_Underfoot"
           },
           {
               "name": "Living Heart of a Brell Minion",
               "link": "https://wiki.project1999.com/Living_Heart_of_a_Brell_Minion"
           },
           {
               "name": "Idol of the Underking",
               "link": "https://wiki.project1999.com/Idol_of_the_Underking"
           },
           {
               "name": "Imbued Granite Spauldors",
               "link": "https://wiki.project1999.com/Imbued_Granite_Spauldors"
           },
           {
               "name": "Imbued Shield of Paineel",
               "link": "https://wiki.project1999.com/Imbued_Shield_of_Paineel"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Loam Encrusted Armor",
               "link": "https://wiki.project1999.com/Loam_Encrusted_Armor"
           },
           {
               "name": "Mudman Enforcer",
               "link": "https://wiki.project1999.com/Mudman_Enforcer"
           },
           {
               "name": "Paineel Splinted Cloak",
               "link": "https://wiki.project1999.com/Paineel_Splinted_Cloak"
           },
           {
               "name": "Paineel Steel Armor",
               "link": "https://wiki.project1999.com/Paineel_Steel_Armor"
           },
           {
               "name": "Ruined Heretic Longsword",
               "link": "https://wiki.project1999.com/Ruined_Heretic_Longsword"
           },
           {
               "name": "Serpent's Tooth",
               "link": "https://wiki.project1999.com/Serpent%27s_Tooth"
           },
           {
               "name": "Smoldering Brand",
               "link": "https://wiki.project1999.com/Smoldering_Brand"
           },
           {
               "name": "Burn",
               "link": "https://wiki.project1999.com/Burn"
           },
           {
               "name": "Tome of Miragul",
               "link": "https://wiki.project1999.com/Tome_of_Miragul"
           },
           {
               "name": "Withered Leather Armor",
               "link": "https://wiki.project1999.com/Withered_Leather_Armor"
           },
           {
               "name": "Stonemelder's Band",
               "link": "https://wiki.project1999.com/Stonemelder%27s_Band"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "640",
           " -1050 (Zone line to Paineel)"
       ],
       "Zone Spawn Timer": "21:30",
       "Related Quests": [
           {
               "name": "Shiny Robe of the Underfoot Quest",
               "link": "https://wiki.project1999.com/Shiny_Robe_of_the_Underfoot_Quest"
           },
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           },
           {
               "name": "Paladin Epic Quest",
               "link": "https://wiki.project1999.com/Paladin_Epic_Quest"
           },
           {
               "name": "Magician Epic Quest",
               "link": "https://wiki.project1999.com/Magician_Epic_Quest"
           },
           {
               "name": "Ranger Epic Quest",
               "link": "https://wiki.project1999.com/Ranger_Epic_Quest"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           },
           {
               "name": "Shaman Epic Quest",
               "link": "https://wiki.project1999.com/Shaman_Epic_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   null,
   null,
   {
       "Continent": "Faydwer",
       "Type": "Cities",
       "URL Name": "Ak'Anon",
       "Friendly Name (If different)": null,
       "Name in /who": "akanon",
       "Full URL": "https://wiki.project1999.com/Ak'Anon",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Steamfont Mountains",
           "link": "https://wiki.project1999.com/Steamfont_Mountains"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "47",
           " -35 (Zone line to Steamfont)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Bertoxxulous Symbol Quests",
               "link": "https://wiki.project1999.com/Bertoxxulous_Symbol_Quests"
           },
           {
               "name": "Duster Models",
               "link": "https://wiki.project1999.com/Duster_Models"
           },
           {
               "name": "Red V Clockwork",
               "link": "https://wiki.project1999.com/Red_V_Clockwork"
           },
           {
               "name": "Scrap Metal",
               "link": "https://wiki.project1999.com/Scrap_Metal"
           },
           {
               "name": "Telescope Lenses",
               "link": "https://wiki.project1999.com/Telescope_Lenses"
           },
           {
               "name": "Tiny Skeletons",
               "link": "https://wiki.project1999.com/Tiny_Skeletons"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Enchanter",
               "link": "https://wiki.project1999.com/Enchanter"
           },
           {
               "name": "Magician",
               "link": "https://wiki.project1999.com/Magician"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           },
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           }
       ],
       "City Races": {
           "name": "Gnome",
           "link": "https://wiki.project1999.com/Gnome"
       },
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Cities",
       "URL Name": "Felwithe",
       "Friendly Name (If different)": null,
       "Name in /who": [
           "felwithea (North)",
           " felwitheb (South)"
       ],
       "Full URL": "https://wiki.project1999.com/Felwithe",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Greater Faydark",
           "link": "https://wiki.project1999.com/Greater_Faydark"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "North Felwithe -25",
           " 94 (Zone line to Greater Faydark\nSouth Felwithe 320",
           " -790 (Zone line to Northern Felwithe)"
       ],
       "Zone Spawn Timer": "24:00",
       "Related Quests": [
           {
               "name": "Bandit Sisters",
               "link": "https://wiki.project1999.com/Bandit_Sisters"
           },
           {
               "name": "The Falchion",
               "link": "https://wiki.project1999.com/The_Falchion"
           },
           {
               "name": "Princess Lenya",
               "link": "https://wiki.project1999.com/Princess_Lenya_(Quest)"
           },
           {
               "name": "Tunare Symbol Quests",
               "link": "https://wiki.project1999.com/Tunare_Symbol_Quests"
           },
           {
               "name": "The Mystic Cloak",
               "link": "https://wiki.project1999.com/The_Mystic_Cloak"
           },
           {
               "name": "Bat Wings",
               "link": "https://wiki.project1999.com/Bat_Wings"
           },
           {
               "name": "Black Wolf Skins",
               "link": "https://wiki.project1999.com/Black_Wolf_Skins"
           },
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Enchanter",
               "link": "https://wiki.project1999.com/Enchanter"
           },
           {
               "name": "Magician",
               "link": "https://wiki.project1999.com/Magician"
           },
           {
               "name": "Paladin",
               "link": "https://wiki.project1999.com/Paladin"
           },
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           }
       ],
       "City Races": [
           {
               "name": "High Elf",
               "link": "https://wiki.project1999.com/High_Elf"
           },
           {
               "name": "Half Elf",
               "link": "https://wiki.project1999.com/Half_Elf"
           }
       ],
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           }
       ],
       "Player Guides": null
   },
   null,
   {
       "Continent": "Faydwer",
       "Type": "Cities",
       "URL Name": "Kelethin",
       "Friendly Name (If different)": "Kelethin (Greater Faydark)",
       "Name in /who": null,
       "Full URL": "https://wiki.project1999.com/Kelethin",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Greater Faydark",
           "link": "https://wiki.project1999.com/Greater_Faydark"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-20",
           " 10 (Newbie lift)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": {
           "name": "Greater Faydark",
           "link": "https://wiki.project1999.com/Greater_Faydark"
       },
       "Guilds": [
           {
               "name": "Bard",
               "link": "https://wiki.project1999.com/Bard"
           },
           {
               "name": "Druid",
               "link": "https://wiki.project1999.com/Druid"
           },
           {
               "name": "Ranger",
               "link": "https://wiki.project1999.com/Ranger"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           }
       ],
       "City Races": [
           {
               "name": "Wood Elf",
               "link": "https://wiki.project1999.com/Wood_Elf"
           },
           {
               "name": "Half Elf",
               "link": "https://wiki.project1999.com/Half_Elf"
           }
       ],
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Loom",
               "link": "https://wiki.project1999.com/Loom"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Butcherblock Mountains",
       "Friendly Name (If different)": null,
       "Name in /who": "butcher",
       "Full URL": "https://wiki.project1999.com/Butcherblock_Mountains",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Greater Faydark",
               "link": "https://wiki.project1999.com/Greater_Faydark"
           },
           {
               "name": "South Kaladim",
               "link": "https://wiki.project1999.com/South_Kaladim"
           },
           {
               "name": "Dagnor's Cauldron",
               "link": "https://wiki.project1999.com/Dagnor%27s_Cauldron"
           },
           {
               "name": "Timorous Deep",
               "link": "https://wiki.project1999.com/Timorous_Deep"
           },
           {
               "name": "Ocean of Tears",
               "link": "https://wiki.project1999.com/Ocean_of_Tears"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-15",
           " 35"
       ],
       "Types of Monsters": [
           "Bats",
           " Decaying Skeletons",
           " Snakes",
           " Goblin Whelps",
           " Goblins",
           " Goblin Shamans",
           " Goblin Warriors",
           " Goblin Wizards",
           " Enraged Goblins",
           " Worker Scarabs",
           " Giant Scarabs",
           " Aviak Chicks",
           " Krag Chicks",
           " Krag Elders",
           " Large Snakes",
           " Large Spiders",
           " Large Skunks",
           " Dwarf Bandits",
           " Rock Spiderlings",
           " Orc Pawns",
           " Orc Runners",
           " Orc Centurions",
           " Orc Oracles",
           " Skeletons",
           " Lowland Basilisks",
           " Emerald Drakes",
           " Aqua Goblin",
           " Aqua Goblin Shaman",
           " Undead Pawns",
           " Undead Rooks",
           " Undead Bishops",
           " Undead Knights",
           " Undead King"
       ],
       "Notable NPCs": [
           {
               "name": "Corflunk",
               "link": "https://wiki.project1999.com/Corflunk"
           },
           {
               "name": "Zarchoomi",
               "link": "https://wiki.project1999.com/Zarchoomi"
           },
           {
               "name": "Nyzil Bloodforge",
               "link": "https://wiki.project1999.com/Nyzil_Bloodforge"
           },
           {
               "name": "Peg Leg",
               "link": "https://wiki.project1999.com/Peg_Leg"
           },
           {
               "name": "Glubbsink",
               "link": "https://wiki.project1999.com/Glubbsink"
           }
       ],
       "Unique Items": [
           {
               "name": "Riptide Spear",
               "link": "https://wiki.project1999.com/Riptide_Spear"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2550",
           " -700 (Outside the Kaladim gates)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Chalice of Conquest",
               "link": "https://wiki.project1999.com/Chalice_of_Conquest"
           },
           {
               "name": "Going Postal",
               "link": "https://wiki.project1999.com/Going_Postal"
           },
           {
               "name": "Ogre Heads",
               "link": "https://wiki.project1999.com/Ogre_Heads"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Dagnor's Cauldron",
       "Friendly Name (If different)": null,
       "Name in /who": "cauldron",
       "Full URL": "https://wiki.project1999.com/Dagnor's_Cauldron",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Butcherblock Mountains",
               "link": "https://wiki.project1999.com/Butcherblock_Mountains"
           },
           {
               "name": "The Estate of Unrest",
               "link": "https://wiki.project1999.com/The_Estate_of_Unrest"
           },
           {
               "name": "Kedge Keep",
               "link": "https://wiki.project1999.com/Kedge_Keep"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "10-25",
       "Types of Monsters": [
           "Scalded Rats",
           " Cauldron Rats",
           " Shoal Serpents",
           " Sandbar Serpent",
           " Undertow Skeletons",
           " Orc Scouts",
           " Aqua Goblins",
           " Aqua Goblin Mariners",
           " Aqua Goblin Shamans",
           " Aqua Goblin Bosuns",
           " Aqua Goblin Tidal Lords"
       ],
       "Notable NPCs": [
           {
               "name": "Gundalthur Izuran",
               "link": "https://wiki.project1999.com/Gundalthur_Izuran"
           },
           {
               "name": "Barnacle Bones",
               "link": "https://wiki.project1999.com/Barnacle_Bones"
           },
           {
               "name": "Flotsam",
               "link": "https://wiki.project1999.com/Flotsam"
           },
           {
               "name": "Jetsam",
               "link": "https://wiki.project1999.com/Jetsam"
           },
           {
               "name": "Squallslither",
               "link": "https://wiki.project1999.com/Squallslither"
           },
           {
               "name": "Conium Darkblade",
               "link": "https://wiki.project1999.com/Conium_Darkblade"
           },
           {
               "name": "Dwigus Lowater",
               "link": "https://wiki.project1999.com/Dwigus_Lowater"
           },
           {
               "name": "Bilge Farfathom",
               "link": "https://wiki.project1999.com/Bilge_Farfathom"
           },
           {
               "name": "Exiled Legionnaire",
               "link": "https://wiki.project1999.com/Exiled_Legionnaire"
           },
           {
               "name": "Jinalis Andir",
               "link": "https://wiki.project1999.com/Jinalis_Andir"
           },
           {
               "name": "Llara",
               "link": "https://wiki.project1999.com/Llara"
           },
           {
               "name": "Captain Klunga",
               "link": "https://wiki.project1999.com/Captain_Klunga"
           }
       ],
       "Unique Items": [
           {
               "name": "Coral Trident",
               "link": "https://wiki.project1999.com/Coral_Trident"
           },
           {
               "name": "Giant Wasp Venom",
               "link": "https://wiki.project1999.com/Giant_Wasp_Venom"
           },
           {
               "name": "Contact Poison I",
               "link": "https://wiki.project1999.com/Contact_Poison_I"
           },
           {
               "name": "Iron Leash Collar",
               "link": "https://wiki.project1999.com/Iron_Leash_Collar"
           },
           {
               "name": "Serpentskin Eyepatch",
               "link": "https://wiki.project1999.com/Serpentskin_Eyepatch"
           },
           {
               "name": "Reed Belt",
               "link": "https://wiki.project1999.com/Reed_Belt"
           },
           {
               "name": "Wizard Rod",
               "link": "https://wiki.project1999.com/Tarton%27s_Wheel"
           },
           {
               "name": "Pearl Kedge Totem",
               "link": "https://wiki.project1999.com/Pearl_Kedge_Totem"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2815",
           " 320 (Zone line to Butcherblock Mountains)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": {
           "name": "Poison Sales",
           "link": "https://wiki.project1999.com/Poison_Sales"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Greater Faydark",
       "Friendly Name (If different)": null,
       "Name in /who": "gfaydark",
       "Full URL": "https://wiki.project1999.com/Greater_Faydark",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Felwithe",
               "link": "https://wiki.project1999.com/Felwithe"
           },
           {
               "name": "Butcherblock Mountains",
               "link": "https://wiki.project1999.com/Butcherblock_Mountains"
           },
           {
               "name": "Lesser Faydark",
               "link": "https://wiki.project1999.com/Lesser_Faydark"
           },
           {
               "name": "Crushbone",
               "link": "https://wiki.project1999.com/Crushbone"
           },
           {
               "name": "Kelethin",
               "link": "https://wiki.project1999.com/Kelethin"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-12",
       "Types of Monsters": [
           "A giant wasp drone",
           " A bat",
           " Decaying skeleton",
           " Brownie Scouts",
           " A Pixie Prankster",
           " A Pixie Trickster",
           " A Spiderling",
           " Orc Pawn",
           " Orc Centurion",
           " A Fae Drake Hatchling",
           " A Black Wolf",
           " Orc Oracle",
           " An Orc Shaman",
           " Bandits",
           " Faerie Courtiers",
           " Faerie Maidens",
           " Faerie Nobles",
           " Faerie Guards",
           " Will o' Wisps"
       ],
       "Notable NPCs": {
           "name": "an orc arsonist",
           "link": "https://wiki.project1999.com/An_orc_arsonist"
       },
       "Unique Items": {
           "name": "Orcish Arsons Torch",
           "link": "https://wiki.project1999.com/Orcish_Arsons_Torch"
       },
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-20",
           " 10 (Newbie lift)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Call of Flame Quest",
               "link": "https://wiki.project1999.com/Call_of_Flame_Quest"
           },
           {
               "name": "Kilij's Plans",
               "link": "https://wiki.project1999.com/Kilij%27s_Plans"
           },
           {
               "name": "Scout Blade",
               "link": "https://wiki.project1999.com/Scout_Blade"
           },
           {
               "name": "Scouts Cape",
               "link": "https://wiki.project1999.com/Scouts_Cape_Quest"
           },
           {
               "name": "Scouts Leggings",
               "link": "https://wiki.project1999.com/Scouts_Leggings"
           },
           {
               "name": "Tarnished scimitar",
               "link": "https://wiki.project1999.com/Tarnished_scimitar"
           },
           {
               "name": "Trueshot Longbow",
               "link": "https://wiki.project1999.com/Trueshot_Longbow_Quest"
           },
           {
               "name": "Rain Caller",
               "link": "https://wiki.project1999.com/Rain_Caller_Quest"
           },
           {
               "name": "Emerald Warriors' Items",
               "link": "https://wiki.project1999.com/Emerald_Warriors%27_Items"
           },
           {
               "name": "Orc Hatchets",
               "link": "https://wiki.project1999.com/Orc_Hatchets"
           },
           {
               "name": "Orc Runner (Kelethin)",
               "link": "https://wiki.project1999.com/Orc_Runner_(Kelethin)"
           },
           {
               "name": "Orc Vest",
               "link": "https://wiki.project1999.com/Orc_Vest"
           },
           {
               "name": "Pixie Dust (Kelethin Ranger)",
               "link": "https://wiki.project1999.com/Pixie_Dust_(Kelethin_Ranger)"
           },
           {
               "name": "Pixie Dust (Kelethin Rogue)",
               "link": "https://wiki.project1999.com/Pixie_Dust_(Kelethin_Rogue)"
           },
           {
               "name": "Shark Meat Quest",
               "link": "https://wiki.project1999.com/Shark_Meat_Quest"
           },
           {
               "name": "Spiderling Silks",
               "link": "https://wiki.project1999.com/Spiderling_Silks"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Lesser Faydark",
       "Friendly Name (If different)": null,
       "Name in /who": "lfaydark",
       "Full URL": "https://wiki.project1999.com/Lesser_Faydark",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Greater Faydark",
               "link": "https://wiki.project1999.com/Greater_Faydark"
           },
           {
               "name": "Steamfont Mountains",
               "link": "https://wiki.project1999.com/Steamfont_Mountains"
           },
           {
               "name": "Mistmoore Castle",
               "link": "https://wiki.project1999.com/Mistmoore_Castle"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "10-30",
           " 40-50"
       ],
       "Types of Monsters": [
           "Mist Wolves",
           " Wasp Soldiers",
           " Wasp Sentinels",
           " Fae Drake Hatchling",
           " Fae Drake",
           " Monarch Fae Drake",
           " Orc Centurions",
           " Orc Legionnaires",
           " Orc Oracles",
           " Brownies (all types)",
           " Skeletons",
           " Mummies",
           " Giant Spiders",
           " Bandits",
           " Shadowed Men",
           " Elite Tier'Dal Guard",
           " Tier'Dal Dragoon",
           " Tainted Brownies",
           " Corrupted Brownies",
           " Tortured Unicorn"
       ],
       "Notable NPCs": [
           {
               "name": "Whimsy Larktwitter",
               "link": "https://wiki.project1999.com/Whimsy_Larktwitter"
           },
           {
               "name": "Larik Z`Vole",
               "link": "https://wiki.project1999.com/Larik_Z%60Vole"
           },
           {
               "name": "A dark elf courier",
               "link": "https://wiki.project1999.com/A_dark_elf_courier"
           },
           {
               "name": "Mina Glimmerwing",
               "link": "https://wiki.project1999.com/Mina_Glimmerwing"
           },
           {
               "name": "Equestrielle",
               "link": "https://wiki.project1999.com/Equestrielle"
           },
           {
               "name": "Equestrielle the Corrupted",
               "link": "https://wiki.project1999.com/Equestrielle_the_Corrupted"
           },
           {
               "name": "Crookstinger",
               "link": "https://wiki.project1999.com/Crookstinger_Mob"
           },
           {
               "name": "Bracken Underbrush",
               "link": "https://wiki.project1999.com/Bracken_Underbrush"
           },
           {
               "name": "Thistle Underbrush",
               "link": "https://wiki.project1999.com/Thistle_Underbrush"
           },
           {
               "name": "Orc Chief",
               "link": "https://wiki.project1999.com/Orc_Chief"
           },
           {
               "name": "Old Dimshimmer",
               "link": "https://wiki.project1999.com/Old_Dimshimmer"
           },
           {
               "name": "Teir`Dal Prophet",
               "link": "https://wiki.project1999.com/Teir%60Dal_Prophet"
           },
           {
               "name": "Priestess Llandra",
               "link": "https://wiki.project1999.com/Priestess_Llandra"
           },
           {
               "name": "Ghoul Boss",
               "link": "https://wiki.project1999.com/Ghoul_Boss"
           },
           {
               "name": "Shadowman Leader",
               "link": "https://wiki.project1999.com/Shadowman_Leader"
           },
           {
               "name": "Pained Unicorn",
               "link": "https://wiki.project1999.com/Pained_Unicorn"
           }
       ],
       "Unique Items": [
           {
               "name": "Braided Ivy Cords",
               "link": "https://wiki.project1999.com/Braided_Ivy_Cords"
           },
           {
               "name": "Larktwitter Arrow",
               "link": "https://wiki.project1999.com/Larktwitter_Arrow"
           },
           {
               "name": "Larktwitter Bow",
               "link": "https://wiki.project1999.com/Larktwitter_Bow"
           },
           {
               "name": "Crookstinger",
               "link": "https://wiki.project1999.com/Crookstinger"
           },
           {
               "name": "Glimmer Ring",
               "link": "https://wiki.project1999.com/Glimmer_Ring"
           },
           {
               "name": "Orc Impaler",
               "link": "https://wiki.project1999.com/Orc_Impaler"
           },
           {
               "name": "Twice-Woven Cloak",
               "link": "https://wiki.project1999.com/Twice-Woven_Cloak"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-108",
           " -1770 (South of the zone line to Steamfont Mountains)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Tunare Symbol Quests",
               "link": "https://wiki.project1999.com/Tunare_Symbol_Quests"
           },
           {
               "name": "Innoruuk Symbol Quests",
               "link": "https://wiki.project1999.com/Innoruuk_Symbol_Quests"
           },
           {
               "name": "The Orc Impaler",
               "link": "https://wiki.project1999.com/The_Orc_Impaler"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Ocean of Tears",
       "Friendly Name (If different)": null,
       "Name in /who": "oot",
       "Full URL": "https://wiki.project1999.com/Ocean_of_Tears",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Freeport",
               "link": "https://wiki.project1999.com/Freeport"
           },
           {
               "name": "Butcherblock Mountains",
               "link": "https://wiki.project1999.com/Butcherblock_Mountains"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "9-30+",
       "Types of Monsters": [
           "Aqua Goblins",
           " an alluring siren",
           " Isle Goblin Scouts",
           " Isle Goblins Warriors",
           " Isle Goblin Shamans",
           " Isle Goblin Headhunters",
           " Shark",
           " Reef Shark",
           " Pirates",
           " Seafury Cyclops",
           " A Spectre",
           " Gargoyles",
           " Aviak Starlings",
           " Aviak Turacos",
           " Aviak Tanagers",
           " Aviak Quetzels",
           " Sisters of Erollisi"
       ],
       "Notable NPCs": [
           {
               "name": "Capt Surestout",
               "link": "https://wiki.project1999.com/Capt_Surestout"
           },
           {
               "name": "Nerbilik",
               "link": "https://wiki.project1999.com/Nerbilik"
           },
           {
               "name": "Oracle of K`Arnon",
               "link": "https://wiki.project1999.com/Oracle_of_K%60Arnon"
           },
           {
               "name": "Boog Mudtoe",
               "link": "https://wiki.project1999.com/Boog_Mudtoe"
           },
           {
               "name": "Goob Mudtoe",
               "link": "https://wiki.project1999.com/Goob_Mudtoe"
           },
           {
               "name": "Gornit",
               "link": "https://wiki.project1999.com/Gornit"
           },
           {
               "name": "Sentry Xyrin",
               "link": "https://wiki.project1999.com/Sentry_Xyrin"
           },
           {
               "name": "Gull Skytalon",
               "link": "https://wiki.project1999.com/Gull_Skytalon"
           },
           {
               "name": "Allizewsaur",
               "link": "https://wiki.project1999.com/Allizewsaur"
           },
           {
               "name": "Ancient Cyclops",
               "link": "https://wiki.project1999.com/Ancient_Cyclops"
           },
           {
               "name": "Brawn",
               "link": "https://wiki.project1999.com/Brawn"
           },
           {
               "name": "Quag Maelstrom",
               "link": "https://wiki.project1999.com/Quag_Maelstrom"
           },
           {
               "name": "Seplawishinl Bladeblight",
               "link": "https://wiki.project1999.com/Seplawishinl_Bladeblight"
           },
           {
               "name": "Soarin Brightfeather",
               "link": "https://wiki.project1999.com/Soarin_Brightfeather"
           },
           {
               "name": "tainted seafury cyclops",
               "link": "https://wiki.project1999.com/Tainted_seafury_cyclops"
           },
           {
               "name": "corrupted seafury cyclops",
               "link": "https://wiki.project1999.com/Corrupted_seafury_cyclops"
           },
           {
               "name": "Wiltin Windwalker",
               "link": "https://wiki.project1999.com/Wiltin_Windwalker"
           },
           {
               "name": "A Goblin Headmaster",
               "link": "https://wiki.project1999.com/A_Goblin_Headmaster"
           }
       ],
       "Unique Items": [
           {
               "name": "A Locked Chest",
               "link": "https://wiki.project1999.com/A_Locked_Chest"
           },
           {
               "name": "Purity Belt",
               "link": "https://wiki.project1999.com/Purity_Belt"
           },
           {
               "name": "Robe of the Oracle",
               "link": "https://wiki.project1999.com/Robe_of_the_Oracle"
           },
           {
               "name": "Ebon War Spear",
               "link": "https://wiki.project1999.com/Ebon_War_Spear"
           },
           {
               "name": "Ring of the Ancients",
               "link": "https://wiki.project1999.com/Ring_of_the_Ancients"
           },
           {
               "name": "Alluring Horn",
               "link": "https://wiki.project1999.com/Alluring_Horn"
           },
           {
               "name": "Bracers of Erollisi",
               "link": "https://wiki.project1999.com/Bracers_of_Erollisi"
           },
           {
               "name": "Robe of the Grove",
               "link": "https://wiki.project1999.com/Robe_of_the_Grove"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "390",
           " -9200 (Sister Island pier)"
       ],
       "Zone Spawn Timer": "6:00",
       "Related Quests": [
           {
               "name": "Pirate Earrings",
               "link": "https://wiki.project1999.com/Pirate_Earrings"
           },
           {
               "name": "Sentry Xyrin Quest",
               "link": "https://wiki.project1999.com/Sentry_Xyrin_Quest"
           },
           {
               "name": "Shaman Epic Quest",
               "link": "https://wiki.project1999.com/Shaman_Epic_Quest"
           },
           {
               "name": "Tome of Ages",
               "link": "https://wiki.project1999.com/Tome_of_Ages"
           },
           {
               "name": "Journeyman's Boots Quest",
               "link": "https://wiki.project1999.com/Journeyman%27s_Boots_Quest"
           },
           {
               "name": "Clay Bracelet Quest",
               "link": "https://wiki.project1999.com/Clay_Bracelet_Quest"
           },
           {
               "name": "Harvester Quest",
               "link": "https://wiki.project1999.com/Harvester_Quest"
           },
           {
               "name": "Acumen Mask Quest",
               "link": "https://wiki.project1999.com/Acumen_Mask_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Steamfont Mountains",
       "Friendly Name (If different)": null,
       "Name in /who": "steamfont/steamfontmts",
       "Full URL": "https://wiki.project1999.com/Steamfont_Mountains",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Lesser Faydark",
               "link": "https://wiki.project1999.com/Lesser_Faydark"
           },
           {
               "name": "Ak'Anon",
               "link": "https://wiki.project1999.com/Ak%27Anon"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "1-18",
           " 30-35"
       ],
       "Types of Monsters": [
           "Large Rats",
           " Snakes",
           " Spiderlings",
           " Kobold Pups",
           " Kobold Scouts",
           " Kobolds",
           " Kobold Shamans",
           " Decaying Skeletons",
           " Dwarf Skeletons",
           " Skeletons",
           " Rogue Cleaners",
           " Rogue Clockworks",
           " Clockwork Spiders",
           " Plague Rats",
           " Giant Diseased Rats",
           " Pumas",
           " Young Ebon Drakes",
           " Giant Clockwork Spiders",
           " Harpies",
           " Earth Elementals",
           " Ebon Drakes",
           " Minotaurs",
           " Minotaur Guards",
           " Minotaur Sentry",
           " Minotaur Lord",
           " Minotaur Hero"
       ],
       "Notable NPCs": [
           {
               "name": "Feddi Dooger",
               "link": "https://wiki.project1999.com/Feddi_Dooger"
           },
           {
               "name": "A Kobold Missionary",
               "link": "https://wiki.project1999.com/A_Kobold_Missionary"
           },
           {
               "name": "Meldrath The Malignant",
               "link": "https://wiki.project1999.com/Meldrath_The_Malignant"
           },
           {
               "name": "Minotaur Hero",
               "link": "https://wiki.project1999.com/Minotaur_Hero"
           },
           {
               "name": "Minotaur Lord",
               "link": "https://wiki.project1999.com/Minotaur_Lord"
           },
           {
               "name": "Renux Herkanor",
               "link": "https://wiki.project1999.com/Renux_Herkanor"
           },
           {
               "name": "Nilit's contraption",
               "link": "https://wiki.project1999.com/Nilit%27s_contraption"
           }
       ],
       "Unique Items": [
           {
               "name": "Butcher Knife",
               "link": "https://wiki.project1999.com/Butcher_Knife"
           },
           {
               "name": "Staff of the Observers",
               "link": "https://wiki.project1999.com/Staff_of_the_Observers"
           },
           {
               "name": "Broken Minotaur Lord's Horn",
               "link": "https://wiki.project1999.com/Broken_Minotaur_Lord%27s_Horn"
           },
           {
               "name": "Minotaur Hero Shackles",
               "link": "https://wiki.project1999.com/Minotaur_Hero_Shackles"
           },
           {
               "name": "Skull of Meldrath",
               "link": "https://wiki.project1999.com/Skull_of_Meldrath"
           },
           {
               "name": "Jagged Diamond Dagger",
               "link": "https://wiki.project1999.com/Jagged_Diamond_Dagger"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "159",
           " -273 (Windmills)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": {
           "name": "The Telescope",
           "link": "https://wiki.project1999.com/The_Telescope"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Crushbone",
       "Friendly Name (If different)": null,
       "Name in /who": "crushbone",
       "Full URL": "https://wiki.project1999.com/Crushbone",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Greater Faydark",
           "link": "https://wiki.project1999.com/Greater_Faydark"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "5-20",
       "Types of Monsters": [
           "Orc Pawns",
           " Orc Centurions",
           " Orc Legionnaires",
           " Orc Slavers",
           " Orc Oracles",
           " Orc Emissarys",
           " Orc Royal Guards"
       ],
       "Notable NPCs": [
           {
               "name": "Orc Taskmaster",
               "link": "https://wiki.project1999.com/Orc_Taskmaster"
           },
           {
               "name": "Orc Trainer",
               "link": "https://wiki.project1999.com/Orc_Trainer"
           },
           {
               "name": "Orc Warlord",
               "link": "https://wiki.project1999.com/Orc_Warlord"
           },
           {
               "name": "Ambassador DVinn",
               "link": "https://wiki.project1999.com/Ambassador_DVinn"
           },
           {
               "name": "Lord Darish",
               "link": "https://wiki.project1999.com/Lord_Darish"
           },
           {
               "name": "Rondo Dunfire",
               "link": "https://wiki.project1999.com/Rondo_Dunfire"
           },
           {
               "name": "Retlon Brenclog",
               "link": "https://wiki.project1999.com/Retlon_Brenclog"
           },
           {
               "name": "Emperor Crush",
               "link": "https://wiki.project1999.com/Emperor_Crush"
           },
           {
               "name": "The Prophet",
               "link": "https://wiki.project1999.com/The_Prophet"
           }
       ],
       "Unique Items": [
           {
               "name": "Dwarven Ringmail Tunic",
               "link": "https://wiki.project1999.com/Dwarven_Ringmail_Tunic"
           },
           {
               "name": "Screaming Mace",
               "link": "https://wiki.project1999.com/Screaming_Mace"
           },
           {
               "name": "Shiny Brass Shield",
               "link": "https://wiki.project1999.com/Shiny_Brass_Shield"
           },
           {
               "name": "Bracers of Battle",
               "link": "https://wiki.project1999.com/Bracers_of_Battle"
           },
           {
               "name": "Dragoon Dirk",
               "link": "https://wiki.project1999.com/Dragoon_Dirk"
           },
           {
               "name": "Prayer Cloth of Tunare",
               "link": "https://wiki.project1999.com/Prayer_Cloth_of_Tunare"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": null,
       "Zone Spawn Timer": "9:00",
       "Related Quests": [
           {
               "name": "Screaming Mace Quest",
               "link": "https://wiki.project1999.com/Screaming_Mace_Quest"
           },
           {
               "name": "Taskmaster Earring",
               "link": "https://wiki.project1999.com/Taskmaster_Earring"
           },
           {
               "name": "Slave Keys",
               "link": "https://wiki.project1999.com/Slave_Keys"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Kedge Keep",
       "Friendly Name (If different)": null,
       "Name in /who": "kedge",
       "Full URL": "https://wiki.project1999.com/Kedge_Keep",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Dagnor's Cauldron",
           "link": "https://wiki.project1999.com/Dagnor%27s_Cauldron"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "32-50",
       "Types of Monsters": [
           "Cerulean",
           " Cobalt",
           " Crimson",
           " Emerald",
           " and Shimmering Sailfins",
           " Lancer",
           " Piercer",
           " and Impaler Swordfish",
           " Stingtooth",
           " Stiletto Tooth Piranha",
           " Stiletto Fang Piranha",
           " Cauldron Sharks and Hammerheads",
           " Spinereef",
           " Squallsurge",
           " Soothebrine",
           " and Swirlspine Seahorse",
           " Swirlspine Guardian",
           " Gloomwater and Gloomstalker Mermaids",
           " Aqua Goblin Prisoners"
       ],
       "Notable NPCs": [
           {
               "name": "Phinigel Autropos",
               "link": "https://wiki.project1999.com/Phinigel_Autropos"
           },
           {
               "name": "Cauldronboil",
               "link": "https://wiki.project1999.com/Cauldronboil"
           },
           {
               "name": "Cauldronbubble",
               "link": "https://wiki.project1999.com/Cauldronbubble"
           },
           {
               "name": "Coralyn Kelpmaiden",
               "link": "https://wiki.project1999.com/Coralyn_Kelpmaiden"
           },
           {
               "name": "Estrella of Gloomwater",
               "link": "https://wiki.project1999.com/Estrella_of_Gloomwater"
           },
           {
               "name": "Fierce Impaler",
               "link": "https://wiki.project1999.com/Fierce_Impaler"
           },
           {
               "name": "a ferocious cauldron shark",
               "link": "https://wiki.project1999.com/A_ferocious_cauldron_shark"
           },
           {
               "name": "Frenzied Cauldron Shark",
               "link": "https://wiki.project1999.com/Frenzied_Cauldron_Shark"
           },
           {
               "name": "Golden Haired Mermaid",
               "link": "https://wiki.project1999.com/Golden_Haired_Mermaid"
           },
           {
               "name": "Stiletto Fang Piranha",
               "link": "https://wiki.project1999.com/Stiletto_Fang_Piranha"
           },
           {
               "name": "Seahorse Patriarch",
               "link": "https://wiki.project1999.com/Seahorse_Patriarch"
           },
           {
               "name": "Seahorse Matriarch",
               "link": "https://wiki.project1999.com/Seahorse_Matriarch"
           },
           {
               "name": "Shellara Ebbhunter",
               "link": "https://wiki.project1999.com/Shellara_Ebbhunter"
           },
           {
               "name": "Undertow",
               "link": "https://wiki.project1999.com/Undertow"
           },
           {
               "name": "Swirlspine Guardian",
               "link": "https://wiki.project1999.com/Swirlspine_Guardian"
           }
       ],
       "Unique Items": [
           {
               "name": "Abalone Gorget",
               "link": "https://wiki.project1999.com/Abalone_Gorget"
           },
           {
               "name": "Blazing Wand",
               "link": "https://wiki.project1999.com/Blazing_Wand"
           },
           {
               "name": "Blaze",
               "link": "https://wiki.project1999.com/Blaze"
           },
           {
               "name": "Darksea Harpoon",
               "link": "https://wiki.project1999.com/Darksea_Harpoon"
           },
           {
               "name": "Driftwood Treasure Chest",
               "link": "https://wiki.project1999.com/Driftwood_Treasure_Chest"
           },
           {
               "name": "Gloomwater Arrow",
               "link": "https://wiki.project1999.com/Gloomwater_Arrow"
           },
           {
               "name": "Gloomwater Harpoon",
               "link": "https://wiki.project1999.com/Gloomwater_Harpoon"
           },
           {
               "name": "Hammerhead Helm",
               "link": "https://wiki.project1999.com/Hammerhead_Helm"
           },
           {
               "name": "Kedgemail Gauntlets",
               "link": "https://wiki.project1999.com/Kedgemail_Gauntlets"
           },
           {
               "name": "Lamentation Blade",
               "link": "https://wiki.project1999.com/Lamentation_Blade"
           },
           {
               "name": "Lock of Hair",
               "link": "https://wiki.project1999.com/Lock_of_Hair"
           },
           {
               "name": "Pearlescent Mask",
               "link": "https://wiki.project1999.com/Pearlescent_Mask"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Prayer Shawl",
               "link": "https://wiki.project1999.com/Prayer_Shawl"
           },
           {
               "name": "Rod of Drones",
               "link": "https://wiki.project1999.com/Rod_of_Drones"
           },
           {
               "name": "Drones of Doom",
               "link": "https://wiki.project1999.com/Drones_of_Doom"
           },
           {
               "name": "Rod of Health",
               "link": "https://wiki.project1999.com/Rod_of_Health"
           },
           {
               "name": "Word of Health",
               "link": "https://wiki.project1999.com/Word_of_Health"
           },
           {
               "name": "Seahorse Scale Cloak",
               "link": "https://wiki.project1999.com/Seahorse_Scale_Cloak"
           },
           {
               "name": "Shark Tooth",
               "link": "https://wiki.project1999.com/Shark_Tooth"
           },
           {
               "name": "Sharkbone Warhammer",
               "link": "https://wiki.project1999.com/Sharkbone_Warhammer"
           },
           {
               "name": "Sharkjaw Cutlass",
               "link": "https://wiki.project1999.com/Sharkjaw_Cutlass"
           },
           {
               "name": "Sharkskin Drum",
               "link": "https://wiki.project1999.com/Sharkskin_Drum"
           },
           {
               "name": "Shield of Prexus",
               "link": "https://wiki.project1999.com/Shield_of_Prexus"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Squallsurge Shawl",
               "link": "https://wiki.project1999.com/Squallsurge_Shawl"
           },
           {
               "name": "Swirlspine Belt",
               "link": "https://wiki.project1999.com/Swirlspine_Belt"
           },
           {
               "name": "Wand of Ice",
               "link": "https://wiki.project1999.com/Wand_of_Ice"
           },
           {
               "name": "Ice Shock",
               "link": "https://wiki.project1999.com/Ice_Shock"
           },
           {
               "name": "Wand of Shadow",
               "link": "https://wiki.project1999.com/Wand_of_Shadow"
           },
           {
               "name": "Invoke Shadow",
               "link": "https://wiki.project1999.com/Invoke_Shadow"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "14",
           " 100 (In a caged room some distance from the exit)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": [
           {
               "name": "Astuce's Guide to Kedge Keep",
               "link": "https://wiki.project1999.com/Astuce%27s_Guide_to_Kedge_Keep"
           },
           {
               "name": "Nashlyenin's \ufffcDruid Guide to Kedge Keep",
               "link": "https://wiki.project1999.com/Nashlyenin%27s_%EF%BF%BCDruid_Guide_to_Kedge_Keep"
           },
           {
               "name": "Phreekitty's Ultimate Guide to Kedge Keep",
               "link": "https://wiki.project1999.com/Phreekitty%27s_Ultimate_Guide_to_Kedge_Keep"
           }
       ]
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "Mistmoore Castle",
       "Friendly Name (If different)": null,
       "Name in /who": "mistmoore",
       "Full URL": "https://wiki.project1999.com/Mistmoore_Castle",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Lesser Faydark",
           "link": "https://wiki.project1999.com/Lesser_Faydark"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "20-45",
       "Types of Monsters": [
           "Mistmoore Guard",
           " Pledge Familiar",
           " Initiate Familiar",
           " Glyphed Familiar",
           " Glyphed Guard",
           " Gypsy Dancer",
           " Grinning Gargoyle",
           " Sneering Gargoyle",
           " Glyphed Sentry",
           " Glyphed Custodian",
           " Jeering Gargoyle",
           " Gypsy Musician",
           " Spiritish Ancille",
           " Dark Offerer",
           " Ghoulish Ancille",
           " Shadowy Scrivener",
           " Glyphed Forbidder",
           " Thought Spoiler",
           " Glyphed Aegis",
           " Glyphed Warder",
           " Gypsy Ambassador",
           " Dark Sacrificer",
           " Deathly Herald",
           " Flouting Gargoyle",
           " Ghastish Ancille",
           " Shadowy Scribe",
           " Ancille Cook",
           " Spectral Ancille",
           " Negotiator",
           " Dark Ritualist",
           " Deathly Harbinger",
           " Vampire Oracle",
           " Soul Seductress",
           " Thought Corruptor",
           " Shadowy Sage",
           " Will Sapper",
           " Will Pillager",
           " Thought Defiler",
           " Soul Inveigling",
           " Ghostly Ancille",
           " Vampiric Ancille",
           " Flouting Gargoyle",
           " Leering Gargoyle"
       ],
       "Notable NPCs": [
           {
               "name": "an advisor",
               "link": "https://wiki.project1999.com/An_advisor"
           },
           {
               "name": "an avenging caitiff",
               "link": "https://wiki.project1999.com/An_avenging_caitiff"
           },
           {
               "name": "Black Dire",
               "link": "https://wiki.project1999.com/Black_Dire"
           },
           {
               "name": "Butler Syncall",
               "link": "https://wiki.project1999.com/Butler_Syncall"
           },
           {
               "name": "a cloaked dhampyre",
               "link": "https://wiki.project1999.com/A_cloaked_dhampyre"
           },
           {
               "name": "a deathly usher",
               "link": "https://wiki.project1999.com/A_deathly_usher"
           },
           {
               "name": "Enynti",
               "link": "https://wiki.project1999.com/Enynti"
           },
           {
               "name": "Garton Viswin",
               "link": "https://wiki.project1999.com/Garton_Viswin"
           },
           {
               "name": "a glyphed ghoul",
               "link": "https://wiki.project1999.com/A_glyphed_ghoul"
           },
           {
               "name": "an imp familiar",
               "link": "https://wiki.project1999.com/An_imp_familiar"
           },
           {
               "name": "Lasna Cheroon",
               "link": "https://wiki.project1999.com/Lasna_Cheroon"
           },
           {
               "name": "Maid Issis",
               "link": "https://wiki.project1999.com/Maid_Issis"
           },
           {
               "name": "Mayong Mistmoore",
               "link": "https://wiki.project1999.com/Mayong_Mistmoore"
           },
           {
               "name": "Mynthi Davissi",
               "link": "https://wiki.project1999.com/Mynthi_Davissi"
           },
           {
               "name": "Princess Cherista",
               "link": "https://wiki.project1999.com/Princess_Cherista"
           },
           {
               "name": "Ssynthi",
               "link": "https://wiki.project1999.com/Ssynthi"
           },
           {
               "name": "Xicotl",
               "link": "https://wiki.project1999.com/Xicotl"
           }
       ],
       "Unique Items": [
           {
               "name": "Advisor Robe",
               "link": "https://wiki.project1999.com/Advisor_Robe"
           },
           {
               "name": "Black Silk Gloves",
               "link": "https://wiki.project1999.com/Black_Silk_Gloves"
           },
           {
               "name": "Blood of the Dhampyre",
               "link": "https://wiki.project1999.com/Blood_of_the_Dhampyre"
           },
           {
               "name": "Extended Regeneration",
               "link": "https://wiki.project1999.com/Extended_Regeneration"
           },
           {
               "name": "Blood Spirit",
               "link": "https://wiki.project1999.com/Blood_Spirit"
           },
           {
               "name": "Bloodstone Eyepatch",
               "link": "https://wiki.project1999.com/Bloodstone_Eyepatch"
           },
           {
               "name": "Butler Syncalls Fang",
               "link": "https://wiki.project1999.com/Butler_Syncalls_Fang"
           },
           {
               "name": "Cape of Midnight Mist",
               "link": "https://wiki.project1999.com/Cape_of_Midnight_Mist"
           },
           {
               "name": "Chestplate of the Dark Flame",
               "link": "https://wiki.project1999.com/Chestplate_of_the_Dark_Flame"
           },
           {
               "name": "Crested Helm",
               "link": "https://wiki.project1999.com/Crested_Helm"
           },
           {
               "name": "Crested Mistmoore Shield",
               "link": "https://wiki.project1999.com/Crested_Mistmoore_Shield"
           },
           {
               "name": "Crested Spaulders",
               "link": "https://wiki.project1999.com/Crested_Spaulders"
           },
           {
               "name": "Diamondine Earring",
               "link": "https://wiki.project1999.com/Diamondine_Earring"
           },
           {
               "name": "Gypsy Lute",
               "link": "https://wiki.project1999.com/Gypsy_Lute"
           },
           {
               "name": "Gem-Encrusted Scepter",
               "link": "https://wiki.project1999.com/Gem-Encrusted_Scepter"
           },
           {
               "name": "Glowing Iron Pike",
               "link": "https://wiki.project1999.com/Glowing_Iron_Pike"
           },
           {
               "name": "Glowing Sword Hilt",
               "link": "https://wiki.project1999.com/Glowing_Sword_Hilt"
           },
           {
               "name": "Hooded Black Cloak",
               "link": "https://wiki.project1999.com/Hooded_Black_Cloak"
           },
           {
               "name": "Lute of the Gypsy Princess",
               "link": "https://wiki.project1999.com/Lute_of_the_Gypsy_Princess"
           },
           {
               "name": "Maid Issis Fang",
               "link": "https://wiki.project1999.com/Maid_Issis_Fang"
           },
           {
               "name": "Mistmoore Battle Drums",
               "link": "https://wiki.project1999.com/Mistmoore_Battle_Drums"
           },
           {
               "name": "Mistmoore Granite",
               "link": "https://wiki.project1999.com/Mistmoore_Granite"
           },
           {
               "name": "Nightshade Wreath",
               "link": "https://wiki.project1999.com/Nightshade_Wreath"
           },
           {
               "name": "Platinum Skull Ring",
               "link": "https://wiki.project1999.com/Platinum_Skull_Ring"
           },
           {
               "name": "Robe of the Keeper",
               "link": "https://wiki.project1999.com/Robe_of_the_Keeper"
           },
           {
               "name": "Rune of Fortune",
               "link": "https://wiki.project1999.com/Rune_of_Fortune"
           },
           {
               "name": "Sacrificial Dagger",
               "link": "https://wiki.project1999.com/Sacrificial_Dagger"
           },
           {
               "name": "Vial of Vampire Blood",
               "link": "https://wiki.project1999.com/Vial_of_Vampire_Blood"
           },
           {
               "name": "Resistance to Magic",
               "link": "https://wiki.project1999.com/Resistance_to_Magic"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-295",
           " 123 (Zone line to Lesser Faydark)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Crafted Breastplate",
               "link": "https://wiki.project1999.com/Crafted_Armor_Quests"
           },
           {
               "name": "Lambent Breastplate",
               "link": "https://wiki.project1999.com/Lambent_Armor_Quests"
           },
           {
               "name": "Lambent Gauntlets",
               "link": "https://wiki.project1999.com/Lambent_Armor_Quests"
           },
           {
               "name": "Lord of Pain's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Shaman Epic Quest",
               "link": "https://wiki.project1999.com/Shaman_Epic_Quest"
           },
           {
               "name": "Solusek's Flower",
               "link": "https://wiki.project1999.com/Solusek%27s_Flower"
           },
           {
               "name": "Vampire Teeth",
               "link": "https://wiki.project1999.com/Vampire_Teeth"
           },
           {
               "name": "Incandescent Armor Quests",
               "link": "https://wiki.project1999.com/Incandescent_Armor_Quests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Faydwer",
       "Type": "Outdoors / Dungeons",
       "URL Name": "The Estate of Unrest",
       "Friendly Name (If different)": null,
       "Name in /who": "unrest",
       "Full URL": "https://wiki.project1999.com/The_Estate_of_Unrest",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Dagnor's Cauldron",
           "link": "https://wiki.project1999.com/Dagnor%27s_Cauldron"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "10-35",
       "Types of Monsters": [
           "Death Beetles",
           " Tormented Dead",
           " Greater Skeletons",
           " Jack-O-Lanterns",
           " Ghouls",
           " Dark Boned Skeletons",
           " Lurking Mummies",
           " Gnomish Spelunker",
           " Lesser Blade Fiends",
           " Blade Fiends",
           " Dry Bones Skeletons",
           " Carrion Ghouls",
           " Skeletal Monks",
           " Zombie of an Unrest Noble",
           " Undead Barkeep",
           " Reanimated Hands",
           " Barbed Bone Skeletons",
           " Dusty Werebats",
           " Werebats",
           " Greater Dark Bones",
           " Undead Knight of Unrest",
           " Mortuary Fungus",
           " Festering Hags",
           " Dark Terrors",
           " Tentacle Terrors"
       ],
       "Notable NPCs": [
           {
               "name": "Garanel Rucksif",
               "link": "https://wiki.project1999.com/Garanel_Rucksif"
           },
           {
               "name": "a priest of najena",
               "link": "https://wiki.project1999.com/A_priest_of_najena"
           },
           {
               "name": "Khrix Fritchoff",
               "link": "https://wiki.project1999.com/Khrix_Fritchoff"
           },
           {
               "name": "Khrix's Abomination",
               "link": "https://wiki.project1999.com/Khrix%27s_Abomination"
           },
           {
               "name": "Torklar Battlemaster",
               "link": "https://wiki.project1999.com/Torklar_Battlemaster"
           },
           {
               "name": "Shadowpincer",
               "link": "https://wiki.project1999.com/Shadowpincer"
           },
           {
               "name": "reclusive ghoul magus",
               "link": "https://wiki.project1999.com/Reclusive_ghoul_magus"
           }
       ],
       "Unique Items": [
           {
               "name": "Bloodstained Mantle",
               "link": "https://wiki.project1999.com/Bloodstained_Mantle"
           },
           {
               "name": "Bloodstained Tunic",
               "link": "https://wiki.project1999.com/Bloodstained_Tunic"
           },
           {
               "name": "Damask Armor",
               "link": "https://wiki.project1999.com/Damask_Armor"
           },
           {
               "name": "Dark Boned Bracelet",
               "link": "https://wiki.project1999.com/Dark_Boned_Bracelet"
           },
           {
               "name": "Dusty Bloodstained Gloves",
               "link": "https://wiki.project1999.com/Dusty_Bloodstained_Gloves"
           },
           {
               "name": "Dwarven Work Boots",
               "link": "https://wiki.project1999.com/Dwarven_Work_Boots"
           },
           {
               "name": "Festering Cloak",
               "link": "https://wiki.project1999.com/Festering_Cloak"
           },
           {
               "name": "Gladius",
               "link": "https://wiki.project1999.com/Gladius"
           },
           {
               "name": "Gossamer Armor",
               "link": "https://wiki.project1999.com/Gossamer_Armor"
           },
           {
               "name": "Ivory Bracelet",
               "link": "https://wiki.project1999.com/Ivory_Bracelet"
           },
           {
               "name": "Jagged Band",
               "link": "https://wiki.project1999.com/Jagged_Band"
           },
           {
               "name": "Opalline Earring",
               "link": "https://wiki.project1999.com/Opalline_Earring"
           },
           {
               "name": "Pugius",
               "link": "https://wiki.project1999.com/Pugius"
           },
           {
               "name": "Savant's Cap",
               "link": "https://wiki.project1999.com/Savant%27s_Cap"
           },
           {
               "name": "Thick Leather Apron",
               "link": "https://wiki.project1999.com/Thick_Leather_Apron"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-38",
           " 52 (Zone line to Dagnor's Cauldron)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Burning Wood",
       "Friendly Name (If different)": null,
       "Name in /who": "burningwood",
       "Full URL": "https://wiki.project1999.com/Burning_Wood",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Frontier Mountains",
               "link": "https://wiki.project1999.com/Frontier_Mountains"
           },
           {
               "name": "Dreadlands",
               "link": "https://wiki.project1999.com/Dreadlands"
           },
           {
               "name": "Skyfire Mountains",
               "link": "https://wiki.project1999.com/Skyfire_Mountains"
           },
           {
               "name": "Chardok",
               "link": "https://wiki.project1999.com/Chardok"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "40-55",
       "Types of Monsters": [
           "Forest Giant Arbors",
           " Verdants",
           " and Ancients",
           " Sarnak Knights",
           " Extremists",
           " Avengers",
           " Zealots",
           " and Champions",
           " Moldering Gorillas and Apes",
           " Tatterback Gorillas and Apes",
           " Tottering Gorillas and Apes",
           " Cinder Hornet",
           " Ash Hornet",
           " Ember Hornet",
           " Scoriae Hornet",
           " Wurms",
           " Mountain Verdant Giant",
           " Mountain Giant Ancients",
           " Greater Warbone Skeletons",
           " Plaguebone Skeletons",
           " Greater Plaguebone Skeletons",
           " Greater Barbed Skeletons"
       ],
       "Notable NPCs": [
           {
               "name": "Azdalin",
               "link": "https://wiki.project1999.com/Azdalin"
           },
           {
               "name": "Entalon",
               "link": "https://wiki.project1999.com/Entalon"
           },
           {
               "name": "Gorgul Paclock",
               "link": "https://wiki.project1999.com/Gorgul_Paclock"
           },
           {
               "name": "Gullerback",
               "link": "https://wiki.project1999.com/Gullerback"
           },
           {
               "name": "Gylton",
               "link": "https://wiki.project1999.com/Gylton"
           },
           {
               "name": "Ixiblat Fer",
               "link": "https://wiki.project1999.com/Ixiblat_Fer"
           },
           {
               "name": "Korasal Klyseer",
               "link": "https://wiki.project1999.com/Korasal_Klyseer"
           },
           {
               "name": "Nezekezena",
               "link": "https://wiki.project1999.com/Nezekezena"
           },
           {
               "name": "Phurzikon",
               "link": "https://wiki.project1999.com/Phurzikon"
           },
           {
               "name": "a sarnak imitator",
               "link": "https://wiki.project1999.com/A_sarnak_imitator"
           },
           {
               "name": "Slixin Klex",
               "link": "https://wiki.project1999.com/Slixin_Klex"
           }
       ],
       "Unique Items": [
           {
               "name": "Axe of the Iron Back",
               "link": "https://wiki.project1999.com/Axe_of_the_Iron_Back"
           },
           {
               "name": "Forest Loop",
               "link": "https://wiki.project1999.com/Forest_Loop"
           },
           {
               "name": "Ketchata Koro Mis",
               "link": "https://wiki.project1999.com/Ketchata_Koro_Mis"
           },
           {
               "name": "Lumberjack's Cap",
               "link": "https://wiki.project1999.com/Lumberjack%27s_Cap"
           },
           {
               "name": "Runic Carver",
               "link": "https://wiki.project1999.com/Runic_Carver"
           },
           {
               "name": "Sarnak Earring of Station",
               "link": "https://wiki.project1999.com/Sarnak_Earring_of_Station"
           },
           {
               "name": "Sarnak Emblazened Tabard",
               "link": "https://wiki.project1999.com/Sarnak_Emblazened_Tabard"
           },
           {
               "name": "Sarnak Knight's Sword",
               "link": "https://wiki.project1999.com/Sarnak_Knight%27s_Sword"
           },
           {
               "name": "Scaled Wolf Hide Leggings",
               "link": "https://wiki.project1999.com/Scaled_Wolf_Hide_Leggings"
           },
           {
               "name": "Straw Spun Belt",
               "link": "https://wiki.project1999.com/Straw_Spun_Belt"
           },
           {
               "name": "Tattered Mantle",
               "link": "https://wiki.project1999.com/Tattered_Mantle"
           },
           {
               "name": "Tree Weave",
               "link": "https://wiki.project1999.com/Tree_Weave"
           },
           {
               "name": "Wurm Scale Coat",
               "link": "https://wiki.project1999.com/Wurm_Scale_Coat"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-4942",
           " -821 (Zone line to Dreadlands)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Cleric Epic Quest",
               "link": "https://wiki.project1999.com/Cleric_Epic_Quest"
           },
           {
               "name": "Druid Epic Quest",
               "link": "https://wiki.project1999.com/Druid_Epic_Quest"
           },
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           },
           {
               "name": "Dreadscale Armor Quests",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Iron Cudgel of the Seer",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Medallion of the Obulus Quest",
               "link": "https://wiki.project1999.com/Medallion_of_the_Obulus_Quest"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Dreadlands",
       "Friendly Name (If different)": null,
       "Name in /who": "dreadlands",
       "Full URL": "https://wiki.project1999.com/Dreadlands",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Burning Wood",
               "link": "https://wiki.project1999.com/Burning_Wood"
           },
           {
               "name": "Frontier Mountains",
               "link": "https://wiki.project1999.com/Frontier_Mountains"
           },
           {
               "name": "Firiona Vie",
               "link": "https://wiki.project1999.com/Firiona_Vie"
           },
           {
               "name": "Karnor's Castle",
               "link": "https://wiki.project1999.com/Karnor%27s_Castle"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "35-50+",
       "Types of Monsters": [
           "Tundra Yeti",
           " Glacier Yeti",
           " Mountain Giant Craigs",
           " Steeps",
           " and Braes",
           " Voracious Brute",
           " Plaguebone Skeleton",
           " Greater Spurbone",
           " Petrifier",
           " Stonegazer",
           " and Stoneleer Cockatrices",
           " Drolvarg Growlers",
           " Ragers",
           " Gnashers",
           " and Snarlers",
           " Ravishing Drolvarg",
           " Drachnid Webmasters",
           " Webstranders",
           " Recluses",
           " Silkmistresses",
           " and Widows"
       ],
       "Notable NPCs": [
           {
               "name": "Gorenaire",
               "link": "https://wiki.project1999.com/Gorenaire"
           },
           {
               "name": "A dread widow",
               "link": "https://wiki.project1999.com/A_dread_widow"
           },
           {
               "name": "a mountain giant patriarch",
               "link": "https://wiki.project1999.com/A_mountain_giant_patriarch"
           },
           {
               "name": "a wulfare lonewolf",
               "link": "https://wiki.project1999.com/A_wulfare_lonewolf"
           },
           {
               "name": "wraithbone champion",
               "link": "https://wiki.project1999.com/Wraithbone_champion"
           }
       ],
       "Unique Items": [
           {
               "name": "Axe of the Iron Back",
               "link": "https://wiki.project1999.com/Axe_of_the_Iron_Back"
           },
           {
               "name": "Yellow Whip",
               "link": "https://wiki.project1999.com/Yellow_Whip"
           },
           {
               "name": "Drachnid Thyxl",
               "link": "https://wiki.project1999.com/Drachnid_Thyxl"
           },
           {
               "name": "Forest Loop",
               "link": "https://wiki.project1999.com/Forest_Loop"
           },
           {
               "name": "Gem Encrusted Ring",
               "link": "https://wiki.project1999.com/Gem_Encrusted_Ring"
           },
           {
               "name": "Giant Foreman's Tunic",
               "link": "https://wiki.project1999.com/Giant_Foreman%27s_Tunic"
           },
           {
               "name": "Giant Grub Digger",
               "link": "https://wiki.project1999.com/Giant_Grub_Digger"
           },
           {
               "name": "Giant Lord's Tunic",
               "link": "https://wiki.project1999.com/Giant_Lord%27s_Tunic"
           },
           {
               "name": "Giant Sized Monocle",
               "link": "https://wiki.project1999.com/Giant_Sized_Monocle"
           },
           {
               "name": "Giant Tree Flayer",
               "link": "https://wiki.project1999.com/Giant_Tree_Flayer"
           },
           {
               "name": "Hammer of Flattening",
               "link": "https://wiki.project1999.com/Hammer_of_Flattening"
           },
           {
               "name": "Lumberjack's Cap",
               "link": "https://wiki.project1999.com/Lumberjack%27s_Cap"
           },
           {
               "name": "Straw Spun Belt",
               "link": "https://wiki.project1999.com/Straw_Spun_Belt"
           },
           {
               "name": "Treeflayer",
               "link": "https://wiki.project1999.com/Treeflayer"
           },
           {
               "name": "Tree Weave",
               "link": "https://wiki.project1999.com/Tree_Weave"
           },
           {
               "name": "A Weighted Axe",
               "link": "https://wiki.project1999.com/A_Weighted_Axe"
           },
           {
               "name": "Wraith Bone Hammer",
               "link": "https://wiki.project1999.com/Wraith_Bone_Hammer"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2806",
           " 9565 (Wizard spires)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Bard Epic Quest",
               "link": "https://wiki.project1999.com/Bard_Epic_Quest"
           },
           {
               "name": "Necromancer Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "The Lost Circle",
               "link": "https://wiki.project1999.com/The_Lost_Circle"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Emerald Jungle",
       "Friendly Name (If different)": null,
       "Name in /who": "emeraldjungle",
       "Full URL": "https://wiki.project1999.com/Emerald_Jungle",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "City of Mist",
               "link": "https://wiki.project1999.com/City_of_Mist"
           },
           {
               "name": "Field of Bone",
               "link": "https://wiki.project1999.com/Field_of_Bone"
           },
           {
               "name": "Trakanon's Teeth",
               "link": "https://wiki.project1999.com/Trakanon%27s_Teeth"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "35-45",
       "Types of Monsters": [
           "Erollisi Mantraps",
           " Erollisi Bloodthorn",
           " Frenzied Leeches",
           " Giant Leeches",
           " Giant Frenzied Leeches",
           " Moldering Ape",
           " Raging Tiger",
           " Raging Gorilla",
           " Tatterback Ape",
           " Tottering Gorilla",
           " Great Spurbone Skeleton",
           " Plaguedbone Skeleton",
           " A Soulsipper",
           " Trakaraptor",
           " an iksar anchorite",
           " an iksar picaroon",
           " an Iksar abductor"
       ],
       "Notable NPCs": [
           {
               "name": "Engorged Soulsipper",
               "link": "https://wiki.project1999.com/Engorged_Soulsipper"
           },
           {
               "name": "Severilous",
               "link": "https://wiki.project1999.com/Severilous"
           },
           {
               "name": "Totem Fiendling",
               "link": "https://wiki.project1999.com/Totem_Fiendling"
           }
       ],
       "Unique Items": [
           {
               "name": "Runewood Great Staff",
               "link": "https://wiki.project1999.com/Runewood_Great_Staff"
           },
           {
               "name": "Trakanasaur Hide Gloves",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Gloves"
           },
           {
               "name": "Trakanasaur Hide Leggings",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Leggings"
           },
           {
               "name": "Trakanasaur Hide Sleeves",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Sleeves"
           },
           {
               "name": "Trakanasaur Hide Tunic",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Tunic"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1223",
           " 4648 (Zone line to Field of Bone)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": {
           "name": "Sorcerer Skullcap",
           "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Field of Bone",
       "Friendly Name (If different)": null,
       "Name in /who": "fieldofbone",
       "Full URL": "https://wiki.project1999.com/Field_of_Bone",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Cabilis",
               "link": "https://wiki.project1999.com/Cabilis"
           },
           {
               "name": "Emerald Jungle",
               "link": "https://wiki.project1999.com/Emerald_Jungle"
           },
           {
               "name": "Kaesora",
               "link": "https://wiki.project1999.com/Kaesora"
           },
           {
               "name": "Kurn's Tower",
               "link": "https://wiki.project1999.com/Kurn%27s_Tower"
           },
           {
               "name": "Swamp of No Hope",
               "link": "https://wiki.project1999.com/Swamp_of_No_Hope"
           },
           {
               "name": "Warsliks Wood",
               "link": "https://wiki.project1999.com/Warsliks_Wood"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-50+",
       "Types of Monsters": [
           "Beetle",
           " Burynai",
           " Erudite Ghost",
           " Gorilla",
           " Half-Elf",
           " Iksar",
           " Scorpion",
           " Skeleton",
           " Spider",
           " Troll",
           " Wolf"
       ],
       "Notable NPCs": [
           {
               "name": "A scaled prowler",
               "link": "https://wiki.project1999.com/A_scaled_prowler"
           },
           {
               "name": "A skeletal jester",
               "link": "https://wiki.project1999.com/A_skeletal_jester"
           },
           {
               "name": "Burynaibane Spider",
               "link": "https://wiki.project1999.com/Burynaibane_Spider"
           },
           {
               "name": "Carrion Queen",
               "link": "https://wiki.project1999.com/Carrion_Queen"
           },
           {
               "name": "Gharg Oberbord",
               "link": "https://wiki.project1999.com/Gharg_Oberbord"
           },
           {
               "name": "Iksar Dakoit",
               "link": "https://wiki.project1999.com/Iksar_Dakoit"
           },
           {
               "name": "Jairnel Marfury",
               "link": "https://wiki.project1999.com/Jairnel_Marfury"
           },
           {
               "name": "Kerosh Blackhand",
               "link": "https://wiki.project1999.com/Kerosh_Blackhand"
           },
           {
               "name": "Targishin",
               "link": "https://wiki.project1999.com/Targishin"
           },
           {
               "name": "The Tangrin",
               "link": "https://wiki.project1999.com/The_Tangrin"
           },
           {
               "name": "a burynai cutter",
               "link": "https://wiki.project1999.com/A_burynai_cutter"
           },
           {
               "name": "a scourgetail scorpion",
               "link": "https://wiki.project1999.com/A_scourgetail_scorpion"
           }
       ],
       "Unique Items": [
           {
               "name": "Blockcutter Gloves",
               "link": "https://wiki.project1999.com/Blockcutter_Gloves"
           },
           {
               "name": "Burynaibane Charm",
               "link": "https://wiki.project1999.com/Burynaibane_Charm"
           },
           {
               "name": "Burynaibane Spider Fang",
               "link": "https://wiki.project1999.com/Burynaibane_Spider_Fang"
           },
           {
               "name": "Sear",
               "link": "https://wiki.project1999.com/Sear"
           },
           {
               "name": "Carrion Beetle Leggings",
               "link": "https://wiki.project1999.com/Carrion_Beetle_Leggings"
           },
           {
               "name": "Carrion Queen Liver",
               "link": "https://wiki.project1999.com/Carrion_Queen_Liver"
           },
           {
               "name": "Healing",
               "link": "https://wiki.project1999.com/Healing"
           },
           {
               "name": "Dakoit Coin Purse",
               "link": "https://wiki.project1999.com/Dakoit_Coin_Purse"
           },
           {
               "name": "Marauder Snout Ring 'MM'",
               "link": "https://wiki.project1999.com/Marauder_Snout_Ring_%27MM%27"
           },
           {
               "name": "Marauder Snout Ring",
               "link": "https://wiki.project1999.com/Marauder_Snout_Ring"
           },
           {
               "name": "Polished Stone Anklet",
               "link": "https://wiki.project1999.com/Polished_Stone_Anklet"
           },
           {
               "name": "Scaled Prowler Belt",
               "link": "https://wiki.project1999.com/Scaled_Prowler_Belt"
           },
           {
               "name": "Scaled Prowler Cloak",
               "link": "https://wiki.project1999.com/Scaled_Prowler_Cloak"
           },
           {
               "name": "Scorpion Pincer",
               "link": "https://wiki.project1999.com/Scorpion_Pincer"
           },
           {
               "name": "Scorpion Telson",
               "link": "https://wiki.project1999.com/Scorpion_Telson"
           },
           {
               "name": "Poison Bolt",
               "link": "https://wiki.project1999.com/Poison_Bolt"
           },
           {
               "name": "Scourgetail Bracer",
               "link": "https://wiki.project1999.com/Scourgetail_Bracer"
           },
           {
               "name": "Scourgetail Whip",
               "link": "https://wiki.project1999.com/Scourgetail_Whip"
           },
           {
               "name": "Weak Poison",
               "link": "https://wiki.project1999.com/Weak_Poison"
           },
           {
               "name": "Targishin's Bone Mask",
               "link": "https://wiki.project1999.com/Targishin%27s_Bone_Mask"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1684",
           " 1617 (Between Cabilis and Kaesora)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Bone Chips",
               "link": "https://wiki.project1999.com/Bone_Chips_(Quest)"
           },
           {
               "name": "Curscale Armor Quest",
               "link": "https://wiki.project1999.com/Curscale_Armor_Quest"
           },
           {
               "name": "Dreadscale Armor Quests",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           },
           {
               "name": "Geozite Tool Quest",
               "link": "https://wiki.project1999.com/Geozite_Tool_Quest"
           },
           {
               "name": "Monk Shackle Quests",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests"
           },
           {
               "name": "Necromancer Skullcap Quests",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Scorpion Pincers",
               "link": "https://wiki.project1999.com/Scorpion_Pincers"
           },
           {
               "name": "Shaman Skull Quests",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Trooper Scale Armor",
               "link": "https://wiki.project1999.com/Trooper_Scale_Armor"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Firiona Vie",
       "Friendly Name (If different)": null,
       "Name in /who": "firiona",
       "Full URL": "https://wiki.project1999.com/Firiona_Vie",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Dreadlands",
               "link": "https://wiki.project1999.com/Dreadlands"
           },
           {
               "name": "Lake of Ill Omen",
               "link": "https://wiki.project1999.com/Lake_of_Ill_Omen"
           },
           {
               "name": "Swamp of No Hope",
               "link": "https://wiki.project1999.com/Swamp_of_No_Hope"
           },
           {
               "name": "Timorous Deep",
               "link": "https://wiki.project1999.com/Timorous_Deep"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "25-35",
       "Types of Monsters": [
           "Pilgrims",
           " Venomous Lamprey",
           " Frenzied Leech",
           " Drolvarg Savages",
           " Scavengers",
           " Snarlers",
           " and Growlers",
           " Froglok Ton Knights",
           " Shin Warriors",
           " Shin Knights",
           " Tal Shamans",
           " and Nok Shamans",
           " Goblin Battlecasters",
           " Marauders",
           " Plaguebringers",
           " Pillagers",
           " Adepts",
           " and Raiders",
           " Drachnid Webspinners",
           " Weblurkers",
           " Webstranders",
           " Silkspinners",
           " Silkstranders",
           " and Silklurkers",
           " Firiona Drixie",
           " Forest Giant Arbors and Verdants"
       ],
       "Notable NPCs": [
           {
               "name": "An Ancient Jarsath",
               "link": "https://wiki.project1999.com/An_Ancient_Jarsath"
           },
           {
               "name": "Mister Fizzle",
               "link": "https://wiki.project1999.com/Mister_Fizzle"
           },
           {
               "name": "Red Eye Jack",
               "link": "https://wiki.project1999.com/Red_Eye_Jack"
           },
           {
               "name": "Pirate Destroyer",
               "link": "https://wiki.project1999.com/Pirate_Destroyer"
           },
           {
               "name": "a pirate cartographer",
               "link": "https://wiki.project1999.com/A_pirate_cartographer"
           },
           {
               "name": "Sergeant Daelione",
               "link": "https://wiki.project1999.com/Sergeant_Daelione"
           },
           {
               "name": "Vekis",
               "link": "https://wiki.project1999.com/Vekis"
           }
       ],
       "Unique Items": [
           {
               "name": "Axe of the Iron Back",
               "link": "https://wiki.project1999.com/Axe_of_the_Iron_Back"
           },
           {
               "name": "Forest Loop",
               "link": "https://wiki.project1999.com/Forest_Loop"
           },
           {
               "name": "Giant Foreman's Tunic",
               "link": "https://wiki.project1999.com/Giant_Foreman%27s_Tunic"
           },
           {
               "name": "Giant Lord's Tunic",
               "link": "https://wiki.project1999.com/Giant_Lord%27s_Tunic"
           },
           {
               "name": "Gunthak Harpoon",
               "link": "https://wiki.project1999.com/Gunthak_Harpoon"
           },
           {
               "name": "Hammer of Flattening",
               "link": "https://wiki.project1999.com/Hammer_of_Flattening"
           },
           {
               "name": "Dark Oak Shillelagh",
               "link": "https://wiki.project1999.com/Dark_Oak_Shillelagh"
           },
           {
               "name": "Beguile Plants",
               "link": "https://wiki.project1999.com/Beguile_Plants"
           },
           {
               "name": "Shin Gauntlets",
               "link": "https://wiki.project1999.com/Shin_Gauntlets"
           },
           {
               "name": "Shin Greaves",
               "link": "https://wiki.project1999.com/Shin_Greaves"
           },
           {
               "name": "A Weighted Axe",
               "link": "https://wiki.project1999.com/A_Weighted_Axe"
           },
           {
               "name": "Leg-Chopper",
               "link": "https://wiki.project1999.com/Leg-Chopper"
           },
           {
               "name": "Giant Grub Digger",
               "link": "https://wiki.project1999.com/Giant_Grub_Digger"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-2392",
           " 1440 (Just outside gate to city)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Crusader's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Drolvarg Teeth",
               "link": "https://wiki.project1999.com/Drolvarg_Teeth"
           },
           {
               "name": "Dragon Scales",
               "link": "https://wiki.project1999.com/Dragon_Scales_Quest"
           },
           {
               "name": "Goblin Battlemasters",
               "link": "https://wiki.project1999.com/Goblin_Battlemasters"
           },
           {
               "name": "Guard of Ik Quest",
               "link": "https://wiki.project1999.com/Guard_of_Ik_Quest"
           },
           {
               "name": "Handy Shillelagh",
               "link": "https://wiki.project1999.com/Handy_Shillelagh"
           },
           {
               "name": "Kwinn's Quest",
               "link": "https://wiki.project1999.com/Kwinn%27s_Quest"
           },
           {
               "name": "Rare Coins",
               "link": "https://wiki.project1999.com/Rare_Coins"
           },
           {
               "name": "Revenant Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Shackle of Copper",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._4"
           },
           {
               "name": "Dreadscale Armor Quests",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Brain Bite (Good)",
               "link": "https://wiki.project1999.com/Brain_Bite_(Good)"
           },
           {
               "name": "Cleric Spells (Good)",
               "link": "https://wiki.project1999.com/Cleric_Spells_(Good)"
           },
           {
               "name": "Druid Spells",
               "link": "https://wiki.project1999.com/Druid_Spells"
           },
           {
               "name": "Enchanter Spells (Good)",
               "link": "https://wiki.project1999.com/Enchanter_Spells_(Good)"
           },
           {
               "name": "Illusion: Iksar Quest",
               "link": "https://wiki.project1999.com/Illusion:_Iksar_Quest"
           },
           {
               "name": "Cannibalize II (Good)",
               "link": "https://wiki.project1999.com/Cannibalize_II_(Good)"
           },
           {
               "name": "Magician Spells (Good)",
               "link": "https://wiki.project1999.com/Magician_Spells_(Good)"
           },
           {
               "name": "Shaman Spells (Good)",
               "link": "https://wiki.project1999.com/Shaman_Spells_(Good)"
           },
           {
               "name": "Wizard Spells (Good)",
               "link": "https://wiki.project1999.com/Wizard_Spells_(Good)"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Frontier Mountains",
       "Friendly Name (If different)": null,
       "Name in /who": "frontiermtns",
       "Full URL": "https://wiki.project1999.com/Frontier_Mountains",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Burning Wood",
               "link": "https://wiki.project1999.com/Burning_Wood"
           },
           {
               "name": "Dreadlands",
               "link": "https://wiki.project1999.com/Dreadlands"
           },
           {
               "name": "Lake of Ill Omen",
               "link": "https://wiki.project1999.com/Lake_of_Ill_Omen"
           },
           {
               "name": "The Overthere",
               "link": "https://wiki.project1999.com/The_Overthere"
           },
           {
               "name": "Mines of Nurga",
               "link": "https://wiki.project1999.com/Mines_of_Nurga"
           },
           {
               "name": "Temple of Droga",
               "link": "https://wiki.project1999.com/Temple_of_Droga"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "25-45",
       "Types of Monsters": [
           "Goblin Raiders",
           " Whipcrackers",
           " Bonecharmers",
           " Rockchanters",
           " Boneseekers",
           " Dirttracers",
           " Blightcallers",
           " Plaguebringers",
           " Legates",
           " and Slavedrivers",
           " Burynai Miners",
           " Digmasters",
           " Cenobites",
           " and Rockshapers",
           " Sarnak Knights",
           " Partisans",
           " Enthusiasts",
           " Dragoons",
           " Berzerkers",
           " Mountain Giant Hillocks",
           " Tumps",
           " Craigs",
           " and Braes",
           " Gorging Brute",
           " Ravenous Brute"
       ],
       "Notable NPCs": [
           {
               "name": "Boogoog",
               "link": "https://wiki.project1999.com/Boogoog"
           },
           {
               "name": "a berserk brute",
               "link": "https://wiki.project1999.com/A_berserk_brute"
           },
           {
               "name": "Blugtigin",
               "link": "https://wiki.project1999.com/Blugtigin"
           },
           {
               "name": "Stonegrinder",
               "link": "https://wiki.project1999.com/Stonegrinder"
           },
           {
               "name": "Burynai Grand Cenobite",
               "link": "https://wiki.project1999.com/Burynai_Grand_Cenobite"
           },
           {
               "name": "burynai treasure seeker",
               "link": "https://wiki.project1999.com/Burynai_treasure_seeker"
           },
           {
               "name": "A Goblin Trailblazer",
               "link": "https://wiki.project1999.com/A_Goblin_Trailblazer"
           },
           {
               "name": "A Goblin Chieftain",
               "link": "https://wiki.project1999.com/index.php?title=A_Goblin_Chieftain&action=edit&redlink=1"
           },
           {
               "name": "Goblin Headhunter",
               "link": "https://wiki.project1999.com/Goblin_Headhunter"
           },
           {
               "name": "A Goblin Dustscryer",
               "link": "https://wiki.project1999.com/A_Goblin_Dustscryer"
           },
           {
               "name": "Goblinstomper",
               "link": "https://wiki.project1999.com/Goblinstomper"
           },
           {
               "name": "Slithinis",
               "link": "https://wiki.project1999.com/Slithinis"
           },
           {
               "name": "Dustback",
               "link": "https://wiki.project1999.com/Dustback"
           },
           {
               "name": "Gemeye",
               "link": "https://wiki.project1999.com/Gemeye"
           },
           {
               "name": "Bloodscale the Vicious",
               "link": "https://wiki.project1999.com/Bloodscale_the_Vicious"
           },
           {
               "name": "Wandering Stonehealer",
               "link": "https://wiki.project1999.com/index.php?title=Wandering_Stonehealer&action=edit&redlink=1"
           },
           {
               "name": "Overseer Miklik",
               "link": "https://wiki.project1999.com/Overseer_Miklik"
           },
           {
               "name": "Eboneyes",
               "link": "https://wiki.project1999.com/Eboneyes"
           },
           {
               "name": "Rockwolf",
               "link": "https://wiki.project1999.com/Rockwolf"
           },
           {
               "name": "A diseased brute",
               "link": "https://wiki.project1999.com/A_diseased_brute"
           },
           {
               "name": "Joojooga",
               "link": "https://wiki.project1999.com/Joojooga"
           },
           {
               "name": "Gromlok",
               "link": "https://wiki.project1999.com/Gromlok"
           },
           {
               "name": "Drake Tamer",
               "link": "https://wiki.project1999.com/index.php?title=Drake_Tamer&action=edit&redlink=1"
           },
           {
               "name": "A Sarnak bloodbinder",
               "link": "https://wiki.project1999.com/A_Sarnak_bloodbinder"
           },
           {
               "name": "Clazxiss",
               "link": "https://wiki.project1999.com/Clazxiss"
           },
           {
               "name": "Krenlek",
               "link": "https://wiki.project1999.com/Krenlek"
           },
           {
               "name": "Miner Bordakn",
               "link": "https://wiki.project1999.com/Miner_Bordakn"
           },
           {
               "name": "A Sarnak rebel",
               "link": "https://wiki.project1999.com/A_Sarnak_rebel"
           },
           {
               "name": "Varithyx",
               "link": "https://wiki.project1999.com/Varithyx"
           },
           {
               "name": "Eldak Howlingbear",
               "link": "https://wiki.project1999.com/Eldak_Howlingbear"
           },
           {
               "name": "Goblin Iksar Slayer",
               "link": "https://wiki.project1999.com/Goblin_Iksar_Slayer"
           },
           {
               "name": "Snaorf",
               "link": "https://wiki.project1999.com/Snaorf"
           },
           {
               "name": "mountain giant prospector",
               "link": "https://wiki.project1999.com/Mountain_giant_prospector"
           }
       ],
       "Unique Items": [
           {
               "name": "Barbed Scale Whip",
               "link": "https://wiki.project1999.com/Barbed_Scale_Whip"
           },
           {
               "name": "Belt of the Cenobite",
               "link": "https://wiki.project1999.com/Belt_of_the_Cenobite"
           },
           {
               "name": "Blood Splattered Veil",
               "link": "https://wiki.project1999.com/Blood_Splattered_Veil"
           },
           {
               "name": "Burynai Leg Ripper",
               "link": "https://wiki.project1999.com/Burynai_Leg_Ripper"
           },
           {
               "name": "Chieftain's Headress",
               "link": "https://wiki.project1999.com/Chieftain%27s_Headress"
           },
           {
               "name": "Dustscryer's Crystal Ball",
               "link": "https://wiki.project1999.com/Dustscryer%27s_Crystal_Ball"
           },
           {
               "name": "Dusty Breastplate",
               "link": "https://wiki.project1999.com/Dusty_Breastplate"
           },
           {
               "name": "Ebon Razor",
               "link": "https://wiki.project1999.com/Ebon_Razor"
           },
           {
               "name": "Forest Loop",
               "link": "https://wiki.project1999.com/Forest_Loop"
           },
           {
               "name": "Gauntlets of Brute Strength",
               "link": "https://wiki.project1999.com/Gauntlets_of_Brute_Strength"
           },
           {
               "name": "Giant Tree Flayer",
               "link": "https://wiki.project1999.com/Giant_Tree_Flayer"
           },
           {
               "name": "Gem Finder",
               "link": "https://wiki.project1999.com/Gem_Finder"
           },
           {
               "name": "Glowing Club",
               "link": "https://wiki.project1999.com/Glowing_Club"
           },
           {
               "name": "Reckless Strength",
               "link": "https://wiki.project1999.com/Reckless_Strength"
           },
           {
               "name": "Goblin Head-Spear",
               "link": "https://wiki.project1999.com/Goblin_Head-Spear"
           },
           {
               "name": "Goblin Juntah Harvester",
               "link": "https://wiki.project1999.com/Goblin_Juntah_Harvester"
           },
           {
               "name": "Goblin Soul Caller",
               "link": "https://wiki.project1999.com/Goblin_Soul_Caller"
           },
           {
               "name": "Goblin Trail Blazer's Knife",
               "link": "https://wiki.project1999.com/Goblin_Trail_Blazer%27s_Knife"
           },
           {
               "name": "Hammer of Flattening",
               "link": "https://wiki.project1999.com/Hammer_of_Flattening"
           },
           {
               "name": "Leg-Chopper",
               "link": "https://wiki.project1999.com/Leg-Chopper"
           },
           {
               "name": "Lumberjack's Cap",
               "link": "https://wiki.project1999.com/Lumberjack%27s_Cap"
           },
           {
               "name": "Medicine Totem",
               "link": "https://wiki.project1999.com/Medicine_Totem"
           },
           {
               "name": "Giant Foreman's Tunic",
               "link": "https://wiki.project1999.com/Giant_Foreman%27s_Tunic"
           },
           {
               "name": "Necklace of Defiance",
               "link": "https://wiki.project1999.com/Necklace_of_Defiance"
           },
           {
               "name": "Skullchip Bracelet",
               "link": "https://wiki.project1999.com/Skullchip_Bracelet"
           },
           {
               "name": "Skullhelm of Krenlek",
               "link": "https://wiki.project1999.com/Skullhelm_of_Krenlek"
           },
           {
               "name": "Sleeves of the Ancients",
               "link": "https://wiki.project1999.com/Sleeves_of_the_Ancients"
           },
           {
               "name": "Stone Thunder",
               "link": "https://wiki.project1999.com/Stone_Thunder"
           },
           {
               "name": "Straw Spun Belt",
               "link": "https://wiki.project1999.com/Straw_Spun_Belt"
           },
           {
               "name": "Windetched Staff",
               "link": "https://wiki.project1999.com/Windetched_Staff"
           },
           {
               "name": "Careless Lightning",
               "link": "https://wiki.project1999.com/Careless_Lightning"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-633",
           " -4286 (Lake of Ill Omen Zoneline)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Lord of Pain's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests#Crusader.27s_Test_of_the_Lord_.28.237.29"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Shackle of Steel",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._6"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Lake of Ill Omen",
       "Friendly Name (If different)": null,
       "Name in /who": "lakeofillomen",
       "Full URL": "https://wiki.project1999.com/Lake_of_Ill_Omen",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "West Cabilis",
               "link": "https://wiki.project1999.com/Cabilis"
           },
           {
               "name": "Firiona Vie",
               "link": "https://wiki.project1999.com/Firiona_Vie"
           },
           {
               "name": "Frontier Mountains",
               "link": "https://wiki.project1999.com/Frontier_Mountains"
           },
           {
               "name": "Warsliks Woods",
               "link": "https://wiki.project1999.com/Warsliks_Woods"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-30+",
       "Types of Monsters": [
           "Decaying Skeletons",
           " Skeletons",
           " Scalebone Skeletons",
           " Greater Skeletons",
           " Lesser Icebone Skeletons",
           " Lesser Charbone Skeletons",
           " Charbone Skeletons",
           " Warboned Skeleton",
           " Goblin Whelp",
           " Goblin Scout",
           " Goblin Watcher",
           " Goblin Outrider",
           " Goblin Hunter",
           " Goblin Brawler",
           " Goblin Skirmisher",
           " Goblin Spirit Caller",
           " Goblin Soothsayer",
           " Goblin Agressor",
           " Goblin Warrior",
           " Goblin Warlord",
           " Pond Sturgeon",
           " Bloodgill Goblin",
           " Sabretooth Kitten",
           " Sabretooth Cub",
           " Sabretooth Kit",
           " Sabretooth Cat",
           " Sabretooth Grimalkin",
           " Sabretooth Tigress",
           " Sabretooth Tiger",
           " Sarnak Hatchling",
           " Sarnak Broodling",
           " Sarnak Recruit",
           " A Sarnak legionnaire",
           " Sarnak Adherant",
           " Sarnak Crypt Raider",
           " Sarnak Dragoon",
           " Sarnak Flunkie",
           " Sarnak Revealer",
           " Sarnak Revenant",
           " Sarnak Gem Oracle",
           " Sarnak Imperial Escort",
           " Iksar Footpad",
           " Iksar Bandit",
           " Iksar Brigand",
           " Iksar Manslayer",
           " Iksar Marauder",
           " Iksar Exile",
           " Iksar Pariah",
           " Deepwater Barracuda",
           " Tainted Barracuda"
       ],
       "Notable NPCs": [
           {
               "name": "a sarnak courier",
               "link": "https://wiki.project1999.com/A_sarnak_courier"
           },
           {
               "name": "Professor Akabao",
               "link": "https://wiki.project1999.com/Professor_Akabao"
           },
           {
               "name": "Chancellor of Di`Zok",
               "link": "https://wiki.project1999.com/Chancellor_of_Di%60Zok"
           },
           {
               "name": "Lord Gorelik",
               "link": "https://wiki.project1999.com/Lord_Gorelik"
           },
           {
               "name": "Advisor Sh'Orok",
               "link": "https://wiki.project1999.com/Advisor_Sh%27Orok"
           }
       ],
       "Unique Items": [
           {
               "name": "Blade of Passage",
               "link": "https://wiki.project1999.com/Blade_of_Passage"
           },
           {
               "name": "Bracer of the Hidden",
               "link": "https://wiki.project1999.com/Bracer_of_the_Hidden"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Jade Chokidai Prod",
               "link": "https://wiki.project1999.com/Jade_Chokidai_Prod"
           },
           {
               "name": "Sarnak Earring of Station",
               "link": "https://wiki.project1999.com/Sarnak_Earring_of_Station"
           },
           {
               "name": "Scaled Wolf Hide Gloves",
               "link": "https://wiki.project1999.com/Scaled_Wolf_Hide_Gloves"
           },
           {
               "name": "Sarnak Flesh Harvester",
               "link": "https://wiki.project1999.com/Sarnak_Flesh_Harvester"
           },
           {
               "name": "Insidious Fever",
               "link": "https://wiki.project1999.com/Insidious_Fever"
           },
           {
               "name": "Sarnak Ceremonial Dagger",
               "link": "https://wiki.project1999.com/Sarnak_Ceremonial_Dagger"
           },
           {
               "name": "Sarnak Emblazened Tabard",
               "link": "https://wiki.project1999.com/Sarnak_Emblazened_Tabard"
           },
           {
               "name": "Goblin Skinner",
               "link": "https://wiki.project1999.com/Goblin_Skinner"
           },
           {
               "name": "Ketchata Koro Mis",
               "link": "https://wiki.project1999.com/Ketchata_Koro_Mis"
           },
           {
               "name": "Mithril Staff",
               "link": "https://wiki.project1999.com/Mithril_Staff"
           },
           {
               "name": "Goblin Gazughi Ring",
               "link": "https://wiki.project1999.com/Goblin_Gazughi_Ring"
           },
           {
               "name": "Invisibility versus Animals",
               "link": "https://wiki.project1999.com/Invisibility_versus_Animals"
           },
           {
               "name": "Harpoon of the Depths",
               "link": "https://wiki.project1999.com/Harpoon_of_the_Depths"
           },
           {
               "name": "Hand Woven Leggings",
               "link": "https://wiki.project1999.com/Hand_Woven_Leggings"
           },
           {
               "name": "Iksar Skull Helm",
               "link": "https://wiki.project1999.com/Iksar_Skull_Helm"
           },
           {
               "name": "Iron Bound Tome",
               "link": "https://wiki.project1999.com/Iron_Bound_Tome"
           },
           {
               "name": "Cancel Magic",
               "link": "https://wiki.project1999.com/Cancel_Magic"
           },
           {
               "name": "Pondfish Spine",
               "link": "https://wiki.project1999.com/Pondfish_Spine"
           },
           {
               "name": "Poison",
               "link": "https://wiki.project1999.com/Poison"
           },
           {
               "name": "Sarnak Great Cleaver",
               "link": "https://wiki.project1999.com/Sarnak_Great_Cleaver"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "5747",
           " -5383 (Near West Cabilis)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Apprentice Skullcap - 2nd Rank",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Apprentice Skullcap - 3rd Rank",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Knave's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Dark Binder Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Dreadscale Bracer",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Dreadscale Gauntlets",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Greenmist",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Iron Cudgel of the Seer",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Key to Charasis Quest",
               "link": "https://wiki.project1999.com/Key_to_Charasis_Quest"
           },
           {
               "name": "Medallion of the Kylong Quest",
               "link": "https://wiki.project1999.com/Medallion_of_the_Kylong_Quest"
           },
           {
               "name": "Monk Epic Quest",
               "link": "https://wiki.project1999.com/Monk_Epic_Quest"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Shackle of Clay",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._1"
           },
           {
               "name": "Shackle of Rock",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._3"
           },
           {
               "name": "Occultist Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Revenant Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Sorcerer Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "The Overthere",
       "Friendly Name (If different)": null,
       "Name in /who": "overthere",
       "Full URL": "https://wiki.project1999.com/The_Overthere",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Frontier Mountains",
               "link": "https://wiki.project1999.com/Frontier_Mountains"
           },
           {
               "name": "Howling Stones",
               "link": "https://wiki.project1999.com/Howling_Stones"
           },
           {
               "name": "Skyfire Mountains",
               "link": "https://wiki.project1999.com/Skyfire_Mountains"
           },
           {
               "name": "Timorous Deep",
               "link": "https://wiki.project1999.com/Timorous_Deep"
           },
           {
               "name": "Warsliks Woods",
               "link": "https://wiki.project1999.com/Warsliks_Woods"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "20-40+ (50+ inside pit)",
       "Types of Monsters": [
           "Sabertooth Tigers",
           " Sabertooth Tigresses",
           " Sarnak Youth",
           " Flunkies",
           " Conscripts",
           " Partisans",
           " Knights",
           " Enthusiasts",
           " and Berserkers",
           " Prickly Succulent",
           " Bristly Succulent",
           " Barbed Succulent",
           " Spiked Succulent",
           " Thorny Succulent",
           " Succulent Cactuses",
           " Stonepeep Cockatrice",
           " Stoneglint Cockatrice",
           " Stonegazer Cockatrice",
           " Stoneleer Cockatrice",
           " Kunark Rhino",
           " Clay Golems",
           " Undead Foreman",
           " Marines",
           " Heralds",
           " and Workers",
           " Dragoon",
           " Scorpikis",
           " Scorpikis Scrounger",
           " Iron Sentinel"
       ],
       "Notable NPCs": [
           {
               "name": "Admiral Tylix",
               "link": "https://wiki.project1999.com/Admiral_Tylix"
           },
           {
               "name": "Captain Rottgrime",
               "link": "https://wiki.project1999.com/Captain_Rottgrime"
           },
           {
               "name": "General V`Deers",
               "link": "https://wiki.project1999.com/General_V%60Deers"
           },
           {
               "name": "Impaler Tzilug",
               "link": "https://wiki.project1999.com/Impaler_Tzilug"
           },
           {
               "name": "Tourmaline",
               "link": "https://wiki.project1999.com/Tourmaline"
           },
           {
               "name": "Corundium",
               "link": "https://wiki.project1999.com/Corundium"
           },
           {
               "name": "Stishovite",
               "link": "https://wiki.project1999.com/Stishovite"
           },
           {
               "name": "Tektite",
               "link": "https://wiki.project1999.com/Tektite"
           },
           {
               "name": "A Cliff Golem",
               "link": "https://wiki.project1999.com/A_Cliff_Golem"
           }
       ],
       "Unique Items": [
           {
               "name": "Sarnak Earring of Station",
               "link": "https://wiki.project1999.com/Sarnak_Earring_of_Station"
           },
           {
               "name": "Sarnak Ceremonial Dagger",
               "link": "https://wiki.project1999.com/Sarnak_Ceremonial_Dagger"
           },
           {
               "name": "Sarnak Ceremonial Sword",
               "link": "https://wiki.project1999.com/Sarnak_Ceremonial_Sword"
           },
           {
               "name": "Sarnak Liberator",
               "link": "https://wiki.project1999.com/Sarnak_Liberator"
           },
           {
               "name": "Spirit Strike",
               "link": "https://wiki.project1999.com/Spirit_Strike"
           },
           {
               "name": "Goblin Two-Handed Sword",
               "link": "https://wiki.project1999.com/Goblin_Two-Handed_Sword"
           },
           {
               "name": "Sarnak Staff of Glyphs",
               "link": "https://wiki.project1999.com/Sarnak_Staff_of_Glyphs"
           },
           {
               "name": "Sarnak Emblazened Tabard",
               "link": "https://wiki.project1999.com/Sarnak_Emblazened_Tabard"
           },
           {
               "name": "Goblin Choker",
               "link": "https://wiki.project1999.com/Goblin_Choker"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-3500",
           " 1450 (Frontier Mountains Zoneline)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Dreadscale Boots",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Dreadscale Breastplate",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Dreadscale Helm",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Dreadscale Greaves",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           },
           {
               "name": "Greenmist",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Magician Epic Quest",
               "link": "https://wiki.project1999.com/Magician_Epic_Quest"
           },
           {
               "name": "Monk Epic Quest",
               "link": "https://wiki.project1999.com/Monk_Epic_Quest"
           },
           {
               "name": "Protect the Shipyard",
               "link": "https://wiki.project1999.com/Protect_the_Shipyard"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           },
           {
               "name": "The New Worker",
               "link": "https://wiki.project1999.com/The_New_Worker"
           },
           {
               "name": "Trooper Scale Armor Quests",
               "link": "https://wiki.project1999.com/Trooper_Scale_Armor_Quests"
           },
           {
               "name": "Brain Bite (Evil)",
               "link": "https://wiki.project1999.com/Brain_Bite_(Evil)"
           },
           {
               "name": "Cleric Spells (Evil)",
               "link": "https://wiki.project1999.com/Cleric_Spells_(Evil)"
           },
           {
               "name": "Enchanter Spells (Evil)",
               "link": "https://wiki.project1999.com/Enchanter_Spells_(Evil)"
           },
           {
               "name": "Magician Spells (Evil)",
               "link": "https://wiki.project1999.com/Magician_Spells_(Evil)"
           },
           {
               "name": "Necromancer Spells",
               "link": "https://wiki.project1999.com/Necromancer_Spells"
           },
           {
               "name": "Shaman Spells (Evil)",
               "link": "https://wiki.project1999.com/Shaman_Spells_(Evil)"
           },
           {
               "name": "Wizard Spells (Evil)",
               "link": "https://wiki.project1999.com/Wizard_Spells_(Evil)"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Skyfire Mountains",
       "Friendly Name (If different)": null,
       "Name in /who": "skyfire",
       "Full URL": "https://wiki.project1999.com/Skyfire_Mountains",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Burning Wood",
               "link": "https://wiki.project1999.com/Burning_Wood"
           },
           {
               "name": "The Overthere",
               "link": "https://wiki.project1999.com/The_Overthere"
           },
           {
               "name": "Veeshan's Peak",
               "link": "https://wiki.project1999.com/Veeshan%27s_Peak"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "40-60+",
       "Types of Monsters": [
           "Devourers",
           " Dragon",
           " Drakes",
           " Fay Drakes",
           " Gnome",
           " Wurms",
           " Wyverns"
       ],
       "Notable NPCs": [
           {
               "name": "Black Scar",
               "link": "https://wiki.project1999.com/Black_Scar"
           },
           {
               "name": "Eldrig the Old",
               "link": "https://wiki.project1999.com/Eldrig_the_Old"
           },
           {
               "name": "Faerie of Dismay",
               "link": "https://wiki.project1999.com/Faerie_of_Dismay"
           },
           {
               "name": "Felia Goldenwing",
               "link": "https://wiki.project1999.com/Felia_Goldenwing"
           },
           {
               "name": "Guardian of Felia",
               "link": "https://wiki.project1999.com/Guardian_of_Felia"
           },
           {
               "name": "Jennus Lyklobar",
               "link": "https://wiki.project1999.com/Jennus_Lyklobar"
           },
           {
               "name": "a lava walker",
               "link": "https://wiki.project1999.com/A_lava_walker"
           },
           {
               "name": "a shadow drake",
               "link": "https://wiki.project1999.com/A_shadow_drake"
           },
           {
               "name": "a soul devourer",
               "link": "https://wiki.project1999.com/A_soul_devourer"
           },
           {
               "name": "Talendor",
               "link": "https://wiki.project1999.com/Talendor"
           },
           {
               "name": "a wandering wurm",
               "link": "https://wiki.project1999.com/A_wandering_wurm"
           },
           {
               "name": "a wurm spirit",
               "link": "https://wiki.project1999.com/A_wurm_spirit"
           }
       ],
       "Unique Items": [
           {
               "name": "Chromodrac Gut",
               "link": "https://wiki.project1999.com/Chromodrac_Gut"
           },
           {
               "name": "Halcyon Broadsword",
               "link": "https://wiki.project1999.com/Halcyon_Broadsword"
           },
           {
               "name": "Immortals",
               "link": "https://wiki.project1999.com/Immortals"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1140 ",
           " -4290 (Zone line to Overthere)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Swamp of No Hope",
       "Friendly Name (If different)": null,
       "Name in /who": "swampofnohope",
       "Full URL": "https://wiki.project1999.com/Swamp_of_No_Hope",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "East Cabilis",
               "link": "https://wiki.project1999.com/Cabilis"
           },
           {
               "name": "Field of Bone",
               "link": "https://wiki.project1999.com/Field_of_Bone"
           },
           {
               "name": "Firiona Vie",
               "link": "https://wiki.project1999.com/Firiona_Vie"
           },
           {
               "name": "Trakanon's Teeth",
               "link": "https://wiki.project1999.com/Trakanon%27s_Teeth"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-25+",
       "Types of Monsters": [
           "Decaying Skeleton",
           " Skeleton",
           " Scalebone Skeleton",
           " Lesser Charbone Skeleton",
           " Lesser Icebone Skeleton",
           " Icebone Skeleton",
           " War Boned Skeleton",
           " Frogloks of all Types",
           " including: Tad",
           " Skipper",
           " Escort",
           " Bounder",
           " Fisher",
           " Berserker",
           " Raider",
           " Ton Shaman",
           " Tuk Warrior",
           " Tuk Knight",
           " Tuk Warder",
           " Gaz Warrior",
           " Gaz Knight",
           " Gaz Shaman",
           " Vis Shaman",
           " Shin Shaman",
           " Mosquito",
           " Large Mosquito",
           " Giant Mosquito",
           " Scourgewing Mosquito",
           " Bloodvein Mosquito",
           " Large Bloodvein Mosquito",
           " Giant Bloodvein Mosquito",
           " Swamp Leech",
           " Giant Swamp Leech",
           " Marsh Leech",
           " Morass Leech",
           " Giant Morass Leech",
           " Mire Leech",
           " Giant Mire Leech",
           " Venomous Lamprey",
           " Iksar Footpad",
           " Iksar Brigand",
           " Iksar Manslayer",
           " Iksar Marauder",
           " Iksar Exile",
           " Iksar Pariah",
           " Heartblood Plant",
           " Man Eating Shrub",
           " Man Eating Fern",
           " Man Eating Creeper",
           " Man Eating Plant",
           " Man Eating Vine",
           " Insatiable Nibbler",
           " Insatiable Gnawer",
           " Insatiable Devourer",
           " Black Avengers"
       ],
       "Notable NPCs": [
           {
               "name": "Bloodgorge",
               "link": "https://wiki.project1999.com/Bloodgorge"
           },
           {
               "name": "an escaped froglok",
               "link": "https://wiki.project1999.com/An_escaped_froglok"
           },
           {
               "name": "Deadeye",
               "link": "https://wiki.project1999.com/Deadeye"
           },
           {
               "name": "Dreesix Ghoultongue",
               "link": "https://wiki.project1999.com/Dreesix_Ghoultongue"
           },
           {
               "name": "Dugroz",
               "link": "https://wiki.project1999.com/Dugroz"
           },
           {
               "name": "Fakraa the Forsaken",
               "link": "https://wiki.project1999.com/Fakraa_the_Forsaken"
           },
           {
               "name": "Fangor",
               "link": "https://wiki.project1999.com/Fangor"
           },
           {
               "name": "Frayk",
               "link": "https://wiki.project1999.com/Frayk"
           },
           {
               "name": "Froglok Repairer",
               "link": "https://wiki.project1999.com/Froglok_Repairer"
           },
           {
               "name": "Froszik the Impaler",
               "link": "https://wiki.project1999.com/Froszik_the_Impaler"
           },
           {
               "name": "Grik the Exiled",
               "link": "https://wiki.project1999.com/Grik_the_Exiled"
           },
           {
               "name": "Grimewurm",
               "link": "https://wiki.project1999.com/Grimewurm"
           },
           {
               "name": "Grizshnok",
               "link": "https://wiki.project1999.com/Grizshnok"
           },
           {
               "name": "Soblohg",
               "link": "https://wiki.project1999.com/Soblohg"
           },
           {
               "name": "Two Tails",
               "link": "https://wiki.project1999.com/Two_Tails"
           },
           {
               "name": "Ulump Pujluk",
               "link": "https://wiki.project1999.com/Ulump_Pujluk"
           },
           {
               "name": "Venomwing",
               "link": "https://wiki.project1999.com/Venomwing"
           }
       ],
       "Unique Items": {
           "name": "Busted Froglok Slave Shackles",
           "link": "https://wiki.project1999.com/Busted_Froglok_Slave_Shackles"
       },
       "ZEM Value": null,
       "Succor/Evacuate": [
           "2761",
           " 2945 (Outside Cabilis gates)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Apprentice Skullcap - 3rd Rank",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Squire's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Dark Binder Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Illusion: Iksar Quest",
               "link": "https://wiki.project1999.com/Illusion:_Iksar_Quest"
           },
           {
               "name": "Iron Cudgel of the Clairvoyant",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Key to Charasis Quest",
               "link": "https://wiki.project1999.com/Key_to_Charasis_Quest"
           },
           {
               "name": "Medallion of the Jarsath Quest",
               "link": "https://wiki.project1999.com/Medallion_of_the_Jarsath_Quest"
           },
           {
               "name": "Occultist Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Shackle of Clay",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._1"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Timorous Deep",
       "Friendly Name (If different)": null,
       "Name in /who": "timorous",
       "Full URL": "https://wiki.project1999.com/Timorous_Deep",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Butcherblock Mountains",
               "link": "https://wiki.project1999.com/Butcherblock_Mountains"
           },
           {
               "name": "Firiona Vie",
               "link": "https://wiki.project1999.com/Firiona_Vie"
           },
           {
               "name": "Oasis of Marr",
               "link": "https://wiki.project1999.com/Oasis_of_Marr"
           },
           {
               "name": "The Overthere",
               "link": "https://wiki.project1999.com/The_Overthere"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "20-55",
       "Types of Monsters": [
           "Fire Gators",
           " Streamers",
           " Elven Rangers",
           " Scouts",
           " and War Scouts",
           " Iksar Bandits",
           " Fallen Iksars",
           " Ogre Raiders",
           " Ogre Wise One",
           " Raider Watchman",
           " Golras",
           " Hulking Golras",
           " Spiroc Lightfoots",
           " Provens",
           " Watchers",
           " Warriors",
           " Lightbringers",
           " Raptors"
       ],
       "Notable NPCs": [
           {
               "name": "Faydedar",
               "link": "https://wiki.project1999.com/Faydedar"
           },
           {
               "name": "The Great Oowomp",
               "link": "https://wiki.project1999.com/The_Great_Oowomp"
           },
           {
               "name": "Halara",
               "link": "https://wiki.project1999.com/Halara"
           },
           {
               "name": "an Iksar master",
               "link": "https://wiki.project1999.com/An_Iksar_master"
           },
           {
               "name": "Ugrak da Raider",
               "link": "https://wiki.project1999.com/Ugrak_da_Raider"
           },
           {
               "name": "Xiblin Fizzlebik",
               "link": "https://wiki.project1999.com/Xiblin_Fizzlebik"
           },
           {
               "name": "Alrik Farsight",
               "link": "https://wiki.project1999.com/Alrik_Farsight"
           }
       ],
       "Unique Items": [
           {
               "name": "Batfang Headband",
               "link": "https://wiki.project1999.com/Batfang_Headband"
           },
           {
               "name": "Batskull Earring",
               "link": "https://wiki.project1999.com/Batskull_Earring"
           },
           {
               "name": "Bone Armplates",
               "link": "https://wiki.project1999.com/Bone_Armplates"
           },
           {
               "name": "Bone Legplates",
               "link": "https://wiki.project1999.com/Bone_Legplates"
           },
           {
               "name": "Chipped Bone Bracelet",
               "link": "https://wiki.project1999.com/Chipped_Bone_Bracelet"
           },
           {
               "name": "Chipped Bone Collar",
               "link": "https://wiki.project1999.com/Chipped_Bone_Collar"
           },
           {
               "name": "Dark Rust Boots",
               "link": "https://wiki.project1999.com/Dark_Rust_Boots"
           },
           {
               "name": "Dark Rust Bracer",
               "link": "https://wiki.project1999.com/Dark_Rust_Bracer"
           },
           {
               "name": "Fur Lined Mask",
               "link": "https://wiki.project1999.com/Fur_Lined_Mask"
           },
           {
               "name": "Giant Snakespine Belt",
               "link": "https://wiki.project1999.com/Giant_Snakespine_Belt"
           },
           {
               "name": "Grey Fur Cape",
               "link": "https://wiki.project1999.com/Grey_Fur_Cape"
           },
           {
               "name": "Sheer Bone Mask",
               "link": "https://wiki.project1999.com/Sheer_Bone_Mask"
           },
           {
               "name": "Turtleshell Helm",
               "link": "https://wiki.project1999.com/Turtleshell_Helm"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-5392",
           " 2194 (Coast of chessboard island)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Cannibalize II (Evil)",
               "link": "https://wiki.project1999.com/Cannibalize_II_(Evil)"
           },
           {
               "name": "Cleric Epic Quest",
               "link": "https://wiki.project1999.com/Cleric_Epic_Quest"
           },
           {
               "name": "Druid Epic Quest",
               "link": "https://wiki.project1999.com/Druid_Epic_Quest"
           },
           {
               "name": "Ranger Epic Quest",
               "link": "https://wiki.project1999.com/Ranger_Epic_Quest"
           },
           {
               "name": "Medallion of the Jarsath Quest",
               "link": "https://wiki.project1999.com/Medallion_of_the_Jarsath_Quest"
           },
           {
               "name": "Monk Epic Quest",
               "link": "https://wiki.project1999.com/Monk_Epic_Quest"
           },
           {
               "name": "Shackle of Rock",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._3"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Dreadscale Armor Quests",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Trakanon's Teeth",
       "Friendly Name (If different)": null,
       "Name in /who": "trakanon",
       "Full URL": "https://wiki.project1999.com/Trakanon's_Teeth",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Emerald Jungle",
               "link": "https://wiki.project1999.com/Emerald_Jungle"
           },
           {
               "name": "Swamp of No Hope",
               "link": "https://wiki.project1999.com/Swamp_of_No_Hope"
           },
           {
               "name": "Sebilis",
               "link": "https://wiki.project1999.com/Sebilis"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-55",
       "Types of Monsters": [
           "Petrifier and Stonegazer Cockatrices",
           " Erollisi Bloodthorns",
           " Fallen Iksar",
           " Froglok Shin Warriors",
           " Shin Knights",
           " Tal Shamans",
           " Urd Shamans",
           " Vis Knights",
           " Wan Knights",
           " Yun Shamans",
           " Iksar Mercenaries",
           " Iksar Treaure Hunters",
           " Sabertooth Tigers and Tigresses",
           " Spectral Champions",
           " Commanders",
           " Footmen",
           " Guardians",
           " Keepers",
           " Legionnaires",
           " Partisans",
           " Trakanasaurs",
           " Trakaraptors",
           " Undead Keepers"
       ],
       "Notable NPCs": [
           {
               "name": "Bloodeye",
               "link": "https://wiki.project1999.com/Bloodeye"
           },
           {
               "name": "Champion Arlek",
               "link": "https://wiki.project1999.com/Champion_Arlek"
           },
           {
               "name": "Champion Thenrin",
               "link": "https://wiki.project1999.com/Champion_Thenrin"
           },
           {
               "name": "Commander Sils",
               "link": "https://wiki.project1999.com/Commander_Sils"
           },
           {
               "name": "Crusader Zoglic",
               "link": "https://wiki.project1999.com/Crusader_Zoglic"
           },
           {
               "name": "Doom",
               "link": "https://wiki.project1999.com/Doom"
           },
           {
               "name": "Dragontail",
               "link": "https://wiki.project1999.com/Dragontail"
           },
           {
               "name": "Dreadlord Fanrik",
               "link": "https://wiki.project1999.com/Dreadlord_Fanrik"
           },
           {
               "name": "Ebon Lotus",
               "link": "https://wiki.project1999.com/Ebon_Lotus"
           },
           {
               "name": "Emperor Ganak",
               "link": "https://wiki.project1999.com/Emperor_Ganak"
           },
           {
               "name": "Fallen Iksar",
               "link": "https://wiki.project1999.com/Fallen_Iksar"
           },
           {
               "name": "Ffroaak",
               "link": "https://wiki.project1999.com/Ffroaak"
           },
           {
               "name": "froglok forager",
               "link": "https://wiki.project1999.com/Froglok_forager"
           },
           {
               "name": "froglok hunter",
               "link": "https://wiki.project1999.com/Froglok_hunter"
           },
           {
               "name": "Hangman",
               "link": "https://wiki.project1999.com/Hangman"
           },
           {
               "name": "Harbinger Dronik",
               "link": "https://wiki.project1999.com/Harbinger_Dronik"
           },
           {
               "name": "Harbinger Josk",
               "link": "https://wiki.project1999.com/Harbinger_Josk"
           },
           {
               "name": "A human skeleton",
               "link": "https://wiki.project1999.com/A_human_skeleton"
           },
           {
               "name": "Klok Denris",
               "link": "https://wiki.project1999.com/Klok_Denris"
           },
           {
               "name": "Knight Dragol",
               "link": "https://wiki.project1999.com/Knight_Dragol"
           },
           {
               "name": "Pained Soul",
               "link": "https://wiki.project1999.com/Pained_Soul"
           },
           {
               "name": "Sigra",
               "link": "https://wiki.project1999.com/Sigra"
           },
           {
               "name": "Silvermane",
               "link": "https://wiki.project1999.com/Silvermane"
           },
           {
               "name": "Squire Glik",
               "link": "https://wiki.project1999.com/Squire_Glik"
           },
           {
               "name": "Stonebeak",
               "link": "https://wiki.project1999.com/Stonebeak"
           },
           {
               "name": "Throkkok",
               "link": "https://wiki.project1999.com/Throkkok"
           },
           {
               "name": "Thruke",
               "link": "https://wiki.project1999.com/Thruke"
           },
           {
               "name": "Titail Sinok",
               "link": "https://wiki.project1999.com/Titail_Sinok"
           },
           {
               "name": "Trakanasaurus Rex",
               "link": "https://wiki.project1999.com/Trakanasaurus_Rex"
           },
           {
               "name": "Vessel Fryn",
               "link": "https://wiki.project1999.com/Vessel_Fryn"
           }
       ],
       "Unique Items": [
           {
               "name": "Ceremonial Iksar Chestplate",
               "link": "https://wiki.project1999.com/Ceremonial_Iksar_Chestplate"
           },
           {
               "name": "Regeneration",
               "link": "https://wiki.project1999.com/Regeneration"
           },
           {
               "name": "Ghostly Robes",
               "link": "https://wiki.project1999.com/Ghostly_Robes"
           },
           {
               "name": "Gleaming Short Sword",
               "link": "https://wiki.project1999.com/Gleaming_Short_Sword"
           },
           {
               "name": "Grim Pauldrons",
               "link": "https://wiki.project1999.com/Grim_Pauldrons"
           },
           {
               "name": "Hangman's Noose",
               "link": "https://wiki.project1999.com/Hangman%27s_Noose"
           },
           {
               "name": "Iksar Hide Mask",
               "link": "https://wiki.project1999.com/Iksar_Hide_Mask"
           },
           {
               "name": "Illusion: Iksar",
               "link": "https://wiki.project1999.com/Illusion:_Iksar"
           },
           {
               "name": "Knobbed Warclub",
               "link": "https://wiki.project1999.com/Knobbed_Warclub"
           },
           {
               "name": "Korzanz Kit`ioukl",
               "link": "https://wiki.project1999.com/Korzanz_Kit%60ioukl"
           },
           {
               "name": "Lasnik's Staff",
               "link": "https://wiki.project1999.com/Lasnik%27s_Staff"
           },
           {
               "name": "Meditative Blanket",
               "link": "https://wiki.project1999.com/Meditative_Blanket"
           },
           {
               "name": "Ropy Tendril",
               "link": "https://wiki.project1999.com/Ropy_Tendril"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Sabertooth Amulet",
               "link": "https://wiki.project1999.com/Sabertooth_Amulet"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Silken Cat-fur Girdle",
               "link": "https://wiki.project1999.com/Silken_Cat-fur_Girdle"
           },
           {
               "name": "Spectral Bow",
               "link": "https://wiki.project1999.com/Spectral_Bow"
           },
           {
               "name": "Trakanasaur Hide Gloves",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Gloves"
           },
           {
               "name": "Trakanasaur Hide Leggings",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Leggings"
           },
           {
               "name": "Trakanasaur Hide Sleeves",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Sleeves"
           },
           {
               "name": "Trakanasaur Hide Tunic",
               "link": "https://wiki.project1999.com/Trakanasaur_Hide_Tunic"
           },
           {
               "name": "Trakasaur's Tooth",
               "link": "https://wiki.project1999.com/Trakasaur%27s_Tooth"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "3868",
           " 1486 (Zone line to Emerald Jungle)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": {
           "name": "Rune of Scale Quest",
           "link": "https://wiki.project1999.com/Rune_of_Scale_Quest"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Outdoors",
       "URL Name": "Warsliks Woods",
       "Friendly Name (If different)": null,
       "Name in /who": "warslikswood",
       "Full URL": "https://wiki.project1999.com/Warsliks_Woods",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Dalnir",
               "link": "https://wiki.project1999.com/Dalnir"
           },
           {
               "name": "Field of Bone",
               "link": "https://wiki.project1999.com/Field_of_Bone"
           },
           {
               "name": "Lake of Ill Omen",
               "link": "https://wiki.project1999.com/Lake_of_Ill_Omen"
           },
           {
               "name": "The Overthere",
               "link": "https://wiki.project1999.com/The_Overthere"
           },
           {
               "name": "West Cabilis",
               "link": "https://wiki.project1999.com/Cabilis"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "1-30+",
       "Types of Monsters": [
           "Decaying Skeleton",
           " Scaled Wolf Pup",
           " Scaled Wolf Elder",
           " Goblin Scout",
           " Goblin Watcher",
           " Goblin Hextracer",
           " Goblin Hunter",
           " Goblin Outrider",
           " Goblin Witchdoctor",
           " Goblin Bonecaster",
           " Goblin Aggressor",
           " Goblin Skirmisher",
           " Goblin Bloodtracer",
           " Goblin Brawler",
           " Goblin Battlemaster",
           " Goblin Soothsayer",
           " Goblin Spirit Caller",
           " Goblin Pit Fighter",
           " Goblin Warrior",
           " Goblin Warlord",
           " Iksar Footpad",
           " Iksar Bandit",
           " Iksar Brigand",
           " Iksar Marauder",
           " Iksar Manslayer",
           " Iksar Pariah",
           " Iksar Exile",
           " Skulking Runtling",
           " Skulking Bruteling",
           " Pygmy Skulking Brute",
           " Skulking Brute",
           " Forest Giant Sapling",
           " Forest Giant Greenwood",
           " Forest Giant Evergreen"
       ],
       "Notable NPCs": [
           {
               "name": "Grachnist the Destroyer",
               "link": "https://wiki.project1999.com/Grachnist_the_Destroyer"
           },
           {
               "name": "Pit Fighter Dob",
               "link": "https://wiki.project1999.com/Pit_Fighter_Dob"
           },
           {
               "name": "Ssolet Dnaas",
               "link": "https://wiki.project1999.com/Ssolet_Dnaas"
           },
           {
               "name": "Iksar Knight",
               "link": "https://wiki.project1999.com/Iksar_Knight"
           },
           {
               "name": "Iksar Bandit Lord",
               "link": "https://wiki.project1999.com/Iksar_Bandit_Lord"
           }
       ],
       "Unique Items": [
           {
               "name": "Bracer of Scavenging",
               "link": "https://wiki.project1999.com/Bracer_of_Scavenging"
           },
           {
               "name": "Iksar Scaled Gloves",
               "link": "https://wiki.project1999.com/Iksar_Scaled_Gloves"
           },
           {
               "name": "Shrunken Goblin Skull Earring",
               "link": "https://wiki.project1999.com/Shrunken_Goblin_Skull_Earring"
           },
           {
               "name": "Grim Aura",
               "link": "https://wiki.project1999.com/Grim_Aura"
           },
           {
               "name": "Forest Giant Hammer",
               "link": "https://wiki.project1999.com/Forest_Giant_Hammer"
           },
           {
               "name": "Forest Loop",
               "link": "https://wiki.project1999.com/Forest_Loop"
           },
           {
               "name": "Goblin Knee Cracker",
               "link": "https://wiki.project1999.com/Goblin_Knee_Cracker"
           },
           {
               "name": "Hammer of Flattening",
               "link": "https://wiki.project1999.com/Hammer_of_Flattening"
           },
           {
               "name": "Giant Grub Digger",
               "link": "https://wiki.project1999.com/Giant_Grub_Digger"
           },
           {
               "name": "Leg-Chopper",
               "link": "https://wiki.project1999.com/Leg-Chopper"
           },
           {
               "name": "Earring of Grachnist",
               "link": "https://wiki.project1999.com/Earring_of_Grachnist"
           },
           {
               "name": "Scale Wolf Hide Boots",
               "link": "https://wiki.project1999.com/Scale_Wolf_Hide_Boots"
           },
           {
               "name": "Goblin Sparring Gloves",
               "link": "https://wiki.project1999.com/Goblin_Sparring_Gloves"
           },
           {
               "name": "A Froglok Hex Doll",
               "link": "https://wiki.project1999.com/A_Froglok_Hex_Doll"
           },
           {
               "name": "Evergreen Ivy Ringband",
               "link": "https://wiki.project1999.com/Evergreen_Ivy_Ringband"
           },
           {
               "name": "Totem of the Warrior Spirit",
               "link": "https://wiki.project1999.com/Totem_of_the_Warrior_Spirit"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1429",
           " -468 (Outside Cabilis gates)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Burnished Wooden Staff Quest",
               "link": "https://wiki.project1999.com/Burnished_Wooden_Staff_Quest"
           },
           {
               "name": "Dark Binder Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Iron Cudgel of the Mystic",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Iron Cudgel of the Prophet",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Iron Cudgel of the Seer",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Occultist Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Shackle of Bronze",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._5"
           },
           {
               "name": "Shackle of Rock",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._3"
           },
           {
               "name": "Zealot's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Cities",
       "URL Name": "Cabilis",
       "Friendly Name (If different)": null,
       "Name in /who": [
           "cabwest (West)",
           " cabeast (East)"
       ],
       "Full URL": "https://wiki.project1999.com/Cabilis",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Field of Bone",
               "link": "https://wiki.project1999.com/Field_of_Bone"
           },
           {
               "name": "Swamp of No Hope",
               "link": "https://wiki.project1999.com/Swamp_of_No_Hope"
           },
           {
               "name": "Lake of Ill Omen",
               "link": "https://wiki.project1999.com/Lake_of_Ill_Omen"
           },
           {
               "name": "Warsliks Woods",
               "link": "https://wiki.project1999.com/Warsliks_Woods"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": null,
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "Cabilis East 1362",
           " -417 (Zone line to Field of Bone)\nCabilis West -783",
           " 767 (Zone line to Lake of Ill Omen)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Blood Ink",
               "link": "https://wiki.project1999.com/Blood_Ink"
           },
           {
               "name": "Crusader's Tests",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Curscale Shield",
               "link": "https://wiki.project1999.com/Curscale_Shield"
           },
           {
               "name": "Curscale Armor Quest",
               "link": "https://wiki.project1999.com/Curscale_Armor_Quest"
           },
           {
               "name": "Dreadscale Armor Quests",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Geozite Tool Quest",
               "link": "https://wiki.project1999.com/Geozite_Tool_Quest"
           },
           {
               "name": "Granite Pebbles",
               "link": "https://wiki.project1999.com/Granite_Pebbles"
           },
           {
               "name": "Marauder Armor",
               "link": "https://wiki.project1999.com/Marauder_Armor"
           },
           {
               "name": "Scaled Mystic Armor Quests",
               "link": "https://wiki.project1999.com/Scaled_Mystic_Armor_Quests"
           },
           {
               "name": "Sparring Armor",
               "link": "https://wiki.project1999.com/Sparring_Armor"
           },
           {
               "name": "Monk Shackle Quests",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests"
           },
           {
               "name": "Shaman Skull Quests",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Warrior Pike Quests",
               "link": "https://wiki.project1999.com/Warrior_Pike_Quests"
           },
           {
               "name": "Bone Granite Powder",
               "link": "https://wiki.project1999.com/Bone_Granite_Powder"
           },
           {
               "name": "Intensify Death",
               "link": "https://wiki.project1999.com/Keeper_Rott%27s_Pages"
           },
           {
               "name": "Necromancer Skullcap Quests",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Necro Spells",
               "link": "https://wiki.project1999.com/Necro_Spells"
           },
           {
               "name": "Renew Bones",
               "link": "https://wiki.project1999.com/Quest_renew_bones"
           }
       ],
       "Guilds": [
           {
               "name": "Monk",
               "link": "https://wiki.project1999.com/Monk"
           },
           {
               "name": "Necromancer",
               "link": "https://wiki.project1999.com/Necromancer"
           },
           {
               "name": "Shaman",
               "link": "https://wiki.project1999.com/Shaman"
           },
           {
               "name": "Shadow Knight",
               "link": "https://wiki.project1999.com/Shadow_Knight"
           },
           {
               "name": "Warrior",
               "link": "https://wiki.project1999.com/Warrior"
           }
       ],
       "City Races": {
           "name": "Iksar",
           "link": "https://wiki.project1999.com/Iksar"
       },
       "Tradeskill Facilities": [],
       "Player Guides": null
   },
   null,
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "City of Mist",
       "Friendly Name (If different)": null,
       "Name in /who": "citymist",
       "Full URL": "https://wiki.project1999.com/City_of_Mist",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Emerald Jungle",
           "link": "https://wiki.project1999.com/Emerald_Jungle"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "35-55",
       "Types of Monsters": [
           "Fog Golem",
           " Vapor Golem",
           " Haze Golem",
           " Mist Golem",
           " Apparition",
           " Shadow",
           " Phantom",
           " Wraith",
           " Ghosts",
           " Spectral Courier",
           " Army Behemoth",
           " Spurbone Skeleton",
           " Plaguebone Skeleton",
           " Greater Plaguebone Skeleton",
           " Greater Warboned Skeleton",
           " Gyrating Goo"
       ],
       "Notable NPCs": [
           {
               "name": "a black reaver",
               "link": "https://wiki.project1999.com/A_black_reaver"
           },
           {
               "name": "an army behemoth",
               "link": "https://wiki.project1999.com/An_army_behemoth"
           },
           {
               "name": "Captain of the Guard",
               "link": "https://wiki.project1999.com/Captain_of_the_Guard"
           },
           {
               "name": "a human skeleton",
               "link": "https://wiki.project1999.com/A_human_skeleton"
           },
           {
               "name": "Lhranc",
               "link": "https://wiki.project1999.com/Lhranc"
           },
           {
               "name": "Lord Ghiosk",
               "link": "https://wiki.project1999.com/Lord_Ghiosk"
           },
           {
               "name": "Lord Rak`Ashiir",
               "link": "https://wiki.project1999.com/Lord_Rak%60Ashiir"
           },
           {
               "name": "Neh`Ashiir",
               "link": "https://wiki.project1999.com/Neh%60Ashiir"
           },
           {
               "name": "spectral courier",
               "link": "https://wiki.project1999.com/Spectral_courier"
           },
           {
               "name": "Wraith of Jaxion",
               "link": "https://wiki.project1999.com/Wraith_of_Jaxion"
           }
       ],
       "Unique Items": [
           {
               "name": "Atramentous Shield",
               "link": "https://wiki.project1999.com/Atramentous_Shield"
           },
           {
               "name": "Deadeye",
               "link": "https://wiki.project1999.com/Deadeye"
           },
           {
               "name": "Axe of Lost Souls",
               "link": "https://wiki.project1999.com/Axe_of_Lost_Souls"
           },
           {
               "name": "Fine Steel Ulak",
               "link": "https://wiki.project1999.com/Fine_Steel_Ulak"
           },
           {
               "name": "Green Jade Broadsword",
               "link": "https://wiki.project1999.com/Green_Jade_Broadsword"
           },
           {
               "name": "Jade Reaver",
               "link": "https://wiki.project1999.com/Jade_Reaver"
           },
           {
               "name": "Kunzar Ku'juch",
               "link": "https://wiki.project1999.com/Kunzar_Ku%27juch"
           },
           {
               "name": "Engulfing Darkness",
               "link": "https://wiki.project1999.com/Engulfing_Darkness"
           },
           {
               "name": "Lost Staff of the Scorned",
               "link": "https://wiki.project1999.com/Lost_Staff_of_the_Scorned"
           },
           {
               "name": "Nek Portal",
               "link": "https://wiki.project1999.com/Nek_Portal"
           },
           {
               "name": "Mace of the Shadowed Soul",
               "link": "https://wiki.project1999.com/Mace_of_the_Shadowed_Soul"
           },
           {
               "name": "Master Wu's Trance Stick",
               "link": "https://wiki.project1999.com/Master_Wu%27s_Trance_Stick"
           },
           {
               "name": "Smite",
               "link": "https://wiki.project1999.com/Smite"
           },
           {
               "name": "Obsidian Ring of Quintessence",
               "link": "https://wiki.project1999.com/Obsidian_Ring_of_Quintessence"
           },
           {
               "name": "Ornate Rune Blade",
               "link": "https://wiki.project1999.com/Ornate_Rune_Blade"
           },
           {
               "name": "Ornate Rune Shield",
               "link": "https://wiki.project1999.com/Ornate_Rune_Shield"
           },
           {
               "name": "Runewood Great Staff",
               "link": "https://wiki.project1999.com/Runewood_Great_Staff"
           },
           {
               "name": "Sainy's Claw",
               "link": "https://wiki.project1999.com/Sainy%27s_Claw"
           },
           {
               "name": "Shimmering Partisan",
               "link": "https://wiki.project1999.com/Shimmering_Partisan"
           },
           {
               "name": "Throneblade of the Ykesha",
               "link": "https://wiki.project1999.com/Throneblade_of_the_Ykesha"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Torch of the Elements",
               "link": "https://wiki.project1999.com/Torch_of_the_Elements"
           },
           {
               "name": "Viik's Dark Defender",
               "link": "https://wiki.project1999.com/Viik%27s_Dark_Defender"
           },
           {
               "name": "Wintry Club",
               "link": "https://wiki.project1999.com/Wintry_Club"
           },
           {
               "name": "Shock of Ice",
               "link": "https://wiki.project1999.com/Shock_of_Ice"
           },
           {
               "name": "Woodsman's Staff",
               "link": "https://wiki.project1999.com/Woodsman%27s_Staff"
           },
           {
               "name": "Wu's Quivering Staff",
               "link": "https://wiki.project1999.com/Wu%27s_Quivering_Staff"
           },
           {
               "name": "Ruined Scaled Armor",
               "link": "https://wiki.project1999.com/Ruined_Scaled_Armor"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "28",
           " -734 (Zone line to Emerald Jungle)"
       ],
       "Zone Spawn Timer": "22:00",
       "Related Quests": [
           {
               "name": "Lord of Pain's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Shaman Epic Quest",
               "link": "https://wiki.project1999.com/Shaman_Epic_Quest"
           },
           {
               "name": "Shadow Knight Epic Quest",
               "link": "https://wiki.project1999.com/Shadow_Knight_Epic_Quest"
           },
           {
               "name": "Rare Coins",
               "link": "https://wiki.project1999.com/Rare_Coins"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Dalnir",
       "Friendly Name (If different)": null,
       "Name in /who": "dalnir",
       "Full URL": "https://wiki.project1999.com/Dalnir",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Warsliks Woods",
           "link": "https://wiki.project1999.com/Warsliks_Woods"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "25-35+",
       "Types of Monsters": [
           "Ravenous Nibbler",
           " Coerced Erudites",
           " Iksar",
           " Dwarves",
           " Tier'Dal",
           " Gnomes",
           " and Goblins",
           " Smoldering Goo",
           " Gyrating Goo",
           " Kly Follower",
           " Kly Acolyte",
           " Kly Believer",
           " Kly Invoker",
           " Kly Evoker"
       ],
       "Notable NPCs": [
           {
               "name": "Coerced Channeler",
               "link": "https://wiki.project1999.com/Coerced_Channeler"
           },
           {
               "name": "Coerced Crusader",
               "link": "https://wiki.project1999.com/Coerced_Crusader"
           },
           {
               "name": "Coerced Penkeeper",
               "link": "https://wiki.project1999.com/Coerced_Penkeeper"
           },
           {
               "name": "a coerced revenant",
               "link": "https://wiki.project1999.com/A_coerced_revenant"
           },
           {
               "name": "a coerced smith",
               "link": "https://wiki.project1999.com/A_coerced_smith"
           },
           {
               "name": "Kly Imprecator",
               "link": "https://wiki.project1999.com/Kly_Imprecator"
           },
           {
               "name": "The Kly Overseer",
               "link": "https://wiki.project1999.com/The_Kly_Overseer"
           },
           {
               "name": "The Kly",
               "link": "https://wiki.project1999.com/The_Kly"
           },
           {
               "name": "Spectral Crusader",
               "link": "https://wiki.project1999.com/Spectral_Crusader"
           },
           {
               "name": "an undead blacksmith",
               "link": "https://wiki.project1999.com/An_undead_blacksmith"
           },
           {
               "name": "lumpy goo",
               "link": "https://wiki.project1999.com/Lumpy_goo"
           }
       ],
       "Unique Items": [
           {
               "name": "Bamboo Bo Stick",
               "link": "https://wiki.project1999.com/Bamboo_Bo_Stick"
           },
           {
               "name": "Bo Stick",
               "link": "https://wiki.project1999.com/Bo_Stick"
           },
           {
               "name": "Brass Goblin Flamberge",
               "link": "https://wiki.project1999.com/Brass_Goblin_Flamberge"
           },
           {
               "name": "Charred Tulwar",
               "link": "https://wiki.project1999.com/Charred_Tulwar"
           },
           {
               "name": "Crescent Arm Wraps",
               "link": "https://wiki.project1999.com/Crescent_Arm_Wraps"
           },
           {
               "name": "Crescent Fighting Gloves",
               "link": "https://wiki.project1999.com/Crescent_Fighting_Gloves"
           },
           {
               "name": "Crescent Gi",
               "link": "https://wiki.project1999.com/Crescent_Gi"
           },
           {
               "name": "Crescent Pants",
               "link": "https://wiki.project1999.com/Crescent_Pants"
           },
           {
               "name": "Crescent Slippers",
               "link": "https://wiki.project1999.com/Crescent_Slippers"
           },
           {
               "name": "Defiled Drape of the Brood",
               "link": "https://wiki.project1999.com/Defiled_Drape_of_the_Brood"
           },
           {
               "name": "Elliptical Veil",
               "link": "https://wiki.project1999.com/Elliptical_Veil"
           },
           {
               "name": "Fighting Baton",
               "link": "https://wiki.project1999.com/Fighting_Baton"
           },
           {
               "name": "Forge Hammer of Dalnir",
               "link": "https://wiki.project1999.com/Forge_Hammer_of_Dalnir"
           },
           {
               "name": "Froglok Crusher",
               "link": "https://wiki.project1999.com/Froglok_Crusher"
           },
           {
               "name": "Grave Sandals",
               "link": "https://wiki.project1999.com/Grave_Sandals"
           },
           {
               "name": "Greenwood Bo Stick",
               "link": "https://wiki.project1999.com/Greenwood_Bo_Stick"
           },
           {
               "name": "Iksar Stave",
               "link": "https://wiki.project1999.com/Iksar_Stave"
           },
           {
               "name": "Jagged Metal Shard",
               "link": "https://wiki.project1999.com/Jagged_Metal_Shard"
           },
           {
               "name": "Ketchata Koro Mis",
               "link": "https://wiki.project1999.com/Ketchata_Koro_Mis"
           },
           {
               "name": "Long Iron Rod",
               "link": "https://wiki.project1999.com/Long_Iron_Rod"
           },
           {
               "name": "Robe of Dalnir",
               "link": "https://wiki.project1999.com/Robe_of_Dalnir"
           },
           {
               "name": "Robe of the Foci",
               "link": "https://wiki.project1999.com/Robe_of_the_Foci"
           },
           {
               "name": "Sap of Piety",
               "link": "https://wiki.project1999.com/Sap_of_Piety"
           },
           {
               "name": "Sarnak Ceremonial Dagger",
               "link": "https://wiki.project1999.com/Sarnak_Ceremonial_Dagger"
           },
           {
               "name": "Sarnak Ceremonial Sword",
               "link": "https://wiki.project1999.com/Sarnak_Ceremonial_Sword"
           },
           {
               "name": "Sarnak Earring of Station",
               "link": "https://wiki.project1999.com/Sarnak_Earring_of_Station"
           },
           {
               "name": "Sarnak Emblazened Tabard",
               "link": "https://wiki.project1999.com/Sarnak_Emblazened_Tabard"
           },
           {
               "name": "Sarnak Enforcer",
               "link": "https://wiki.project1999.com/Sarnak_Enforcer"
           },
           {
               "name": "Sarnak Headguard",
               "link": "https://wiki.project1999.com/Sarnak_Headguard"
           },
           {
               "name": "Serpentwood Staff",
               "link": "https://wiki.project1999.com/Serpentwood_Staff"
           },
           {
               "name": "Tattered Arm Wrappings",
               "link": "https://wiki.project1999.com/Tattered_Arm_Wrappings"
           },
           {
               "name": "Tattered Leg Wrappings",
               "link": "https://wiki.project1999.com/Tattered_Leg_Wrappings"
           },
           {
               "name": "Tattered Tomb Shroud",
               "link": "https://wiki.project1999.com/Tattered_Tomb_Shroud"
           },
           {
               "name": "Tower Guard's Blade",
               "link": "https://wiki.project1999.com/Tower_Guard%27s_Blade"
           },
           {
               "name": "Two Handed Practice Sword",
               "link": "https://wiki.project1999.com/Two_Handed_Practice_Sword"
           },
           {
               "name": "Shield of Thistles",
               "link": "https://wiki.project1999.com/Shield_of_Thistles"
           },
           {
               "name": "The Visceral Dagger",
               "link": "https://wiki.project1999.com/The_Visceral_Dagger"
           },
           {
               "name": "Wand of Pain",
               "link": "https://wiki.project1999.com/Wand_of_Pain"
           },
           {
               "name": "Worm-eaten Gloves",
               "link": "https://wiki.project1999.com/Worm-eaten_Gloves"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "8",
           " 90 (Zone line to Warsliks Woods)"
       ],
       "Zone Spawn Timer": "12:00",
       "Related Quests": [
           {
               "name": "Greenmist",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Hero's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Long Iron Rod Quest",
               "link": "https://wiki.project1999.com/Long_Iron_Rod_Quest"
           },
           {
               "name": "Shackle of Steel",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._6"
           },
           {
               "name": "Sorcerer Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests#Necromancer_7th_Rank"
           },
           {
               "name": "Spirit of Golin",
               "link": "https://wiki.project1999.com/Spirit_of_Golin"
           },
           {
               "name": "Visceral Dagger",
               "link": "https://wiki.project1999.com/Visceral_Dagger"
           },
           {
               "name": "Drolvarg Teeth",
               "link": "https://wiki.project1999.com/Drolvarg_Teeth"
           },
           {
               "name": "Trooper Scale Armor",
               "link": "https://wiki.project1999.com/Trooper_Scale_Armor"
           },
           {
               "name": "Scaled Mystic Armor Quests",
               "link": "https://wiki.project1999.com/Scaled_Mystic_Armor_Quests"
           },
           {
               "name": "Iksar Prisoner Quest",
               "link": "https://wiki.project1999.com/Iksar_Prisoner_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Howling Stones",
       "Friendly Name (If different)": "Howling Stones (Charasis)",
       "Name in /who": "charasis",
       "Full URL": "https://wiki.project1999.com/Howling_Stones",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "The Overthere",
           "link": "https://wiki.project1999.com/The_Overthere"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "50+",
       "Types of Monsters": [
           "A Bile Golem",
           " A Mortiferous Golem",
           " A Pyre Golem",
           " A Crypt Golem",
           " A crypt guardian",
           " A Crypt Spectre",
           " the Crypt Wurm",
           " a helot skeleton",
           " a helot spectre",
           " a helot spirit",
           " A Bottomless Devourer",
           " A Bottomless Feaster",
           " A Pulsating Bile",
           " Swirling Goo",
           " a sepulcher skeleton",
           " a sepulcher spectre",
           " a skeletal watchman",
           " An undertaker skeleton",
           " Elementalbone skeleton",
           " Greater Plaguebone",
           " Greater War Boned Skeleton",
           " Hexbone Skeleton A Hamal Skeleton"
       ],
       "Notable NPCs": [
           {
               "name": "Sentient Bile",
               "link": "https://wiki.project1999.com/Sentient_Bile"
           },
           {
               "name": "The Crypt Excavator",
               "link": "https://wiki.project1999.com/The_Crypt_Excavator"
           },
           {
               "name": "The Crypt Feaster",
               "link": "https://wiki.project1999.com/The_Crypt_Feaster"
           },
           {
               "name": "The Crypt Keeper",
               "link": "https://wiki.project1999.com/The_Crypt_Keeper"
           },
           {
               "name": "Drusella Sathir",
               "link": "https://wiki.project1999.com/Drusella_Sathir"
           },
           {
               "name": "Embalming Fluid",
               "link": "https://wiki.project1999.com/Embalming_Fluid"
           },
           {
               "name": "The Golem Master",
               "link": "https://wiki.project1999.com/The_Golem_Master"
           },
           {
               "name": "Reanimated Plaguebone",
               "link": "https://wiki.project1999.com/Reanimated_Plaguebone"
           },
           {
               "name": "Skeletal Procurator",
               "link": "https://wiki.project1999.com/Skeletal_Procurator"
           },
           {
               "name": "The Skeleton Sepulcher",
               "link": "https://wiki.project1999.com/The_Skeleton_Sepulcher"
           },
           {
               "name": "The Spectre Spiritualist",
               "link": "https://wiki.project1999.com/The_Spectre_Spiritualist"
           },
           {
               "name": "The Undertaker Lord",
               "link": "https://wiki.project1999.com/The_Undertaker_Lord"
           }
       ],
       "Unique Items": [
           {
               "name": "Acid Etched War Sword",
               "link": "https://wiki.project1999.com/Acid_Etched_War_Sword"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Blood Point",
               "link": "https://wiki.project1999.com/Blood_Point"
           },
           {
               "name": "Siphon",
               "link": "https://wiki.project1999.com/Siphon"
           },
           {
               "name": "Dusty Rusted Shackles",
               "link": "https://wiki.project1999.com/Dusty_Rusted_Shackles"
           },
           {
               "name": "Dusty Rusted Vambraces",
               "link": "https://wiki.project1999.com/Dusty_Rusted_Vambraces"
           },
           {
               "name": "Ebonwood Cudgel",
               "link": "https://wiki.project1999.com/Ebonwood_Cudgel"
           },
           {
               "name": "Enshrouded Veil",
               "link": "https://wiki.project1999.com/Enshrouded_Veil"
           },
           {
               "name": "Fayguard Parrying Dagger",
               "link": "https://wiki.project1999.com/Fayguard_Parrying_Dagger"
           },
           {
               "name": "Word of Pain",
               "link": "https://wiki.project1999.com/Word_of_Pain"
           },
           {
               "name": "Fingerbone Hoop",
               "link": "https://wiki.project1999.com/Fingerbone_Hoop"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Gem Inlaid Band",
               "link": "https://wiki.project1999.com/Gem_Inlaid_Band"
           },
           {
               "name": "Glob of Gooey Goo",
               "link": "https://wiki.project1999.com/Glob_of_Gooey_Goo"
           },
           {
               "name": "Immobilize",
               "link": "https://wiki.project1999.com/Immobilize"
           },
           {
               "name": "Golden Bracer",
               "link": "https://wiki.project1999.com/Golden_Bracer"
           },
           {
               "name": "Gravebinder",
               "link": "https://wiki.project1999.com/Gravebinder"
           },
           {
               "name": "Hungry Earth",
               "link": "https://wiki.project1999.com/Hungry_Earth"
           },
           {
               "name": "Hand of the Reaper",
               "link": "https://wiki.project1999.com/Hand_of_the_Reaper"
           },
           {
               "name": "Helot Skull Helm",
               "link": "https://wiki.project1999.com/Helot_Skull_Helm"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Jagged Long Sword",
               "link": "https://wiki.project1999.com/Jagged_Long_Sword"
           },
           {
               "name": "Mask of Obtenebration",
               "link": "https://wiki.project1999.com/Mask_of_Obtenebration"
           },
           {
               "name": "Illusion: Erudite",
               "link": "https://wiki.project1999.com/Illusion:_Erudite"
           },
           {
               "name": "Mask of Wurms",
               "link": "https://wiki.project1999.com/Mask_of_Wurms"
           },
           {
               "name": "Mucilaginous Girdle",
               "link": "https://wiki.project1999.com/Mucilaginous_Girdle"
           },
           {
               "name": "Necklace of Superiority",
               "link": "https://wiki.project1999.com/Necklace_of_Superiority"
           },
           {
               "name": "Rapier of Oriin",
               "link": "https://wiki.project1999.com/Rapier_of_Oriin"
           },
           {
               "name": "Rod of Faith",
               "link": "https://wiki.project1999.com/Rod_of_Faith"
           },
           {
               "name": "Rod of Oblations",
               "link": "https://wiki.project1999.com/Rod_of_Oblations"
           },
           {
               "name": "Rotbone Bracelet",
               "link": "https://wiki.project1999.com/Rotbone_Bracelet"
           },
           {
               "name": "Rotbone Sleeves",
               "link": "https://wiki.project1999.com/Rotbone_Sleeves"
           },
           {
               "name": "Runed Morning Star",
               "link": "https://wiki.project1999.com/Runed_Morning_Star"
           },
           {
               "name": "Sacrificial Robe Clasp",
               "link": "https://wiki.project1999.com/Sacrificial_Robe_Clasp"
           },
           {
               "name": "Pact of Shadow",
               "link": "https://wiki.project1999.com/Pact_of_Shadow"
           },
           {
               "name": "Sarnak Hide Girdle",
               "link": "https://wiki.project1999.com/Sarnak_Hide_Girdle"
           },
           {
               "name": "Sash of the Dragonborn",
               "link": "https://wiki.project1999.com/Sash_of_the_Dragonborn"
           },
           {
               "name": "Scorpikis Claw Impaler",
               "link": "https://wiki.project1999.com/Scorpikis_Claw_Impaler"
           },
           {
               "name": "Poison",
               "link": "https://wiki.project1999.com/Poison"
           },
           {
               "name": "Sigil of the Calendar",
               "link": "https://wiki.project1999.com/Sigil_of_the_Calendar"
           },
           {
               "name": "Color Skew",
               "link": "https://wiki.project1999.com/Color_Skew"
           },
           {
               "name": "Siren Scale Robe",
               "link": "https://wiki.project1999.com/Siren_Scale_Robe"
           },
           {
               "name": "Skull-engraved Coin",
               "link": "https://wiki.project1999.com/Skull-engraved_Coin"
           },
           {
               "name": "Chloroplast",
               "link": "https://wiki.project1999.com/Chloroplast"
           },
           {
               "name": "Steel Hilted Flint Dagger",
               "link": "https://wiki.project1999.com/Steel_Hilted_Flint_Dagger"
           },
           {
               "name": "Conflagration",
               "link": "https://wiki.project1999.com/Conflagration"
           },
           {
               "name": "Stein of Tears",
               "link": "https://wiki.project1999.com/Stein_of_Tears"
           },
           {
               "name": "Kylong Arm Guards",
               "link": "https://wiki.project1999.com/Kylong_Arm_Guards"
           },
           {
               "name": "Kylong Boots",
               "link": "https://wiki.project1999.com/Kylong_Boots"
           },
           {
               "name": "Kylong Chestplate",
               "link": "https://wiki.project1999.com/Kylong_Chestplate"
           },
           {
               "name": "Kylong Gauntlets",
               "link": "https://wiki.project1999.com/Kylong_Gauntlets"
           },
           {
               "name": "Kylong Greaves",
               "link": "https://wiki.project1999.com/Kylong_Greaves"
           },
           {
               "name": "Kylong War Helm",
               "link": "https://wiki.project1999.com/Kylong_War_Helm"
           },
           {
               "name": "Kylong Wrist Guards",
               "link": "https://wiki.project1999.com/Kylong_Wrist_Guards"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": "?",
       "Zone Spawn Timer": "20:30",
       "Related Quests": [
           {
               "name": "Greenmist",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "The Spirit of Garzicor",
               "link": "https://wiki.project1999.com/The_Spirit_of_Garzicor"
           },
           {
               "name": "Spirit Wracked Cord Quest",
               "link": "https://wiki.project1999.com/Spirit_Wracked_Cord_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Kaesora",
       "Friendly Name (If different)": null,
       "Name in /who": null,
       "Full URL": "https://wiki.project1999.com/Kaesora",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Field of Bone",
           "link": "https://wiki.project1999.com/Field_of_Bone"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-40",
       "Types of Monsters": [
           "Briarweb Spiders",
           " Bristleweb Spiders",
           " Engorged Raveners",
           " Frenzied Spiders",
           " Guardians of Xalgoz",
           " Minion of Xalgoz",
           " Raveners",
           " Skeletal Minion",
           " Skeletal Warder",
           " Spectral Guardian",
           " Strathbone Healers",
           " Strathbone Spiders"
       ],
       "Notable NPCs": [
           {
               "name": "Hungered Ravener",
               "link": "https://wiki.project1999.com/Hungered_Ravener"
           },
           {
               "name": "failed crypt raider",
               "link": "https://wiki.project1999.com/Failed_crypt_raider"
           },
           {
               "name": "Frenzied Strathbone",
               "link": "https://wiki.project1999.com/Frenzied_Strathbone"
           },
           {
               "name": "Reaver of Xalgoz",
               "link": "https://wiki.project1999.com/Reaver_of_Xalgoz"
           },
           {
               "name": "spectral guardian",
               "link": "https://wiki.project1999.com/Spectral_guardian"
           },
           {
               "name": "spectral librarian",
               "link": "https://wiki.project1999.com/Spectral_librarian"
           },
           {
               "name": "Strathbone Runelord",
               "link": "https://wiki.project1999.com/Strathbone_Runelord"
           },
           {
               "name": "tortured librarian",
               "link": "https://wiki.project1999.com/Tortured_librarian"
           },
           {
               "name": "Warder of Xalgoz",
               "link": "https://wiki.project1999.com/Warder_of_Xalgoz"
           },
           {
               "name": "Xalgoz",
               "link": "https://wiki.project1999.com/Xalgoz"
           }
       ],
       "Unique Items": [
           {
               "name": "Blade of Fiery Lamentations",
               "link": "https://wiki.project1999.com/Blade_of_Fiery_Lamentations"
           },
           {
               "name": "Fingers of Fire",
               "link": "https://wiki.project1999.com/Fingers_of_Fire"
           },
           {
               "name": "Blade of Xalgoz",
               "link": "https://wiki.project1999.com/Blade_of_Xalgoz"
           },
           {
               "name": "Cryptrobber's Knife",
               "link": "https://wiki.project1999.com/Cryptrobber%27s_Knife"
           },
           {
               "name": "Dagger of Frost",
               "link": "https://wiki.project1999.com/Dagger_of_Frost"
           },
           {
               "name": "Shock of Ice",
               "link": "https://wiki.project1999.com/Shock_of_Ice"
           },
           {
               "name": "Deadwood Stave",
               "link": "https://wiki.project1999.com/Deadwood_Stave"
           },
           {
               "name": "Lifedraw",
               "link": "https://wiki.project1999.com/Lifedraw"
           },
           {
               "name": "Deathwatch Sword",
               "link": "https://wiki.project1999.com/Deathwatch_Sword"
           },
           {
               "name": "Dusty Ransacker's Pack",
               "link": "https://wiki.project1999.com/Dusty_Ransacker%27s_Pack"
           },
           {
               "name": "Icy Blade",
               "link": "https://wiki.project1999.com/Icy_Blade"
           },
           {
               "name": "Shock of Ice",
               "link": "https://wiki.project1999.com/Shock_of_Ice"
           },
           {
               "name": "Kylong Hunting Knife",
               "link": "https://wiki.project1999.com/Kylong_Hunting_Knife"
           },
           {
               "name": "Kylong War Dagger",
               "link": "https://wiki.project1999.com/Kylong_War_Dagger"
           },
           {
               "name": "Kunzar Cloak",
               "link": "https://wiki.project1999.com/Kunzar_Cloak"
           },
           {
               "name": "Kunzar Mantle",
               "link": "https://wiki.project1999.com/Kunzar_Mantle"
           },
           {
               "name": "Luminary Two Handed Sword",
               "link": "https://wiki.project1999.com/Luminary_Two_Handed_Sword"
           },
           {
               "name": "Glamour",
               "link": "https://wiki.project1999.com/Glamour"
           },
           {
               "name": "Mask of the Eight Eyes",
               "link": "https://wiki.project1999.com/Mask_of_the_Eight_Eyes"
           },
           {
               "name": "Ravener Tail Whip",
               "link": "https://wiki.project1999.com/Ravener_Tail_Whip"
           },
           {
               "name": "Levitation",
               "link": "https://wiki.project1999.com/Levitation"
           },
           {
               "name": "Rod of Battle",
               "link": "https://wiki.project1999.com/Rod_of_Battle"
           },
           {
               "name": "Sage's Battle Staff",
               "link": "https://wiki.project1999.com/Sage%27s_Battle_Staff"
           },
           {
               "name": "Shield of Spectral Essence",
               "link": "https://wiki.project1999.com/Shield_of_Spectral_Essence"
           },
           {
               "name": "Spear of Mortification",
               "link": "https://wiki.project1999.com/Spear_of_Mortification"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Spectral Pestle",
               "link": "https://wiki.project1999.com/Spectral_Pestle"
           },
           {
               "name": "Spectral Shroud",
               "link": "https://wiki.project1999.com/Spectral_Shroud"
           },
           {
               "name": "Spine Piercer",
               "link": "https://wiki.project1999.com/Spine_Piercer"
           },
           {
               "name": "Spirit Tome",
               "link": "https://wiki.project1999.com/Spirit_Tome"
           },
           {
               "name": "Staff of the Dreaded Gaze",
               "link": "https://wiki.project1999.com/Staff_of_the_Dreaded_Gaze"
           },
           {
               "name": "Invoke Fear",
               "link": "https://wiki.project1999.com/Invoke_Fear"
           },
           {
               "name": "Strathbone Anti-Venom",
               "link": "https://wiki.project1999.com/Strathbone_Anti-Venom"
           },
           {
               "name": "Abolish Poison",
               "link": "https://wiki.project1999.com/Abolish_Poison"
           },
           {
               "name": "Strathbone Shell Shield",
               "link": "https://wiki.project1999.com/Strathbone_Shell_Shield"
           },
           {
               "name": "Tombcarver",
               "link": "https://wiki.project1999.com/Tombcarver"
           },
           {
               "name": "Truesilver Mail Boots",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Boots"
           },
           {
               "name": "Truesilver Mail Bracelets",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Bracelets"
           },
           {
               "name": "Truesilver Mail Coif",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Coif"
           },
           {
               "name": "Truesilver Mail Gloves",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Gloves"
           },
           {
               "name": "Truesilver Mail Pants",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Pants"
           },
           {
               "name": "Truesilver Mail Shirt",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Shirt"
           },
           {
               "name": "Truesilver Mail Sleeves",
               "link": "https://wiki.project1999.com/Truesilver_Mail_Sleeves"
           },
           {
               "name": "Xalgozian Fang",
               "link": "https://wiki.project1999.com/Xalgozian_Fang"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "370",
           " 40 (Zone line to Field of Bone)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Cannibalize II (Good)",
               "link": "https://wiki.project1999.com/Cannibalize_II_(Good)"
           },
           {
               "name": "Enchanter Epic Quest",
               "link": "https://wiki.project1999.com/Enchanter_Epic_Quest"
           },
           {
               "name": "Key to Charasis Quest",
               "link": "https://wiki.project1999.com/Key_to_Charasis_Quest"
           },
           {
               "name": "Lord of Pain's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Magician Epic Quest",
               "link": "https://wiki.project1999.com/Magician_Epic_Quest"
           },
           {
               "name": "Necromancer Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Rare Coins",
               "link": "https://wiki.project1999.com/Rare_Coins"
           },
           {
               "name": "The Tome Raider",
               "link": "https://wiki.project1999.com/The_Tome_Raider"
           },
           {
               "name": "Beguile Plants",
               "link": "https://wiki.project1999.com/Beguile_Plants"
           },
           {
               "name": "Rune of Scale Quest",
               "link": "https://wiki.project1999.com/Rune_of_Scale_Quest"
           },
           {
               "name": "Vp_key",
               "link": "https://wiki.project1999.com/Vp_key"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Karnor's Castle",
       "Friendly Name (If different)": null,
       "Name in /who": "karnor",
       "Full URL": "https://wiki.project1999.com/Karnor's_Castle",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Dreadlands",
           "link": "https://wiki.project1999.com/Dreadlands"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "40-55+",
       "Types of Monsters": [
           "Decayed Kylong Iksar",
           " Decayed prisoner",
           " Decayed Soldier",
           " A Drolvarg Bodyguard",
           " Guardians",
           " Ragers",
           " Sentries",
           " Skeletal Guardian",
           " Spectral caller",
           " Curates",
           " Knights",
           " and Protectors"
       ],
       "Notable NPCs": [
           {
               "name": "Caller of Sathir",
               "link": "https://wiki.project1999.com/Caller_of_Sathir"
           },
           {
               "name": "A construct",
               "link": "https://wiki.project1999.com/A_construct"
           },
           {
               "name": "Construct of Sathir",
               "link": "https://wiki.project1999.com/Construct_of_Sathir"
           },
           {
               "name": "a cursed hand",
               "link": "https://wiki.project1999.com/A_cursed_hand"
           },
           {
               "name": "a drolvarg captain",
               "link": "https://wiki.project1999.com/A_drolvarg_captain"
           },
           {
               "name": "A Drolvarg Pawbuster",
               "link": "https://wiki.project1999.com/A_Drolvarg_Pawbuster"
           },
           {
               "name": "a Drolvarg warlord",
               "link": "https://wiki.project1999.com/A_Drolvarg_warlord"
           },
           {
               "name": "Hangnail",
               "link": "https://wiki.project1999.com/Hangnail"
           },
           {
               "name": "a human skeleton",
               "link": "https://wiki.project1999.com/A_human_skeleton"
           },
           {
               "name": "Knight of Sathir",
               "link": "https://wiki.project1999.com/Knight_of_Sathir"
           },
           {
               "name": "Sentry of Sathir",
               "link": "https://wiki.project1999.com/Sentry_of_Sathir"
           },
           {
               "name": "Skeletal Berserker",
               "link": "https://wiki.project1999.com/Skeletal_Berserker"
           },
           {
               "name": "Skeletal Captain",
               "link": "https://wiki.project1999.com/Skeletal_Captain"
           },
           {
               "name": "Skeletal Caretaker",
               "link": "https://wiki.project1999.com/Skeletal_Caretaker"
           },
           {
               "name": "Skeletal Scryer",
               "link": "https://wiki.project1999.com/Skeletal_Scryer"
           },
           {
               "name": "skeletal warlord",
               "link": "https://wiki.project1999.com/Skeletal_warlord"
           },
           {
               "name": "Spectral Turnkey",
               "link": "https://wiki.project1999.com/Spectral_Turnkey"
           },
           {
               "name": "Undead Jailor",
               "link": "https://wiki.project1999.com/Undead_Jailor"
           },
           {
               "name": "Venril Sathir",
               "link": "https://wiki.project1999.com/Venril_Sathir"
           },
           {
               "name": "Venril Sathir Remains",
               "link": "https://wiki.project1999.com/Venril_Sathir_Remains"
           },
           {
               "name": "Verix Kyloxs Remains",
               "link": "https://wiki.project1999.com/Verix_Kyloxs_Remains"
           }
       ],
       "Unique Items": [
           {
               "name": "Band of Eternal Flame",
               "link": "https://wiki.project1999.com/Band_of_Eternal_Flame"
           },
           {
               "name": "Baton of Faith",
               "link": "https://wiki.project1999.com/Baton_of_Faith"
           },
           {
               "name": "Blackjack",
               "link": "https://wiki.project1999.com/Blackjack"
           },
           {
               "name": "Blood Fork",
               "link": "https://wiki.project1999.com/Blood_Fork"
           },
           {
               "name": "Bone Amulet of Blade Turning",
               "link": "https://wiki.project1999.com/Bone_Amulet_of_Blade_Turning"
           },
           {
               "name": "Guard",
               "link": "https://wiki.project1999.com/Guard"
           },
           {
               "name": "Book of Obulus",
               "link": "https://wiki.project1999.com/Book_of_Obulus"
           },
           {
               "name": "Brokenskull Club",
               "link": "https://wiki.project1999.com/Brokenskull_Club"
           },
           {
               "name": "Deathbringer's Rod",
               "link": "https://wiki.project1999.com/Deathbringer%27s_Rod"
           },
           {
               "name": "Drolvarg Mantle",
               "link": "https://wiki.project1999.com/Drolvarg_Mantle"
           },
           {
               "name": "Dwarven Sap",
               "link": "https://wiki.project1999.com/Dwarven_Sap"
           },
           {
               "name": "Fang Amulet of Calling",
               "link": "https://wiki.project1999.com/Fang_Amulet_of_Calling"
           },
           {
               "name": "Companion Spirit",
               "link": "https://wiki.project1999.com/Companion_Spirit"
           },
           {
               "name": "Fist of Zek",
               "link": "https://wiki.project1999.com/Fist_of_Zek"
           },
           {
               "name": "Harmonic Dagger",
               "link": "https://wiki.project1999.com/Harmonic_Dagger"
           },
           {
               "name": "Tishan's Clash",
               "link": "https://wiki.project1999.com/Tishan%27s_Clash"
           },
           {
               "name": "Helm of Rile",
               "link": "https://wiki.project1999.com/Helm_of_Rile"
           },
           {
               "name": "Howling Harpoon",
               "link": "https://wiki.project1999.com/Howling_Harpoon"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Jade Mace",
               "link": "https://wiki.project1999.com/Jade_Mace"
           },
           {
               "name": "Jarsath Trident",
               "link": "https://wiki.project1999.com/Jarsath_Trident"
           },
           {
               "name": "Kunzar Cloak",
               "link": "https://wiki.project1999.com/Kunzar_Cloak"
           },
           {
               "name": "Locustlure",
               "link": "https://wiki.project1999.com/Locustlure"
           },
           {
               "name": "Lupine Dagger",
               "link": "https://wiki.project1999.com/Lupine_Dagger"
           },
           {
               "name": "Greater Wolf Form",
               "link": "https://wiki.project1999.com/Greater_Wolf_Form"
           },
           {
               "name": "Nature's Wrath",
               "link": "https://wiki.project1999.com/Nature%27s_Wrath"
           },
           {
               "name": "Nature's Wrath",
               "link": "https://wiki.project1999.com/Nature%27s_Wrath_(Spell)"
           },
           {
               "name": "Noctivagant Blade",
               "link": "https://wiki.project1999.com/Noctivagant_Blade"
           },
           {
               "name": "Oggok Cleaver",
               "link": "https://wiki.project1999.com/Oggok_Cleaver"
           },
           {
               "name": "Polished Obsidian Great Axe",
               "link": "https://wiki.project1999.com/Polished_Obsidian_Great_Axe"
           },
           {
               "name": "Invoke Fear",
               "link": "https://wiki.project1999.com/Invoke_Fear"
           },
           {
               "name": "Polyphenomenal Axe",
               "link": "https://wiki.project1999.com/Polyphenomenal_Axe"
           },
           {
               "name": "Ringed Mace of the Ykesha",
               "link": "https://wiki.project1999.com/Ringed_Mace_of_the_Ykesha"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Runed Blade",
               "link": "https://wiki.project1999.com/Runed_Blade"
           },
           {
               "name": "Rune III",
               "link": "https://wiki.project1999.com/Rune_III"
           },
           {
               "name": "Sarnak-Hide Mask",
               "link": "https://wiki.project1999.com/Sarnak-Hide_Mask"
           },
           {
               "name": "Sathir's Wand",
               "link": "https://wiki.project1999.com/Sathir%27s_Wand"
           },
           {
               "name": "Drain Soul",
               "link": "https://wiki.project1999.com/Drain_Soul"
           },
           {
               "name": "Sionachie's Partisan",
               "link": "https://wiki.project1999.com/Sionachie%27s_Partisan"
           },
           {
               "name": "Soul Binder",
               "link": "https://wiki.project1999.com/Soul_Binder"
           },
           {
               "name": "Soul Bond",
               "link": "https://wiki.project1999.com/Soul_Bond"
           },
           {
               "name": "Springwood Club",
               "link": "https://wiki.project1999.com/Springwood_Club"
           },
           {
               "name": "Springwood Stave",
               "link": "https://wiki.project1999.com/Springwood_Stave"
           },
           {
               "name": "Supple Scale Armband",
               "link": "https://wiki.project1999.com/Supple_Scale_Armband"
           },
           {
               "name": "Swarmcaller",
               "link": "https://wiki.project1999.com/Swarmcaller"
           },
           {
               "name": "Tagar's Insects",
               "link": "https://wiki.project1999.com/Tagar%27s_Insects"
           },
           {
               "name": "Sword Breaker",
               "link": "https://wiki.project1999.com/Sword_Breaker"
           },
           {
               "name": "Tranquil Staff",
               "link": "https://wiki.project1999.com/Tranquil_Staff"
           },
           {
               "name": "One Hundred Blows",
               "link": "https://wiki.project1999.com/One_Hundred_Blows"
           },
           {
               "name": "Blood Ember Boots",
               "link": "https://wiki.project1999.com/Blood_Ember_Boots"
           },
           {
               "name": "Fear",
               "link": "https://wiki.project1999.com/Fear"
           },
           {
               "name": "Blood Ember Gauntlets",
               "link": "https://wiki.project1999.com/Blood_Ember_Gauntlets"
           },
           {
               "name": "Engulfing Darkness",
               "link": "https://wiki.project1999.com/Engulfing_Darkness"
           },
           {
               "name": "Cobalt Boots",
               "link": "https://wiki.project1999.com/Cobalt_Boots"
           },
           {
               "name": "Strength of the Kunzar",
               "link": "https://wiki.project1999.com/Strength_of_the_Kunzar"
           },
           {
               "name": "Cobalt Gauntlets",
               "link": "https://wiki.project1999.com/Cobalt_Gauntlets"
           },
           {
               "name": "Reckless Strength",
               "link": "https://wiki.project1999.com/Reckless_Strength"
           },
           {
               "name": "Deepwater Boots",
               "link": "https://wiki.project1999.com/Deepwater_Boots"
           },
           {
               "name": "Endure Magic",
               "link": "https://wiki.project1999.com/Endure_Magic"
           },
           {
               "name": "Deepwater Gauntlets",
               "link": "https://wiki.project1999.com/Deepwater_Gauntlets"
           },
           {
               "name": "Cancel Magic",
               "link": "https://wiki.project1999.com/Cancel_Magic"
           },
           {
               "name": "Donal's Boots of Mourning",
               "link": "https://wiki.project1999.com/Donal%27s_Boots_of_Mourning"
           },
           {
               "name": "Tremor",
               "link": "https://wiki.project1999.com/Tremor"
           },
           {
               "name": "Donal's Gauntlets of Mourning",
               "link": "https://wiki.project1999.com/Donal%27s_Gauntlets_of_Mourning"
           },
           {
               "name": "Armor of Faith",
               "link": "https://wiki.project1999.com/Armor_of_Faith"
           },
           {
               "name": "Elder Spiritist's Gauntlets",
               "link": "https://wiki.project1999.com/Elder_Spiritist%27s_Gauntlets"
           },
           {
               "name": "Snare",
               "link": "https://wiki.project1999.com/Snare"
           },
           {
               "name": "Elder Spiritist's Vambraces",
               "link": "https://wiki.project1999.com/Elder_Spiritist%27s_Vambraces"
           },
           {
               "name": "Drones of Doom",
               "link": "https://wiki.project1999.com/Drones_of_Doom"
           },
           {
               "name": "Jaundiced Bone Boots",
               "link": "https://wiki.project1999.com/Jaundiced_Bone_Boots"
           },
           {
               "name": "Nimble",
               "link": "https://wiki.project1999.com/Nimble"
           },
           {
               "name": "Jaundiced Bone Gauntlets",
               "link": "https://wiki.project1999.com/Jaundiced_Bone_Gauntlets"
           },
           {
               "name": "Deftness",
               "link": "https://wiki.project1999.com/Deftness"
           },
           {
               "name": "Mrylokar's Boots",
               "link": "https://wiki.project1999.com/Mrylokar%27s_Boots"
           },
           {
               "name": "Fade",
               "link": "https://wiki.project1999.com/Fade"
           },
           {
               "name": "Mrylokar's Gauntlets",
               "link": "https://wiki.project1999.com/Mrylokar%27s_Gauntlets"
           },
           {
               "name": "Cancel Magic",
               "link": "https://wiki.project1999.com/Cancel_Magic"
           },
           {
               "name": "Mrylokar's Gift",
               "link": "https://wiki.project1999.com/Mrylokar%27s_Gift"
           },
           {
               "name": "Singing Steel Boots",
               "link": "https://wiki.project1999.com/Singing_Steel_Boots"
           },
           {
               "name": "Agilmente's Aria of Eagles",
               "link": "https://wiki.project1999.com/Agilmente%27s_Aria_of_Eagles"
           },
           {
               "name": "Singing Steel Gauntlets",
               "link": "https://wiki.project1999.com/Singing_Steel_Gauntlets"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Tolan's Darkwood Boots",
               "link": "https://wiki.project1999.com/Tolan%27s_Darkwood_Boots"
           },
           {
               "name": "Invigor",
               "link": "https://wiki.project1999.com/Invigor"
           },
           {
               "name": "Tolan's Darkwood Gauntlets",
               "link": "https://wiki.project1999.com/Tolan%27s_Darkwood_Gauntlets"
           },
           {
               "name": "Snare",
               "link": "https://wiki.project1999.com/Snare"
           },
           {
               "name": "Flayed Skin Boots",
               "link": "https://wiki.project1999.com/Flayed_Skin_Boots"
           },
           {
               "name": "Flayed Skin Bracers",
               "link": "https://wiki.project1999.com/Flayed_Skin_Bracers"
           },
           {
               "name": "Flayed Skin Cap",
               "link": "https://wiki.project1999.com/Flayed_Skin_Cap"
           },
           {
               "name": "Flayed Skin Leggings",
               "link": "https://wiki.project1999.com/Flayed_Skin_Leggings"
           },
           {
               "name": "Flayed Skin Sleeves",
               "link": "https://wiki.project1999.com/Flayed_Skin_Sleeves"
           },
           {
               "name": "Flayed Skin Tunic",
               "link": "https://wiki.project1999.com/Flayed_Skin_Tunic"
           },
           {
               "name": "Jarsath Scale Boots",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Boots"
           },
           {
               "name": "Jarsath Scale Chestplate",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Chestplate"
           },
           {
               "name": "Jarsath Scale Gauntlets",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Gauntlets"
           },
           {
               "name": "Jarsath Scale Helm",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Helm"
           },
           {
               "name": "Jarsath Scale Leggings",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Leggings"
           },
           {
               "name": "Jarsath Scale Vambraces",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Vambraces"
           },
           {
               "name": "Jarsath Scale Wrist Guards",
               "link": "https://wiki.project1999.com/Jarsath_Scale_Wrist_Guards"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "18",
           " 302 (Zone line to Dreadlands)"
       ],
       "Zone Spawn Timer": "27:00",
       "Related Quests": [
           {
               "name": "Greenmist",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "The Lost Circle",
               "link": "https://wiki.project1999.com/The_Lost_Circle"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Kurn's Tower",
       "Friendly Name (If different)": null,
       "Name in /who": "kurn",
       "Full URL": "https://wiki.project1999.com/Kurn's_Tower",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Field of Bone",
           "link": "https://wiki.project1999.com/Field_of_Bone"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "10-25",
       "Types of Monsters": [
           "Scalebone Skeletons",
           " Lesser Scalebone Skeletons",
           " Greater Skeletons",
           " Lesser Charbone Skeletons",
           " Ice Bone Skeletons",
           " Greater Scarbone Skeletons",
           " Burynai Burrowers",
           " Burynai Sappers",
           " Burynai Excavators"
       ],
       "Notable NPCs": [
           {
               "name": "Bargynn",
               "link": "https://wiki.project1999.com/Bargynn"
           },
           {
               "name": "Burynai Forager",
               "link": "https://wiki.project1999.com/Burynai_Forager"
           },
           {
               "name": "fingered skeleton",
               "link": "https://wiki.project1999.com/Fingered_skeleton"
           },
           {
               "name": "an odd mole",
               "link": "https://wiki.project1999.com/An_odd_mole"
           },
           {
               "name": "a skeletal cook",
               "link": "https://wiki.project1999.com/A_skeletal_cook"
           },
           {
               "name": "thick boned skeleton",
               "link": "https://wiki.project1999.com/Thick_boned_skeleton"
           },
           {
               "name": "undead crusader",
               "link": "https://wiki.project1999.com/Undead_crusader"
           },
           {
               "name": "an undead jester",
               "link": "https://wiki.project1999.com/An_undead_jester"
           }
       ],
       "Unique Items": [
           {
               "name": "Bargynn's Digger",
               "link": "https://wiki.project1999.com/Bargynn%27s_Digger"
           },
           {
               "name": "Bargynn's Torch",
               "link": "https://wiki.project1999.com/Bargynn%27s_Torch"
           },
           {
               "name": "Burynai Digmaster's Claw",
               "link": "https://wiki.project1999.com/Burynai_Digmaster%27s_Claw"
           },
           {
               "name": "Burynai Hide Armor",
               "link": "https://wiki.project1999.com/Burynai_Hide_Armor"
           },
           {
               "name": "Glowing Skull",
               "link": "https://wiki.project1999.com/Glowing_Skull"
           },
           {
               "name": "Iksar Berserker Club",
               "link": "https://wiki.project1999.com/Iksar_Berserker_Club"
           },
           {
               "name": "Fleeting Fury",
               "link": "https://wiki.project1999.com/Fleeting_Fury"
           },
           {
               "name": "Reinforced Rhino Armor",
               "link": "https://wiki.project1999.com/Reinforced_Rhino_Armor"
           },
           {
               "name": "Iksar Skull with an 'X' (Leader)",
               "link": "https://wiki.project1999.com/Iksar_Skull_with_an_%27X%27_(Leader)"
           },
           {
               "name": "Iksar Skull with an 'X' (Caste)",
               "link": "https://wiki.project1999.com/Iksar_Skull_with_an_%27X%27_(Caste)"
           },
           {
               "name": "Solist's Icy Wand",
               "link": "https://wiki.project1999.com/Solist%27s_Icy_Wand"
           },
           {
               "name": "Shock of Ice",
               "link": "https://wiki.project1999.com/Shock_of_Ice"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-265",
           " 20 (Zone line to Field of Bone)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Dreadscale Boots",
               "link": "https://wiki.project1999.com/Dreadscale_Armor_Quests"
           },
           {
               "name": "Knight's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Iron Cudgel of the Mystic",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Mirgon Dower's Head",
               "link": "https://wiki.project1999.com/Mirgon_Dower%27s_Head"
           },
           {
               "name": "Scaled Mystic Helm",
               "link": "https://wiki.project1999.com/Scaled_Mystic_Armor_Quests"
           },
           {
               "name": "Shackle of Rock",
               "link": "https://wiki.project1999.com/Monk_Shackle_Quests#Shackle_Quest_No._3"
           },
           {
               "name": "Soldier's Pike",
               "link": "https://wiki.project1999.com/Warrior_Pike_Quests"
           },
           {
               "name": "Trooper Scale Helm",
               "link": "https://wiki.project1999.com/Trooper_Scale_Armor_Quests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Mines of Nurga",
       "Friendly Name (If different)": null,
       "Name in /who": "nurga",
       "Full URL": "https://wiki.project1999.com/Mines_of_Nurga",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Frontier Mountains",
               "link": "https://wiki.project1999.com/Frontier_Mountains"
           },
           {
               "name": "Temple of Droga",
               "link": "https://wiki.project1999.com/Temple_of_Droga"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-40",
       "Types of Monsters": [
           "Goblin Flashdrowsers",
           " Mosstroopers",
           " Whipcrackers",
           " Slinkers",
           " Plaguebringers",
           " Rockchanters",
           " Bonechanters",
           " Slavedrivers",
           " Dirtcallers",
           " Firedrowsers",
           " and Slaves",
           " Bristleweb",
           " Briarweb",
           " and Strathbone Spiders",
           " Iksar Slaves",
           " Burynai Slaves and Rockshapers",
           ""
       ],
       "Notable NPCs": [
           {
               "name": "Overseer Dlubish",
               "link": "https://wiki.project1999.com/Overseer_Dlubish"
           },
           {
               "name": "A Sleeping Ogre",
               "link": "https://wiki.project1999.com/A_Sleeping_Ogre"
           },
           {
               "name": "Trunt",
               "link": "https://wiki.project1999.com/Trunt"
           }
       ],
       "Unique Items": [
           {
               "name": "Burynai Legion Gi",
               "link": "https://wiki.project1999.com/Burynai_Legion_Gi"
           },
           {
               "name": "Drogan Obsidian Dagger",
               "link": "https://wiki.project1999.com/Drogan_Obsidian_Dagger"
           },
           {
               "name": "Obsidian Shatter",
               "link": "https://wiki.project1999.com/Obsidian_Shatter"
           },
           {
               "name": "Iksar Blood",
               "link": "https://wiki.project1999.com/Iksar_Blood"
           },
           {
               "name": "Mountain Death Belt",
               "link": "https://wiki.project1999.com/Mountain_Death_Belt"
           },
           {
               "name": "Skin like Rock",
               "link": "https://wiki.project1999.com/Skin_like_Rock"
           },
           {
               "name": "Choker of Majdd",
               "link": "https://wiki.project1999.com/Choker_of_Majdd"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Warpainted Spear",
               "link": "https://wiki.project1999.com/Warpainted_Spear"
           },
           {
               "name": "Whistling Dagger",
               "link": "https://wiki.project1999.com/Whistling_Dagger"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-2000",
           " -1762 (Zone line to Frontier Mountains)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Iron Cudgel of the Channeler",
               "link": "https://wiki.project1999.com/Shaman_Skull_Quests"
           },
           {
               "name": "Monk Epic Quest",
               "link": "https://wiki.project1999.com/Monk_Epic_Quest"
           },
           {
               "name": "Sorcerer Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Old Sebilis",
       "Friendly Name (If different)": null,
       "Name in /who": "sebilis",
       "Full URL": "https://wiki.project1999.com/Old_Sebilis",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Trakanon's Teeth",
           "link": "https://wiki.project1999.com/Trakanon%27s_Teeth"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "48-60",
       "Types of Monsters": [
           "Froglok Bok Knight",
           " Bok Shaman",
           " Bok Wizards",
           " Dar Knight",
           " Ilis Knight",
           " Ilis Shaman",
           " Ilis Wizard",
           " Jin Shaman",
           " Jin Wizard",
           " Kor Shaman",
           " Krup Knight",
           " Krup Shaman",
           " Krup Wizard",
           " Krup Ghoul Knight",
           " Reet Knight",
           " Reet Shaman",
           " Reet Wizard",
           " Zol Knight",
           " Myconid Adepts",
           " Priests",
           " Reavers",
           " and Warriors",
           " Sebilite Golems",
           " Guardians",
           " and  Juggernauts",
           " Imperial Crypt Guardian",
           " Pox Scarab",
           " Leprous Scarab",
           " Sepsis Scarab",
           " Iksar Necromancer",
           " Skeletal Baron",
           " Champion",
           " Crusader",
           " Duke",
           " Harbinger",
           " and Hierophant"
       ],
       "Notable NPCs": [
           {
               "name": "Arch Duke Iatol",
               "link": "https://wiki.project1999.com/Arch_Duke_Iatol"
           },
           {
               "name": "Baron Yosig",
               "link": "https://wiki.project1999.com/Baron_Yosig"
           },
           {
               "name": "blood of chottal",
               "link": "https://wiki.project1999.com/Blood_of_chottal"
           },
           {
               "name": "Brogg",
               "link": "https://wiki.project1999.com/Brogg"
           },
           {
               "name": "crypt caretaker",
               "link": "https://wiki.project1999.com/Crypt_caretaker"
           },
           {
               "name": "Emperor Chottal",
               "link": "https://wiki.project1999.com/Emperor_Chottal"
           },
           {
               "name": "frenzied pox scarab",
               "link": "https://wiki.project1999.com/Frenzied_pox_scarab"
           },
           {
               "name": "Froggy",
               "link": "https://wiki.project1999.com/Froggy"
           },
           {
               "name": "froglok armorer",
               "link": "https://wiki.project1999.com/Froglok_armorer"
           },
           {
               "name": "froglok armsman",
               "link": "https://wiki.project1999.com/Froglok_armsman"
           },
           {
               "name": "froglok chef",
               "link": "https://wiki.project1999.com/Froglok_chef"
           },
           {
               "name": "froglok commander",
               "link": "https://wiki.project1999.com/Froglok_commander"
           },
           {
               "name": "froglok ostiary",
               "link": "https://wiki.project1999.com/Froglok_ostiary"
           },
           {
               "name": "froglok pickler",
               "link": "https://wiki.project1999.com/Froglok_pickler"
           },
           {
               "name": "froglok repairer",
               "link": "https://wiki.project1999.com/Froglok_repairer"
           },
           {
               "name": "Gangrenous scarab",
               "link": "https://wiki.project1999.com/Gangrenous_scarab"
           },
           {
               "name": "Gruplinort",
               "link": "https://wiki.project1999.com/Gruplinort"
           },
           {
               "name": "Harbinger Freglor",
               "link": "https://wiki.project1999.com/Harbinger_Freglor"
           },
           {
               "name": "Hierophant Prime Grekal",
               "link": "https://wiki.project1999.com/Hierophant_Prime_Grekal"
           },
           {
               "name": "myconid spore king",
               "link": "https://wiki.project1999.com/Myconid_spore_king"
           },
           {
               "name": "a necrosis scarab",
               "link": "https://wiki.project1999.com/A_necrosis_scarab"
           },
           {
               "name": "sebilite protector",
               "link": "https://wiki.project1999.com/Sebilite_protector"
           },
           {
               "name": "Tolapumj",
               "link": "https://wiki.project1999.com/Tolapumj"
           },
           {
               "name": "Trakanon",
               "link": "https://wiki.project1999.com/Trakanon"
           }
       ],
       "Unique Items": [
           {
               "name": "Bone Mask of the Jarsath",
               "link": "https://wiki.project1999.com/Bone_Mask_of_the_Jarsath"
           },
           {
               "name": "Book of Obulus",
               "link": "https://wiki.project1999.com/Book_of_Obulus"
           },
           {
               "name": "Box of Nil Space",
               "link": "https://wiki.project1999.com/Box_of_Nil_Space"
           },
           {
               "name": "Cap of the Insubstantial",
               "link": "https://wiki.project1999.com/Cap_of_the_Insubstantial"
           },
           {
               "name": "Shadow Step",
               "link": "https://wiki.project1999.com/Shadow_Step"
           },
           {
               "name": "Clarifying Spores",
               "link": "https://wiki.project1999.com/Clarifying_Spores"
           },
           {
               "name": "Clarity",
               "link": "https://wiki.project1999.com/Clarity"
           },
           {
               "name": "Cone of the Mystics",
               "link": "https://wiki.project1999.com/Cone_of_the_Mystics"
           },
           {
               "name": "Dark Scale Greaves",
               "link": "https://wiki.project1999.com/Dark_Scale_Greaves"
           },
           {
               "name": "Froglok Bonecaster's Robe",
               "link": "https://wiki.project1999.com/Froglok_Bonecaster%27s_Robe"
           },
           {
               "name": "Froglok Scale Chestplate",
               "link": "https://wiki.project1999.com/Froglok_Scale_Chestplate"
           },
           {
               "name": "Gangrenous Beetle Mask",
               "link": "https://wiki.project1999.com/Gangrenous_Beetle_Mask"
           },
           {
               "name": "Hardened Clay Bracelet",
               "link": "https://wiki.project1999.com/Hardened_Clay_Bracelet"
           },
           {
               "name": "Hierophant's Cloak",
               "link": "https://wiki.project1999.com/Hierophant%27s_Cloak"
           },
           {
               "name": "Iksar Hide Boots",
               "link": "https://wiki.project1999.com/Iksar_Hide_Boots"
           },
           {
               "name": "Larrikan's Mask",
               "link": "https://wiki.project1999.com/Larrikan%27s_Mask"
           },
           {
               "name": "Superior Camouflage",
               "link": "https://wiki.project1999.com/Superior_Camouflage"
           },
           {
               "name": "Obulus Death Shroud",
               "link": "https://wiki.project1999.com/Obulus_Death_Shroud"
           },
           {
               "name": "Obulus Mantle",
               "link": "https://wiki.project1999.com/Obulus_Mantle"
           },
           {
               "name": "Peacebringer",
               "link": "https://wiki.project1999.com/Peacebringer"
           },
           {
               "name": "Penicillin Spores",
               "link": "https://wiki.project1999.com/Penicillin_Spores"
           },
           {
               "name": "Word of Healing",
               "link": "https://wiki.project1999.com/Word_of_Healing"
           },
           {
               "name": "Robe of Living Fungus",
               "link": "https://wiki.project1999.com/Robe_of_Living_Fungus"
           },
           {
               "name": "Runebranded Girdle",
               "link": "https://wiki.project1999.com/Runebranded_Girdle"
           },
           {
               "name": "",
               "link": "https://wiki.project1999.com/File:Spellicon_U.png"
           },
           {
               "name": "Sebilite Scale Armor",
               "link": "https://wiki.project1999.com/Sebilite_Scale_Armor"
           },
           {
               "name": "Siblisian Berserker Cloak",
               "link": "https://wiki.project1999.com/Siblisian_Berserker_Cloak"
           },
           {
               "name": "Sludged Girdle",
               "link": "https://wiki.project1999.com/Sludged_Girdle"
           },
           {
               "name": "Tolapumj's Robe",
               "link": "https://wiki.project1999.com/Tolapumj%27s_Robe"
           },
           {
               "name": "Worn Cloth Mantle",
               "link": "https://wiki.project1999.com/Worn_Cloth_Mantle"
           },
           {
               "name": "Adamantite Bo Stick",
               "link": "https://wiki.project1999.com/Adamantite_Bo_Stick"
           },
           {
               "name": "Lightning Storm",
               "link": "https://wiki.project1999.com/Lightning_Storm"
           },
           {
               "name": "Arbitor's Combine Greatsword",
               "link": "https://wiki.project1999.com/Arbitor%27s_Combine_Greatsword"
           },
           {
               "name": "Beetle Stinger",
               "link": "https://wiki.project1999.com/Beetle_Stinger"
           },
           {
               "name": "Steal Strength",
               "link": "https://wiki.project1999.com/Steal_Strength"
           },
           {
               "name": "Blade of the Black Dragon Eye",
               "link": "https://wiki.project1999.com/Blade_of_the_Black_Dragon_Eye"
           },
           {
               "name": "Envenomed Breath",
               "link": "https://wiki.project1999.com/Envenomed_Breath"
           },
           {
               "name": "Breath of Harmony",
               "link": "https://wiki.project1999.com/Breath_of_Harmony"
           },
           {
               "name": "Niv's Melody of Preservation",
               "link": "https://wiki.project1999.com/Niv%27s_Melody_of_Preservation"
           },
           {
               "name": "Brell's Keg Popper",
               "link": "https://wiki.project1999.com/Brell%27s_Keg_Popper"
           },
           {
               "name": "Yaulp II",
               "link": "https://wiki.project1999.com/Yaulp_II"
           },
           {
               "name": "Cane of Harmony",
               "link": "https://wiki.project1999.com/Cane_of_Harmony"
           },
           {
               "name": "Cane of the Tranquil",
               "link": "https://wiki.project1999.com/Cane_of_the_Tranquil"
           },
           {
               "name": "Crystalline Short Sword",
               "link": "https://wiki.project1999.com/Crystalline_Short_Sword"
           },
           {
               "name": "Dragon Horn Ykesha",
               "link": "https://wiki.project1999.com/Dragon_Horn_Ykesha"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Ebon Mace",
               "link": "https://wiki.project1999.com/Ebon_Mace"
           },
           {
               "name": "Fayguard Bladecatcher",
               "link": "https://wiki.project1999.com/Fayguard_Bladecatcher"
           },
           {
               "name": "Word of Pain",
               "link": "https://wiki.project1999.com/Word_of_Pain"
           },
           {
               "name": "Felhammer",
               "link": "https://wiki.project1999.com/Felhammer"
           },
           {
               "name": "Smite",
               "link": "https://wiki.project1999.com/Smite"
           },
           {
               "name": "Granite Face Grinder",
               "link": "https://wiki.project1999.com/Granite_Face_Grinder"
           },
           {
               "name": "Green Jade Axe",
               "link": "https://wiki.project1999.com/Green_Jade_Axe"
           },
           {
               "name": "Green Jade Halberd",
               "link": "https://wiki.project1999.com/Green_Jade_Halberd"
           },
           {
               "name": "Jarsath Battle Sword",
               "link": "https://wiki.project1999.com/Jarsath_Battle_Sword"
           },
           {
               "name": "Journeyman's Walking Stick",
               "link": "https://wiki.project1999.com/Journeyman%27s_Walking_Stick"
           },
           {
               "name": "Tashani",
               "link": "https://wiki.project1999.com/Tashani"
           },
           {
               "name": "Knuckle Dusters",
               "link": "https://wiki.project1999.com/Knuckle_Dusters"
           },
           {
               "name": "Lamentation",
               "link": "https://wiki.project1999.com/Lamentation"
           },
           {
               "name": "Luminescent Staff",
               "link": "https://wiki.project1999.com/Luminescent_Staff"
           },
           {
               "name": "Lightning Strike",
               "link": "https://wiki.project1999.com/Lightning_Strike"
           },
           {
               "name": "Nathsar Greatsword",
               "link": "https://wiki.project1999.com/Nathsar_Greatsword"
           },
           {
               "name": "Poison Wind Censer",
               "link": "https://wiki.project1999.com/Poison_Wind_Censer"
           },
           {
               "name": "Gale of Poison",
               "link": "https://wiki.project1999.com/Gale_of_Poison"
           },
           {
               "name": "Rod of Lamentation",
               "link": "https://wiki.project1999.com/Rod_of_Lamentation"
           },
           {
               "name": "Force",
               "link": "https://wiki.project1999.com/Force"
           },
           {
               "name": "Rod of Mourning",
               "link": "https://wiki.project1999.com/Rod_of_Mourning"
           },
           {
               "name": "Force",
               "link": "https://wiki.project1999.com/Force"
           },
           {
               "name": "Runed Fighters Staff",
               "link": "https://wiki.project1999.com/Runed_Fighters_Staff"
           },
           {
               "name": "Sarnak Warhammer",
               "link": "https://wiki.project1999.com/Sarnak_Warhammer"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Sebilite Croaking Dirk",
               "link": "https://wiki.project1999.com/Sebilite_Croaking_Dirk"
           },
           {
               "name": "Shieldstorm",
               "link": "https://wiki.project1999.com/Shieldstorm"
           },
           {
               "name": "Spirit Armor",
               "link": "https://wiki.project1999.com/Spirit_Armor"
           },
           {
               "name": "Silken Whip of Ensnaring",
               "link": "https://wiki.project1999.com/Silken_Whip_of_Ensnaring"
           },
           {
               "name": "Snare",
               "link": "https://wiki.project1999.com/Snare"
           },
           {
               "name": "Silver Etched Warhammer",
               "link": "https://wiki.project1999.com/Silver_Etched_Warhammer"
           },
           {
               "name": "Slime Coated Harpoon",
               "link": "https://wiki.project1999.com/Slime_Coated_Harpoon"
           },
           {
               "name": "Staff of Battle",
               "link": "https://wiki.project1999.com/Staff_of_Battle"
           },
           {
               "name": "Staff of the Waterwalker",
               "link": "https://wiki.project1999.com/Staff_of_the_Waterwalker"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Stormwood Battle Staff",
               "link": "https://wiki.project1999.com/Stormwood_Battle_Staff"
           },
           {
               "name": "Shock of Flame",
               "link": "https://wiki.project1999.com/Shock_of_Flame"
           },
           {
               "name": "Sword of the Morning",
               "link": "https://wiki.project1999.com/Sword_of_the_Morning"
           },
           {
               "name": "Tishan's Clash",
               "link": "https://wiki.project1999.com/Tishan%27s_Clash"
           },
           {
               "name": "Sword of Skyfire",
               "link": "https://wiki.project1999.com/Sword_of_Skyfire"
           },
           {
               "name": "Rain of Fire",
               "link": "https://wiki.project1999.com/Rain_of_Fire"
           },
           {
               "name": "Truncheon of Doom",
               "link": "https://wiki.project1999.com/Truncheon_of_Doom"
           },
           {
               "name": "Tepid Deeds",
               "link": "https://wiki.project1999.com/Tepid_Deeds"
           },
           {
               "name": "Wind Saber",
               "link": "https://wiki.project1999.com/Wind_Saber"
           },
           {
               "name": "Ykeshan War Club",
               "link": "https://wiki.project1999.com/Ykeshan_War_Club"
           },
           {
               "name": "Ykesha",
               "link": "https://wiki.project1999.com/Ykesha"
           },
           {
               "name": "Zealot's Incarnadine Sword",
               "link": "https://wiki.project1999.com/Zealot%27s_Incarnadine_Sword"
           },
           {
               "name": "Soul Bond",
               "link": "https://wiki.project1999.com/Soul_Bond"
           },
           {
               "name": "Blood Ember Bracer",
               "link": "https://wiki.project1999.com/Blood_Ember_Bracer"
           },
           {
               "name": "Gather Shadows",
               "link": "https://wiki.project1999.com/Gather_Shadows"
           },
           {
               "name": "Blood Ember Helm",
               "link": "https://wiki.project1999.com/Blood_Ember_Helm"
           },
           {
               "name": "Deadeye",
               "link": "https://wiki.project1999.com/Deadeye"
           },
           {
               "name": "Blood Ember Vambraces",
               "link": "https://wiki.project1999.com/Blood_Ember_Vambraces"
           },
           {
               "name": "Vampiric Embrace",
               "link": "https://wiki.project1999.com/Vampiric_Embrace"
           },
           {
               "name": "Cobalt Bracer",
               "link": "https://wiki.project1999.com/Cobalt_Bracer"
           },
           {
               "name": "Shrink",
               "link": "https://wiki.project1999.com/Shrink"
           },
           {
               "name": "Cobalt Helm",
               "link": "https://wiki.project1999.com/Cobalt_Helm"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Cobalt Vambraces",
               "link": "https://wiki.project1999.com/Cobalt_Vambraces"
           },
           {
               "name": "Lesser Shielding",
               "link": "https://wiki.project1999.com/Lesser_Shielding"
           },
           {
               "name": "Deepwater Bracer",
               "link": "https://wiki.project1999.com/Deepwater_Bracer"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Deepwater Helm",
               "link": "https://wiki.project1999.com/Deepwater_Helm"
           },
           {
               "name": "Daring",
               "link": "https://wiki.project1999.com/Daring"
           },
           {
               "name": "Deepwater Vambraces",
               "link": "https://wiki.project1999.com/Deepwater_Vambraces"
           },
           {
               "name": "Soothe",
               "link": "https://wiki.project1999.com/Soothe"
           },
           {
               "name": "Donal's Bracer of Mourning",
               "link": "https://wiki.project1999.com/Donal%27s_Bracer_of_Mourning"
           },
           {
               "name": "Pacify",
               "link": "https://wiki.project1999.com/Pacify"
           },
           {
               "name": "Donal's Helm of Mourning",
               "link": "https://wiki.project1999.com/Donal%27s_Helm_of_Mourning"
           },
           {
               "name": "Yaulp II",
               "link": "https://wiki.project1999.com/Yaulp_II"
           },
           {
               "name": "Donal's Vambraces of Mourning",
               "link": "https://wiki.project1999.com/Donal%27s_Vambraces_of_Mourning"
           },
           {
               "name": "Valor",
               "link": "https://wiki.project1999.com/Valor"
           },
           {
               "name": "Elder Spiritist's Bracer",
               "link": "https://wiki.project1999.com/Elder_Spiritist%27s_Bracer"
           },
           {
               "name": "Share Wolf Form",
               "link": "https://wiki.project1999.com/Share_Wolf_Form"
           },
           {
               "name": "Elder Spiritist's Helm",
               "link": "https://wiki.project1999.com/Elder_Spiritist%27s_Helm"
           },
           {
               "name": "Superior Camouflage",
               "link": "https://wiki.project1999.com/Superior_Camouflage"
           },
           {
               "name": "Jaundiced Bone Bracer",
               "link": "https://wiki.project1999.com/Jaundiced_Bone_Bracer"
           },
           {
               "name": "Winter's Roar",
               "link": "https://wiki.project1999.com/Winter%27s_Roar"
           },
           {
               "name": "Jaundiced Bone Helm",
               "link": "https://wiki.project1999.com/Jaundiced_Bone_Helm"
           },
           {
               "name": "Glamour",
               "link": "https://wiki.project1999.com/Glamour"
           },
           {
               "name": "Jaundiced Bone Vambraces",
               "link": "https://wiki.project1999.com/Jaundiced_Bone_Vambraces"
           },
           {
               "name": "Furious Strength",
               "link": "https://wiki.project1999.com/Furious_Strength"
           },
           {
               "name": "Mrylokar's Bracer",
               "link": "https://wiki.project1999.com/Mrylokar%27s_Bracer"
           },
           {
               "name": "Summon Throwing Dagger",
               "link": "https://wiki.project1999.com/Summon_Throwing_Dagger"
           },
           {
               "name": "Mrylokar's Helm",
               "link": "https://wiki.project1999.com/Mrylokar%27s_Helm"
           },
           {
               "name": "Ultravision",
               "link": "https://wiki.project1999.com/Ultravision"
           },
           {
               "name": "Mrylokar's Vambraces",
               "link": "https://wiki.project1999.com/Mrylokar%27s_Vambraces"
           },
           {
               "name": "Strength of Earth",
               "link": "https://wiki.project1999.com/Strength_of_Earth"
           },
           {
               "name": "Singing Steel Bracer",
               "link": "https://wiki.project1999.com/Singing_Steel_Bracer"
           },
           {
               "name": "Shield of Flame",
               "link": "https://wiki.project1999.com/Shield_of_Flame"
           },
           {
               "name": "Singing Steel Helm",
               "link": "https://wiki.project1999.com/Singing_Steel_Helm"
           },
           {
               "name": "Eye of Zomm",
               "link": "https://wiki.project1999.com/Eye_of_Zomm"
           },
           {
               "name": "Singing Steel Vambraces",
               "link": "https://wiki.project1999.com/Singing_Steel_Vambraces"
           },
           {
               "name": "Invigor",
               "link": "https://wiki.project1999.com/Invigor"
           },
           {
               "name": "Tolan's Darkwood Bracer",
               "link": "https://wiki.project1999.com/Tolan%27s_Darkwood_Bracer"
           },
           {
               "name": "Summon Arrows",
               "link": "https://wiki.project1999.com/Summon_Arrows"
           },
           {
               "name": "Tolan's Darkwood Helm",
               "link": "https://wiki.project1999.com/Tolan%27s_Darkwood_Helm"
           },
           {
               "name": "Superior Camouflage",
               "link": "https://wiki.project1999.com/Superior_Camouflage"
           },
           {
               "name": "Tolan's Darkwood Vambraces",
               "link": "https://wiki.project1999.com/Tolan%27s_Darkwood_Vambraces"
           },
           {
               "name": "Stinging Swarm",
               "link": "https://wiki.project1999.com/Stinging_Swarm"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "250",
           " 0 (Zone-in)"
       ],
       "Zone Spawn Timer": "27:00 (23:00 for patrols)",
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Temple of Droga",
       "Friendly Name (If different)": null,
       "Name in /who": "droga",
       "Full URL": "https://wiki.project1999.com/Temple_of_Droga",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Mines of Nurga",
               "link": "https://wiki.project1999.com/Mines_of_Nurga"
           },
           {
               "name": "Frontier Mountains",
               "link": "https://wiki.project1999.com/Frontier_Mountains"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "35-45",
       "Types of Monsters": [
           "Goblin Whipcrackers",
           " Firedrowsers",
           " Slinkers",
           " Dirtcallers",
           " Mosstroopers",
           " Slavedrivers",
           " Flashdrowsers",
           " Boneseers",
           " Stonechanters",
           " Blightcallers",
           " Taskmasters",
           " Cavehunters",
           " Boneslavers",
           " Deredators",
           " Dirtscribers",
           " Penmasters",
           " Adepts",
           " Stalagknights",
           " Backbiters",
           " Warders"
       ],
       "Notable NPCs": [
           {
               "name": "a goblin bodyguard",
               "link": "https://wiki.project1999.com/A_goblin_bodyguard"
           },
           {
               "name": "Chief Rokgus",
               "link": "https://wiki.project1999.com/Chief_Rokgus"
           },
           {
               "name": "a goblin canyoneer",
               "link": "https://wiki.project1999.com/A_goblin_canyoneer"
           },
           {
               "name": "a maddened Burynai",
               "link": "https://wiki.project1999.com/A_maddened_Burynai"
           },
           {
               "name": "Soothsayer Dregzak",
               "link": "https://wiki.project1999.com/Soothsayer_Dregzak"
           }
       ],
       "Unique Items": [
           {
               "name": "Blade of the Earthcaller",
               "link": "https://wiki.project1999.com/Blade_of_the_Earthcaller"
           },
           {
               "name": "Root",
               "link": "https://wiki.project1999.com/Root"
           },
           {
               "name": "Book of the Rings",
               "link": "https://wiki.project1999.com/Book_of_the_Rings"
           },
           {
               "name": "Bracer of Vajeen",
               "link": "https://wiki.project1999.com/Bracer_of_Vajeen"
           },
           {
               "name": "Canyoneer Pike",
               "link": "https://wiki.project1999.com/Canyoneer_Pike"
           },
           {
               "name": "Drowsy",
               "link": "https://wiki.project1999.com/Drowsy"
           },
           {
               "name": "Choker of Majdd",
               "link": "https://wiki.project1999.com/Choker_of_Majdd"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Circlet of Shadows",
               "link": "https://wiki.project1999.com/Circlet_of_Shadows"
           },
           {
               "name": "Gather Shadows",
               "link": "https://wiki.project1999.com/Gather_Shadows"
           },
           {
               "name": "Circlet of Shadow",
               "link": "https://wiki.project1999.com/Circlet_of_Shadow"
           },
           {
               "name": "Gather Shadows",
               "link": "https://wiki.project1999.com/Gather_Shadows"
           },
           {
               "name": "Drogan Obsidian Dagger",
               "link": "https://wiki.project1999.com/Drogan_Obsidian_Dagger"
           },
           {
               "name": "Obsidian Shatter",
               "link": "https://wiki.project1999.com/Obsidian_Shatter"
           },
           {
               "name": "Earring of Essence",
               "link": "https://wiki.project1999.com/Earring_of_Essence"
           },
           {
               "name": "Essence of Dol",
               "link": "https://wiki.project1999.com/Essence_of_Dol"
           },
           {
               "name": "Eye of Melnor",
               "link": "https://wiki.project1999.com/Eye_of_Melnor"
           },
           {
               "name": "Gauntlets of Potence",
               "link": "https://wiki.project1999.com/Gauntlets_of_Potence"
           },
           {
               "name": "Goblin Bone Dagger",
               "link": "https://wiki.project1999.com/Goblin_Bone_Dagger"
           },
           {
               "name": "Goblin Forged Chainmail Coat",
               "link": "https://wiki.project1999.com/Goblin_Forged_Chainmail_Coat"
           },
           {
               "name": "Goblin Forged Chainmail Neckguard",
               "link": "https://wiki.project1999.com/Goblin_Forged_Chainmail_Neckguard"
           },
           {
               "name": "Goblin Forged Iron Boots",
               "link": "https://wiki.project1999.com/Goblin_Forged_Iron_Boots"
           },
           {
               "name": "Goblin Forged Iron Mask",
               "link": "https://wiki.project1999.com/Goblin_Forged_Iron_Mask"
           },
           {
               "name": "Goblin Parrying Spear",
               "link": "https://wiki.project1999.com/Goblin_Parrying_Spear"
           },
           {
               "name": "Goblin Slaver's Whip",
               "link": "https://wiki.project1999.com/Goblin_Slaver%27s_Whip"
           },
           {
               "name": "Hollow Bone Shank",
               "link": "https://wiki.project1999.com/Hollow_Bone_Shank"
           },
           {
               "name": "Idol of the Thorned",
               "link": "https://wiki.project1999.com/Idol_of_the_Thorned"
           },
           {
               "name": "Mantle of Mirth",
               "link": "https://wiki.project1999.com/Mantle_of_Mirth"
           },
           {
               "name": "Mountain Death Belt",
               "link": "https://wiki.project1999.com/Mountain_Death_Belt"
           },
           {
               "name": "Skin like Rock",
               "link": "https://wiki.project1999.com/Skin_like_Rock"
           },
           {
               "name": "RukGus' Sticker",
               "link": "https://wiki.project1999.com/RukGus%27_Sticker"
           },
           {
               "name": "Sainy's Singing Dagger",
               "link": "https://wiki.project1999.com/Sainy%27s_Singing_Dagger"
           },
           {
               "name": "Symphonic Harmony",
               "link": "https://wiki.project1999.com/Symphonic_Harmony"
           },
           {
               "name": "Shroud of Nature",
               "link": "https://wiki.project1999.com/Shroud_of_Nature"
           },
           {
               "name": "Smokey Quartz Dagger",
               "link": "https://wiki.project1999.com/Smokey_Quartz_Dagger"
           },
           {
               "name": "Spiked Goblin Ring",
               "link": "https://wiki.project1999.com/Spiked_Goblin_Ring"
           },
           {
               "name": "Stone of Morid",
               "link": "https://wiki.project1999.com/Stone_of_Morid"
           },
           {
               "name": "Whip of Strangulation",
               "link": "https://wiki.project1999.com/Whip_of_Strangulation"
           },
           {
               "name": "Choke",
               "link": "https://wiki.project1999.com/Choke"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "1375",
           " 290 (Zone line to Frontier Mountains)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Lord of Pain's Khukri",
               "link": "https://wiki.project1999.com/Crusader%27s_Tests"
           },
           {
               "name": "Necromancer Skullcap",
               "link": "https://wiki.project1999.com/Necromancer_Skullcap_Quests"
           },
           {
               "name": "Di'Zok Signet of Service Quest",
               "link": "https://wiki.project1999.com/Di%27Zok_Signet_of_Service_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Kunark",
       "Type": "Dungeons",
       "URL Name": "Veeshan's Peak",
       "Friendly Name (If different)": null,
       "Name in /who": "veeshan",
       "Full URL": "https://wiki.project1999.com/Veeshan's_Peak",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Skyfire Mountains",
           "link": "https://wiki.project1999.com/Skyfire_Mountains"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "60+",
       "Types of Monsters": [
           "Racnar",
           " Raptors",
           " Lava Drake",
           " Guardian Wurms"
       ],
       "Notable NPCs": [
           {
               "name": "Druushk",
               "link": "https://wiki.project1999.com/Druushk"
           },
           {
               "name": "Hoshkar",
               "link": "https://wiki.project1999.com/Hoshkar"
           },
           {
               "name": "Nexona",
               "link": "https://wiki.project1999.com/Nexona"
           },
           {
               "name": "Phara Dar",
               "link": "https://wiki.project1999.com/Phara_Dar"
           },
           {
               "name": "Silverwing",
               "link": "https://wiki.project1999.com/Silverwing"
           },
           {
               "name": "Xygoz",
               "link": "https://wiki.project1999.com/Xygoz"
           }
       ],
       "Unique Items": [
           {
               "name": "Blued Flower Katana",
               "link": "https://wiki.project1999.com/Blued_Flower_Katana"
           },
           {
               "name": "Claw of Phara Dar",
               "link": "https://wiki.project1999.com/Claw_of_Phara_Dar"
           },
           {
               "name": "Yaulp IV",
               "link": "https://wiki.project1999.com/Yaulp_IV"
           },
           {
               "name": "Dragon Claw Main Gauche",
               "link": "https://wiki.project1999.com/Dragon_Claw_Main_Gauche"
           },
           {
               "name": "Dragon Spine Staff",
               "link": "https://wiki.project1999.com/Dragon_Spine_Staff"
           },
           {
               "name": "Bolt of Karana",
               "link": "https://wiki.project1999.com/Bolt_of_Karana"
           },
           {
               "name": "Fatesealer",
               "link": "https://wiki.project1999.com/Fatesealer"
           },
           {
               "name": "Frozen Zweihander",
               "link": "https://wiki.project1999.com/Frozen_Zweihander"
           },
           {
               "name": "Frost Shock",
               "link": "https://wiki.project1999.com/Frost_Shock"
           },
           {
               "name": "Grey Suede Boots",
               "link": "https://wiki.project1999.com/Grey_Suede_Boots"
           },
           {
               "name": "Hammer of the Dragonborn",
               "link": "https://wiki.project1999.com/Hammer_of_the_Dragonborn"
           },
           {
               "name": "Primal Essence",
               "link": "https://wiki.project1999.com/Primal_Essence"
           },
           {
               "name": "Katana of Endurance",
               "link": "https://wiki.project1999.com/Katana_of_Endurance"
           },
           {
               "name": "Lyran's Mystical Lute",
               "link": "https://wiki.project1999.com/Lyran%27s_Mystical_Lute"
           },
           {
               "name": "Malevolent Runeblade",
               "link": "https://wiki.project1999.com/Malevolent_Runeblade"
           },
           {
               "name": "Froglok Poison",
               "link": "https://wiki.project1999.com/Froglok_Poison"
           },
           {
               "name": "Nightfall",
               "link": "https://wiki.project1999.com/Nightfall"
           },
           {
               "name": "Dooming Darkness",
               "link": "https://wiki.project1999.com/Dooming_Darkness"
           },
           {
               "name": "Robe of Asphyxiation",
               "link": "https://wiki.project1999.com/Robe_of_Asphyxiation"
           },
           {
               "name": "Gasping Embrace",
               "link": "https://wiki.project1999.com/Gasping_Embrace"
           },
           {
               "name": "Robe of Smothering",
               "link": "https://wiki.project1999.com/Robe_of_Smothering"
           },
           {
               "name": "Gasping Embrace",
               "link": "https://wiki.project1999.com/Gasping_Embrace"
           },
           {
               "name": "Robe of the Azure Sky",
               "link": "https://wiki.project1999.com/Robe_of_the_Azure_Sky"
           },
           {
               "name": "Runestone Maul",
               "link": "https://wiki.project1999.com/Runestone_Maul"
           },
           {
               "name": "Sarnak Channeler Staff",
               "link": "https://wiki.project1999.com/Sarnak_Channeler_Staff"
           },
           {
               "name": "Summon Lava Diamond",
               "link": "https://wiki.project1999.com/Summon_Lava_Diamond"
           },
           {
               "name": "Shield of Elders",
               "link": "https://wiki.project1999.com/Shield_of_Elders"
           },
           {
               "name": "Shissar Apothic Staff",
               "link": "https://wiki.project1999.com/Shissar_Apothic_Staff"
           },
           {
               "name": "Greater Healing",
               "link": "https://wiki.project1999.com/Greater_Healing"
           },
           {
               "name": "Shissar Elementalist`s Cane",
               "link": "https://wiki.project1999.com/Shissar_Elementalist%60s_Cane"
           },
           {
               "name": "Flames of Ro",
               "link": "https://wiki.project1999.com/Flames_of_Ro"
           },
           {
               "name": "Shissar Elementalist's Staff",
               "link": "https://wiki.project1999.com/Shissar_Elementalist%27s_Staff"
           },
           {
               "name": "Flames of Ro",
               "link": "https://wiki.project1999.com/Flames_of_Ro"
           },
           {
               "name": "Shissar Seance Staff",
               "link": "https://wiki.project1999.com/Shissar_Seance_Staff"
           },
           {
               "name": "Soul Well",
               "link": "https://wiki.project1999.com/Soul_Well"
           },
           {
               "name": "Shroud of Veeshan",
               "link": "https://wiki.project1999.com/Shroud_of_Veeshan"
           },
           {
               "name": "Skullcrusher of Kragg",
               "link": "https://wiki.project1999.com/Skullcrusher_of_Kragg"
           },
           {
               "name": "Stun",
               "link": "https://wiki.project1999.com/Stun"
           },
           {
               "name": "Solist's Robe of Invocation",
               "link": "https://wiki.project1999.com/Solist%27s_Robe_of_Invocation"
           },
           {
               "name": "Rend",
               "link": "https://wiki.project1999.com/Rend"
           },
           {
               "name": "Sprinkler of Suffering",
               "link": "https://wiki.project1999.com/Sprinkler_of_Suffering"
           },
           {
               "name": "Divine Wrath",
               "link": "https://wiki.project1999.com/Divine_Wrath"
           },
           {
               "name": "Sword of Rile",
               "link": "https://wiki.project1999.com/Sword_of_Rile"
           },
           {
               "name": "Steelskin",
               "link": "https://wiki.project1999.com/Steelskin"
           },
           {
               "name": "Sword of the Shissar",
               "link": "https://wiki.project1999.com/Sword_of_the_Shissar"
           },
           {
               "name": "Envenomed Breath",
               "link": "https://wiki.project1999.com/Envenomed_Breath"
           },
           {
               "name": "The Scimitar of Lifestealing",
               "link": "https://wiki.project1999.com/The_Scimitar_of_Lifestealing"
           },
           {
               "name": "Spirit Tap",
               "link": "https://wiki.project1999.com/Spirit_Tap"
           },
           {
               "name": "Veldrak's Shortblade",
               "link": "https://wiki.project1999.com/Veldrak%27s_Shortblade"
           },
           {
               "name": "Static Strike",
               "link": "https://wiki.project1999.com/Static_Strike"
           },
           {
               "name": "Veridix's Shortsword",
               "link": "https://wiki.project1999.com/Veridix%27s_Shortsword"
           },
           {
               "name": "Force Shock",
               "link": "https://wiki.project1999.com/Force_Shock"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-5",
           " 1783 (Zone-in)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Outdoors",
       "URL Name": "Cobalt Scar",
       "Friendly Name (If different)": null,
       "Name in /who": "cobaltscar",
       "Full URL": "https://wiki.project1999.com/Cobalt_Scar",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Siren's Grotto",
               "link": "https://wiki.project1999.com/Siren%27s_Grotto"
           },
           {
               "name": "Skyshrine",
               "link": "https://wiki.project1999.com/Skyshrine"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "35-60+",
       "Types of Monsters": [
           "Barracuda",
           " Bulthar",
           " Dragon",
           " Drake",
           " Mimic",
           " Othmir",
           " Shark",
           " Siren",
           " Wyvern"
       ],
       "Notable NPCs": [
           {
               "name": "Kelorek'Dar",
               "link": "https://wiki.project1999.com/Kelorek%27Dar"
           },
           {
               "name": "Azureake",
               "link": "https://wiki.project1999.com/Azureake"
           },
           {
               "name": "Chief Kalan",
               "link": "https://wiki.project1999.com/Chief_Kalan"
           },
           {
               "name": "Yvolcarn",
               "link": "https://wiki.project1999.com/Yvolcarn"
           },
           {
               "name": "a Bulthar Herdleader",
               "link": "https://wiki.project1999.com/A_Bulthar_Herdleader"
           }
       ],
       "Unique Items": [
           {
               "name": "Crustacean Shell Armor",
               "link": "https://wiki.project1999.com/Crustacean_Shell_Armor"
           },
           {
               "name": "Bioluminescent Orb",
               "link": "https://wiki.project1999.com/Bioluminescent_Orb"
           },
           {
               "name": "Blinding Luminance",
               "link": "https://wiki.project1999.com/Blinding_Luminance"
           },
           {
               "name": "Cloak of Crystalline Waters",
               "link": "https://wiki.project1999.com/Cloak_of_Crystalline_Waters"
           },
           {
               "name": "Conch Shell Horn",
               "link": "https://wiki.project1999.com/Conch_Shell_Horn"
           },
           {
               "name": "Kelorek`Dar Spine Razor",
               "link": "https://wiki.project1999.com/Kelorek%60Dar_Spine_Razor"
           },
           {
               "name": "Othmir Chieftain Spear",
               "link": "https://wiki.project1999.com/Othmir_Chieftain_Spear"
           },
           {
               "name": "Typhoon, Sword of the Tidalwave",
               "link": "https://wiki.project1999.com/Typhoon,_Sword_of_the_Tidalwave"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-939",
           " 895 (Ramp to Skyshrine)"
       ],
       "Zone Spawn Timer": "20:00",
       "Related Quests": [
           {
               "name": "Bulthar Trunks",
               "link": "https://wiki.project1999.com/Bulthar_Trunks"
           },
           {
               "name": "Emerald Dragonscale Quest",
               "link": "https://wiki.project1999.com/Emerald_Dragonscale_Quest"
           },
           {
               "name": "Kelorek's Scales",
               "link": "https://wiki.project1999.com/Kelorek%27s_Scales"
           },
           {
               "name": "Lodizal Shell Shield Quest",
               "link": "https://wiki.project1999.com/Lodizal_Shell_Shield_Quest"
           },
           {
               "name": "Saucy Salted Seadragon Steak",
               "link": "https://wiki.project1999.com/Saucy_Salted_Seadragon_Steak"
           },
           {
               "name": "Ulthork Tusks Quest",
               "link": "https://wiki.project1999.com/Ulthork_Tusks_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Outdoors",
       "URL Name": "Eastern Wastes",
       "Friendly Name (If different)": null,
       "Name in /who": "eastwastes",
       "Full URL": "https://wiki.project1999.com/Eastern_Wastes",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Crystal Caverns",
               "link": "https://wiki.project1999.com/Crystal_Caverns"
           },
           {
               "name": "Iceclad Ocean",
               "link": "https://wiki.project1999.com/Iceclad_Ocean"
           },
           {
               "name": "Great Divide",
               "link": "https://wiki.project1999.com/Great_Divide"
           },
           {
               "name": "Kael Drakkal",
               "link": "https://wiki.project1999.com/Kael_Drakkal"
           },
           {
               "name": "Sleeper's Tomb",
               "link": "https://wiki.project1999.com/Sleeper%27s_Tomb"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-50",
       "Types of Monsters": [
           "a snow bunny",
           " a snow dervish",
           "a blizzard dervish",
           "a snow cougar",
           " a wooly mammoth",
           " a tundra mammoth",
           " a wooly rhino",
           " A walrus",
           " a tundra kodiak",
           " A Ry`Gorr clan scout",
           "A Ry`Gorr clan lookout",
           " a Ry`Gorr messenger",
           " A Ry`Gorr Centurion",
           " A Ry`Gorr Snow Trooper",
           " A Ry`Gorr Legionaire",
           " Ry`Gorr Elite Guard",
           " Mystic of Ry`Gorr",
           " a blacksmith of Ry`Gorr",
           " Oracle of Ry`Gorr",
           " A Frost Giant",
           " A Frost Giant Savage",
           " A Frost Giant Captain",
           " A Kromrif Prison Guard",
           " Kromriff Guardsman",
           " An Ulthork Hunter",
           " An Ulthork Warrior",
           " An Ulthork Man O War",
           " a coldain warrior",
           " a coldain lookout",
           " a coldain hunter",
           " a coldain cook",
           " An injured warrior",
           " A savage dire wolf",
           " a manticore",
           " a Snow Griffin",
           " a Elder Snow Griffin"
       ],
       "Notable NPCs": [
           {
               "name": "Boridain Glacierbane",
               "link": "https://wiki.project1999.com/Boridain_Glacierbane"
           },
           {
               "name": "Chief Ry`Gorr",
               "link": "https://wiki.project1999.com/Chief_Ry%60Gorr"
           },
           {
               "name": "Corbin Blackwell",
               "link": "https://wiki.project1999.com/Corbin_Blackwell"
           },
           {
               "name": "Ekelng Thunderstone",
               "link": "https://wiki.project1999.com/Ekelng_Thunderstone"
           },
           {
               "name": "Firbrand the Black",
               "link": "https://wiki.project1999.com/Firbrand_the_Black"
           },
           {
               "name": "Fjloaren Icebane",
               "link": "https://wiki.project1999.com/Fjloaren_Icebane"
           },
           {
               "name": "Garadain Glacierbane",
               "link": "https://wiki.project1999.com/Garadain_Glacierbane"
           },
           {
               "name": "Ghrek Squatnot",
               "link": "https://wiki.project1999.com/Ghrek_Squatnot"
           },
           {
               "name": "Oracle of Ry'Gorr",
               "link": "https://wiki.project1999.com/Oracle_of_Ry%27Gorr"
           },
           {
               "name": "Tain Hammerfrost",
               "link": "https://wiki.project1999.com/Tain_Hammerfrost"
           },
           {
               "name": "Warden Bruke",
               "link": "https://wiki.project1999.com/Warden_Bruke"
           }
       ],
       "Unique Items": [
           {
               "name": "Adamantium Coldain Insignia Ring",
               "link": "https://wiki.project1999.com/Adamantium_Coldain_Insignia_Ring"
           },
           {
               "name": "Chill Dagger",
               "link": "https://wiki.project1999.com/Chill_Dagger"
           },
           {
               "name": "Cloak of the Ry`Gorr Oracles",
               "link": "https://wiki.project1999.com/Cloak_of_the_Ry%60Gorr_Oracles"
           },
           {
               "name": "Dark Ember",
               "link": "https://wiki.project1999.com/Dark_Ember"
           },
           {
               "name": "Burn",
               "link": "https://wiki.project1999.com/Burn"
           },
           {
               "name": "Dirk of the Traitor",
               "link": "https://wiki.project1999.com/Dirk_of_the_Traitor"
           },
           {
               "name": "Rodrick's Gift",
               "link": "https://wiki.project1999.com/Rodrick%27s_Gift"
           },
           {
               "name": "Woven Frost Giant Beard",
               "link": "https://wiki.project1999.com/Woven_Frost_Giant_Beard"
           },
           {
               "name": "Storm Strength",
               "link": "https://wiki.project1999.com/Storm_Strength"
           },
           {
               "name": "Frost Giant Femur",
               "link": "https://wiki.project1999.com/Frost_Giant_Femur"
           },
           {
               "name": "Yaulp II",
               "link": "https://wiki.project1999.com/Yaulp_II"
           },
           {
               "name": "Frozen Mantle",
               "link": "https://wiki.project1999.com/Frozen_Mantle"
           },
           {
               "name": "Gauntlets of the Black",
               "link": "https://wiki.project1999.com/Gauntlets_of_the_Black"
           },
           {
               "name": "Giant Woven Vest",
               "link": "https://wiki.project1999.com/Giant_Woven_Vest"
           },
           {
               "name": "Iceball",
               "link": "https://wiki.project1999.com/Iceball"
           },
           {
               "name": "Frost Giant Femur",
               "link": "https://wiki.project1999.com/Frost_Giant_Femur"
           },
           {
               "name": "Yaulp II",
               "link": "https://wiki.project1999.com/Yaulp_II"
           },
           {
               "name": "Mithril Coldain Insignia Ring",
               "link": "https://wiki.project1999.com/Mithril_Coldain_Insignia_Ring"
           },
           {
               "name": "Obsidian Coldain Insignia Ring",
               "link": "https://wiki.project1999.com/Obsidian_Coldain_Insignia_Ring"
           },
           {
               "name": "Orc Fang Earring",
               "link": "https://wiki.project1999.com/Orc_Fang_Earring"
           },
           {
               "name": "Orc Fang Necklace",
               "link": "https://wiki.project1999.com/Orc_Fang_Necklace"
           },
           {
               "name": "Platinum Coldain Insignia Ring",
               "link": "https://wiki.project1999.com/Platinum_Coldain_Insignia_Ring"
           },
           {
               "name": "Ring of Frost",
               "link": "https://wiki.project1999.com/Ring_of_Frost"
           },
           {
               "name": "Ry`Gorr Battle Mail",
               "link": "https://wiki.project1999.com/Ry%60Gorr_Battle_Mail"
           },
           {
               "name": "Ry`Gorr Chain Armor",
               "link": "https://wiki.project1999.com/Ry%60Gorr_Chain_Armor"
           },
           {
               "name": "Ry`Gorr Iron Armguards",
               "link": "https://wiki.project1999.com/Ry%60Gorr_Iron_Armguards"
           },
           {
               "name": "Spine Chill Spear",
               "link": "https://wiki.project1999.com/Spine_Chill_Spear"
           },
           {
               "name": "Shock of Ice",
               "link": "https://wiki.project1999.com/Shock_of_Ice"
           },
           {
               "name": "Torque of Hoar Frost",
               "link": "https://wiki.project1999.com/Torque_of_Hoar_Frost"
           },
           {
               "name": "Velium War Wolf Choker",
               "link": "https://wiki.project1999.com/Velium_War_Wolf_Choker"
           },
           {
               "name": "Walrus Tooth",
               "link": "https://wiki.project1999.com/Walrus_Tooth"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-5049",
           " -4296 (Southwest of bridge to Iceclad Ocean)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Coldain Ring Quests",
               "link": "https://wiki.project1999.com/Coldain_Ring_Quests"
           },
           {
               "name": "Garath's Weapons to Trade",
               "link": "https://wiki.project1999.com/Garath%27s_Weapons_to_Trade"
           },
           {
               "name": "Coldain Prayer Shawl Quests",
               "link": "https://wiki.project1999.com/Coldain_Prayer_Shawl_Quests"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Outdoors",
       "URL Name": "The Great Divide",
       "Friendly Name (If different)": null,
       "Name in /who": "greatdivide",
       "Full URL": "https://wiki.project1999.com/The_Great_Divide",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Eastern Wastes",
               "link": "https://wiki.project1999.com/Eastern_Wastes"
           },
           {
               "name": "Thurgadin",
               "link": "https://wiki.project1999.com/Thurgadin"
           },
           {
               "name": "Velketor's Labyrinth",
               "link": "https://wiki.project1999.com/Velketor%27s_Labyrinth"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-45",
       "Types of Monsters": [
           "Tizmak Warrior",
           " Tizmak Champion",
           " Furious Tizmak Warrior",
           " Tizmak Shaman",
           " Tizmak Auger",
           " Feral Cave Kodiak",
           " Savage Cave Kodiak",
           " Ferocious Cave Kodiak",
           " Frost Giant Scout",
           " Frost Giant Berserker",
           " Frost Giant Elite",
           " Drakkel Dire Wolf",
           " Expedition Guard",
           " Velium Miner",
           " Coldain Miner",
           " Coldain Wolfmaster",
           " Coldain Tracking Wolf",
           " Tower Guard",
           " Gnomish Deserter",
           " Young Shardwurm",
           " Elder Shardwurm",
           " Ancient Shardwurm",
           " Guardian Shardwurms",
           " Crystalline Shardwurm"
       ],
       "Notable NPCs": [
           {
               "name": "Bekerak Coldbones",
               "link": "https://wiki.project1999.com/Bekerak_Coldbones"
           },
           {
               "name": "Blizzent",
               "link": "https://wiki.project1999.com/Blizzent"
           },
           {
               "name": "Bloodmaw",
               "link": "https://wiki.project1999.com/Bloodmaw"
           },
           {
               "name": "Captain Stonefist",
               "link": "https://wiki.project1999.com/Captain_Stonefist"
           },
           {
               "name": "Drakkel Blood Wolf",
               "link": "https://wiki.project1999.com/Drakkel_Blood_Wolf"
           },
           {
               "name": "Fergul Frostsky",
               "link": "https://wiki.project1999.com/Fergul_Frostsky"
           },
           {
               "name": "Gralk Dwarfkiller",
               "link": "https://wiki.project1999.com/Gralk_Dwarfkiller"
           },
           {
               "name": "Icetooth",
               "link": "https://wiki.project1999.com/Icetooth"
           },
           {
               "name": "Korf Brokenhammer",
               "link": "https://wiki.project1999.com/Korf_Brokenhammer"
           },
           {
               "name": "Relik",
               "link": "https://wiki.project1999.com/Relik"
           },
           {
               "name": "Shardtooth",
               "link": "https://wiki.project1999.com/Shardtooth"
           },
           {
               "name": "Shardwurm Broodmother",
               "link": "https://wiki.project1999.com/Shardwurm_Broodmother"
           },
           {
               "name": "Shardwurm Matriarch",
               "link": "https://wiki.project1999.com/Shardwurm_Matriarch"
           },
           {
               "name": "a Tizmak Spiritcaller",
               "link": "https://wiki.project1999.com/A_Tizmak_Spiritcaller"
           },
           {
               "name": "Vluudeen",
               "link": "https://wiki.project1999.com/Vluudeen"
           },
           {
               "name": "Vores the Hunter",
               "link": "https://wiki.project1999.com/Vores_the_Hunter"
           },
           {
               "name": "Yaka Razorhoof",
               "link": "https://wiki.project1999.com/Yaka_Razorhoof"
           }
       ],
       "Unique Items": [
           {
               "name": "Black Steel Wrap",
               "link": "https://wiki.project1999.com/Black_Steel_Wrap"
           },
           {
               "name": "Blood Wolf Harness",
               "link": "https://wiki.project1999.com/Blood_Wolf_Harness"
           },
           {
               "name": "Braided Beard of the Coldain",
               "link": "https://wiki.project1999.com/Braided_Beard_of_the_Coldain"
           },
           {
               "name": "Berserker Strength",
               "link": "https://wiki.project1999.com/Berserker_Strength"
           },
           {
               "name": "Cured Tizmak Armor",
               "link": "https://wiki.project1999.com/Tizmak_Armor"
           },
           {
               "name": "Crystalline Eye",
               "link": "https://wiki.project1999.com/Crystalline_Eye"
           },
           {
               "name": "Drakkel Forged Sledgehammer",
               "link": "https://wiki.project1999.com/Drakkel_Forged_Sledgehammer"
           },
           {
               "name": "Drakkel Icegrinder",
               "link": "https://wiki.project1999.com/Drakkel_Icegrinder"
           },
           {
               "name": "Ice Rend",
               "link": "https://wiki.project1999.com/Ice_Rend"
           },
           {
               "name": "Drakkel Icereaver",
               "link": "https://wiki.project1999.com/Drakkel_Icereaver"
           },
           {
               "name": "Ice Rend",
               "link": "https://wiki.project1999.com/Ice_Rend"
           },
           {
               "name": "Gauntlets of Power",
               "link": "https://wiki.project1999.com/Gauntlets_of_Power"
           },
           {
               "name": "Hardened Kodiak Leather Bracer",
               "link": "https://wiki.project1999.com/Hardened_Kodiak_Leather_Bracer"
           },
           {
               "name": "Icetooth's Claws",
               "link": "https://wiki.project1999.com/Icetooth%27s_Claws"
           },
           {
               "name": "Icetooth's Pelt",
               "link": "https://wiki.project1999.com/Icetooth%27s_Pelt"
           },
           {
               "name": "Kodiak Claws",
               "link": "https://wiki.project1999.com/Kodiak_Claws"
           },
           {
               "name": "Runebranded Stone Buckler",
               "link": "https://wiki.project1999.com/Runebranded_Stone_Buckler"
           },
           {
               "name": "Shardwurm Eye",
               "link": "https://wiki.project1999.com/Shardwurm_Eye"
           },
           {
               "name": "Shardwurm Skin",
               "link": "https://wiki.project1999.com/Shardwurm_Skin"
           },
           {
               "name": "Shardwurm Stinger",
               "link": "https://wiki.project1999.com/Shardwurm_Stinger"
           },
           {
               "name": "Shardtooth's Flayed Skin",
               "link": "https://wiki.project1999.com/Shardtooth%27s_Flayed_Skin"
           },
           {
               "name": "Spiked Steel Wrap",
               "link": "https://wiki.project1999.com/Spiked_Steel_Wrap"
           },
           {
               "name": "Tizmak Armor",
               "link": "https://wiki.project1999.com/Tizmak_Armor"
           },
           {
               "name": "Velium Etched Stone Mace",
               "link": "https://wiki.project1999.com/Velium_Etched_Stone_Mace"
           },
           {
               "name": "War Wolf Choker",
               "link": "https://wiki.project1999.com/War_Wolf_Choker"
           },
           {
               "name": "White Scaled Leggings",
               "link": "https://wiki.project1999.com/White_Scaled_Leggings"
           },
           {
               "name": "White Scaled Tunic",
               "link": "https://wiki.project1999.com/White_Scaled_Tunic"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-7720",
           " -965 (South central part of zone)"
       ],
       "Zone Spawn Timer": "10:40",
       "Related Quests": {
           "name": "Mining Picks",
           "link": "https://wiki.project1999.com/Mining_Picks"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Outdoors",
       "URL Name": "Iceclad Ocean",
       "Friendly Name (If different)": null,
       "Name in /who": "iceclad",
       "Full URL": "https://wiki.project1999.com/Iceclad_Ocean",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "North Ro",
               "link": "https://wiki.project1999.com/North_Ro"
           },
           {
               "name": "Eastern Wastes",
               "link": "https://wiki.project1999.com/Eastern_Wastes"
           },
           {
               "name": "Tower of Frozen Shadow",
               "link": "https://wiki.project1999.com/Tower_of_Frozen_Shadow"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-40",
       "Types of Monsters": [
           "Snow Cougars",
           " Snow Dervish",
           " Dire Wolf",
           " Dire Wolf Stalker",
           " Shadow Guardian",
           " Pulsar Guardian",
           " Frost Giant Scout",
           " Frost Giant Elite",
           " Snowfang icehunter",
           " Snowfang Spearguard"
       ],
       "Notable NPCs": [
           {
               "name": "Balix Misteyes",
               "link": "https://wiki.project1999.com/Balix_Misteyes"
           },
           {
               "name": "Corudoth",
               "link": "https://wiki.project1999.com/Corudoth"
           },
           {
               "name": "Garou",
               "link": "https://wiki.project1999.com/Garou"
           },
           {
               "name": "Lodizal",
               "link": "https://wiki.project1999.com/Lodizal"
           },
           {
               "name": "Midnight",
               "link": "https://wiki.project1999.com/Midnight"
           },
           {
               "name": "Pulsating Icestorm",
               "link": "https://wiki.project1999.com/Pulsating_Icestorm"
           },
           {
               "name": "Stormfeather",
               "link": "https://wiki.project1999.com/Stormfeather"
           }
       ],
       "Unique Items": [
           {
               "name": "Belt of the Great Turtle",
               "link": "https://wiki.project1999.com/Belt_of_the_Great_Turtle"
           },
           {
               "name": "Aura of Battle",
               "link": "https://wiki.project1999.com/Aura_of_Battle"
           },
           {
               "name": "Bloodstained Fang",
               "link": "https://wiki.project1999.com/Bloodstained_Fang"
           },
           {
               "name": "Bloody Cougar Bone",
               "link": "https://wiki.project1999.com/Bloody_Cougar_Bone"
           },
           {
               "name": "Chill Dagger",
               "link": "https://wiki.project1999.com/Chill_Dagger"
           },
           {
               "name": "Club of the Ice Ocean",
               "link": "https://wiki.project1999.com/Club_of_the_Ice_Ocean"
           },
           {
               "name": "Frost Strike",
               "link": "https://wiki.project1999.com/Frost_Strike"
           },
           {
               "name": "Cougar Claw Earring",
               "link": "https://wiki.project1999.com/Cougar_Claw_Earring"
           },
           {
               "name": "Cougarskin Mask",
               "link": "https://wiki.project1999.com/Cougarskin_Mask"
           },
           {
               "name": "Cougarskin Sleeves",
               "link": "https://wiki.project1999.com/Cougarskin_Sleeves"
           },
           {
               "name": "Cougarskin Boots",
               "link": "https://wiki.project1999.com/Cougarskin_Boots"
           },
           {
               "name": "Direwolf Fur Cloak",
               "link": "https://wiki.project1999.com/Direwolf_Fur_Cloak"
           },
           {
               "name": "Direwolf Fur Hood",
               "link": "https://wiki.project1999.com/Direwolf_Fur_Hood"
           },
           {
               "name": "Frozen Mantle",
               "link": "https://wiki.project1999.com/Frozen_Mantle"
           },
           {
               "name": "Garou Bone Club",
               "link": "https://wiki.project1999.com/Garou_Bone_Club"
           },
           {
               "name": "Curse of the Garou",
               "link": "https://wiki.project1999.com/Curse_of_the_Garou"
           },
           {
               "name": "Iceball",
               "link": "https://wiki.project1999.com/Iceball"
           },
           {
               "name": "Knotted Turtlebone Ring",
               "link": "https://wiki.project1999.com/Knotted_Turtlebone_Ring"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Lodizal Shell Boots",
               "link": "https://wiki.project1999.com/Lodizal_Shell_Boots"
           },
           {
               "name": "Turtle Skin",
               "link": "https://wiki.project1999.com/Turtle_Skin"
           },
           {
               "name": "Otterhide Armor",
               "link": "https://wiki.project1999.com/Otterhide_Armor"
           },
           {
               "name": "Ring of Frost",
               "link": "https://wiki.project1999.com/Ring_of_Frost"
           },
           {
               "name": "Spear of Winter",
               "link": "https://wiki.project1999.com/Spear_of_Winter"
           },
           {
               "name": "Spirit Strike",
               "link": "https://wiki.project1999.com/Spirit_Strike"
           },
           {
               "name": "Stormfeather Talons",
               "link": "https://wiki.project1999.com/Stormfeather_Talons"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "5330",
           " 340 (Pirate dock)"
       ],
       "Zone Spawn Timer": "6:40",
       "Related Quests": [
           {
               "name": "Captain Nalot's Triple Strength Rum",
               "link": "https://wiki.project1999.com/Captain_Nalot%27s_Triple_Strength_Rum"
           },
           {
               "name": "The Grammar Manual",
               "link": "https://wiki.project1999.com/The_Grammar_Manual"
           },
           {
               "name": "The Lost Map",
               "link": "https://wiki.project1999.com/The_Lost_Map"
           },
           {
               "name": "The Mighty Garou",
               "link": "https://wiki.project1999.com/The_Mighty_Garou"
           },
           {
               "name": "The Mighty Snowfang Hero",
               "link": "https://wiki.project1999.com/The_Mighty_Snowfang_Hero"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Outdoors",
       "URL Name": "Wakening Land",
       "Friendly Name (If different)": null,
       "Name in /who": "wakening",
       "Full URL": "https://wiki.project1999.com/Wakening_Land",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Kael Drakkal",
               "link": "https://wiki.project1999.com/Kael_Drakkal"
           },
           {
               "name": "Plane of Growth",
               "link": "https://wiki.project1999.com/Plane_of_Growth"
           },
           {
               "name": "Skyshrine",
               "link": "https://wiki.project1999.com/Skyshrine"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "33-60+",
       "Types of Monsters": [
           "Barbarians",
           " Brownies",
           " Dark Elves",
           " Dragons",
           " Drixies",
           " Enchanted Armors",
           " Fauns",
           " Fay Drakes",
           " Geonids",
           " Giants",
           " Gnomes",
           " Goo",
           " Holgresh",
           " Humans",
           " Ogres",
           " Panthers",
           " Pixie",
           " Raptors",
           " Trolls",
           " Unicorns"
       ],
       "Notable NPCs": [
           {
               "name": "Wuoshi",
               "link": "https://wiki.project1999.com/Wuoshi"
           },
           {
               "name": "A Storm Giant Foreman",
               "link": "https://wiki.project1999.com/A_Storm_Giant_Foreman"
           },
           {
               "name": "A storm giant surveyor",
               "link": "https://wiki.project1999.com/A_storm_giant_surveyor"
           },
           {
               "name": "Corrupted Faun",
               "link": "https://wiki.project1999.com/Corrupted_Faun"
           },
           {
               "name": "Corrupted Panther",
               "link": "https://wiki.project1999.com/Corrupted_Panther"
           },
           {
               "name": "Countess Silveana",
               "link": "https://wiki.project1999.com/Countess_Silveana"
           },
           {
               "name": "Eysa Florawhisper",
               "link": "https://wiki.project1999.com/Eysa_Florawhisper"
           },
           {
               "name": "Frostgiant Overseer",
               "link": "https://wiki.project1999.com/Frostgiant_Overseer"
           },
           {
               "name": "Grand Vizier Poolakacha`tei",
               "link": "https://wiki.project1999.com/Grand_Vizier_Poolakacha%60tei"
           },
           {
               "name": "Korzak Stonehammer",
               "link": "https://wiki.project1999.com/Korzak_Stonehammer"
           },
           {
               "name": "Lady Gelistial",
               "link": "https://wiki.project1999.com/Lady_Gelistial"
           },
           {
               "name": "Lieutenant Krofer",
               "link": "https://wiki.project1999.com/Lieutenant_Krofer"
           },
           {
               "name": "Lord Gossimerwind",
               "link": "https://wiki.project1999.com/Lord_Gossimerwind"
           },
           {
               "name": "Lord Prismwing",
               "link": "https://wiki.project1999.com/Lord_Prismwing"
           },
           {
               "name": "Phenocryst",
               "link": "https://wiki.project1999.com/Phenocryst"
           },
           {
               "name": "Priest Bjek",
               "link": "https://wiki.project1999.com/Priest_Bjek"
           },
           {
               "name": "Priest Delar",
               "link": "https://wiki.project1999.com/Priest_Delar"
           },
           {
               "name": "Priest Grenk",
               "link": "https://wiki.project1999.com/Priest_Grenk"
           },
           {
               "name": "Rolandal",
               "link": "https://wiki.project1999.com/Rolandal"
           },
           {
               "name": "Shamus Aghllsews",
               "link": "https://wiki.project1999.com/Shamus_Aghllsews"
           },
           {
               "name": "a corrupted unicorn",
               "link": "https://wiki.project1999.com/A_corrupted_unicorn"
           },
           {
               "name": "a storm giant architect",
               "link": "https://wiki.project1999.com/A_storm_giant_architect"
           }
       ],
       "Unique Items": [
           {
               "name": "Holgresh Mojo Sticks",
               "link": "https://wiki.project1999.com/Holgresh_Mojo_Sticks"
           },
           {
               "name": "Sentient Armor",
               "link": "https://wiki.project1999.com/Sentient_Armor"
           },
           {
               "name": "Crescent Blades of Luclin",
               "link": "https://wiki.project1999.com/Crescent_Blades_of_Luclin"
           },
           {
               "name": "Shadow",
               "link": "https://wiki.project1999.com/Shadow"
           },
           {
               "name": "Faun Flute",
               "link": "https://wiki.project1999.com/Faun_Flute"
           },
           {
               "name": "Gloves of Kromzek Might",
               "link": "https://wiki.project1999.com/Gloves_of_Kromzek_Might"
           },
           {
               "name": "Holgresh Grand Vizier Beads",
               "link": "https://wiki.project1999.com/Holgresh_Grand_Vizier_Beads"
           },
           {
               "name": "Identify",
               "link": "https://wiki.project1999.com/Identify"
           },
           {
               "name": "Holgresh Spirit Beads",
               "link": "https://wiki.project1999.com/Holgresh_Spirit_Beads"
           },
           {
               "name": "Grim Aura",
               "link": "https://wiki.project1999.com/Grim_Aura"
           },
           {
               "name": "Kromzek Foreman Helm",
               "link": "https://wiki.project1999.com/Kromzek_Foreman_Helm"
           },
           {
               "name": "Kromzek Surveyor Scope",
               "link": "https://wiki.project1999.com/Kromzek_Surveyor_Scope"
           },
           {
               "name": "Telescope",
               "link": "https://wiki.project1999.com/Telescope"
           },
           {
               "name": "Scimitar of the Emerald Dawn",
               "link": "https://wiki.project1999.com/Scimitar_of_the_Emerald_Dawn"
           },
           {
               "name": "Skydarkener",
               "link": "https://wiki.project1999.com/Skydarkener"
           },
           {
               "name": "Lightning Strike",
               "link": "https://wiki.project1999.com/Lightning_Strike"
           },
           {
               "name": "Tanglewood Shield",
               "link": "https://wiki.project1999.com/Tanglewood_Shield"
           },
           {
               "name": "Ensnare",
               "link": "https://wiki.project1999.com/Ensnare"
           },
           {
               "name": "Tar goo strands",
               "link": "https://wiki.project1999.com/Tar_goo_strands"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-673",
           " -5000 (Zone line to Kael Drakkal)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Faerie Dragon Wings",
               "link": "https://wiki.project1999.com/Faerie_Dragon_Wings"
           },
           {
               "name": "Friend of the Tunarean Court",
               "link": "https://wiki.project1999.com/Friend_of_the_Tunarean_Court"
           },
           {
               "name": "Living Granite",
               "link": "https://wiki.project1999.com/Living_Granite"
           },
           {
               "name": "Natures Defender Quest",
               "link": "https://wiki.project1999.com/Natures_Defender_Quest"
           },
           {
               "name": "The Velium Focus",
               "link": "https://wiki.project1999.com/The_Velium_Focus"
           },
           {
               "name": "Tunarean Tasks",
               "link": "https://wiki.project1999.com/Tunarean_Tasks"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Outdoors",
       "URL Name": "Western Wastes",
       "Friendly Name (If different)": null,
       "Name in /who": "westwastes",
       "Full URL": "https://wiki.project1999.com/Western_Wastes",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Dragon Necropolis",
               "link": "https://wiki.project1999.com/Dragon_Necropolis"
           },
           {
               "name": "Siren's Grotto",
               "link": "https://wiki.project1999.com/Siren%27s_Grotto"
           },
           {
               "name": "Temple of Veeshan",
               "link": "https://wiki.project1999.com/Temple_of_Veeshan"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "45-60+",
       "Types of Monsters": [
           "Brontotherium",
           " Dragon",
           " Drake",
           " Elemental",
           " Giant",
           " Gnome",
           " High Elf",
           " Human",
           " Leech",
           " Mammoth",
           " Wolf",
           " Wurm",
           " Wyvern"
       ],
       "Notable NPCs": [
           {
               "name": "Atpaev",
               "link": "https://wiki.project1999.com/Atpaev"
           },
           {
               "name": "Ayillish",
               "link": "https://wiki.project1999.com/Ayillish"
           },
           {
               "name": "Bratavar",
               "link": "https://wiki.project1999.com/Bratavar"
           },
           {
               "name": "Bufa",
               "link": "https://wiki.project1999.com/Bufa"
           },
           {
               "name": "Cargalia",
               "link": "https://wiki.project1999.com/Cargalia"
           },
           {
               "name": "Del Sapara",
               "link": "https://wiki.project1999.com/Del_Sapara"
           },
           {
               "name": "Derasinal",
               "link": "https://wiki.project1999.com/Derasinal"
           },
           {
               "name": "Draazak",
               "link": "https://wiki.project1999.com/Draazak"
           },
           {
               "name": "Entariz",
               "link": "https://wiki.project1999.com/Entariz"
           },
           {
               "name": "Esorpa of the Ring",
               "link": "https://wiki.project1999.com/Esorpa_of_the_Ring"
           },
           {
               "name": "Gafala",
               "link": "https://wiki.project1999.com/Gafala"
           },
           {
               "name": "Gangel",
               "link": "https://wiki.project1999.com/Gangel"
           },
           {
               "name": "Glati",
               "link": "https://wiki.project1999.com/Glati"
           },
           {
               "name": "Harla Dar",
               "link": "https://wiki.project1999.com/Harla_Dar"
           },
           {
               "name": "Hechaeva",
               "link": "https://wiki.project1999.com/Hechaeva"
           },
           {
               "name": "Honvar",
               "link": "https://wiki.project1999.com/Honvar"
           },
           {
               "name": "Ionat",
               "link": "https://wiki.project1999.com/Ionat"
           },
           {
               "name": "Jen Sapara",
               "link": "https://wiki.project1999.com/Jen_Sapara"
           },
           {
               "name": "Kar Sapara",
               "link": "https://wiki.project1999.com/Kar_Sapara"
           },
           {
               "name": "Karkona",
               "link": "https://wiki.project1999.com/Karkona"
           },
           {
               "name": "Klandicar",
               "link": "https://wiki.project1999.com/Klandicar"
           },
           {
               "name": "Linbrak",
               "link": "https://wiki.project1999.com/Linbrak"
           },
           {
               "name": "Makala",
               "link": "https://wiki.project1999.com/Makala"
           },
           {
               "name": "Mazi",
               "link": "https://wiki.project1999.com/Mazi"
           },
           {
               "name": "Melalafen",
               "link": "https://wiki.project1999.com/Melalafen"
           },
           {
               "name": "Myga",
               "link": "https://wiki.project1999.com/Myga"
           },
           {
               "name": "Neordla",
               "link": "https://wiki.project1999.com/Neordla"
           },
           {
               "name": "Nintal",
               "link": "https://wiki.project1999.com/Nintal"
           },
           {
               "name": "Onava",
               "link": "https://wiki.project1999.com/Onava"
           },
           {
               "name": "Pantrilla",
               "link": "https://wiki.project1999.com/Pantrilla"
           },
           {
               "name": "Quoza",
               "link": "https://wiki.project1999.com/Quoza"
           },
           {
               "name": "Sivar",
               "link": "https://wiki.project1999.com/Sivar"
           },
           {
               "name": "Sontalak",
               "link": "https://wiki.project1999.com/Sontalak"
           },
           {
               "name": "Uiliak",
               "link": "https://wiki.project1999.com/Uiliak"
           },
           {
               "name": "Vitaela",
               "link": "https://wiki.project1999.com/Vitaela"
           },
           {
               "name": "Von",
               "link": "https://wiki.project1999.com/Von"
           },
           {
               "name": "Vraptin",
               "link": "https://wiki.project1999.com/Vraptin"
           },
           {
               "name": "Yal",
               "link": "https://wiki.project1999.com/Yal"
           },
           {
               "name": "Yeldema",
               "link": "https://wiki.project1999.com/Yeldema"
           },
           {
               "name": "Zil Sapara",
               "link": "https://wiki.project1999.com/Zil_Sapara"
           },
           {
               "name": "Guardian Kozzalym",
               "link": "https://wiki.project1999.com/Guardian_Kozzalym"
           },
           {
               "name": "Icehackle",
               "link": "https://wiki.project1999.com/Icehackle"
           },
           {
               "name": "Makil Rargon",
               "link": "https://wiki.project1999.com/Makil_Rargon"
           },
           {
               "name": "Mraaka",
               "link": "https://wiki.project1999.com/Mraaka"
           },
           {
               "name": "Scout Charisa",
               "link": "https://wiki.project1999.com/Scout_Charisa"
           },
           {
               "name": "Strong Horn",
               "link": "https://wiki.project1999.com/Strong_Horn"
           },
           {
               "name": "Tantor",
               "link": "https://wiki.project1999.com/Tantor"
           },
           {
               "name": "The Dragon Sage",
               "link": "https://wiki.project1999.com/The_Dragon_Sage"
           },
           {
               "name": "Tranala",
               "link": "https://wiki.project1999.com/Tranala"
           },
           {
               "name": "Tsiraka",
               "link": "https://wiki.project1999.com/Tsiraka"
           }
       ],
       "Unique Items": [
           {
               "name": "Dragon Talismans",
               "link": "https://wiki.project1999.com/Dragon_Talismans"
           },
           {
               "name": "Exquisite Velium Weapons",
               "link": "https://wiki.project1999.com/Exquisite_Velium_Weapons"
           },
           {
               "name": "Heavy Dragon Armor Set",
               "link": "https://wiki.project1999.com/Heavy_Dragon_Armor_Set"
           },
           {
               "name": "Matchless Dragon Armor Set",
               "link": "https://wiki.project1999.com/Matchless_Dragon_Armor_Set"
           },
           {
               "name": "Peerless Dragon Armor Set",
               "link": "https://wiki.project1999.com/Peerless_Dragon_Armor_Set"
           },
           {
               "name": "Reinforced Dragon Armor Set",
               "link": "https://wiki.project1999.com/Reinforced_Dragon_Armor_Set"
           },
           {
               "name": "Worked Dragon Armor Set",
               "link": "https://wiki.project1999.com/Worked_Dragon_Armor_Set"
           },
           {
               "name": "Ice Burrower Skin",
               "link": "https://wiki.project1999.com/Ice_Burrower_Skin"
           },
           {
               "name": "Icehackle's Pelt",
               "link": "https://wiki.project1999.com/Icehackle%27s_Pelt"
           },
           {
               "name": "Stronghorn's Horn",
               "link": "https://wiki.project1999.com/Stronghorn%27s_Horn"
           },
           {
               "name": "Knockback",
               "link": "https://wiki.project1999.com/Knockback"
           },
           {
               "name": "Tantor's Tusk",
               "link": "https://wiki.project1999.com/Tantor%27s_Tusk"
           },
           {
               "name": "Tsiraka's Claws",
               "link": "https://wiki.project1999.com/Tsiraka%27s_Claws"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-4100",
           " -3500 (Near Siren's Grotto cave entrance)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Aid the Dar Brood",
               "link": "https://wiki.project1999.com/Aid_the_Dar_Brood"
           },
           {
               "name": "Essence Lens Quest",
               "link": "https://wiki.project1999.com/Essence_Lens_Quest"
           },
           {
               "name": "Fusibility Research",
               "link": "https://wiki.project1999.com/Fusibility_Research"
           },
           {
               "name": "Porlos' Fury Quest",
               "link": "https://wiki.project1999.com/Porlos%27_Fury_Quest"
           },
           {
               "name": "The Pirate Ship",
               "link": "https://wiki.project1999.com/The_Pirate_Ship"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Cities",
       "URL Name": "Icewell Keep",
       "Friendly Name (If different)": null,
       "Name in /who": "thurgadinb",
       "Full URL": "https://wiki.project1999.com/Icewell_Keep",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Thurgadin",
           "link": "https://wiki.project1999.com/Thurgadin"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "45-60",
       "Types of Monsters": [
           "Icewell Sentry",
           " Frosticube",
           " Avalanche Golem",
           " Tentspike Terror",
           " Coldain Skeletons"
       ],
       "Notable NPCs": [
           {
               "name": "Dain Frostreaver IV",
               "link": "https://wiki.project1999.com/Dain_Frostreaver_IV"
           },
           {
               "name": "Glucose",
               "link": "https://wiki.project1999.com/Glucose"
           },
           {
               "name": "Grizznot",
               "link": "https://wiki.project1999.com/Grizznot"
           }
       ],
       "Unique Items": [
           {
               "name": "Boots of the Huntsman",
               "link": "https://wiki.project1999.com/Boots_of_the_Huntsman"
           },
           {
               "name": "Gown of the Chamberlain",
               "link": "https://wiki.project1999.com/Gown_of_the_Chamberlain"
           },
           {
               "name": "Grizznot's Claws",
               "link": "https://wiki.project1999.com/Grizznot%27s_Claws"
           },
           {
               "name": "Jagged Ice Shard",
               "link": "https://wiki.project1999.com/Jagged_Ice_Shard"
           },
           {
               "name": "Shards of Sorrow",
               "link": "https://wiki.project1999.com/Shards_of_Sorrow"
           },
           {
               "name": "Royal Velium Frosted Armor",
               "link": "https://wiki.project1999.com/Royal_Velium_Frosted_Armor"
           },
           {
               "name": "Velium Round Shield",
               "link": "https://wiki.project1999.com/Velium_Round_Shield"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "250",
           " 0 (Outside castle gates near Thurgadin zone line)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Coldain Ring Quests",
               "link": "https://wiki.project1999.com/Coldain_Ring_Quests"
           },
           {
               "name": "Custom Plate Helms - Thurgadin",
               "link": "https://wiki.project1999.com/Custom_Plate_Helms_-_Thurgadin"
           },
           {
               "name": "Giant Helmets",
               "link": "https://wiki.project1999.com/Giant_Helmets"
           },
           {
               "name": "Tormax's Head - Dwarves",
               "link": "https://wiki.project1999.com/Tormax%27s_Head_-_Dwarves"
           }
       ],
       "Guilds": null,
       "City Races": [],
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Cities",
       "URL Name": "Kael Drakkal",
       "Friendly Name (If different)": null,
       "Name in /who": "kael",
       "Full URL": "https://wiki.project1999.com/Kael_Drakkal",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Eastern Wastes",
               "link": "https://wiki.project1999.com/Eastern_Wastes"
           },
           {
               "name": "Wakening Land",
               "link": "https://wiki.project1999.com/Wakening_Land"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "30-60+",
       "Types of Monsters": [
           "Coldain",
           " Enchanted Armors",
           " Frost Giants",
           " Rallos Zek",
           " Storm Giants",
           " Wolves"
       ],
       "Notable NPCs": [
           {
               "name": "Avatar of War",
               "link": "https://wiki.project1999.com/Avatar_of_War"
           },
           {
               "name": "Statue of Rallos Zek",
               "link": "https://wiki.project1999.com/Statue_of_Rallos_Zek"
           },
           {
               "name": "Derakor the Vindicator",
               "link": "https://wiki.project1999.com/Derakor_the_Vindicator"
           },
           {
               "name": "King Tormax",
               "link": "https://wiki.project1999.com/King_Tormax"
           },
           {
               "name": "Bjrakor the Cold",
               "link": "https://wiki.project1999.com/Bjrakor_the_Cold"
           },
           {
               "name": "Captain Bvellos",
               "link": "https://wiki.project1999.com/Captain_Bvellos"
           },
           {
               "name": "Gkrean Prophet of Tallon",
               "link": "https://wiki.project1999.com/Gkrean_Prophet_of_Tallon"
           },
           {
               "name": "Semkak Prophet of Vallon",
               "link": "https://wiki.project1999.com/Semkak_Prophet_of_Vallon"
           },
           {
               "name": "Gorul Longshanks",
               "link": "https://wiki.project1999.com/Gorul_Longshanks"
           },
           {
               "name": "Keldor Dek`Torek",
               "link": "https://wiki.project1999.com/Keldor_Dek%60Torek"
           },
           {
               "name": "Noble Helssen",
               "link": "https://wiki.project1999.com/Noble_Helssen"
           },
           {
               "name": "Slaggak the Trainer",
               "link": "https://wiki.project1999.com/Slaggak_the_Trainer"
           },
           {
               "name": "Staff Sergeant Drioc",
               "link": "https://wiki.project1999.com/Staff_Sergeant_Drioc"
           },
           {
               "name": "Vkjor",
               "link": "https://wiki.project1999.com/Vkjor"
           },
           {
               "name": "Wenglawks Kkeak",
               "link": "https://wiki.project1999.com/Wenglawks_Kkeak"
           }
       ],
       "Unique Items": [
           {
               "name": "Giant Scalemail Armor",
               "link": "https://wiki.project1999.com/Giant_Scalemail_Armor"
           },
           {
               "name": "Gladiator's Chain Armor",
               "link": "https://wiki.project1999.com/Gladiator%27s_Chain_Armor"
           },
           {
               "name": "Antlered Mask",
               "link": "https://wiki.project1999.com/Antlered_Mask"
           },
           {
               "name": "Axe of the Kromzek Kings",
               "link": "https://wiki.project1999.com/Axe_of_the_Kromzek_Kings"
           },
           {
               "name": "Barbed Dragonscale Pauldrons",
               "link": "https://wiki.project1999.com/Barbed_Dragonscale_Pauldrons"
           },
           {
               "name": "Bear Skins of Rage",
               "link": "https://wiki.project1999.com/Bear_Skins_of_Rage"
           },
           {
               "name": "Belt of Dwarf Slaying",
               "link": "https://wiki.project1999.com/Belt_of_Dwarf_Slaying"
           },
           {
               "name": "Aura of Battle",
               "link": "https://wiki.project1999.com/Aura_of_Battle"
           },
           {
               "name": "Belt of Dwarfskulls",
               "link": "https://wiki.project1999.com/Belt_of_Dwarfskulls"
           },
           {
               "name": "Black Bear Pelt Cloak",
               "link": "https://wiki.project1999.com/Black_Bear_Pelt_Cloak"
           },
           {
               "name": "Book of Tactics",
               "link": "https://wiki.project1999.com/Book_of_Tactics"
           },
           {
               "name": "Boots of Dark Passage",
               "link": "https://wiki.project1999.com/Boots_of_Dark_Passage"
           },
           {
               "name": "Boots of the Storm",
               "link": "https://wiki.project1999.com/Boots_of_the_Storm"
           },
           {
               "name": "Boots of the Vindicator",
               "link": "https://wiki.project1999.com/Boots_of_the_Vindicator"
           },
           {
               "name": "Bracelet of Sacrifice",
               "link": "https://wiki.project1999.com/Bracelet_of_Sacrifice"
           },
           {
               "name": "Bracer of Midnight",
               "link": "https://wiki.project1999.com/Bracer_of_Midnight"
           },
           {
               "name": "Breastplate of Eradication",
               "link": "https://wiki.project1999.com/Breastplate_of_Eradication"
           },
           {
               "name": "Cerulean Gauntlets",
               "link": "https://wiki.project1999.com/Cerulean_Gauntlets"
           },
           {
               "name": "Chestplate of Vindication",
               "link": "https://wiki.project1999.com/Chestplate_of_Vindication"
           },
           {
               "name": "Aura of Battle",
               "link": "https://wiki.project1999.com/Aura_of_Battle"
           },
           {
               "name": "Circlet of Cerulean Smoke",
               "link": "https://wiki.project1999.com/Circlet_of_Cerulean_Smoke"
           },
           {
               "name": "Circlet of Tallon",
               "link": "https://wiki.project1999.com/Circlet_of_Tallon"
           },
           {
               "name": "Crown of the Kromzek Kings",
               "link": "https://wiki.project1999.com/Crown_of_the_Kromzek_Kings"
           },
           {
               "name": "Truesight",
               "link": "https://wiki.project1999.com/Truesight"
           },
           {
               "name": "Defiance",
               "link": "https://wiki.project1999.com/Defiance"
           },
           {
               "name": "Dire Wolf-Hide Cloak",
               "link": "https://wiki.project1999.com/Dire_Wolf-Hide_Cloak"
           },
           {
               "name": "Dragonhide Belt",
               "link": "https://wiki.project1999.com/Dragonhide_Belt"
           },
           {
               "name": "Drakkel Wolfhide Gloves",
               "link": "https://wiki.project1999.com/Drakkel_Wolfhide_Gloves"
           },
           {
               "name": "Engraved Bone Pauldrons",
               "link": "https://wiki.project1999.com/Engraved_Bone_Pauldrons"
           },
           {
               "name": "Engraved Skull Amulet",
               "link": "https://wiki.project1999.com/Engraved_Skull_Amulet"
           },
           {
               "name": "Flamesong",
               "link": "https://wiki.project1999.com/Flamesong"
           },
           {
               "name": "Effect: Flamesong",
               "link": "https://wiki.project1999.com/Effect:_Flamesong"
           },
           {
               "name": "Flayed Barbarian Hide Mask",
               "link": "https://wiki.project1999.com/Flayed_Barbarian_Hide_Mask"
           },
           {
               "name": "Illusion: Barbarian",
               "link": "https://wiki.project1999.com/Illusion:_Barbarian"
           },
           {
               "name": "Gauntlets of Iron Tactics",
               "link": "https://wiki.project1999.com/Gauntlets_of_Iron_Tactics"
           },
           {
               "name": "Gem of Rage",
               "link": "https://wiki.project1999.com/Gem_of_Rage"
           },
           {
               "name": "Glimmering Mithril Torque",
               "link": "https://wiki.project1999.com/Glimmering_Mithril_Torque"
           },
           {
               "name": "Glowing Black Sword",
               "link": "https://wiki.project1999.com/Glowing_Black_Sword"
           },
           {
               "name": "Neutralize Magic",
               "link": "https://wiki.project1999.com/Neutralize_Magic"
           },
           {
               "name": "Hammer of Battle",
               "link": "https://wiki.project1999.com/Hammer_of_Battle"
           },
           {
               "name": "Helmet of Rallos Zek",
               "link": "https://wiki.project1999.com/Helmet_of_Rallos_Zek"
           },
           {
               "name": "Truesight",
               "link": "https://wiki.project1999.com/Truesight"
           },
           {
               "name": "Iceshaper's Staff",
               "link": "https://wiki.project1999.com/Iceshaper%27s_Staff"
           },
           {
               "name": "Iron Scroll of War",
               "link": "https://wiki.project1999.com/Iron_Scroll_of_War"
           },
           {
               "name": "Supernova",
               "link": "https://wiki.project1999.com/Supernova"
           },
           {
               "name": "Kromrif Battle Totem",
               "link": "https://wiki.project1999.com/Kromrif_Battle_Totem"
           },
           {
               "name": "Lieutenant's Helm",
               "link": "https://wiki.project1999.com/Lieutenant%27s_Helm"
           },
           {
               "name": "Living Thunder Earring",
               "link": "https://wiki.project1999.com/Living_Thunder_Earring"
           },
           {
               "name": "See Invisible",
               "link": "https://wiki.project1999.com/See_Invisible"
           },
           {
               "name": "Mask of Malediction",
               "link": "https://wiki.project1999.com/Mask_of_Malediction"
           },
           {
               "name": "Militia Captain Tunic",
               "link": "https://wiki.project1999.com/Militia_Captain_Tunic"
           },
           {
               "name": "Noble's Walking Staff",
               "link": "https://wiki.project1999.com/Noble%27s_Walking_Staff"
           },
           {
               "name": "Reaver",
               "link": "https://wiki.project1999.com/Reaver"
           },
           {
               "name": "Ring of Destruction",
               "link": "https://wiki.project1999.com/Ring_of_Destruction"
           },
           {
               "name": "Ring of Lightning",
               "link": "https://wiki.project1999.com/Ring_of_Lightning"
           },
           {
               "name": "Rune Etched Icewurm Fang",
               "link": "https://wiki.project1999.com/Rune_Etched_Icewurm_Fang"
           },
           {
               "name": "Spirit Strike",
               "link": "https://wiki.project1999.com/Spirit_Strike"
           },
           {
               "name": "Runed Frost Blade",
               "link": "https://wiki.project1999.com/Runed_Frost_Blade"
           },
           {
               "name": "Scepter of Mastery",
               "link": "https://wiki.project1999.com/Scepter_of_Mastery"
           },
           {
               "name": "Silver Dragon Tattoo",
               "link": "https://wiki.project1999.com/Silver_Dragon_Tattoo"
           },
           {
               "name": "Silvery Belt of Contention",
               "link": "https://wiki.project1999.com/Silvery_Belt_of_Contention"
           },
           {
               "name": "Steel Wristband of Strategy",
               "link": "https://wiki.project1999.com/Steel_Wristband_of_Strategy"
           },
           {
               "name": "Swiftblade of Zek",
               "link": "https://wiki.project1999.com/Swiftblade_of_Zek"
           },
           {
               "name": "The Horn of Hsagra",
               "link": "https://wiki.project1999.com/The_Horn_of_Hsagra"
           },
           {
               "name": "Thunder Runed Great Sword",
               "link": "https://wiki.project1999.com/Thunder_Runed_Great_Sword"
           },
           {
               "name": "Strike of Thunder",
               "link": "https://wiki.project1999.com/Strike_of_Thunder"
           },
           {
               "name": "Vambraces of Avoidance",
               "link": "https://wiki.project1999.com/Vambraces_of_Avoidance"
           },
           {
               "name": "Vehement Sword of Reivaj",
               "link": "https://wiki.project1999.com/Vehement_Sword_of_Reivaj"
           },
           {
               "name": "Rampage",
               "link": "https://wiki.project1999.com/Rampage"
           },
           {
               "name": "Velium Encrusted Gauntlets",
               "link": "https://wiki.project1999.com/Velium_Encrusted_Gauntlets"
           },
           {
               "name": "Velium War Mask",
               "link": "https://wiki.project1999.com/Velium_War_Mask"
           },
           {
               "name": "War Bow of Rallos Zek",
               "link": "https://wiki.project1999.com/War_Bow_of_Rallos_Zek"
           },
           {
               "name": "Torment",
               "link": "https://wiki.project1999.com/Torment"
           },
           {
               "name": "White Dragon Scale Sash",
               "link": "https://wiki.project1999.com/White_Dragon_Scale_Sash"
           },
           {
               "name": "Wrist Guard of Thunder",
               "link": "https://wiki.project1999.com/Wrist_Guard_of_Thunder"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-250",
           " -500 (Eastern Wastes zone line)"
       ],
       "Zone Spawn Timer": "28:00",
       "Related Quests": [
           {
               "name": "Blizzent's Fang Quest",
               "link": "https://wiki.project1999.com/Blizzent%27s_Fang_Quest"
           },
           {
               "name": "Bvellos' Bounty",
               "link": "https://wiki.project1999.com/Bvellos%27_Bounty"
           },
           {
               "name": "Coldain Books of Tactics",
               "link": "https://wiki.project1999.com/Coldain_Books_of_Tactics"
           },
           {
               "name": "Coldain Military Wristguard Quest",
               "link": "https://wiki.project1999.com/Coldain_Military_Wristguard_Quest"
           },
           {
               "name": "Coldain Ring Quests",
               "link": "https://wiki.project1999.com/Coldain_Ring_Quests"
           },
           {
               "name": "Coldain Skulls",
               "link": "https://wiki.project1999.com/Coldain_Skulls"
           },
           {
               "name": "Custom Plate Helms - Kael Drakkel",
               "link": "https://wiki.project1999.com/Custom_Plate_Helms_-_Kael_Drakkel"
           },
           {
               "name": "Dain's Head",
               "link": "https://wiki.project1999.com/Dain%27s_Head"
           },
           {
               "name": "Demise of Blizzent",
               "link": "https://wiki.project1999.com/Demise_of_Blizzent"
           },
           {
               "name": "Dragon Heads",
               "link": "https://wiki.project1999.com/Dragon_Heads"
           },
           {
               "name": "Field Supplies Quest",
               "link": "https://wiki.project1999.com/Field_Supplies_Quest"
           },
           {
               "name": "Gleed's Bow",
               "link": "https://wiki.project1999.com/Gleed%27s_Bow"
           },
           {
               "name": "Living Dragons",
               "link": "https://wiki.project1999.com/Living_Dragons"
           },
           {
               "name": "Mask of War Quest",
               "link": "https://wiki.project1999.com/Mask_of_War_Quest"
           },
           {
               "name": "Mechanical Net Delivery",
               "link": "https://wiki.project1999.com/Mechanical_Net_Delivery"
           },
           {
               "name": "Reinforcements for The Tunarean Regiment",
               "link": "https://wiki.project1999.com/Reinforcements_for_The_Tunarean_Regiment"
           },
           {
               "name": "Sifaye Abominations",
               "link": "https://wiki.project1999.com/Sifaye_Abominations"
           },
           {
               "name": "Slaggak's Bounty",
               "link": "https://wiki.project1999.com/Slaggak%27s_Bounty"
           },
           {
               "name": "Spear Delivery",
               "link": "https://wiki.project1999.com/Spear_Delivery"
           },
           {
               "name": "Strategies of the Ancient Dragons",
               "link": "https://wiki.project1999.com/Strategies_of_the_Ancient_Dragons"
           },
           {
               "name": "Strife to the Coldain",
               "link": "https://wiki.project1999.com/Strife_to_the_Coldain"
           },
           {
               "name": "The Family Chest Straps",
               "link": "https://wiki.project1999.com/The_Family_Chest_Straps"
           },
           {
               "name": "The Supply Run",
               "link": "https://wiki.project1999.com/The_Supply_Run"
           },
           {
               "name": "Tiny Savages",
               "link": "https://wiki.project1999.com/Tiny_Savages"
           },
           {
               "name": "Toolset Delivery",
               "link": "https://wiki.project1999.com/Toolset_Delivery"
           },
           {
               "name": "Vambraces of Avoidance Quest",
               "link": "https://wiki.project1999.com/Vambraces_of_Avoidance_Quest"
           },
           {
               "name": "Velious Class Armor",
               "link": "https://wiki.project1999.com/Velious_Class_Armor"
           },
           {
               "name": "Vkjor's Major Task",
               "link": "https://wiki.project1999.com/Vkjor%27s_Major_Task"
           },
           {
               "name": "Wenglawks The Traitor",
               "link": "https://wiki.project1999.com/Wenglawks_The_Traitor"
           },
           {
               "name": "Yelinak's Head Quest",
               "link": "https://wiki.project1999.com/Yelinak%27s_Head_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Cities",
       "URL Name": "Skyshrine",
       "Friendly Name (If different)": null,
       "Name in /who": "skyshrine",
       "Full URL": "https://wiki.project1999.com/Skyshrine",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Cobalt Scar",
               "link": "https://wiki.project1999.com/Cobalt_Scar"
           },
           {
               "name": "The Wakening Land",
               "link": "https://wiki.project1999.com/The_Wakening_Land"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "35-60",
       "Types of Monsters": [
           "Wurms",
           " Ice Golems",
           " Gargoyles",
           " Phoboplasm Cubes",
           " Wyverns",
           " Drakes"
       ],
       "Notable NPCs": null,
       "Unique Items": [
           {
               "name": "Bracer of Hammerfal",
               "link": "https://wiki.project1999.com/Bracer_of_Hammerfal"
           },
           {
               "name": "Summon Throwing Hammer",
               "link": "https://wiki.project1999.com/Summon_Throwing_Hammer"
           },
           {
               "name": "Brightwood Spear",
               "link": "https://wiki.project1999.com/Brightwood_Spear"
           },
           {
               "name": "Delgin's Sceptre",
               "link": "https://wiki.project1999.com/Delgin%27s_Sceptre"
           },
           {
               "name": "Despair Needle",
               "link": "https://wiki.project1999.com/Despair_Needle"
           },
           {
               "name": "Focused Ethereal Weapons",
               "link": "https://wiki.project1999.com/Focused_Ethereal_Weapons"
           },
           {
               "name": "Clawed Griffin Sword",
               "link": "https://wiki.project1999.com/Clawed_Griffin_Sword"
           },
           {
               "name": "Frost Strike",
               "link": "https://wiki.project1999.com/Frost_Strike"
           },
           {
               "name": "Guardian Armor",
               "link": "https://wiki.project1999.com/Guardian_Armor"
           },
           {
               "name": "Guardian Robe",
               "link": "https://wiki.project1999.com/Guardian_Robe"
           },
           {
               "name": "Guardian Sword",
               "link": "https://wiki.project1999.com/Guardian_Sword"
           },
           {
               "name": "Ring of the Chameleon",
               "link": "https://wiki.project1999.com/Ring_of_the_Chameleon"
           },
           {
               "name": "Saldaren Spear",
               "link": "https://wiki.project1999.com/Saldaren_Spear"
           },
           {
               "name": "Seer Lore Book",
               "link": "https://wiki.project1999.com/Seer_Lore_Book"
           },
           {
               "name": "Sentry Armor",
               "link": "https://wiki.project1999.com/Sentry_Armor"
           },
           {
               "name": "Sentry Maul",
               "link": "https://wiki.project1999.com/Sentry_Maul"
           },
           {
               "name": "Sentry Robe",
               "link": "https://wiki.project1999.com/Sentry_Robe"
           },
           {
               "name": "Titans Fist",
               "link": "https://wiki.project1999.com/Titans_Fist"
           },
           {
               "name": "Tome of Elemental Cognizance",
               "link": "https://wiki.project1999.com/Tome_of_Elemental_Cognizance"
           },
           {
               "name": "Tome of Elemental Contemplation",
               "link": "https://wiki.project1999.com/Tome_of_Elemental_Contemplation"
           },
           {
               "name": "Twisted Oaken Staff",
               "link": "https://wiki.project1999.com/Twisted_Oaken_Staff"
           },
           {
               "name": "Shadow Vortex",
               "link": "https://wiki.project1999.com/Shadow_Vortex"
           },
           {
               "name": "Velium Etched Circlet",
               "link": "https://wiki.project1999.com/Velium_Etched_Circlet"
           },
           {
               "name": "White Lotus Wrist Wraps",
               "link": "https://wiki.project1999.com/White_Lotus_Wrist_Wraps"
           },
           {
               "name": "Pouch of Quellious",
               "link": "https://wiki.project1999.com/Pouch_of_Quellious"
           },
           {
               "name": "Wurm Bone Ring",
               "link": "https://wiki.project1999.com/Wurm_Bone_Ring"
           },
           {
               "name": "Wurm Lord Shawl",
               "link": "https://wiki.project1999.com/Wurm_Lord_Shawl"
           },
           {
               "name": "Wurm Scale Cape",
               "link": "https://wiki.project1999.com/Wurm_Scale_Cape"
           },
           {
               "name": "Wyvern Hide Tunic",
               "link": "https://wiki.project1999.com/Wyvern_Hide_Tunic"
           },
           {
               "name": "Vindication",
               "link": "https://wiki.project1999.com/Vindication"
           },
           {
               "name": "Cancel Magic",
               "link": "https://wiki.project1999.com/Cancel_Magic"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-100",
           " -730 (Near Wakening Lands zone line)"
       ],
       "Zone Spawn Timer": "30:00",
       "Related Quests": [
           {
               "name": "Skyshrine Class Armor Quests",
               "link": "https://wiki.project1999.com/Skyshrine_Armor_Quests"
           },
           {
               "name": "Ancient Dragon Tome",
               "link": "https://wiki.project1999.com/Ancient_Dragon_Tome"
           },
           {
               "name": "Boysenberry Pie",
               "link": "https://wiki.project1999.com/Boysenberry_Pie"
           },
           {
               "name": "Emil's Report",
               "link": "https://wiki.project1999.com/Emil%27s_Report"
           },
           {
               "name": "Friend of the Kin",
               "link": "https://wiki.project1999.com/Friend_of_the_Kin"
           },
           {
               "name": "Helms of Giant Warriors",
               "link": "https://wiki.project1999.com/Helms_of_Giant_Warriors"
           },
           {
               "name": "Hsagra's Wrath Quest",
               "link": "https://wiki.project1999.com/Hsagra%27s_Wrath_Quest"
           },
           {
               "name": "Key to Cobalt Scar",
               "link": "https://wiki.project1999.com/Key_to_Cobalt_Scar"
           },
           {
               "name": "Leuz's Task",
               "link": "https://wiki.project1999.com/Leuz%27s_Task"
           },
           {
               "name": "Ralgyn's Promise",
               "link": "https://wiki.project1999.com/Ralgyn%27s_Promise"
           },
           {
               "name": "Spider Legs Quest",
               "link": "https://wiki.project1999.com/Spider_Legs_Quest"
           },
           {
               "name": "The Spirit of Garzicor",
               "link": "https://wiki.project1999.com/The_Spirit_of_Garzicor"
           },
           {
               "name": "Tormax's Head - Dragons",
               "link": "https://wiki.project1999.com/Tormax%27s_Head_-_Dragons"
           },
           {
               "name": "Velium Retrieval",
               "link": "https://wiki.project1999.com/Velium_Retrieval"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Cities",
       "URL Name": "Thurgadin",
       "Friendly Name (If different)": null,
       "Name in /who": "thurgadina",
       "Full URL": "https://wiki.project1999.com/Thurgadin",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "The Great Divide",
               "link": "https://wiki.project1999.com/The_Great_Divide"
           },
           {
               "name": "Icewell Keep",
               "link": "https://wiki.project1999.com/Icewell_Keep"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": [
           "30-35 (in caves)",
           " 30-45 (dwarves)"
       ],
       "Types of Monsters": [
           "Scuttle Rat",
           " Scuttle Bat",
           " Crystal Spider",
           " Lesser Tar Goo"
       ],
       "Notable NPCs": null,
       "Unique Items": [
           {
               "name": "Braided Beard of the Coldain",
               "link": "https://wiki.project1999.com/Braided_Beard_of_the_Coldain"
           },
           {
               "name": "Berserker Strength",
               "link": "https://wiki.project1999.com/Berserker_Strength"
           },
           {
               "name": "Cloth Coldain Prayer Shawl",
               "link": "https://wiki.project1999.com/Cloth_Coldain_Prayer_Shawl"
           },
           {
               "name": "Grand Master's Headband",
               "link": "https://wiki.project1999.com/Grand_Master%27s_Headband"
           },
           {
               "name": "Velium Round Shield",
               "link": "https://wiki.project1999.com/Velium_Round_Shield"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1222",
           " 0 (Zone line to Great Divide)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Coldain Prayer Shawl Quests",
               "link": "https://wiki.project1999.com/Coldain_Prayer_Shawl_Quests"
           },
           {
               "name": "Crystal Caverns' Ancient Artifacts",
               "link": "https://wiki.project1999.com/Crystal_Caverns%27_Ancient_Artifacts"
           },
           {
               "name": "The Velium Focus",
               "link": "https://wiki.project1999.com/The_Velium_Focus"
           }
       ],
       "Guilds": [
           {
               "name": "Cleric",
               "link": "https://wiki.project1999.com/Cleric"
           },
           {
               "name": "Paladin",
               "link": "https://wiki.project1999.com/Paladin"
           },
           {
               "name": "Rogue",
               "link": "https://wiki.project1999.com/Rogue"
           }
       ],
       "City Races": [],
       "Tradeskill Facilities": [
           {
               "name": "Brew Barrel",
               "link": "https://wiki.project1999.com/Brew_Barrel"
           },
           {
               "name": "Forge",
               "link": "https://wiki.project1999.com/Forge"
           },
           {
               "name": "Kiln",
               "link": "https://wiki.project1999.com/Kiln"
           },
           {
               "name": "Oven",
               "link": "https://wiki.project1999.com/Oven"
           },
           {
               "name": "Pottery Wheel",
               "link": "https://wiki.project1999.com/Pottery_Wheel"
           }
       ],
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Crystal Caverns",
       "Friendly Name (If different)": null,
       "Name in /who": "crystal",
       "Full URL": "https://wiki.project1999.com/Crystal_Caverns",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Eastern Wastes",
           "link": "https://wiki.project1999.com/Eastern_Wastes"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "25-45",
       "Types of Monsters": [
           "Ry'Gorr Miner",
           " Ry'Gorr Oracle",
           " Ry'Gorr Watchman",
           " Stalag Terrors",
           " Drachnid Retainer",
           " Crystal Crawler",
           " Velium Crawler",
           " Geonids"
       ],
       "Notable NPCs": [
           {
               "name": "a crystal lurker",
               "link": "https://wiki.project1999.com/A_crystal_lurker"
           },
           {
               "name": "a crystal spiderling",
               "link": "https://wiki.project1999.com/A_crystal_spiderling"
           },
           {
               "name": "a crystal webmaster",
               "link": "https://wiki.project1999.com/A_crystal_webmaster"
           },
           {
               "name": "Focus Gem",
               "link": "https://wiki.project1999.com/Focus_Gem"
           },
           {
               "name": "Crystal Purifier",
               "link": "https://wiki.project1999.com/Crystal_Purifier"
           },
           {
               "name": "A drachnid retainer",
               "link": "https://wiki.project1999.com/A_drachnid_retainer"
           },
           {
               "name": "Foreman Smason",
               "link": "https://wiki.project1999.com/Foreman_Smason"
           },
           {
               "name": "Foreman Rixact",
               "link": "https://wiki.project1999.com/Foreman_Rixact"
           },
           {
               "name": "A hollow crystal",
               "link": "https://wiki.project1999.com/A_hollow_crystal"
           },
           {
               "name": "A life leech",
               "link": "https://wiki.project1999.com/A_life_leech"
           },
           {
               "name": "a gem collector",
               "link": "https://wiki.project1999.com/A_gem_collector"
           },
           {
               "name": "A Ry`Gorr inspector",
               "link": "https://wiki.project1999.com/A_Ry%60Gorr_inspector"
           },
           {
               "name": "Queen Dracnia",
               "link": "https://wiki.project1999.com/Queen_Dracnia"
           },
           {
               "name": "A Ry`Gorr herbalist",
               "link": "https://wiki.project1999.com/A_Ry%60Gorr_herbalist"
           },
           {
               "name": "A terror carver",
               "link": "https://wiki.project1999.com/A_terror_carver"
           }
       ],
       "Unique Items": [
           {
               "name": "Blackened Crystalline Robe",
               "link": "https://wiki.project1999.com/Blackened_Crystalline_Robe"
           },
           {
               "name": "Bottle of Karsin Acid",
               "link": "https://wiki.project1999.com/Bottle_of_Karsin_Acid"
           },
           {
               "name": "Chipped Velium Amulet",
               "link": "https://wiki.project1999.com/Chipped_Velium_Amulet"
           },
           {
               "name": "Cloak of the Ry`Gorr Oracles",
               "link": "https://wiki.project1999.com/Cloak_of_the_Ry%60Gorr_Oracles"
           },
           {
               "name": "Crystal Covered Shroud",
               "link": "https://wiki.project1999.com/Crystal_Covered_Shroud"
           },
           {
               "name": "Crystal Fiber",
               "link": "https://wiki.project1999.com/Crystal_Fiber"
           },
           {
               "name": "Crystal Grinder",
               "link": "https://wiki.project1999.com/Crystal_Grinder"
           },
           {
               "name": "Crystal Lined Slippers",
               "link": "https://wiki.project1999.com/Crystal_Lined_Slippers"
           },
           {
               "name": "Crystal Webshield",
               "link": "https://wiki.project1999.com/Crystal_Webshield"
           },
           {
               "name": "Crystalline Belt",
               "link": "https://wiki.project1999.com/Crystalline_Belt"
           },
           {
               "name": "Crystalline Robes",
               "link": "https://wiki.project1999.com/Crystalline_Robes"
           },
           {
               "name": "Crystalline Silk Net",
               "link": "https://wiki.project1999.com/Crystalline_Silk_Net"
           },
           {
               "name": "Ensnaring Roots",
               "link": "https://wiki.project1999.com/Ensnaring_Roots"
           },
           {
               "name": "Crystallized Sword",
               "link": "https://wiki.project1999.com/Crystallized_Sword"
           },
           {
               "name": "Crystallized Two Handed Sword",
               "link": "https://wiki.project1999.com/Crystallized_Two_Handed_Sword"
           },
           {
               "name": "Foreman's Skull Cap",
               "link": "https://wiki.project1999.com/Foreman%27s_Skull_Cap"
           },
           {
               "name": "Froststone Stein",
               "link": "https://wiki.project1999.com/Froststone_Stein"
           },
           {
               "name": "Frozen Long Sword",
               "link": "https://wiki.project1999.com/Frozen_Long_Sword"
           },
           {
               "name": "Frozen Two Handed Sword",
               "link": "https://wiki.project1999.com/Frozen_Two_Handed_Sword"
           },
           {
               "name": "Glowing Velium Axe",
               "link": "https://wiki.project1999.com/Glowing_Velium_Axe"
           },
           {
               "name": "Herbalist Pack",
               "link": "https://wiki.project1999.com/Herbalist_Pack"
           },
           {
               "name": "Klezendian Crystal",
               "link": "https://wiki.project1999.com/Klezendian_Crystal"
           },
           {
               "name": "Messenger of the Queen",
               "link": "https://wiki.project1999.com/Messenger_of_the_Queen"
           },
           {
               "name": "Ry`Gorr Mining Pick",
               "link": "https://wiki.project1999.com/Ry%60Gorr_Mining_Pick"
           },
           {
               "name": "Sceptre of the Coldain Ancients",
               "link": "https://wiki.project1999.com/Sceptre_of_the_Coldain_Ancients"
           },
           {
               "name": "Spider Fang Choker",
               "link": "https://wiki.project1999.com/Spider_Fang_Choker"
           },
           {
               "name": "Stalagterror Spine Spear",
               "link": "https://wiki.project1999.com/Stalagterror_Spine_Spear"
           },
           {
               "name": "Disempower",
               "link": "https://wiki.project1999.com/Disempower"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "487",
           " 303 (Eastern Wastes zone line)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": {
           "name": "Crystal Caverns' Ancient Artifacts",
           "link": "https://wiki.project1999.com/Crystal_Caverns%27_Ancient_Artifacts"
       },
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Dragon Necropolis",
       "Friendly Name (If different)": null,
       "Name in /who": "necropolis",
       "Full URL": "https://wiki.project1999.com/Dragon_Necropolis",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Western Wastes",
           "link": "https://wiki.project1999.com/Western_Wastes"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "45-60+",
       "Types of Monsters": [
           "Beetle",
           " Dragon",
           " Dragon Skeleton",
           " Eleemental",
           " Giant Bat",
           " Giant Snake",
           " Giant Spider",
           " Goo",
           " Ratmen"
       ],
       "Notable NPCs": [
           {
               "name": "Zlandicar",
               "link": "https://wiki.project1999.com/Zlandicar"
           },
           {
               "name": "A Paebala Spirit Talker",
               "link": "https://wiki.project1999.com/A_Paebala_Spirit_Talker"
           },
           {
               "name": "Dominator Yisaki",
               "link": "https://wiki.project1999.com/Dominator_Yisaki"
           },
           {
               "name": "Garzicor's Wraith",
               "link": "https://wiki.project1999.com/Garzicor%27s_Wraith"
           },
           {
               "name": "Jaled Dar`s Shade",
               "link": "https://wiki.project1999.com/Jaled_Dar%60s_Shade"
           },
           {
               "name": "Neb",
               "link": "https://wiki.project1999.com/Neb"
           },
           {
               "name": "Queen Raltaas",
               "link": "https://wiki.project1999.com/Queen_Raltaas"
           },
           {
               "name": "Seeker Bulava",
               "link": "https://wiki.project1999.com/Seeker_Bulava"
           },
           {
               "name": "Vaniki",
               "link": "https://wiki.project1999.com/Vaniki"
           },
           {
               "name": "Vilefang",
               "link": "https://wiki.project1999.com/Vilefang"
           },
           {
               "name": "Warmaster Utvara",
               "link": "https://wiki.project1999.com/Warmaster_Utvara"
           }
       ],
       "Unique Items": [
           {
               "name": "Ratmen Velium Weapons",
               "link": "https://wiki.project1999.com/Ratmen_Velium_Weapons"
           },
           {
               "name": "Flayed Paebala Armor Set",
               "link": "https://wiki.project1999.com/Flayed_Paebala_Armor_Set"
           },
           {
               "name": "Aged Velium Claidhmore",
               "link": "https://wiki.project1999.com/Aged_Velium_Claidhmore"
           },
           {
               "name": "Barbed Velium Spear",
               "link": "https://wiki.project1999.com/Barbed_Velium_Spear"
           },
           {
               "name": "Balanced Velium Warsword",
               "link": "https://wiki.project1999.com/Balanced_Velium_Warsword"
           },
           {
               "name": "Bat Fur Belt",
               "link": "https://wiki.project1999.com/Bat_Fur_Belt"
           },
           {
               "name": "Chetari Bonecrafted Shield",
               "link": "https://wiki.project1999.com/Chetari_Bonecrafted_Shield"
           },
           {
               "name": "Carved Dragonbone Spear",
               "link": "https://wiki.project1999.com/Carved_Dragonbone_Spear"
           },
           {
               "name": "Carved Velium Spear",
               "link": "https://wiki.project1999.com/Carved_Velium_Spear"
           },
           {
               "name": "Chelaki Tail",
               "link": "https://wiki.project1999.com/Chelaki_Tail"
           },
           {
               "name": "Strong Disease",
               "link": "https://wiki.project1999.com/Strong_Disease"
           },
           {
               "name": "Chetari Bonecrafted Shield",
               "link": "https://wiki.project1999.com/Chetari_Bonecrafted_Shield"
           },
           {
               "name": "Chetari Wardstaff",
               "link": "https://wiki.project1999.com/Chetari_Wardstaff"
           },
           {
               "name": "Knockback",
               "link": "https://wiki.project1999.com/Knockback"
           },
           {
               "name": "Cowl of Mortality",
               "link": "https://wiki.project1999.com/Cowl_of_Mortality"
           },
           {
               "name": "Cracked Claw of Zlandicar",
               "link": "https://wiki.project1999.com/Cracked_Claw_of_Zlandicar"
           },
           {
               "name": "Incapacitate",
               "link": "https://wiki.project1999.com/Incapacitate"
           },
           {
               "name": "Double Recurved Velium Bow",
               "link": "https://wiki.project1999.com/Double_Recurved_Velium_Bow"
           },
           {
               "name": "Engraved Velium Spear",
               "link": "https://wiki.project1999.com/Engraved_Velium_Spear"
           },
           {
               "name": "Fired Velium Warsword",
               "link": "https://wiki.project1999.com/Fired_Velium_Warsword"
           },
           {
               "name": "Gauntlets of Mortality",
               "link": "https://wiki.project1999.com/Gauntlets_of_Mortality"
           },
           {
               "name": "Hammered Velium Warsword",
               "link": "https://wiki.project1999.com/Hammered_Velium_Warsword"
           },
           {
               "name": "Infestation",
               "link": "https://wiki.project1999.com/Infestation"
           },
           {
               "name": "Poison",
               "link": "https://wiki.project1999.com/Poison"
           },
           {
               "name": "Large Dragonbone Shard",
               "link": "https://wiki.project1999.com/Large_Dragonbone_Shard"
           },
           {
               "name": "Paebala Fetish",
               "link": "https://wiki.project1999.com/Paebala_Fetish"
           },
           {
               "name": "Paebala Warbone",
               "link": "https://wiki.project1999.com/Paebala_Warbone"
           },
           {
               "name": "Bone Melt",
               "link": "https://wiki.project1999.com/Bone_Melt"
           },
           {
               "name": "Phase Spider Blood",
               "link": "https://wiki.project1999.com/Phase_Spider_Blood"
           },
           {
               "name": "Improved Invisibility",
               "link": "https://wiki.project1999.com/Improved_Invisibility"
           },
           {
               "name": "Phase Spider Carapace",
               "link": "https://wiki.project1999.com/Phase_Spider_Carapace"
           },
           {
               "name": "Pliable Goo",
               "link": "https://wiki.project1999.com/Pliable_Goo"
           },
           {
               "name": "Regeneration",
               "link": "https://wiki.project1999.com/Regeneration"
           },
           {
               "name": "Poison Etched Wristband",
               "link": "https://wiki.project1999.com/Poison_Etched_Wristband"
           },
           {
               "name": "Polished Velium Battlehammer",
               "link": "https://wiki.project1999.com/Polished_Velium_Battlehammer"
           },
           {
               "name": "Queen's Carapace",
               "link": "https://wiki.project1999.com/Queen%27s_Carapace"
           },
           {
               "name": "Recurved Velium Bow",
               "link": "https://wiki.project1999.com/Recurved_Velium_Bow"
           },
           {
               "name": "Sharpened Velium Spear",
               "link": "https://wiki.project1999.com/Sharpened_Velium_Spear"
           },
           {
               "name": "Shining Velium Battlehammer",
               "link": "https://wiki.project1999.com/Shining_Velium_Battlehammer"
           },
           {
               "name": "Small Dragonbone Shard",
               "link": "https://wiki.project1999.com/Small_Dragonbone_Shard"
           },
           {
               "name": "Spirit Talker's Headdress",
               "link": "https://wiki.project1999.com/Spirit_Talker%27s_Headdress"
           },
           {
               "name": "Spirit Talker's War Lance",
               "link": "https://wiki.project1999.com/Spirit_Talker%27s_War_Lance"
           },
           {
               "name": "Swarmer Pincers",
               "link": "https://wiki.project1999.com/Swarmer_Pincers"
           },
           {
               "name": "Willsapper",
               "link": "https://wiki.project1999.com/Willsapper"
           },
           {
               "name": "Energy Sap",
               "link": "https://wiki.project1999.com/Energy_Sap"
           },
           {
               "name": "Wrapped Entropy Serpent Spine",
               "link": "https://wiki.project1999.com/Wrapped_Entropy_Serpent_Spine"
           },
           {
               "name": "Blinding Poison III",
               "link": "https://wiki.project1999.com/Blinding_Poison_III"
           },
           {
               "name": "Zlandicar's Heart",
               "link": "https://wiki.project1999.com/Zlandicar%27s_Heart"
           },
           {
               "name": "Regeneration",
               "link": "https://wiki.project1999.com/Regeneration"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-100",
           " 2000 (Zone out to Western Wastes)"
       ],
       "Zone Spawn Timer": "27:00 confirmed for spiders",
       "Related Quests": [
           {
               "name": "Key to Jaled Dar's Lair (Neb)",
               "link": "https://wiki.project1999.com/Key_to_Jaled_Dar%27s_Lair_(Neb)"
           },
           {
               "name": "Key to Jaled Dar's Lair (Zlandicar)",
               "link": "https://wiki.project1999.com/Key_to_Jaled_Dar%27s_Lair_(Zlandicar)"
           },
           {
               "name": "Key to Sleeper's Tomb",
               "link": "https://wiki.project1999.com/Key_to_Sleeper%27s_Tomb"
           },
           {
               "name": "Mask of War Quest",
               "link": "https://wiki.project1999.com/Mask_of_War_Quest"
           },
           {
               "name": "Scrolls of the Ancient Totem",
               "link": "https://wiki.project1999.com/Scrolls_of_the_Ancient_Totem"
           },
           {
               "name": "Strategies of the Ancient Dragons",
               "link": "https://wiki.project1999.com/Strategies_of_the_Ancient_Dragons"
           },
           {
               "name": "The Spirit of Garzicor",
               "link": "https://wiki.project1999.com/The_Spirit_of_Garzicor"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Siren's Grotto",
       "Friendly Name (If different)": null,
       "Name in /who": "sirens",
       "Full URL": "https://wiki.project1999.com/Siren's_Grotto",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Cobalt Scar",
               "link": "https://wiki.project1999.com/Cobalt_Scar"
           },
           {
               "name": "Western Wastes",
               "link": "https://wiki.project1999.com/Western_Wastes"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "50-60+",
       "Types of Monsters": [
           "Bulthar/Molkor/Ulthork",
           " Elementals",
           " Mermaids",
           " Seahorses",
           " Sirens",
           " Swordfish",
           " Walrus"
       ],
       "Notable NPCs": [
           {
               "name": "Elna Kelpweaver",
               "link": "https://wiki.project1999.com/Elna_Kelpweaver"
           },
           {
               "name": "Fellspine",
               "link": "https://wiki.project1999.com/Fellspine"
           },
           {
               "name": "Helsia Mindreaver",
               "link": "https://wiki.project1999.com/Helsia_Mindreaver"
           },
           {
               "name": "Mistress Latazura",
               "link": "https://wiki.project1999.com/Mistress_Latazura"
           },
           {
               "name": "Priestess Sercema",
               "link": "https://wiki.project1999.com/Priestess_Sercema"
           },
           {
               "name": "Shimmering Sea Spirit",
               "link": "https://wiki.project1999.com/Shimmering_Sea_Spirit"
           },
           {
               "name": "Ulth the Enraged",
               "link": "https://wiki.project1999.com/Ulth_the_Enraged"
           }
       ],
       "Unique Items": [
           {
               "name": "Netted Kelp Armor",
               "link": "https://wiki.project1999.com/Netted_Kelp_Armor"
           },
           {
               "name": "Ancient Fishing Pole",
               "link": "https://wiki.project1999.com/Ancient_Fishing_Pole"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Behemoth's Fangs",
               "link": "https://wiki.project1999.com/Behemoth%27s_Fangs"
           },
           {
               "name": "Bowl of Watery Protection",
               "link": "https://wiki.project1999.com/Bowl_of_Watery_Protection"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Cloak of the Seacaller",
               "link": "https://wiki.project1999.com/Cloak_of_the_Seacaller"
           },
           {
               "name": "Drums of the Beast",
               "link": "https://wiki.project1999.com/Drums_of_the_Beast"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Fellspine's Tail",
               "link": "https://wiki.project1999.com/Fellspine%27s_Tail"
           },
           {
               "name": "Fellspine",
               "link": "https://wiki.project1999.com/Fellspine_(spell)"
           },
           {
               "name": "Immaculate Shell Horn",
               "link": "https://wiki.project1999.com/Immaculate_Shell_Horn"
           },
           {
               "name": "Mask of Swirling Water",
               "link": "https://wiki.project1999.com/Mask_of_Swirling_Water"
           },
           {
               "name": "Neriad Shawl",
               "link": "https://wiki.project1999.com/Neriad_Shawl"
           },
           {
               "name": "Illusion: Water Elemental",
               "link": "https://wiki.project1999.com/Illusion:_Water_Elemental"
           },
           {
               "name": "Runed Walrus Hide Cloak",
               "link": "https://wiki.project1999.com/Runed_Walrus_Hide_Cloak"
           },
           {
               "name": "Seahorse Scale Cloak",
               "link": "https://wiki.project1999.com/Seahorse_Scale_Cloak"
           },
           {
               "name": "Seahorse Spine Bracelet",
               "link": "https://wiki.project1999.com/Seahorse_Spine_Bracelet"
           },
           {
               "name": "Siren Hair Earring",
               "link": "https://wiki.project1999.com/Siren_Hair_Earring"
           },
           {
               "name": "Sleeves of the Kelpmaidens",
               "link": "https://wiki.project1999.com/Sleeves_of_the_Kelpmaidens"
           },
           {
               "name": "Enduring Breath",
               "link": "https://wiki.project1999.com/Enduring_Breath"
           },
           {
               "name": "Spiked Seahorse Hide Belt",
               "link": "https://wiki.project1999.com/Spiked_Seahorse_Hide_Belt"
           },
           {
               "name": "Walrus Hide Pauldrons",
               "link": "https://wiki.project1999.com/Walrus_Hide_Pauldrons"
           },
           {
               "name": "Walrus Skin Drum",
               "link": "https://wiki.project1999.com/Walrus_Skin_Drum"
           },
           {
               "name": "Wavecrasher",
               "link": "https://wiki.project1999.com/Wavecrasher"
           },
           {
               "name": "Breath of the Sea",
               "link": "https://wiki.project1999.com/Breath_of_the_Sea"
           },
           {
               "name": "Woven Kelp Sandals",
               "link": "https://wiki.project1999.com/Woven_Kelp_Sandals"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "200",
           " -25 (Zone line to Western Wastes)"
       ],
       "Zone Spawn Timer": "28:00 confirmed for stationary in/out of water",
       "Related Quests": [
           {
               "name": "Coldain Shawl Quests",
               "link": "https://wiki.project1999.com/Coldain_Shawl_Quests"
           },
           {
               "name": "Porlos' Fury Quest",
               "link": "https://wiki.project1999.com/Porlos%27_Fury_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Sleeper's Tomb",
       "Friendly Name (If different)": null,
       "Name in /who": null,
       "Full URL": "https://wiki.project1999.com/Sleeper's_Tomb",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Eastern Wastes",
           "link": "https://wiki.project1999.com/Eastern_Wastes"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "55+",
       "Types of Monsters": [
           "an ancient sentry",
           " an aged caretaker",
           " a tireless servitor"
       ],
       "Notable NPCs": [
           {
               "name": "Kerafyrm",
               "link": "https://wiki.project1999.com/Kerafyrm"
           },
           {
               "name": "The Progenitor",
               "link": "https://wiki.project1999.com/The_Progenitor"
           },
           {
               "name": "The Final Arbiter",
               "link": "https://wiki.project1999.com/The_Final_Arbiter"
           },
           {
               "name": "Master of the Guard",
               "link": "https://wiki.project1999.com/Master_of_the_Guard"
           },
           {
               "name": "Hraashna the Warder",
               "link": "https://wiki.project1999.com/Hraashna_the_Warder"
           },
           {
               "name": "Nanzata the Warder",
               "link": "https://wiki.project1999.com/Nanzata_the_Warder"
           },
           {
               "name": "Tukaarak the Warder",
               "link": "https://wiki.project1999.com/Tukaarak_the_Warder"
           },
           {
               "name": "Ventani the Warder",
               "link": "https://wiki.project1999.com/Ventani_the_Warder"
           }
       ],
       "Unique Items": [
           {
               "name": "Blue Resistance Stone",
               "link": "https://wiki.project1999.com/Blue_Resistance_Stone"
           },
           {
               "name": "Clawed Guardian Bracer",
               "link": "https://wiki.project1999.com/Clawed_Guardian_Bracer"
           },
           {
               "name": "Dainty Gloves",
               "link": "https://wiki.project1999.com/Dainty_Gloves"
           },
           {
               "name": "Dragon Scaled Mask",
               "link": "https://wiki.project1999.com/Dragon_Scaled_Mask"
           },
           {
               "name": "Green Resistance Stone",
               "link": "https://wiki.project1999.com/Green_Resistance_Stone"
           },
           {
               "name": "Mask of Tinkering",
               "link": "https://wiki.project1999.com/Mask_of_Tinkering"
           },
           {
               "name": "Illusion: Gnome",
               "link": "https://wiki.project1999.com/Illusion:_Gnome"
           },
           {
               "name": "Red Resistance Stone",
               "link": "https://wiki.project1999.com/Red_Resistance_Stone"
           },
           {
               "name": "Salindrite Dagger",
               "link": "https://wiki.project1999.com/Salindrite_Dagger"
           },
           {
               "name": "Thunder Strike",
               "link": "https://wiki.project1999.com/Thunder_Strike"
           },
           {
               "name": "Sceptre of Destruction",
               "link": "https://wiki.project1999.com/Sceptre_of_Destruction"
           },
           {
               "name": "Anarchy",
               "link": "https://wiki.project1999.com/Anarchy"
           },
           {
               "name": "Shield of the Clawed Guardian",
               "link": "https://wiki.project1999.com/Shield_of_the_Clawed_Guardian"
           },
           {
               "name": "Shroud of Longevity",
               "link": "https://wiki.project1999.com/Shroud_of_Longevity"
           },
           {
               "name": "Fungal Regrowth",
               "link": "https://wiki.project1999.com/Fungal_Regrowth"
           },
           {
               "name": "Smolder",
               "link": "https://wiki.project1999.com/Smolder"
           },
           {
               "name": "Inferno Shock",
               "link": "https://wiki.project1999.com/Inferno_Shock"
           },
           {
               "name": "Staff of the Elder Claws",
               "link": "https://wiki.project1999.com/Staff_of_the_Elder_Claws"
           },
           {
               "name": "Staff of the Morning Dew",
               "link": "https://wiki.project1999.com/Staff_of_the_Morning_Dew"
           },
           {
               "name": "White Resistance Stone",
               "link": "https://wiki.project1999.com/White_Resistance_Stone"
           },
           {
               "name": "Writ of Dragonkind",
               "link": "https://wiki.project1999.com/Writ_of_Dragonkind"
           },
           {
               "name": "Primal Velium Weapons",
               "link": "https://wiki.project1999.com/Primal_Velium_Weapons"
           },
           {
               "name": "Priceless Velium Weapons",
               "link": "https://wiki.project1999.com/Priceless_Velium_Weapons"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": "?",
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Key to Sleeper's Tomb",
               "link": "https://wiki.project1999.com/Key_to_Sleeper%27s_Tomb"
           },
           {
               "name": "Essence Lens Quest",
               "link": "https://wiki.project1999.com/Essence_Lens_Quest"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Temple of Veeshan",
       "Friendly Name (If different)": null,
       "Name in /who": "templeveeshan",
       "Full URL": "https://wiki.project1999.com/Temple_of_Veeshan",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Plane of Mischief",
               "link": "https://wiki.project1999.com/Plane_of_Mischief"
           },
           {
               "name": "Western Wastes",
               "link": "https://wiki.project1999.com/Western_Wastes"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "60+",
       "Types of Monsters": [
           "Dragon",
           " Drake",
           " Raptor",
           " Wurm",
           " Wyvern"
       ],
       "Notable NPCs": [
           {
               "name": "Casalen",
               "link": "https://wiki.project1999.com/Casalen"
           },
           {
               "name": "Dozekar the Cursed",
               "link": "https://wiki.project1999.com/Dozekar_the_Cursed"
           },
           {
               "name": "Essedera",
               "link": "https://wiki.project1999.com/Essedera"
           },
           {
               "name": "Grozzmel",
               "link": "https://wiki.project1999.com/Grozzmel"
           },
           {
               "name": "Krigara",
               "link": "https://wiki.project1999.com/Krigara"
           },
           {
               "name": "Lepethida",
               "link": "https://wiki.project1999.com/Lepethida"
           },
           {
               "name": "Midayor",
               "link": "https://wiki.project1999.com/Midayor"
           },
           {
               "name": "Tavekalem",
               "link": "https://wiki.project1999.com/Tavekalem"
           },
           {
               "name": "Ymmeln",
               "link": "https://wiki.project1999.com/Ymmeln"
           },
           {
               "name": "Arreken Skyward",
               "link": "https://wiki.project1999.com/Arreken_Skyward"
           },
           {
               "name": "Gozzrem",
               "link": "https://wiki.project1999.com/Gozzrem"
           },
           {
               "name": "Lendiniara the Keeper",
               "link": "https://wiki.project1999.com/Lendiniara_the_Keeper"
           },
           {
               "name": "Telkorenar",
               "link": "https://wiki.project1999.com/Telkorenar"
           },
           {
               "name": "Aaryonar",
               "link": "https://wiki.project1999.com/Aaryonar"
           },
           {
               "name": "Cekenar",
               "link": "https://wiki.project1999.com/Cekenar"
           },
           {
               "name": "Dagarn the Destroyer",
               "link": "https://wiki.project1999.com/Dagarn_the_Destroyer"
           },
           {
               "name": "Eashen of the Sky",
               "link": "https://wiki.project1999.com/Eashen_of_the_Sky"
           },
           {
               "name": "Ikatiar the Venom",
               "link": "https://wiki.project1999.com/Ikatiar_the_Venom"
           },
           {
               "name": "Jorlleag",
               "link": "https://wiki.project1999.com/Jorlleag"
           },
           {
               "name": "Lady Mirenilla",
               "link": "https://wiki.project1999.com/Lady_Mirenilla"
           },
           {
               "name": "Lady Nevederia",
               "link": "https://wiki.project1999.com/Lady_Nevederia"
           },
           {
               "name": "Lord Feshlak",
               "link": "https://wiki.project1999.com/Lord_Feshlak"
           },
           {
               "name": "Lord Koi'Doken",
               "link": "https://wiki.project1999.com/Lord_Koi%27Doken"
           },
           {
               "name": "Lord Kreizenn",
               "link": "https://wiki.project1999.com/Lord_Kreizenn"
           },
           {
               "name": "Lord Vyemm",
               "link": "https://wiki.project1999.com/Lord_Vyemm"
           },
           {
               "name": "Sevalak",
               "link": "https://wiki.project1999.com/Sevalak"
           },
           {
               "name": "Vulak`Aerr",
               "link": "https://wiki.project1999.com/Vulak%60Aerr"
           },
           {
               "name": "Zlexak",
               "link": "https://wiki.project1999.com/Zlexak"
           }
       ],
       "Unique Items": [
           {
               "name": "Abashi`s Rod of Disempowerment",
               "link": "https://wiki.project1999.com/Abashi%60s_Rod_of_Disempowerment"
           },
           {
               "name": "Bow of the Destroyer",
               "link": "https://wiki.project1999.com/Bow_of_the_Destroyer"
           },
           {
               "name": "Claw of Lightning",
               "link": "https://wiki.project1999.com/Claw_of_Lightning"
           },
           {
               "name": "Fist of Lightning",
               "link": "https://wiki.project1999.com/Fist_of_Lightning"
           },
           {
               "name": "Gharn's Rock of Smashing",
               "link": "https://wiki.project1999.com/Gharn%27s_Rock_of_Smashing"
           },
           {
               "name": "Jaelen's Katana",
               "link": "https://wiki.project1999.com/Jaelen%27s_Katana"
           },
           {
               "name": "Kreizenn's Flame",
               "link": "https://wiki.project1999.com/Kreizenn%27s_Flame"
           },
           {
               "name": "Mrylokar`s Dagger of Vengeance",
               "link": "https://wiki.project1999.com/Mrylokar%60s_Dagger_of_Vengeance"
           },
           {
               "name": "Orb of the Crimson Bull",
               "link": "https://wiki.project1999.com/Orb_of_the_Crimson_Bull"
           },
           {
               "name": "Palladius' Axe of Slaughter",
               "link": "https://wiki.project1999.com/Palladius%27_Axe_of_Slaughter"
           },
           {
               "name": "Staff of the Silent Star",
               "link": "https://wiki.project1999.com/Staff_of_the_Silent_Star"
           },
           {
               "name": "Ancient Wurm Hide Greaves",
               "link": "https://wiki.project1999.com/Ancient_Wurm_Hide_Greaves"
           },
           {
               "name": "Beldron's Vambraces of Impiety",
               "link": "https://wiki.project1999.com/Beldron%27s_Vambraces_of_Impiety"
           },
           {
               "name": "Cloak of Thorns",
               "link": "https://wiki.project1999.com/Cloak_of_Thorns"
           },
           {
               "name": "Do`Vassir`s Gauntlets of Might",
               "link": "https://wiki.project1999.com/Do%60Vassir%60s_Gauntlets_of_Might"
           },
           {
               "name": "Feeliux`s Cord of Velocity",
               "link": "https://wiki.project1999.com/Feeliux%60s_Cord_of_Velocity"
           },
           {
               "name": "Shawl of Perception",
               "link": "https://wiki.project1999.com/Shawl_of_Perception"
           },
           {
               "name": "Sirran`s Boots of Insanity",
               "link": "https://wiki.project1999.com/Sirran%60s_Boots_of_Insanity"
           },
           {
               "name": "Verlekarnorm's Horn of Disaster",
               "link": "https://wiki.project1999.com/Verlekarnorm%27s_Horn_of_Disaster"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-2086",
           " -499 (Zone-in)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Dozekar Tear Quests",
               "link": "https://wiki.project1999.com/Dozekar_Tear_Quests"
           },
           {
               "name": "Velious Class Armor",
               "link": "https://wiki.project1999.com/Velious_Class_Armor"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Tower of Frozen Shadow",
       "Friendly Name (If different)": null,
       "Name in /who": "frozenshadow",
       "Full URL": "https://wiki.project1999.com/Tower_of_Frozen_Shadow",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Iceclad Ocean",
           "link": "https://wiki.project1999.com/Iceclad_Ocean"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "26-51",
       "Types of Monsters": [
           "1st (26-35): a shadow beast",
           " a Lesser Ice Shade",
           " A shadowbone\n 2nd (29-38): a ghostly student",
           " a ghostly scholar",
           " a ghostly teacher",
           " Librarian",
           " Librarian assistant\n 3rd (35-40): An Armored Shadow",
           " a zombie butler",
           " A zombie maid",
           " Shadow Beast Servant",
           " A shadow beast cook",
           " A skeleton sleeper\n 4th (35-42): An Ancient Mummy",
           " Oozing flesh",
           " A shadow (TOFS)",
           " An Armored Shadow\n 5th (28-45): a Golem Usher",
           " An Undead Bridesmaid",
           " An Undead Priest",
           " An Undead Dancer",
           " An Undead Musician \n 6th (33-45): A shadow beast guard",
           " Ice Shade",
           " Icy Shade",
           " Incoherent Spirit",
           " 6b(Taking 1 way Mirror on 6a): Shrouded Bat",
           " an enraged vampire",
           " a Shadow Beast Necromancer",
           " VhalSera (Triggered spawn)\n 7th (38-51): a shaded torch",
           " a crystallized shadow guard",
           " a fading shadow guard",
           " a frost familiar",
           " a shadow familiar",
           " a blood familiar",
           " an emerald familiar"
       ],
       "Notable NPCs": [
           {
               "name": "Large Undead Gnoll",
               "link": "https://wiki.project1999.com/Large_Undead_Gnoll"
           },
           {
               "name": "Crystal Key",
               "link": "https://wiki.project1999.com/Crystal_Key"
           },
           {
               "name": "Xalgoti",
               "link": "https://wiki.project1999.com/Xalgoti"
           },
           {
               "name": "Angry Librarian",
               "link": "https://wiki.project1999.com/Angry_Librarian"
           },
           {
               "name": "Three Toothed Key",
               "link": "https://wiki.project1999.com/Three_Toothed_Key"
           },
           {
               "name": "Zorglim the Dead",
               "link": "https://wiki.project1999.com/Zorglim_the_Dead"
           },
           {
               "name": "an angry chef",
               "link": "https://wiki.project1999.com/An_angry_chef"
           },
           {
               "name": "Enraged Shadowbeast",
               "link": "https://wiki.project1999.com/Enraged_Shadowbeast"
           },
           {
               "name": "Frosty key",
               "link": "https://wiki.project1999.com/Frosty_key"
           },
           {
               "name": "Cara Omica",
               "link": "https://wiki.project1999.com/Cara_Omica"
           },
           {
               "name": "Small rusty key",
               "link": "https://wiki.project1999.com/Small_rusty_key"
           },
           {
               "name": "Amontehepna",
               "link": "https://wiki.project1999.com/Amontehepna"
           },
           {
               "name": "Narmak Berreka",
               "link": "https://wiki.project1999.com/Narmak_Berreka"
           },
           {
               "name": "maggot infested flesh",
               "link": "https://wiki.project1999.com/Maggot_infested_flesh"
           },
           {
               "name": "Daman",
               "link": "https://wiki.project1999.com/Daman"
           },
           {
               "name": "Eugie",
               "link": "https://wiki.project1999.com/Eugie"
           },
           {
               "name": "Isopca",
               "link": "https://wiki.project1999.com/Isopca"
           },
           {
               "name": "Lerty",
               "link": "https://wiki.project1999.com/Lerty"
           },
           {
               "name": "Nosja",
               "link": "https://wiki.project1999.com/Nosja"
           },
           {
               "name": "Otdd",
               "link": "https://wiki.project1999.com/Otdd"
           },
           {
               "name": "Pelpa",
               "link": "https://wiki.project1999.com/Pelpa"
           },
           {
               "name": "Priest Majes Medory",
               "link": "https://wiki.project1999.com/Priest_Majes_Medory"
           },
           {
               "name": "Tihgren",
               "link": "https://wiki.project1999.com/Tihgren"
           },
           {
               "name": "Varjie",
               "link": "https://wiki.project1999.com/Varjie"
           },
           {
               "name": "Vyakna",
               "link": "https://wiki.project1999.com/Vyakna"
           },
           {
               "name": "enraged relative",
               "link": "https://wiki.project1999.com/Enraged_relative"
           },
           {
               "name": "Bone finger key",
               "link": "https://wiki.project1999.com/Bone_finger_key"
           },
           {
               "name": "Incoherent Spirit",
               "link": "https://wiki.project1999.com/Incoherent_Spirit"
           },
           {
               "name": "lucid spirit of Abrams",
               "link": "https://wiki.project1999.com/Lucid_spirit_of_Abrams"
           },
           {
               "name": "Vhal'Sera",
               "link": "https://wiki.project1999.com/Vhal%27Sera"
           },
           {
               "name": "Large metal key",
               "link": "https://wiki.project1999.com/Large_metal_key"
           },
           {
               "name": "Tserrina Syl'Tor (NPC)",
               "link": "https://wiki.project1999.com/Tserrina_Syl%27Tor_(NPC)"
           }
       ],
       "Unique Items": [
           {
               "name": "Abram's Axe of the Stoic",
               "link": "https://wiki.project1999.com/Abram%27s_Axe_of_the_Stoic"
           },
           {
               "name": "Invigor",
               "link": "https://wiki.project1999.com/Invigor"
           },
           {
               "name": "Beer Stained Coldain Tunic",
               "link": "https://wiki.project1999.com/Beer_Stained_Coldain_Tunic"
           },
           {
               "name": "Ceremonial Wedding Sword",
               "link": "https://wiki.project1999.com/Ceremonial_Wedding_Sword"
           },
           {
               "name": "Chilled Scythe",
               "link": "https://wiki.project1999.com/Chilled_Scythe"
           },
           {
               "name": "Blast of Cold",
               "link": "https://wiki.project1999.com/Blast_of_Cold"
           },
           {
               "name": "Crystallized Shadow Armor",
               "link": "https://wiki.project1999.com/Crystallized_Shadow_Armor"
           },
           {
               "name": "Crystallized Shadow Weapons",
               "link": "https://wiki.project1999.com/Crystallized_Shadow_Weapons"
           },
           {
               "name": "Diamond Wedding Band",
               "link": "https://wiki.project1999.com/Diamond_Wedding_Band"
           },
           {
               "name": "Embalmers Skinning Knife",
               "link": "https://wiki.project1999.com/Embalmers_Skinning_Knife"
           },
           {
               "name": "Summon Bandages",
               "link": "https://wiki.project1999.com/Summon_Bandages"
           },
           {
               "name": "Fading Shadow Weapons",
               "link": "https://wiki.project1999.com/Fading_Shadow_Weapons"
           },
           {
               "name": "Gnome Skin Armor",
               "link": "https://wiki.project1999.com/Gnome_Skin_Armor"
           },
           {
               "name": "Harnessed soul gem",
               "link": "https://wiki.project1999.com/Harnessed_soul_gem"
           },
           {
               "name": "Reclaim Energy",
               "link": "https://wiki.project1999.com/Reclaim_Energy"
           },
           {
               "name": "Laced Veil",
               "link": "https://wiki.project1999.com/Laced_Veil"
           },
           {
               "name": "Maggot Ridden Flesh",
               "link": "https://wiki.project1999.com/Maggot_Ridden_Flesh"
           },
           {
               "name": "Magnetic Dirk of Distraction",
               "link": "https://wiki.project1999.com/Magnetic_Dirk_of_Distraction"
           },
           {
               "name": "Distraction",
               "link": "https://wiki.project1999.com/Distraction"
           },
           {
               "name": "Prophecy Scroll",
               "link": "https://wiki.project1999.com/Prophecy_Scroll"
           },
           {
               "name": "Rune Etched Wedding Band",
               "link": "https://wiki.project1999.com/Rune_Etched_Wedding_Band"
           },
           {
               "name": "Shaded Torch",
               "link": "https://wiki.project1999.com/Shaded_Torch"
           },
           {
               "name": "Steal Strength",
               "link": "https://wiki.project1999.com/Steal_Strength"
           },
           {
               "name": "Shadowbone Staff",
               "link": "https://wiki.project1999.com/Shadowbone_Staff"
           },
           {
               "name": "Shadowbone Bracers",
               "link": "https://wiki.project1999.com/Shadowbone_Bracers"
           },
           {
               "name": "Shadowbone Earring",
               "link": "https://wiki.project1999.com/Shadowbone_Earring"
           },
           {
               "name": "Shield of Shadows",
               "link": "https://wiki.project1999.com/Shield_of_Shadows"
           },
           {
               "name": "Signet Ring",
               "link": "https://wiki.project1999.com/Signet_Ring"
           },
           {
               "name": "Sorcerous Bowl",
               "link": "https://wiki.project1999.com/Sorcerous_Bowl"
           },
           {
               "name": "Sparkling Soul Necklace",
               "link": "https://wiki.project1999.com/Sparkling_Soul_Necklace"
           },
           {
               "name": "Splinter of Frozen Shadow",
               "link": "https://wiki.project1999.com/Splinter_of_Frozen_Shadow"
           },
           {
               "name": "Student's Homework",
               "link": "https://wiki.project1999.com/Student%27s_Homework"
           },
           {
               "name": "Teacher's Syllabus",
               "link": "https://wiki.project1999.com/Teacher%27s_Syllabus"
           },
           {
               "name": "Tserrina`s Robe",
               "link": "https://wiki.project1999.com/Tserrina%60s_Robe"
           },
           {
               "name": "Velium Spiked Skull Helm",
               "link": "https://wiki.project1999.com/Velium_Spiked_Skull_Helm"
           },
           {
               "name": "Vhal`Sera Skull Earring",
               "link": "https://wiki.project1999.com/Vhal%60Sera_Skull_Earring"
           },
           {
               "name": "Frost Covered Tome (Alt)",
               "link": "https://wiki.project1999.com/Frost_Covered_Tome_(Alt)"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "120",
           " 200 (Zone-in)"
       ],
       "Zone Spawn Timer": "Floor 1-6a (20:00) Floor 6b-7 (1:00:00)",
       "Related Quests": [],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Velious",
       "Type": "Dungeons",
       "URL Name": "Velketor's Labyrinth",
       "Friendly Name (If different)": null,
       "Name in /who": "velketor",
       "Full URL": "https://wiki.project1999.com/Velketor's_Labyrinth",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Great Divide",
           "link": "https://wiki.project1999.com/Great_Divide"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "45-60+",
       "Types of Monsters": [
           "Dwarfs",
           " Efreeti",
           " Gargoyles",
           " Giant",
           " Golems",
           " Kobolds",
           " Specters",
           " Spiders",
           " Tentacles"
       ],
       "Notable NPCs": [
           {
               "name": "Lord Doljonijiarnimorinar",
               "link": "https://wiki.project1999.com/Lord_Doljonijiarnimorinar"
           },
           {
               "name": "Velketor the Sorcerer",
               "link": "https://wiki.project1999.com/Velketor_the_Sorcerer"
           },
           {
               "name": "A Frenzied Velium Broodling",
               "link": "https://wiki.project1999.com/A_Frenzied_Velium_Broodling"
           },
           {
               "name": "A Frenzied Velium Stalker",
               "link": "https://wiki.project1999.com/A_Frenzied_Velium_Stalker"
           },
           {
               "name": "Bled",
               "link": "https://wiki.project1999.com/Bled"
           },
           {
               "name": "Bledrek",
               "link": "https://wiki.project1999.com/Bledrek"
           },
           {
               "name": "Crystal Eyes",
               "link": "https://wiki.project1999.com/Crystal_Eyes"
           },
           {
               "name": "Crystal Fang",
               "link": "https://wiki.project1999.com/Crystal_Fang"
           },
           {
               "name": "Errkak Icepaw",
               "link": "https://wiki.project1999.com/Errkak_Icepaw"
           },
           {
               "name": "Failed Experiment",
               "link": "https://wiki.project1999.com/Failed_Experiment"
           },
           {
               "name": "Gregendek Icepaw",
               "link": "https://wiki.project1999.com/Gregendek_Icepaw"
           },
           {
               "name": "Jelek Icepaw",
               "link": "https://wiki.project1999.com/Jelek_Icepaw"
           },
           {
               "name": "Kalik Icepaw",
               "link": "https://wiki.project1999.com/Kalik_Icepaw"
           },
           {
               "name": "Kerd",
               "link": "https://wiki.project1999.com/Kerd"
           },
           {
               "name": "Kerdelb",
               "link": "https://wiki.project1999.com/Kerdelb"
           },
           {
               "name": "Khelkar Icepaw",
               "link": "https://wiki.project1999.com/Khelkar_Icepaw"
           },
           {
               "name": "Laryk Icepaw",
               "link": "https://wiki.project1999.com/Laryk_Icepaw"
           },
           {
               "name": "Leljemor",
               "link": "https://wiki.project1999.com/Leljemor"
           },
           {
               "name": "Marlek Icepaw",
               "link": "https://wiki.project1999.com/Marlek_Icepaw"
           },
           {
               "name": "Meljemor",
               "link": "https://wiki.project1999.com/Meljemor"
           },
           {
               "name": "Rijoely",
               "link": "https://wiki.project1999.com/Rijoely"
           },
           {
               "name": "Rowwek Icepaw",
               "link": "https://wiki.project1999.com/Rowwek_Icepaw"
           },
           {
               "name": "The Brood Master",
               "link": "https://wiki.project1999.com/The_Brood_Master"
           },
           {
               "name": "The Brood Mother",
               "link": "https://wiki.project1999.com/The_Brood_Mother"
           },
           {
               "name": "Tijoely",
               "link": "https://wiki.project1999.com/Tijoely"
           },
           {
               "name": "Tpos Icepaw",
               "link": "https://wiki.project1999.com/Tpos_Icepaw"
           },
           {
               "name": "Ular Icepaw",
               "link": "https://wiki.project1999.com/Ular_Icepaw"
           },
           {
               "name": "Velketor's Experiment",
               "link": "https://wiki.project1999.com/Velketor%27s_Experiment"
           },
           {
               "name": "Venar Icepaw",
               "link": "https://wiki.project1999.com/Venar_Icepaw"
           }
       ],
       "Unique Items": [
           {
               "name": "Barbed Ringmail Armor",
               "link": "https://wiki.project1999.com/Barbed_Ringmail_Armor"
           },
           {
               "name": "Black Ice Armor",
               "link": "https://wiki.project1999.com/Black_Ice_Armor"
           },
           {
               "name": "Blood Runed Armor",
               "link": "https://wiki.project1999.com/Blood_Runed_Armor"
           },
           {
               "name": "Cold Steel Amor",
               "link": "https://wiki.project1999.com/Cold_Steel_Amor"
           },
           {
               "name": "Crystal Chitin Armor",
               "link": "https://wiki.project1999.com/Crystal_Chitin_Armor"
           },
           {
               "name": "Spider Fur Armor",
               "link": "https://wiki.project1999.com/Spider_Fur_Armor"
           },
           {
               "name": "Ball of Velium",
               "link": "https://wiki.project1999.com/Ball_of_Velium"
           },
           {
               "name": "Velium Shards",
               "link": "https://wiki.project1999.com/Velium_Shards"
           },
           {
               "name": "Bone Bracelet of Condemnation",
               "link": "https://wiki.project1999.com/Bone_Bracelet_of_Condemnation"
           },
           {
               "name": "Ignite Bones",
               "link": "https://wiki.project1999.com/Ignite_Bones"
           },
           {
               "name": "Bone Ring of Condemnation",
               "link": "https://wiki.project1999.com/Bone_Ring_of_Condemnation"
           },
           {
               "name": "Siphon Life",
               "link": "https://wiki.project1999.com/Siphon_Life"
           },
           {
               "name": "Book of Dawn",
               "link": "https://wiki.project1999.com/Book_of_Dawn"
           },
           {
               "name": "Book of Twilight",
               "link": "https://wiki.project1999.com/Book_of_Twilight"
           },
           {
               "name": "Boots of Bladecalling",
               "link": "https://wiki.project1999.com/Boots_of_Bladecalling"
           },
           {
               "name": "Shock of Swords",
               "link": "https://wiki.project1999.com/Shock_of_Swords"
           },
           {
               "name": "Bow of the Icepaw",
               "link": "https://wiki.project1999.com/Bow_of_the_Icepaw"
           },
           {
               "name": "Bracelet of Frostbite",
               "link": "https://wiki.project1999.com/Bracelet_of_Frostbite"
           },
           {
               "name": "Crystal Crown of Confusion",
               "link": "https://wiki.project1999.com/Crystal_Crown_of_Confusion"
           },
           {
               "name": "Color Skew",
               "link": "https://wiki.project1999.com/Color_Skew"
           },
           {
               "name": "Crystal Rod of Confusion",
               "link": "https://wiki.project1999.com/Crystal_Rod_of_Confusion"
           },
           {
               "name": "Color Shift",
               "link": "https://wiki.project1999.com/Color_Shift"
           },
           {
               "name": "Crystal Spider Eyes",
               "link": "https://wiki.project1999.com/Crystal_Spider_Eyes"
           },
           {
               "name": "Crystalline Silk Belt",
               "link": "https://wiki.project1999.com/Crystalline_Silk_Belt"
           },
           {
               "name": "Crystalline Spider Fang",
               "link": "https://wiki.project1999.com/Crystalline_Spider_Fang"
           },
           {
               "name": "Velium Shards",
               "link": "https://wiki.project1999.com/Velium_Shards"
           },
           {
               "name": "Doljonijiarnimorinar",
               "link": "https://wiki.project1999.com/Doljonijiarnimorinar"
           },
           {
               "name": "Doljon's Rage",
               "link": "https://wiki.project1999.com/Doljon%27s_Rage"
           },
           {
               "name": "Efreeti Ice Staff",
               "link": "https://wiki.project1999.com/Efreeti_Ice_Staff"
           },
           {
               "name": "Frostbite",
               "link": "https://wiki.project1999.com/Frostbite_(Spell)"
           },
           {
               "name": "Fatecaller",
               "link": "https://wiki.project1999.com/Fatecaller"
           },
           {
               "name": "Frost Covered Tome",
               "link": "https://wiki.project1999.com/Frost_Covered_Tome"
           },
           {
               "name": "Frozen Efreeti Boots",
               "link": "https://wiki.project1999.com/Frozen_Efreeti_Boots"
           },
           {
               "name": "Invigor",
               "link": "https://wiki.project1999.com/Invigor"
           },
           {
               "name": "Frozen Turban",
               "link": "https://wiki.project1999.com/Frozen_Turban"
           },
           {
               "name": "Resist Cold",
               "link": "https://wiki.project1999.com/Resist_Cold"
           },
           {
               "name": "Girdle of Wurmslaying",
               "link": "https://wiki.project1999.com/Girdle_of_Wurmslaying"
           },
           {
               "name": "Gloves of Bladecalling",
               "link": "https://wiki.project1999.com/Gloves_of_Bladecalling"
           },
           {
               "name": "Sword of Runes",
               "link": "https://wiki.project1999.com/Sword_of_Runes"
           },
           {
               "name": "Glowing Red Stone",
               "link": "https://wiki.project1999.com/Glowing_Red_Stone"
           },
           {
               "name": "Iceflame",
               "link": "https://wiki.project1999.com/Iceflame"
           },
           {
               "name": "Smolder",
               "link": "https://wiki.project1999.com/Smolder_(spell)"
           },
           {
               "name": "Icepaw Skull Helm",
               "link": "https://wiki.project1999.com/Icepaw_Skull_Helm"
           },
           {
               "name": "Icepaw War Claw",
               "link": "https://wiki.project1999.com/Icepaw_War_Claw"
           },
           {
               "name": "Icicle Tunic",
               "link": "https://wiki.project1999.com/Icicle_Tunic"
           },
           {
               "name": "Deadeye",
               "link": "https://wiki.project1999.com/Deadeye"
           },
           {
               "name": "Icicle Wristband",
               "link": "https://wiki.project1999.com/Icicle_Wristband"
           },
           {
               "name": "Kobold Bone Gauntlets",
               "link": "https://wiki.project1999.com/Kobold_Bone_Gauntlets"
           },
           {
               "name": "Kobold Jester's Crown",
               "link": "https://wiki.project1999.com/Kobold_Jester%27s_Crown"
           },
           {
               "name": "Lute of the Howler",
               "link": "https://wiki.project1999.com/Lute_of_the_Howler"
           },
           {
               "name": "Illusion: Werewolf",
               "link": "https://wiki.project1999.com/Illusion:_Werewolf"
           },
           {
               "name": "Poisoned Whip",
               "link": "https://wiki.project1999.com/Poisoned_Whip"
           },
           {
               "name": "Tainted Breath",
               "link": "https://wiki.project1999.com/Tainted_Breath"
           },
           {
               "name": "Rijoely's Bracelet",
               "link": "https://wiki.project1999.com/Rijoely%27s_Bracelet"
           },
           {
               "name": "Rijoely's Dancing Rapier",
               "link": "https://wiki.project1999.com/Rijoely%27s_Dancing_Rapier"
           },
           {
               "name": "Rijoely's Earring",
               "link": "https://wiki.project1999.com/Rijoely%27s_Earring"
           },
           {
               "name": "Ring of the Frost Spiders",
               "link": "https://wiki.project1999.com/Ring_of_the_Frost_Spiders"
           },
           {
               "name": "Ring of the Frozen Flame",
               "link": "https://wiki.project1999.com/Ring_of_the_Frozen_Flame"
           },
           {
               "name": "Serpent Sight",
               "link": "https://wiki.project1999.com/Serpent_Sight"
           },
           {
               "name": "Robe of Melding Auras",
               "link": "https://wiki.project1999.com/Robe_of_Melding_Auras"
           },
           {
               "name": "Shadow Rager",
               "link": "https://wiki.project1999.com/Shadow_Rager"
           },
           {
               "name": "Berserker Strength",
               "link": "https://wiki.project1999.com/Berserker_Strength"
           },
           {
               "name": "Shield of the Freezing Winds",
               "link": "https://wiki.project1999.com/Shield_of_the_Freezing_Winds"
           },
           {
               "name": "Shimmering Terror Hide Boots",
               "link": "https://wiki.project1999.com/Shimmering_Terror_Hide_Boots"
           },
           {
               "name": "Shimmering Terror Hide Cloak",
               "link": "https://wiki.project1999.com/Shimmering_Terror_Hide_Cloak"
           },
           {
               "name": "Silver Chitin Hand Wraps",
               "link": "https://wiki.project1999.com/Silver_Chitin_Hand_Wraps"
           },
           {
               "name": "Silver Chitin Wristband",
               "link": "https://wiki.project1999.com/Silver_Chitin_Wristband"
           },
           {
               "name": "Silver Sword of Yalrek",
               "link": "https://wiki.project1999.com/Silver_Sword_of_Yalrek"
           },
           {
               "name": "Snow Storm Mask",
               "link": "https://wiki.project1999.com/Snow_Storm_Mask"
           },
           {
               "name": "Heat Sight",
               "link": "https://wiki.project1999.com/Heat_Sight"
           },
           {
               "name": "Spider Fang Choker",
               "link": "https://wiki.project1999.com/Spider_Fang_Choker"
           },
           {
               "name": "Stein of Bitter Cold",
               "link": "https://wiki.project1999.com/Stein_of_Bitter_Cold"
           },
           {
               "name": "Sword of Blessings",
               "link": "https://wiki.project1999.com/Sword_of_Blessings"
           },
           {
               "name": "Purge",
               "link": "https://wiki.project1999.com/Purge"
           },
           {
               "name": "Sword of Pain",
               "link": "https://wiki.project1999.com/Sword_of_Pain"
           },
           {
               "name": "Grim Aura",
               "link": "https://wiki.project1999.com/Grim_Aura"
           },
           {
               "name": "Tijoely's Bracelet",
               "link": "https://wiki.project1999.com/Tijoely%27s_Bracelet"
           },
           {
               "name": "Tijoely's Dancing Rapier",
               "link": "https://wiki.project1999.com/Tijoely%27s_Dancing_Rapier"
           },
           {
               "name": "Tijoely's Earring",
               "link": "https://wiki.project1999.com/Tijoely%27s_Earring"
           },
           {
               "name": "Tiny Velium Gargoyle",
               "link": "https://wiki.project1999.com/Tiny_Velium_Gargoyle"
           },
           {
               "name": "Velium Crystal Staff",
               "link": "https://wiki.project1999.com/Velium_Crystal_Staff"
           },
           {
               "name": "Velketor's Spell Book",
               "link": "https://wiki.project1999.com/Velketor%27s_Spell_Book"
           },
           {
               "name": "Venomous Axe of the Velium Brood",
               "link": "https://wiki.project1999.com/Venomous_Axe_of_the_Velium_Brood"
           },
           {
               "name": "Poisonous Chill",
               "link": "https://wiki.project1999.com/Poisonous_Chill"
           },
           {
               "name": "Vermilion Orb of Torrefaction",
               "link": "https://wiki.project1999.com/Vermilion_Orb_of_Torrefaction"
           },
           {
               "name": "Inferno Shock",
               "link": "https://wiki.project1999.com/Inferno_Shock"
           },
           {
               "name": "Vermilion Robe of Torrefaction",
               "link": "https://wiki.project1999.com/Vermilion_Robe_of_Torrefaction"
           },
           {
               "name": "Conflagration",
               "link": "https://wiki.project1999.com/Conflagration"
           }
       ],
       "ZEM Value": "85 94 (125%)",
       "Succor/Evacuate": [
           "581",
           " -65  (Zone line to Great Divide)"
       ],
       "Zone Spawn Timer": "32:50 minutes",
       "Related Quests": [],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Planes",
       "Type": "Plane",
       "URL Name": "Plane of Fear",
       "Friendly Name (If different)": null,
       "Name in /who": "fearplane",
       "Full URL": "https://wiki.project1999.com/Plane_of_Fear",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "The Feerrott",
           "link": "https://wiki.project1999.com/The_Feerrott"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "48+",
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1139",
           " 1282 (Southwest corner of zone",
           " near the zone-in)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Planes",
       "Type": "Plane",
       "URL Name": "Plane of Hate",
       "Friendly Name (If different)": null,
       "Name in /who": "hateplane/hateplaneb",
       "Full URL": "https://wiki.project1999.com/Plane_of_Hate",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "Wizard",
           "link": "https://wiki.project1999.com/Wizard"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "48+",
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-375",
           " -354 (Zone-in)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Planes",
       "Type": "Plane",
       "URL Name": "Plane of Sky",
       "Friendly Name (If different)": null,
       "Name in /who": "airplane",
       "Full URL": "https://wiki.project1999.com/Plane_of_Sky",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Wizard",
               "link": "https://wiki.project1999.com/Wizard"
           },
           {
               "name": "East Freeport",
               "link": "https://wiki.project1999.com/East_Freeport"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "50+",
       "Types of Monsters": null,
       "Notable NPCs": null,
       "Unique Items": null,
       "ZEM Value": null,
       "Succor/Evacuate": "Does not work in zone",
       "Zone Spawn Timer": null,
       "Related Quests": null,
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Planes",
       "Type": "Plane",
       "URL Name": "Plane of Growth",
       "Friendly Name (If different)": null,
       "Name in /who": null,
       "Full URL": "https://wiki.project1999.com/Plane_of_Growth",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": {
           "name": "The Wakening Land",
           "link": "https://wiki.project1999.com/The_Wakening_Land"
       },
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "55+",
       "Types of Monsters": [
           "Contemplative Thifling",
           " Feral Amalgam",
           " Gale Wolf",
           " Glade Stalker",
           " Phase Puma",
           " a protector of growth",
           " Reverent Treant",
           " Rolling Plains Steed",
           " Sanguine Kodiak",
           " Serene Forest Spirit",
           " Spirit Flux Wolf",
           " Sylvan Protector",
           " Thiflings",
           " Tranquil Treant",
           " Whorl of Natural Energy",
           " Abtruse Phantasm",
           " Entoling Culler",
           " Entolling Essense Channeller",
           " Entolling Harvest"
       ],
       "Notable NPCs": null,
       "Unique Items": [
           {
               "name": "Assassin's Armor",
               "link": "https://wiki.project1999.com/Assassin%27s_Armor"
           },
           {
               "name": "Berserker's Armor",
               "link": "https://wiki.project1999.com/Berserker%27s_Armor"
           },
           {
               "name": "Armor of Conjuration",
               "link": "https://wiki.project1999.com/Armor_of_Conjuration"
           },
           {
               "name": "Armor of Stability",
               "link": "https://wiki.project1999.com/Armor_of_Stability"
           },
           {
               "name": "Armor of the Bonecaster",
               "link": "https://wiki.project1999.com/Armor_of_the_Bonecaster"
           },
           {
               "name": "Melodic Armor",
               "link": "https://wiki.project1999.com/Melodic_Armor"
           },
           {
               "name": "Noctivagant Armor",
               "link": "https://wiki.project1999.com/Noctivagant_Armor"
           },
           {
               "name": "Silver Moon Armor",
               "link": "https://wiki.project1999.com/Silver_Moon_Armor"
           },
           {
               "name": "Resplendent Armor",
               "link": "https://wiki.project1999.com/Resplendent_Armor"
           },
           {
               "name": "Sorcerer's Armor",
               "link": "https://wiki.project1999.com/Sorcerer%27s_Armor"
           },
           {
               "name": "Spirit Weaver's Armor",
               "link": "https://wiki.project1999.com/Spirit_Weaver%27s_Armor"
           },
           {
               "name": "Chord of Vines",
               "link": "https://wiki.project1999.com/Chord_of_Vines"
           },
           {
               "name": "Flute of the Sacred Glade",
               "link": "https://wiki.project1999.com/Flute_of_the_Sacred_Glade"
           },
           {
               "name": "Oakleaf Girdle",
               "link": "https://wiki.project1999.com/Oakleaf_Girdle"
           },
           {
               "name": "Maple Leaf Mask",
               "link": "https://wiki.project1999.com/Maple_Leaf_Mask"
           },
           {
               "name": "Treeform",
               "link": "https://wiki.project1999.com/Treeform"
           },
           {
               "name": "Stonewood Mail",
               "link": "https://wiki.project1999.com/Stonewood_Mail"
           },
           {
               "name": "Woven Cord of Mistletoe",
               "link": "https://wiki.project1999.com/Woven_Cord_of_Mistletoe"
           },
           {
               "name": "Woven Vine Wristband",
               "link": "https://wiki.project1999.com/Woven_Vine_Wristband"
           },
           {
               "name": "Wreath of Nature",
               "link": "https://wiki.project1999.com/Wreath_of_Nature"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-2507",
           " 2915 (Zone-in)"
       ],
       "Zone Spawn Timer": null,
       "Related Quests": [
           {
               "name": "Gloves of Earthcrafting Quest",
               "link": "https://wiki.project1999.com/Gloves_of_Earthcrafting_Quest"
           },
           {
               "name": "Helm of the Tracker Quest",
               "link": "https://wiki.project1999.com/Helm_of_the_Tracker_Quest"
           },
           {
               "name": "Natures Defender Quest",
               "link": "https://wiki.project1999.com/Natures_Defender_Quest"
           },
           {
               "name": "The Four Idols",
               "link": "https://wiki.project1999.com/The_Four_Idols"
           },
           {
               "name": "Scrolls of the Ancient Totem",
               "link": "https://wiki.project1999.com/Scrolls_of_the_Ancient_Totem"
           },
           {
               "name": "The Ancient Tomes",
               "link": "https://wiki.project1999.com/The_Ancient_Tomes"
           },
           {
               "name": "The Lost Tome",
               "link": "https://wiki.project1999.com/The_Lost_Tome"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   },
   {
       "Continent": "Planes",
       "Type": "Plane",
       "URL Name": "Plane of Mischief",
       "Friendly Name (If different)": null,
       "Name in /who": "mischiefplane",
       "Full URL": "https://wiki.project1999.com/Plane_of_Mischief",
       "Inactive": null,
       "46+": null,
       "Key Required": null,
       "Adjacent Zones": [
           {
               "name": "Temple of Veeshan",
               "link": "https://wiki.project1999.com/Temple_of_Veeshan"
           },
           {
               "name": "Cobalt Scar",
               "link": "https://wiki.project1999.com/Cobalt_Scar"
           }
       ],
       "Ocean Connections": null,
       "1 Way Connections": null,
       "Firepot Port": null,
       "Shaman Port": null,
       "Druid Port": null,
       "Wizard Port": null,
       "Level of Monsters": "50+",
       "Types of Monsters": null,
       "Notable NPCs": [
           {
               "name": "Bristlebane",
               "link": "https://wiki.project1999.com/Bristlebane_(God)"
           },
           {
               "name": "Bob the Painter",
               "link": "https://wiki.project1999.com/Bob_the_Painter"
           },
           {
               "name": "Peachy D`Vicci",
               "link": "https://wiki.project1999.com/Peachy_D%60Vicci"
           },
           {
               "name": "Posie the Librarian",
               "link": "https://wiki.project1999.com/Posie_the_Librarian"
           }
       ],
       "Unique Items": [
           {
               "name": "Crazy Cleric Armor",
               "link": "https://wiki.project1999.com/Crazy_Cleric_Armor"
           },
           {
               "name": "Maleficent Armor",
               "link": "https://wiki.project1999.com/Maleficent_Armor"
           },
           {
               "name": "Mischievous Dazzler Armor",
               "link": "https://wiki.project1999.com/Mischievous_Dazzler_Armor"
           },
           {
               "name": "Monkey Hide Armor",
               "link": "https://wiki.project1999.com/Monkey_Hide_Armor"
           },
           {
               "name": "Shamanistic Shenannigan Armor",
               "link": "https://wiki.project1999.com/Shamanistic_Shenannigan_Armor"
           },
           {
               "name": "Sly Summoners Armor",
               "link": "https://wiki.project1999.com/Sly_Summoners_Armor"
           },
           {
               "name": "Twisted Nature Armor",
               "link": "https://wiki.project1999.com/Twisted_Nature_Armor"
           },
           {
               "name": "Wily Warlock Armor",
               "link": "https://wiki.project1999.com/Wily_Warlock_Armor"
           },
           {
               "name": "Armor of Distraction",
               "link": "https://wiki.project1999.com/Armor_of_Distraction"
           },
           {
               "name": "Bracelet of the Twisted Mind",
               "link": "https://wiki.project1999.com/Bracelet_of_the_Twisted_Mind"
           },
           {
               "name": "Buckler of Doom",
               "link": "https://wiki.project1999.com/Buckler_of_Doom"
           },
           {
               "name": "Cloak of Confusion",
               "link": "https://wiki.project1999.com/Cloak_of_Confusion"
           },
           {
               "name": "Green Wristguard",
               "link": "https://wiki.project1999.com/Green_Wristguard"
           },
           {
               "name": "Mask of Melodies",
               "link": "https://wiki.project1999.com/Mask_of_Melodies"
           },
           {
               "name": "Mushroom Bracelet",
               "link": "https://wiki.project1999.com/Mushroom_Bracelet"
           },
           {
               "name": "Onyx Wristbands",
               "link": "https://wiki.project1999.com/Onyx_Wristbands"
           },
           {
               "name": "Shimmering Wristguard",
               "link": "https://wiki.project1999.com/Shimmering_Wristguard"
           },
           {
               "name": "Silver Wristguards",
               "link": "https://wiki.project1999.com/Silver_Wristguards"
           },
           {
               "name": "Black Flower of Functionality",
               "link": "https://wiki.project1999.com/Black_Flower_of_Functionality"
           },
           {
               "name": "Aura of Black Petals",
               "link": "https://wiki.project1999.com/Aura_of_Black_Petals"
           },
           {
               "name": "Blue Flower of Functionality",
               "link": "https://wiki.project1999.com/Blue_Flower_of_Functionality"
           },
           {
               "name": "Aura of Blue Petals",
               "link": "https://wiki.project1999.com/Aura_of_Blue_Petals"
           },
           {
               "name": "Globe of Darkness",
               "link": "https://wiki.project1999.com/Globe_of_Darkness"
           },
           {
               "name": "Green Flower of Functionality",
               "link": "https://wiki.project1999.com/Green_Flower_of_Functionality"
           },
           {
               "name": "Aura of Green Petals",
               "link": "https://wiki.project1999.com/Aura_of_Green_Petals"
           },
           {
               "name": "Red Flower of Functionality",
               "link": "https://wiki.project1999.com/Red_Flower_of_Functionality"
           },
           {
               "name": "Aura of Red Petals",
               "link": "https://wiki.project1999.com/Aura_of_Red_Petals"
           },
           {
               "name": "White Flower of Functionality",
               "link": "https://wiki.project1999.com/White_Flower_of_Functionality"
           },
           {
               "name": "Aura of White Petals",
               "link": "https://wiki.project1999.com/Aura_of_White_Petals"
           }
       ],
       "ZEM Value": null,
       "Succor/Evacuate": [
           "-1410.00",
           " -395.00 (zone entrance)"
       ],
       "Zone Spawn Timer": "70:10",
       "Related Quests": [
           {
               "name": "Deck of Spontaneous Generation Quest",
               "link": "https://wiki.project1999.com/Deck_of_Spontaneous_Generation_Quest"
           },
           {
               "name": "The Gift Box",
               "link": "https://wiki.project1999.com/The_Gift_Box"
           }
       ],
       "Guilds": null,
       "City Races": null,
       "Tradeskill Facilities": null,
       "Player Guides": null
   }