mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-24 05:06:14 +01:00
26 lines
504 B
JSON
26 lines
504 B
JSON
{
|
|
"map_name": "Layenia Station",
|
|
"map_path": "map_files/LayeniaStation",
|
|
"map_file": "LayeniaStation.dmm",
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"traits":[
|
|
{
|
|
"Up": 1,
|
|
"Gravity":true,
|
|
"Baseturf":"/turf/open/chasm/cloud",
|
|
"Linkage" : "Cross"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Gravity":true,
|
|
"Baseturf":"/turf/open/transparent/openspace",
|
|
"Linkage" : "Cross"
|
|
}
|
|
]
|
|
}
|