mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* port of kilostation back from Bubber * Gave the gbp machine a proper place to spawn * Fixes direction of one of the reflectors in SM setup
27 lines
483 B
JSON
27 lines
483 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Kilo Station",
|
|
"map_path": "map_files/KiloStation",
|
|
"map_file": "KiloStation.dmm",
|
|
"shuttles": {
|
|
"emergency": "emergency_kilo",
|
|
"ferry": "ferry_kilo",
|
|
"cargo": "cargo_kilo",
|
|
"whiteship": "whiteship_kilo"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Linkage": "Cross",
|
|
"Bombcap Multiplier": 0.7
|
|
}
|
|
],
|
|
"job_changes": {
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
|
|
},
|
|
"Captain": {
|
|
"special_charter": "asteroid"
|
|
}
|
|
}
|
|
}
|