Skip to content

Commit

Permalink
V1.1.3.0
Browse files Browse the repository at this point in the history
~ Reworked pool spawns slightly
~ Retweaked the horizon masks
~ Upped threat scale from 4-5 to 5-6
+ Added Ice Fire, Snow, and Precursor (Surface) to surface layer
+ Added Coral Cave to underground layers 1-3
+ Added Ice Cave to underground 2-3
~ Increased ocean level offset by 500 (to 1500)
  • Loading branch information
SkyeRangerDelta committed Aug 26, 2023
1 parent 5678431 commit b799015
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Binary file modified Releases/NitrogenDeep.pak
Binary file not shown.
2 changes: 1 addition & 1 deletion _metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "1.1.2.0",
"version" : "1.1.3.0",
"tags" : "Planets and Environments",
"author" : "SkyeRangerDelta",
"description" : "Mod that adds a new planet similar to Frackin Universe's Nitrogen Sea (but a bit colder). It is simply a massive liquid nitrogen expanse without a large terrain covering; like an Arctic world. It spawns in Tier 5 and 6 systems. Note that uninstallation requires a universe wipe.",
Expand Down
11 changes: 7 additions & 4 deletions terrestrial_worlds.config.patch
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"primaryRegion": [
"nitrogendeep"
],
"secondaryRegions": [
"icefire", "snow", "precursorsurface"
],
"dungeons": [
[1.0, "apextestfacility"],
[1.0, "apexunderwaterlab"],
Expand All @@ -33,15 +36,15 @@
]
},
"underground1": {
"primaryRegion": ["nitrogenseaunderground"]
"primaryRegion": ["nitrogenseaunderground", "ffcoralcave"]
},
"underground2": {
"primaryRegion": ["icewasteunderground"],
"secondaryRegions": ["precursorunderground"]
"secondaryRegions": ["precursorunderground", "icecaves", "ffcoralcave"]
},
"underground3": {
"primaryRegion": ["icewasteunderground"],
"secondaryRegions": ["precursorunderground"]
"secondaryRegions": ["precursorunderground", "icecaves", "ffcoralcave"]
},
"core": {
"primaryRegion": ["nitrogencore"]
Expand Down Expand Up @@ -82,7 +85,7 @@
"oceanLiquid": [
"liquidnitrogen"
],
"oceanLevelOffset": 1000,
"oceanLevelOffset": 1500,
"blockSelector": [
"ledgesSurface"
],
Expand Down

0 comments on commit b799015

Please sign in to comment.