Skip to content

Commit 2574139

Browse files
authored
Merge branch 'i-hate-icebox.-icebox-can-go-to-hell-' into master
2 parents 96c997a + 9979b1e commit 2574139

File tree

18 files changed

+217092
-4
lines changed

18 files changed

+217092
-4
lines changed

_maps/RandomRuins/IceRuins/icemoon_underground_syndicate.dmm

Lines changed: 9004 additions & 0 deletions
Large diffs are not rendered by default.

_maps/_basemap.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "map_files\NorthStar\north_star.dmm"
1414
#include "map_files\IceBoxStation\IceBoxStation.dmm"
1515
#include "map_files\tramstation\tramstation.dmm"
16+
#include "map_files\IceBoxStation\CraterStation.dmm"
1617

1718
#ifdef CIBUILDING
1819
#include "templates.dm"

_maps/crater.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": 1,
3+
"map_name": "Crater Station",
4+
"map_path": "map_files/IceBoxStation",
5+
"map_file": "CraterStation.dmm",
6+
"space_ruin_levels": 0,
7+
"space_empty_levels": 0,
8+
"planetary": 1,
9+
"shuttles": {
10+
"cargo": "cargo_nova",
11+
"ferry": "ferry_fancy",
12+
"whiteship": "whiteship_box",
13+
"emergency": "emergency_crater"
14+
},
15+
"orbit_shift_replacement": "Attention crew, it appears that someone has transmitted your outpost's location on unsecure wideband frequencies. Expect increased threats.",
16+
"particle_weathers": [
17+
"weather_snow"
18+
],
19+
"traits": [
20+
{
21+
"Up": true,
22+
"Mining": true,
23+
"Linkage": null,
24+
"Gravity": true,
25+
"Daycycle": true,
26+
"Ice Ruins Underground": true,
27+
"Baseturf": "/turf/open/lava/plasma/ice_moon",
28+
"No Parallax": true,
29+
"Forced Safety": true
30+
},
31+
{
32+
"Down": true,
33+
"Up": true,
34+
"Mining": true,
35+
"Linkage": null,
36+
"Gravity": true,
37+
"Daycycle": true,
38+
"Ice Ruins Underground": true,
39+
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
40+
"No Parallax": true
41+
},
42+
{
43+
"Down": true,
44+
"Mining": true,
45+
"Linkage": null,
46+
"Gravity": true,
47+
"Ice Ruins": true,
48+
"Daycycle": true,
49+
"Baseturf": "/turf/open/openspace/icemoon/keep_below",
50+
"No Parallax": true
51+
}
52+
],
53+
"minetype": "none",
54+
"blacklist_file": "iceruinblacklist.txt",
55+
"job_changes": {
56+
"Captain": {
57+
"special_charter": "moon"
58+
}
59+
}
60+
}

0 commit comments

Comments
 (0)