mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 18:33:22 +00:00
41 lines
703 B
JSON
41 lines
703 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Blueshift",
|
|
"map_path": "map_files/Blueshift",
|
|
"map_file": [
|
|
"BlueShift_lower.dmm",
|
|
"BlueShift_middle.dmm",
|
|
"BlueShift_upper.dmm"
|
|
],
|
|
"space_ruin_levels": 0,
|
|
"space_empty_levels": 0,
|
|
"shuttles": {
|
|
"cargo": "cargo_skyrat",
|
|
"ferry": "ferry_skyrat",
|
|
"whiteship": "whiteship_meta",
|
|
"emergency": "emergency_skyrat"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Up": 1,
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
],
|
|
"job_changes": {
|
|
"cook": {
|
|
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
|
}
|
|
}
|
|
}
|