forked from Monkestation/Monkestation2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraveyard.json
41 lines (41 loc) · 840 Bytes
/
graveyard.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
{
"version": 1,
"map_name": "Graveyard",
"map_path": "map_files/Graveyard",
"map_file": "Graveyard.dmm",
"space_ruin_levels": 0,
"space_empty_levels": 0,
"planetary": 1,
"shuttles": {
"cargo": "cargo_box",
"ferry": "ferry_fancy",
"whiteship": "whiteship_meta",
"emergency": "emergency_meta"
},
"traits": [
{
"Up": true,
"Baseturf": "/turf/open/misc/asteroid",
"Mining": true,
"Linkage": "Cross",
"Gravity": true,
"No Parallax": true,
"Daycycle": false
},
{
"Down": true,
"Baseturf": "/turf/open/misc/dirt/jungle",
"Mining": false,
"Linkage": "Cross",
"Gravity": true,
"No Parallax": true,
"Daycycle": true
}
],
"minetype": "none",
"job_changes": {
"Cook": {
"additional_cqc_areas": ["/area/station/service/bar", "/area/station/hallway/secondary/service"]
}
}
}