-
Notifications
You must be signed in to change notification settings - Fork 7
/
areas.json
12 lines (12 loc) · 3.21 KB
/
areas.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"vaal_side": [{"name": "Abandoned Dam", "act": "4"}, {"name": "Ancient Catacomb", "act": "4"}, {"name": "Arcane Chambers", "act": "3"}, {"name": "Blind Alley", "act": "3"}, {"name": "Clouded Ledge", "act": "6"}, {"name": "Clouded Ridge", "act": "1"}, {"name": "Concealed Caldarium", "act": "8"}, {"name": "Concealed Cavity", "act": "1"}, {"name": "Covered-up Hollow", "act": "2"}, {"name": "Cremated Archives", "act": "5"}, {"name": "Cremated Archives", "act": "10"}, {"name": "Deathly Chambers", "act": "5"}, {"name": "Desolate Isle", "act": "9"}, {"name": "Desolate Track", "act": "4"}, {"name": "Disused Furnace", "act": "3"}, {"name": "Dusty Bluff", "act": "9"}, {"name": "Entombed Alcove", "act": "2"}, {"name": "Entombed Chamber", "act": "3"}, {"name": "Evacuated Quarter", "act": "8"}, {"name": "Flooded Complex", "act": "7"}, {"name": "Forbidden Archives", "act": "5"}, {"name": "Forbidden Chamber", "act": "2"}, {"name": "Forbidden Shrine", "act": "7"}, {"name": "Forgotten Conduit", "act": "4"}, {"name": "Forgotten Gulch", "act": "9"}, {"name": "Forgotten Oubliette", "act": "1"}, {"name": "Haunted Mineshaft", "act": "4"}, {"name": "Hidden Patch", "act": "2"}, {"name": "Inner Grounds", "act": "3"}, {"name": "Moonlit Chambers", "act": "8"}, {"name": "Mystical Clearing", "act": "2"}, {"name": "Narrow Ravine", "act": "2"}, {"name": "Neglected Cellar", "act": "3"}, {"name": "Quarantined Quarters", "act": "3"}, {"name": "Radiant Pools", "act": "6"}, {"name": "Reclaimed Barracks", "act": "5"}, {"name": "Remote Gulch", "act": "1"}, {"name": "Restricted Collection", "act": "5"}, {"name": "Restricted Gallery", "act": "3"}, {"name": "Sacred Chambers", "act": "3"}, {"name": "Sealed Basement", "act": "5"}, {"name": "Sealed Corridors", "act": "3"}, {"name": "Sealed Repository", "act": "7"}, {"name": "Secluded Canal", "act": "5"}, {"name": "Secluded Copse", "act": "2"}, {"name": "Secret Laboratory", "act": "2"}, {"name": "Shifting Sands", "act": "9"}, {"name": "Side Chapel", "act": "5"}, {"name": "Stagnant Canal", "act": "3"}, {"name": "Strange Sinkhole", "act": "1"}], "towns": [{"name": "Highgate", "act": "4"}, {"name": "Highgate", "act": "9"}, {"name": "Lioneye's Watch", "act": "1"}, {"name": "Lioneye's Watch", "act": "6"}, {"name": "Oriath", "act": "11"}, {"name": "Oriath Docks", "act": "10"}, {"name": "Overseer's Tower", "act": "5"}, {"name": "Sarn Arena Staging Area", "act": "3"}, {"name": "The Bridge Encampment", "act": "7"}, {"name": "The Forest Encampment", "act": "2"}, {"name": "The Sarn Encampment", "act": "3"}, {"name": "The Sarn Encampment", "act": "8"}],
"lab_rooms": ["Passage", "Walkways", "Atrium", "Path", "Halls", "Annex", "Enclosure", "Aspirant"],
"bestiary_bosses": ["Saqawal's Roost", "Craiceann's Cove", "Fenumus' Lair", "Farrul's Den"],
"guardians": ["forge of the phoenix", "maze of the minotaur", "lair of the hydra", "pit of the chimera"],
"elder_guardians": {
"The Eradicator": ["Repository of Derision", "Spires of Delusion", "Manor of Madness"],
"The Constrictor": ["Ruins of Despair", "Island of Devastation", "Sea of Isolation"],
"The Purifier": ["Vaults of Insanity", "Halls of Delirium", "Pits of Sorrow"],
"The Enslaver": ["River of Hysteria", "Desert of Dementia", "Wastes of Lunacy"]
}
}