Update map linkages

This commit is contained in:
Dev 2024-01-02 19:12:11 +00:00
parent 711b91ab0d
commit 90f82d0e03
2 changed files with 30 additions and 46 deletions

View File

@ -1,49 +1,32 @@
{ {
"locations": {}, "locations": {},
"paths": [ "paths": [{
{ "Source": "653e6760052c01c1c805532f",
"Source": "5704e64ad2720bb55b8b456e", "Destination": "5714dc692459777137212e12"
"Destination": "5714dc692459777137212e12" }, {
}, "Source": "5714dc692459777137212e12",
{ "Destination": "5714dbc024597771384a510d"
"Source": "5714dc692459777137212e12", }, {
"Destination": "5714dc342459777137212e0b" "Source": "5714dbc024597771384a510d",
}, "Destination": "56f40101d2720b2a4d8b45d6"
{ }, {
"Source": "5714dc342459777137212e0b", "Source": "56f40101d2720b2a4d8b45d6",
"Destination": "5714dbc024597771384a510d" "Destination": "55f2d3fd4bdc2d5f408b4567"
}, }, {
{ "Source": "55f2d3fd4bdc2d5f408b4567",
"Source": "5714dbc024597771384a510d", "Destination": "5704e3c2d2720bac5b8b4567"
"Destination": "56f40101d2720b2a4d8b45d6" }, {
}, "Source": "5704e3c2d2720bac5b8b4567",
{ "Destination": "5704e5fad2720bc05b8b4567"
"Source": "56f40101d2720b2a4d8b45d6", }, {
"Destination": "55f2d3fd4bdc2d5f408b4567" "Source": "5704e5fad2720bc05b8b4567",
}, "Destination": "5704e4dad2720bb55b8b4567"
{ }, {
"Source": "55f2d3fd4bdc2d5f408b4567", "Source": "5704e4dad2720bb55b8b4567",
"Destination": "5704e5fad2720bc05b8b4567" "Destination": "5704e554d2720bac5b8b456e"
}, }, {
{ "Source": "5704e554d2720bac5b8b456e",
"Source": "55f2d3fd4bdc2d5f408b4567", "Destination": "5704e5a4d2720bb45b8b4567"
"Destination": "5704e3c2d2720bac5b8b4567" }
}, ]
{
"Source": "5704e3c2d2720bac5b8b4567",
"Destination": "5704e47ed2720bb35b8b4568"
},
{
"Source": "5704e47ed2720bb35b8b4568",
"Destination": "5704e4dad2720bb55b8b4567"
},
{
"Source": "5704e4dad2720bb55b8b4567",
"Destination": "5704e554d2720bac5b8b456e"
},
{
"Source": "5704e554d2720bac5b8b456e",
"Destination": "5704e5a4d2720bb45b8b4567"
}
]
} }

View File

@ -20,6 +20,7 @@ export interface ILocations
terminal?: ILocationData; terminal?: ILocationData;
town?: ILocationData; town?: ILocationData;
woods?: ILocationData; woods?: ILocationData;
/** Holds a mapping of the linkages between locations on the UI */
base?: ILocationsBase; base?: ILocationsBase;
} }