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" } + ] + } + ] + } ] }