Files
Bubberstation/_maps/icebox.json
SmArtKar f740a1e9bb Corrects mining export names on icebox (#91145)
## About The Pull Request

Closes #90666, converts minetypes to defines, gives icebox a minetype
define which could also be used later to give mining suits some fur or
something.

## Changelog
🆑
fix: Icebox artifact exports no longer claim they're from a lava planet
/🆑
2025-05-22 21:15:57 -04:00

54 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,
"give_players_hooks": 1,
"shuttles": {
"cargo": "cargo_skyrat",
"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": "ice",
"blacklist_file": "iceruinblacklist.txt",
"job_changes": {
"Captain": {
"special_charter": "moon"
},
"Cook": {
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
}
}
}