forked from SPLURT-Station/S.P.L.U.R.T-Station-13
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into ministore
- Loading branch information
Showing
146 changed files
with
336,943 additions
and
3,587 deletions.
There are no files selected for viewing
454 changes: 235 additions & 219 deletions
454
_maps/RandomRuins/SpaceRuins/BlueMoon/forgotten_ship.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,343 changes: 885 additions & 458 deletions
1,343
_maps/RandomRuins/SpaceRuins/BlueMoon/space_syndicate_base.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define FORCE_MAP "_maps/icemoonstation.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"map_name": "IceMoon Station", | ||
"map_path": "map_files/bluemoon_maps", | ||
"map_file": "icemoonstation.dmm", | ||
"station_ruin_budget": 0, | ||
"space_ruin_levels": 0, | ||
"space_empty_levels": 0, | ||
"shuttles": { | ||
"cargo": "cargo_box", | ||
"ferry": "ferry_fancy", | ||
"whiteship": "whiteship_box", | ||
"emergency": "emergency_box" | ||
}, | ||
"traits": [ | ||
{ | ||
"Up": 1, | ||
"Gravity": true, | ||
"Baseturf": "/turf/open/lava/plasma/ice_moon", | ||
"Linkage": "null", | ||
"Mining": true | ||
}, | ||
{ | ||
"Up": 1, | ||
"Down": -1, | ||
"Gravity": true, | ||
"Baseturf": "/turf/open/openspace/icemoon", | ||
"Linkage": "null", | ||
"Mining": true | ||
}, | ||
{ | ||
"Down": -1, | ||
"Gravity": true, | ||
"Baseturf": "/turf/open/openspace", | ||
"Weather_Snowstorm": true, | ||
"Linkage": "null", | ||
"Mining": true | ||
} | ||
], | ||
"minetype": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.