#W# Change: [Go menu now uses 1 file Data/go.json. It also excepts a 'map' destination.

This commit is contained in:
WarrentyExpired 2026-09-21 09:00:23 -04:00
parent 3aeeb3705b
commit 6388a96fa9
23 changed files with 519 additions and 38 deletions

11
Distribution/Data/go.json Normal file
View file

@ -0,0 +1,11 @@
{
"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" } ] } ] }
]
}