mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## About The Pull Request Adds CatwalkStation into the game. Also adds its associated arrival shuttle, cargo shuttle and escape shuttle. Also adds a few new floor variants: coldroom openspace and breathable air shuttle hulls. Full Catwalk FAQ, Feedback Central and Why It's Good for the Game: https://hackmd.io/@kNRZ9uxhShS3s2N9scOXxQ/BJgfF0JhR Also, I added a new tag for maps, so any Multi-Z map can opt out of having grappling hooks spawn in their bags. Catwalk was designed so the lower level is of easier access than the more restricted top access, so the problem of people falling into rooms they can't get out of is fixed, + it was giving a bunch of unintended access to places. ## Changelog      🆑 add: Adds CatwalkStation code: Multi-Z maps now can toggle on or off having grappling hooks in people's bags /🆑 --------- Co-authored-by: Ical <86125936+Ical92@users.noreply.github.com> Co-authored-by: Ical <wolfsgamingtips@gmail.com> Co-authored-by: EEASAS <bentoemanuelll@gmail.com> Co-authored-by: EEASAS <109891564+EEASAS@users.noreply.github.com> Co-authored-by: Rex9001 <120136161+Rex9001@users.noreply.github.com> Co-authored-by: GremlinSeeker <168238458+GremlinSeeker@users.noreply.github.com> Co-authored-by: SmArtKar <master.of.bagets@gmail.com>
24 lines
429 B
JSON
24 lines
429 B
JSON
{
|
|
"version": 1,
|
|
"map_name": "Catwalk Station",
|
|
"map_path": "map_files/CatwalkStation",
|
|
"map_file": "CatwalkStation_2023.dmm",
|
|
"shuttles": {
|
|
"emergency": "emergency_catwalk",
|
|
"ferry": "ferry_fancy",
|
|
"cargo": "cargo_catwalk",
|
|
"whiteship": "whiteship_meta"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": true,
|
|
"Linkage": "Cross"
|
|
},
|
|
{
|
|
"Down": true,
|
|
"Baseturf": "/turf/open/openspace/airless",
|
|
"Linkage": "Cross"
|
|
}
|
|
]
|
|
}
|