#W# Work: Go menu work.
This commit is contained in:
parent
e977355953
commit
3f7fb5d849
2 changed files with 34 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# Distribution Files
|
||||
/Distribution/Data/Files
|
||||
/Distribution/Data/ExileHunterProfiles.xml
|
||||
/Distribution/Logger
|
||||
/Distribution/Logger.*
|
||||
/Distribution/ModernUO
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue