mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
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": [
|
|
"IcemoonUnderground_Below.dmm",
|
|
"IcemoonUnderground_Above.dmm",
|
|
"IceBoxStation.dmm"
|
|
],
|
|
"space_ruin_levels": 0,
|
|
"space_empty_levels": 0,
|
|
"shuttles": {
|
|
"cargo": "cargo_box",
|
|
"ferry": "ferry_fancy",
|
|
"whiteship": "whiteship_box",
|
|
"emergency": "emergency_box"
|
|
},
|
|
"traits": [
|
|
{
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Station": false,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/lava/plasma/ice_moon"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Up": 1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins Underground": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below"
|
|
},
|
|
{
|
|
"Down": -1,
|
|
"Mining": true,
|
|
"Linkage": null,
|
|
"Gravity": true,
|
|
"Ice Ruins": true,
|
|
"Weather_Snowstorm": true,
|
|
"Baseturf": "/turf/open/openspace/icemoon/keep_below"
|
|
}
|
|
],
|
|
"minetype": "none",
|
|
"job_changes": {
|
|
"cook": {
|
|
"additional_cqc_areas": ["/area/service/kitchen/diner"]
|
|
},
|
|
"captain": {
|
|
"special_charter": "moon"
|
|
}
|
|
}
|
|
}
|