Files
Bubberstation/_maps/icebox.json
MrMelbert 291f80c412 Recovers some wallening Icebox changes [MDB Ignore] (#86487)
## About The Pull Request

Recovers some changes made to Icebox when I wallen'd it

Largely, mostly, decal and detailing work (such as fencing around the
solar arrays, some flair underneath firelocks, longer stair cases)

But also minor remapping to Ordnance, the Kitchen

## Why It's Good For The Game

A lot of these changes work even in a pre wallened world, and even look
pretty good

## Changelog

🆑 Melbert
qol: [Icebox] Bunch of detail work
qol: [Icebox] Medbay Morgue Corpse Chute Trapdoor
qol: [Icebox] Remapped the Ordnance area, Solar arrays, Morgue, few
other places
fix: [Icebox] Chefs can CQC in the Cateferia area, and have a button for
their shutters
/🆑
2024-09-05 22:58:01 -06:00

57 lines
1.2 KiB
JSON

{
"version": 1,
"map_name": "Ice Box Station",
"map_path": "map_files/IceBoxStation",
"map_file": "IceBoxStation.dmm",
"space_ruin_levels": 0,
"space_empty_levels": 0,
"planetary": 1,
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_box"
},
"traits": [
{
"Up": true,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins Underground": true,
"Baseturf": "/turf/open/lava/plasma/ice_moon",
"No Parallax": true
},
{
"Down": true,
"Up": true,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins Underground": true,
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
"No Parallax": true
},
{
"Down": true,
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins": true,
"Weather_Snowstorm": true,
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
"No Parallax": true
}
],
"minetype": "none",
"blacklist_file": "iceruinblacklist.txt",
"job_changes": {
"Captain": {
"special_charter": "moon"
},
"Cook": {
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
}
}
}