From 3f7fb5d849ece06aed71cbbc9161a45e5cfba085 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Mon, 21 Sep 2026 10:43:01 -0400 Subject: [PATCH] #W# Work: Go menu work. --- .gitignore | 1 + Distribution/Data/go.json | 39 +++++++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index fc0de7f7d..959a7a20b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Distribution Files /Distribution/Data/Files +/Distribution/Data/ExileHunterProfiles.xml /Distribution/Logger /Distribution/Logger.* /Distribution/ModernUO diff --git a/Distribution/Data/go.json b/Distribution/Data/go.json index 3a21710aa..73be78a0b 100644 --- a/Distribution/Data/go.json +++ b/Distribution/Data/go.json @@ -1,11 +1,38 @@ { "name": "The World", "categories": [ - { "name": "Fel", "categories": [ - { "name": "Towns", "locations": [ - { "name": "Brit Fel", "location": [1592, 1680, 10], "map": "Felucca" } ] } ] }, - { "name": "Tram", "categories": [ - { "name": "Towns", "locations": [ - { "name": "Brit Tram", "location": [1592, 1680, 10], "map": "Trammel" } ] } ] } + { + "name": "Underworld", + "categories": [ + { + "name": "Dungeons", + "categories": [ + { + "name": "Shame", + "locations": [ + { "name": "Level 1", "location": [1203, 170, 0], "map": "Underworld" } + ] + }, + { + "name": "Covetous", + "locations": [ + { "name": "Level 1", "location": [1784, 128, 0], "map": "Underworld" } + ] + } + ] + } + ] + }, + { + "name": "Veridia", + "categories": [ + { + "name": "Towns", + "locations": [ + { "name": "Bastion", "location": [1839, 2005, 0], "map": "Veridia" } + ] + } + ] + } ] }