forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicebox.json
56 lines (56 loc) · 1.1 KB
/
icebox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"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"
}
}
}