mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
5219b06d26
## About The Pull Request more biodome stuff i didnt get to commit before it was merged wheee ## Why It's Good For The Game Fixes to stuff that I didn't get to include in the last PR. ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> </details> ## Changelog 🆑 map: More tweaks to Biodome /🆑 --------- Co-authored-by: LT3 <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Co-authored-by: gavla <96078776+shayoki@users.noreply.github.com>
32 lines
596 B
JSON
32 lines
596 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Biodome",
|
|
"map_path": "map_files/biodome",
|
|
"map_file": "biodome.dmm",
|
|
"give_players_hooks": 1,
|
|
"shuttles": {
|
|
"emergency": "emergency_skyrat",
|
|
"cargo": "cargo_biodome",
|
|
"ferry": "ferry_skyrat",
|
|
"whiteship": "whiteship_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Baseturf": "/turf/open/misc/asteroid/airless",
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Baseturf": "/turf/open/openspace",
|
|
"Linkage": "Cross"
|
|
}
|
|
],
|
|
"job_changes": {
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/kitchen/diner"]
|
|
},
|
|
"Captain": {
|
|
"special_charter": "asteroid"
|
|
}
|
|
}
|
|
}
|