From 487af3a34ad0141a3d51c4fc3dcbb5dce78164f3 Mon Sep 17 00:00:00 2001 From: SuperObamaByte <145173390+SuperObamaByte@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:44:59 -0500 Subject: [PATCH] Update Orthomagmatic.rcbp --- structures/active/Orthomagmatic.rcbp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/structures/active/Orthomagmatic.rcbp b/structures/active/Orthomagmatic.rcbp index ff3fab4a8..939d36e67 100644 --- a/structures/active/Orthomagmatic.rcbp +++ b/structures/active/Orthomagmatic.rcbp @@ -2,15 +2,19 @@ "data": [ { "biomes": "$WASTELAND", - "weight": 1.2 + "weight": 1.5 }, { "biomes": "$MOUNTAIN", - "weight": 0.6 + "weight": 0.75 }, { "biomes": "volcanic", - "weight": 1.2 + "weight": 1.5 + }, + { + "biomes": "", + "weight": 0.1 } ], "metadata": { @@ -19,4 +23,4 @@ "" ] } -} \ No newline at end of file +}