mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
30 lines
616 B
JSON
30 lines
616 B
JSON
{
|
|
"RegionList": [
|
|
{
|
|
"RegionID": 2,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 2,
|
|
"ToRegionID": 1,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "BasementEntrance",
|
|
"ConnectType": "Teleport"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
},
|
|
{
|
|
"RegionID": 1,
|
|
"ConnectivityList": [
|
|
{
|
|
"FromRegionID": 1,
|
|
"ToRegionID": 2,
|
|
"HasConnectWayPoint": true,
|
|
"ConnectPointKey": "BasementExit",
|
|
"ConnectType": "Teleport"
|
|
}
|
|
],
|
|
"StateConfigList": []
|
|
}
|
|
]
|
|
} |