ID tweaks

This commit is contained in:
O-01-67 2022-09-03 12:12:39 -04:00 committed by GitHub
parent 6b95bf5842
commit c2bb36ce2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -870,9 +870,13 @@ if(enabledMods.includes("mods/the_ground.js")) {
//Desert
worldgentypes.irradiated_desert = {
worldgentypes.nuclear_wasteland_desert = {
layers: [
[0.97, "fallout", 0.4],
[0.95, "irradiated_gravel", 0.6],
[0.65, "liquid_irradium", 0.01],
[0.65, "cancer", 0.02],
[0.65, "bone", 0.02],
[0.65, "irradiated_sand"],
[0.55, "cancer", 0.01],
[0.55, "bone", 0.01],
@ -883,4 +887,4 @@ if(enabledMods.includes("mods/the_ground.js")) {
temperature: -13
};
});
};
};