mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
35 lines
637 B
JSON
35 lines
637 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Wawastation",
|
|
"map_path": "map_files/wawastation",
|
|
"map_file": "wawastation.dmm",
|
|
"give_players_hooks": 1,
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_meta",
|
|
"emergency": "emergency_wawa"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Baseturf": "/turf/open/misc/asteroid/airless",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
],
|
|
"job_changes": {
|
|
"Cook": {
|
|
"additional_cqc_areas": [
|
|
"/area/station/service/bar",
|
|
"/area/station/commons/lounge"
|
|
]
|
|
},
|
|
"Captain": {
|
|
"special_charter": "asteroid"
|
|
}
|
|
}
|
|
}
|