mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-22 06:35:12 +01:00
78c1b9f456
* [MDB Ignore] Unit Tests for Invalid Space Turfs (Area Bullshit Edition) * should probably make tests pass Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
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": "IceBoxStation.dmm",
|
|
"space_ruin_levels": 0,
|
|
"space_empty_levels": 0,
|
|
"planetary": 1,
|
|
"shuttles": {
|
|
"cargo": "cargo_skyrat",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/lava/plasma/ice_moon",
|
|
"No Parallax": true
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
|
|
"No Parallax": true
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"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": {
|
|
"Cook": {
|
|
"additional_cqc_areas": ["/area/station/service/kitchen/diner"]
|
|
},
|
|
"Captain": {
|
|
"special_charter": "moon"
|
|
}
|
|
}
|
|
}
|