mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 18:11:16 +00:00
## About The Pull Request This autoloads the up/down traits for every map instead of having to manually add those traits to the JSON. ## Why It's Good For The Game More automation good. Also let's people experiment with larger maps like a multi-z lavaland. ## Changelog 🆑 code: Automatically link maps multi-z up/down traits /🆑
31 lines
569 B
JSON
31 lines
569 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Tramstation",
|
|
"map_path": "map_files/tramstation",
|
|
"map_file": "tramstation.dmm",
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_tram",
|
|
"emergency": "emergency_tram"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Baseturf": "/turf/open/misc/asteroid/airless",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
],
|
|
"job_changes": {
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/commons/lounge"]
|
|
},
|
|
"Captain": {
|
|
"special_charter": "asteroid"
|
|
}
|
|
}
|
|
}
|