From c2bb36ce2fc5b5d616507e6800c141b49a7a3c0e Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Sat, 3 Sep 2022 12:12:39 -0400 Subject: [PATCH] ID tweaks --- mods/more_worlds.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mods/more_worlds.js b/mods/more_worlds.js index db08d658..2e0c91c6 100644 --- a/mods/more_worlds.js +++ b/mods/more_worlds.js @@ -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 }; }); - }; +};