Files
Bubberstation/_maps/icebox.json
Tim ff7fb30783 Automatically link maps multi-z up/down traits (#87029)
## 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
/🆑
2024-10-04 01:25:09 +02:00

53 lines
1.1 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": [
{
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins Underground": true,
"Baseturf": "/turf/open/lava/plasma/ice_moon",
"No Parallax": true
},
{
"Mining": true,
"Linkage": null,
"Gravity": true,
"Ice Ruins Underground": true,
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
"No Parallax": 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"]
}
}
}