mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Delta Station",
|
|
"map_path": "_maps/map_files/Deltastation",
|
|
"map_file": "DeltaStation2.dmm",
|
|
"shuttles": {
|
|
"emergency": "emergency_delta",
|
|
"ferry": "ferry_fancy",
|
|
"cargo": "cargo_delta",
|
|
"whiteship": "whiteship_delta"
|
|
},
|
|
"job_changes": {
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/cafeteria"]
|
|
}
|
|
}
|
|
}
|