From c68f899a111586036b90fb4aa19f2e9ebcd157f8 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Thu, 6 Aug 2020 14:51:07 -0400 Subject: [PATCH] Redwood Cliffs as child not regional --- overworld/biomes/tundra-redwood-cliffs.json | 3 ++- overworld/biomes/tundra-redwoods.json | 5 +++-- overworld/regions/tundra.json | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/overworld/biomes/tundra-redwood-cliffs.json b/overworld/biomes/tundra-redwood-cliffs.json index d13d1aa7..5363f923 100644 --- a/overworld/biomes/tundra-redwood-cliffs.json +++ b/overworld/biomes/tundra-redwood-cliffs.json @@ -1,5 +1,6 @@ { - "name": "Ornate Redwood Cliffs", + "name": "Redwood Cliffs", + "rarity": 3, "layers": [ { "dispersion": "WISPY", diff --git a/overworld/biomes/tundra-redwoods.json b/overworld/biomes/tundra-redwoods.json index d2f6ebf1..4cc00704 100644 --- a/overworld/biomes/tundra-redwoods.json +++ b/overworld/biomes/tundra-redwoods.json @@ -1,5 +1,5 @@ { - "name": "Ornate Redwoods", + "name": "Redwoods", "layers": [ { "dispersion": "WISPY", @@ -38,7 +38,8 @@ }, "children": [ - "tundra-spruce-denmyre" + "tundra-spruce-denmyre", + "tundra-redwood-cliffs" ], "objects": [ { diff --git a/overworld/regions/tundra.json b/overworld/regions/tundra.json index 72357fc6..54227983 100644 --- a/overworld/regions/tundra.json +++ b/overworld/regions/tundra.json @@ -8,7 +8,6 @@ "landBiomes": [ "tundra-taiga", "tundra-redwoods", - "tundra-redwood-cliffs", "tundra-pines", "tundra-mountains", "rocky-mountains"