#W# Work: Region and GO work.

This commit is contained in:
WarrentyExpired 2026-09-22 15:11:22 -04:00
parent 5b6463a4a9
commit b8de94d5ec
2 changed files with 19 additions and 0 deletions

View file

@ -10,6 +10,7 @@
{
"name": "Shame",
"locations": [
{ "name": "Entrance", "location": [1585, 1960, 2], "map": "Veridia" },
{ "name": "Level 1", "location": [1203, 170, 0], "map": "Underworld" },
{ "name": "Level 2", "location": [1325, 62, 0], "map": "Underworld" },
{ "name": "Level 3", "location": [1324, 189, 20], "map": "Underworld" },
@ -20,6 +21,7 @@
{
"name": "Covetous",
"locations": [
{ "name": "Entrance", "location": [927, 1249, 2], "map": "Veridia" },
{ "name": "Level 1", "location": [1784, 128, 0], "map": "Underworld" },
{ "name": "Level 2", "location": [1939, 262, 0], "map": "Underworld" },
{ "name": "Level 3", "location": [1907, 183, 0], "map": "Underworld" },
@ -30,6 +32,7 @@
{
"name": "Deciet",
"locations": [
{ "name": "Entrance", "location": [1068, 1512, 10], "map": "Veridia" },
{ "name": "Level 1", "location": [1515, 164, 0], "map": "Underworld" },
{ "name": "Level 2", "location": [1635, 65, 0], "map": "Underworld" },
{ "name": "Level 3", "location": [1466, 182, 0], "map": "Underworld" },
@ -61,6 +64,13 @@
{ "name": "Level 2", "location": [2743, 87, 0], "map": "Underworld" },
{ "name": "Level 3", "location": [2740, 266, 0], "map": "Underworld" }
]
},
{
"name": "Terathan Keep",
"locations": [
{ "name": "Entrance", "location": [517, 2678, 5], "map": "Veridia" },
{ "name": "Level 1", "location": [3967, 143, 0], "map": "Underworld" }
]
}
]
}

View file

@ -2187,5 +2187,14 @@
{ "x1": 2750, "y1": 238, "x2": 2755, "y2": 272 },
{ "x1": 2755, "y1": 261, "x2": 2773, "y2": 272 }
]
},
{
"$type": "GreetingDungeonRegion",
"Map": "Underworld",
"Name": "the Dungeon Terathan Keep",
"Priority": 50,
"Area": [
{ "x1": 3748, "y1": 47, "x2": 4014, "y2": 327 }
]
}
]