From 97cc3a4aba4dba73a752dc4ef5e9d40c7d5c207f Mon Sep 17 00:00:00 2001 From: nerthul11 Date: Mon, 6 Jan 2025 23:45:02 -0300 Subject: [PATCH] Deepnest_39 logic fixes --- BreakableWallRandomizer.cs | 2 +- BreakableWallRandomizer.csproj | 4 ++-- Resources/Data/BreakableWallObjects.json | 16 +++++++++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/BreakableWallRandomizer.cs b/BreakableWallRandomizer.cs index 8b14a7a..d5b7eac 100644 --- a/BreakableWallRandomizer.cs +++ b/BreakableWallRandomizer.cs @@ -9,7 +9,7 @@ namespace BreakableWallRandomizer public class BreakableWallRandomizer : Mod, IGlobalSettings { new public string GetName() => "Breakable Wall Randomizer"; - public override string GetVersion() => "3.0.3.0"; + public override string GetVersion() => "3.0.3.1"; public BWR_Settings GS { get; set; } = new(); private static BreakableWallRandomizer _instance; public BreakableWallRandomizer() : base() diff --git a/BreakableWallRandomizer.csproj b/BreakableWallRandomizer.csproj index 7c79431..4c813b4 100644 --- a/BreakableWallRandomizer.csproj +++ b/BreakableWallRandomizer.csproj @@ -8,8 +8,8 @@ BreakableWallRandomizer A Randomizer add-on for wall and floor objects. Copyright ©2023 - 3.0.3.0 - 3.0.3.0 + 3.0.3.1 + 3.0.3.1 bin\$(Configuration)\ latest diff --git a/Resources/Data/BreakableWallObjects.json b/Resources/Data/BreakableWallObjects.json index 3a5ffce..41ecf20 100644 --- a/Resources/Data/BreakableWallObjects.json +++ b/Resources/Data/BreakableWallObjects.json @@ -710,6 +710,18 @@ "logicSubstitutions": { "Deepnest_39": { "Deepnest_39[door1]": "(Deepnest_39[door1] + Wall-Weaver's_Den_Entrance)" + }, + "Deepnest_39[left1]": { + "Deepnest_39[door1]": "(Deepnest_39[door1] + Wall-Weaver's_Den_Entrance)" + }, + "Deepnest_39[top1]": { + "Deepnest_39[door1]": "(Deepnest_39[door1] + Wall-Weaver's_Den_Entrance)" + }, + "Deepnest_39[right1]": { + "Deepnest_39[door1]": "(Deepnest_39[door1] + Wall-Weaver's_Den_Entrance)" + }, + "Rancid_Egg-Dark_Deepnest": { + "Deepnest_39[door1]": "(Deepnest_39[door1] + Wall-Weaver's_Den_Entrance)" } } }, @@ -727,7 +739,9 @@ "groupWalls": [], "group": "", "logic": "(LANTERN | NOLANTERN?FALSE | DARKROOMS) + (Deepnest_39[left1] | Deepnest_39[top1] | Deepnest_39[door1] + Wall-Weaver's_Den_Entrance | Deepnest_39[right1] + (LEFTCLAW | WINGS + RIGHTCLAW | (WINGS | RIGHTCLAW) + ENEMYPOGOS | Plank-Deepnest_Dark_Room_Egg))", - "logicOverrides": {}, + "logicOverrides": { + "Rancid_Egg-Dark_Deepnest": "(ORIG) | Deepnest_39[right1] + Plank-Deepnest_Dark_Room_Egg" + }, "logicSubstitutions": {} }, {