mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"RegionList": [
|
|
{
|
|
"RegionID": 1,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 1,
|
|
"ToRegionID": 2,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "Teleport1-1",
|
|
"ConnectionType": "Teleport",
|
|
"Destination": "Teleport1-2"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
},
|
|
{
|
|
"RegionID": 2,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 2,
|
|
"ToRegionID": 1,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "Teleport1-2",
|
|
"ConnectionType": "Teleport",
|
|
"Destination": "Teleport1-1"
|
|
},
|
|
{
|
|
"FromRegionID": 2,
|
|
"ToRegionID": 3,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "Teleport2-1",
|
|
"ConnectionType": "Teleport",
|
|
"Destination": "Teleport2-2"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
},
|
|
{
|
|
"RegionID": 3,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 3,
|
|
"ToRegionID": 2,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "Teleport2-2",
|
|
"ConnectionType": "Teleport",
|
|
"Destination": "Teleport2-1"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
}
|
|
]
|
|
} |