mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
31 lines
570 B
JSON
31 lines
570 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Biodome",
|
|
"map_path": "map_files/biodome",
|
|
"map_file": "biodome.dmm",
|
|
"shuttles": {
|
|
"emergency": "emergency_skyrat",
|
|
"cargo": "cargo_biodome",
|
|
"ferry": "ferry_skyrat",
|
|
"whiteship": "whiteship_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Baseturf": "/turf/open/misc/asteroid/airless",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
],
|
|
"job_changes": {
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/kitchen/diner"]
|
|
},
|
|
"Captain": {
|
|
"special_charter": "asteroid"
|
|
}
|
|
}
|
|
}
|