From 53d08a0f8a0748a3b2ada0c595a39fdb04b4f09f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 17 Jan 2021 21:16:28 -0500 Subject: HotM 3 --- constants/zones.json | 157 ++++++++++++++++++++++++++++++++------------------- 1 file changed, 100 insertions(+), 57 deletions(-) (limited to 'constants/zones.json') diff --git a/constants/zones.json b/constants/zones.json index 6d31c6a3..8ae48aff 100644 --- a/constants/zones.json +++ b/constants/zones.json @@ -2,73 +2,116 @@ "HUB":{ "Display": "Hub", "Scoreboard":[ - "Wilderness", - "Ruins", - "Graveyard", - "Colosseum", - "Coal Mine", - "Farm", - "Village", - "Flower House", - "Community Center", - "Bank", "Auction House", + "Bank", "Bazaar Alley", + "Blacksmith", + "Builder's House", + "Coal Mine", + "Colosseum", + "Community Center", "Farm House", + "Farm", "Fashion Shop", - "Mountain", + "Flower House", "Forest", + "Graveyard", "High Level", - "Wizard Tower", - "Builder's House", - "Blacksmith" + "Mountain", + "Ruins", + "Village", + "Wilderness", + "Wizard Tower" ] }, - "SPIDERS_DEN":[ - - ], - "BLAZING_FORTRESS":[ - - ], - "THE_END":[ - - ], - "THE_PARK":[ - - ], - "THE_BARN":[ - - ], - "MUSHROOM_DESERT":[ - - ], - "GOLD_MINE":[ + "SPIDERS_DEN":{ + "Display": "Spider's Den", + "Scoreboard":[ + "Spider's Den" + ] + }, + "BLAZING_FORTRESS":{ + "Display": "Blazing Fortress", + "Scoreboard":[ - ], - "DEEP_CAVERNS":[ + ] + }, + "THE_END":{ + "Display": "The End", + "Scoreboard":[ + "The End", + "Dragon's Nest" + ] + }, + "THE_PARK":{ + "Display": "The Park", + "Scoreboard":[ - ], - "DWARVEN_MINES":[ - "The Lift", - "Dwarven Village", - "Dwarven Mines", - "Rampaert's Quarry", - "Upper Mines", - "Palace Bridge", - "Royal Palace", - "Hanging Court", - "Divan's Gateway", - "The Mist", - "Royal Quarters", - "Royal Mines", - "Far Reserve", - "Goblin Burrows", - "Cliffside Veins" - ], - "JERRYS_WORKSHOP":[ + ] + }, + "THE_BARN":{ + "Display": "The Barn", + "Scoreboard":[ + "The Barn" + ] + }, + "MUSHROOM_DESERT":{ + "Display": "Mushroom Desert", + "Scoreboard":[ + "Mushroom Desert" + ] + }, + "GOLD_MINE":{ + "Display": "Gold Mine", + "Scoreboard":[ + "Gold Mine" + ] + }, + "DEEP_CAVERNS":{ + "Display": "Deep Caverns", + "Scoreboard":[ + "Deep Caverns", + "Gunpowder Mines", + "Lapis Quarry", + "Pigmen's Den", + "Slimehill", + "Diamond Reserve", + "Obsidian Sanctuary" + ] + }, + "DWARVEN_MINES":{ + "Display": "Dwarven Mines", + "Scoreboard":[ + "Aristocrat Passage", + "Cliffside Veins", + "Divan's Gateway", + "Dwarven Mines", + "Dwarven Village", + "Far Reserve", + "Forge Basin", + "Goblin Burrows", + "Hanging Court", + "Palace Bridge", + "Rampaert's Quarry", + "Royal Mines", + "Royal Palace", + "Royal Quarters", + "The Forge", + "The Lift", + "The Mist", + "Upper Mines" + ] + }, + "JERRYS_WORKSHOP":{ + "Display": "Jerry's Workshop", + "Scoreboard":[ - ], - "DUNGEON_HUB":[ + ] + }, + "DUNGEON_HUB":{ + "Display": "Dungeons Hub", + "Scoreboard":[ - ] + ] + } } \ No newline at end of file -- cgit