mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 22:28:03 +01:00
25 lines
424 B
JSON
25 lines
424 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "LayeniaStation",
|
|
"map_path": "map_files/layenia",
|
|
"map_file": "layeniastation.dmm",
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Baseturf": "/area/space",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
]
|
|
}
|