forked from yogstation13/Yogstation
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* testmerge icemeta overhaul * Update IceMeta.dmm * Update IceMeta.dmm * Update IceMeta.dmm * Update IceMeta.dmm * Update IceMeta.dmm * Update IceMeta.dmm * Update IceMeta.dmm * fix 1 * Update IceMeta.dmm * upd * upd
- Loading branch information
Showing
5 changed files
with
285,728 additions
and
0 deletions.
There are no files selected for viewing
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 "icemeta_drip" |
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,49 @@ | ||
{ | ||
"map_name": "IceMeta_drip", | ||
"map_path": "map_files/IceMeta_drip", | ||
"map_file": "IceMeta_drip.dmm", | ||
"space_ruin_levels": 0, | ||
"space_empty_levels": 0, | ||
"planetary": 1, | ||
"shuttles": { | ||
"cargo": "cargo_box", | ||
"ferry": "ferry_fancy", | ||
"emergency": "emergency_meta" | ||
}, | ||
"traits": [ | ||
{ | ||
"Up": true, | ||
"Linkage": null, | ||
"Weather_Snowstorm": true, | ||
"Mining": true, | ||
"Gravity": true, | ||
"Ice Ruins Underground": true, | ||
"Bombcap Multiplier": 2.5, | ||
"Baseturf": "/turf/open/lava/plasma/ice_moon", | ||
"No Parallax": true | ||
}, | ||
{ | ||
"Down": true, | ||
"Up": true, | ||
"Linkage": null, | ||
"Weather_Snowstorm": true, | ||
"Mining": true, | ||
"Gravity": true, | ||
"Bombcap Multiplier": 2.5, | ||
"Ice Ruins": true, | ||
"Baseturf": "/turf/open/openspace/icemoon/keep_below", | ||
"No Parallax": true | ||
}, | ||
{ | ||
"Down": true, | ||
"Linkage": null, | ||
"Weather_Snowstorm": true, | ||
"Ice Ruins": true, | ||
"Mining": true, | ||
"Gravity": true, | ||
"Baseturf": "/turf/open/openspace/icemoon/keep_below", | ||
"No Parallax": true | ||
} | ||
], | ||
"minetype": "none" | ||
} |
Oops, something went wrong.