-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 100K Challenge to move the temperature ID for new worlds farth…
…er up and out of range of any foreseeable future addition to the Klei temperature ranges.
- Loading branch information
1 parent
643de45
commit 6de82f8
Showing
12 changed files
with
14 additions
and
14 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldForest | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
density: | ||
min: 10 | ||
max: 15 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldFrozen | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
minChildCount: 4 | ||
density: | ||
min: 10 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldJungle | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
density: | ||
min: 10 | ||
max: 15 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldHotMarsh | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
density: | ||
min: 20 | ||
max: 25 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldOcean | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
density: | ||
min: 10 | ||
max: 15 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/OilPockets | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
minChildCount: 2 | ||
density: | ||
min: 35 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldRust | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
density: | ||
min: 10 | ||
max: 15 | ||
|
2 changes: 1 addition & 1 deletion
2
Challenge100K/worldgen/subworlds/sandstone/SandstoneFrigid.yaml
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/Sandstone | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
density: | ||
min: 10 | ||
max: 20 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/Generic | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
minChildCount: 4 | ||
density: | ||
min: 35 | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
biomeNoise: noise/subworldFrozen | ||
temperatureRange: 12 | ||
temperatureRange: 25 | ||
minChildCount: 1 | ||
density: | ||
min: 70 | ||
|