mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
## 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 /🆑
54 lines
1.1 KiB
JSON
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_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": "ice",
|
|
"blacklist_file": "iceruinblacklist.txt",
|
|
"job_changes": {
|
|
"Captain": {
|
|
"special_charter": "moon"
|
|
},
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/bar/atrium"]
|
|
}
|
|
}
|
|
}
|