mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 01:13:18 +00:00
* New brig for Icebox :) * Fixes many many bugs Undoes rollbacked changes to Icebox. Fixes multiple APCs. Wires on exterior reinforced windows. Fixes all lights in sec. Fixes all cameras in sec. Removes basketball court as it blocks access to the library. Fixes curtain buttons and their access, so only security can open them from the outside. Changes TV into arcade machine. Adds condimaster. Adds breath masks. Puts showers on the walls. Moves techfab to office. Returns office tables into something conference-style. Fixes disposals from being broken. Fixes mail sorting from being broken. Fixes escape pods with incorrect area. Fixes escape pod door having an rwall in it. * Additional security The brig has exterior windows electrified, same for the prison. The courtroom, as it is an escape route for prisoners, has windows electrified. Reinforces all exterior walls outside prison maint. Escape is now a little more difficult. Maint doors outside the prison start bolted, and some planked up. Adds a bit more loot in the maint outside the prison. Re-adds xenoarch content in a much more subtle manner. Adds disposals for the mining base, since I assume xenoarch needs a trash sy stem. * Fixes more issues Adds exit to space in courtroom. Fixes missing fire alarms. Fixes duplicate doors/lights. Adds a fryer to prison kitchen. Makes showers a little smaller so a curtain can be added. Removes firelocks on maint doors. Fixes turnstile IDs. * mapmerge is hanging up it's erroring on an issue that's been fixed. * Create IcemoonUnderground_Above_skyrat.dmm * one roundstart atmos difference yeeted Co-authored-by: Kat <evesovereign@hotmail.co.uk>
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"version": 1,
|
|
"map_name": "Ice Box Station",
|
|
"map_path": "map_files/IceBoxStation",
|
|
"map_file": [
|
|
"IcemoonUnderground_Below_skyrat.dmm",
|
|
"IcemoonUnderground_Above_skyrat.dmm",
|
|
"IceBoxStation_skyrat.dmm"
|
|
],
|
|
"space_ruin_levels": 0,
|
|
"space_empty_levels": 0,
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Station": false,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/lava/plasma/ice_moon"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins": true,
|
|
"Weather_Snowstorm": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below"
|
|
}
|
|
],
|
|
"minetype": "none",
|
|
"job_changes": {
|
|
"cook": {
|
|
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
|
},
|
|
"captain": {
|
|
"special_charter": "moon"
|
|
}
|
|
}
|
|
}
|