diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/fairy_souls.json | 1 | ||||
-rw-r--r-- | constants/parents.json | 7 | ||||
-rw-r--r-- | constants/zones.json | 157 |
3 files changed, 107 insertions, 58 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index da9b9fe5..2963074d 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,4 +1,5 @@ { + "Comment":"If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand and secondly put them in a logical order. Ex: the order TimeDeo put them in", "Max Souls":219, "HUB":[ "138,66,129", diff --git a/constants/parents.json b/constants/parents.json index 0c0e2488..44bb60da 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1911,6 +1911,11 @@ "SMALL_SLAYER_SACK" ], "MITHRIL_GOLEM;4":[ - "MITHRIL_GOLEM;3" + "MITHRIL_GOLEM;3", + "MITHRIL_GOLEM;0" + ], + "BEACON_1":[ + "BEACON_2", + "BEACON_3" ] } 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 |