mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 18:33:22 +00:00
* wew * Update area_spawn_subsystem.dm * Update area_spawn_subsystem.dm * Update area_spawn_entries.dm * wew * Update area_spawn_entries.dm * Update area_spawn_entries.dm * Update area_spawn_entries.dm * Update summon_beacon.dm * yeees * Update area_spawn_entries.dm * qwqw * e * Update area_spawn_entries.dm * Update area_spawn_entries.dm * yes * Update area_spawn_entries.dm * Update area_spawn_entries.dm * Update area_spawn_entries.dm * Update area_spawn_entries.dm * Update area_spawn_entries.dm * automapper * mmkay * wew * science post * Update DeltaStation2_skyrat.dmm * fc * starting on delta * Update metastation_science_post.dmm * better loading system, metastation, delta, better file system * unit tests, bugfixes, multiz support * Update automapper.dm * Update _compile_options.dm * Kilo and tramstation * wew * Update area_spawn_entries.dm * Update automapper_config.toml * Update automapper_subsystem.dm * Update Skyrat_Map_Reset.dmm * remove redundant maps * Update _basemap.dm * wew * Update automap_template.dm * guard outposts no need * wew * NTR offices * e * Update area_spawn_entries.dm * Update area_spawn_entries.dm * Update icebox_ntrep_office.dmm * 0 * iucebox arrivals fix * Update area_spawn_entries.dm * Update automap_template.dm * Update readme.md
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"
|
|
}
|
|
}
|
|
}
|