From 8de745f4d3350ac848c9362a33e223c0ff94fdcf Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 9 Sep 2025 16:44:09 -0400 Subject: Added symbol shuffle Also fixed unlocked letters + any double letter cyan doors, and tweaked some logic related to important panels with symbols on them. --- data/maps/the_entry/rooms/Starting Room.txtpb | 4 +++- data/maps/the_great/doors.txtpb | 5 +++++ data/maps/the_great/rooms/West Side.txtpb | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'data/maps') diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index bc77e6d..8e8373b 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb @@ -24,7 +24,9 @@ panels { path: "Panels/Entry/front_1" clue: "eye" answer: "i" - symbols: ZERO + #symbols: ZERO + # This panel blocks getting N1 and T1. We will mod it to be I/I with no symbol + # when symbol shuffle is on. } panels { name: "HINT" diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index f0f2fde..5d0e90d 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb @@ -508,3 +508,8 @@ doors { receivers: "Panels/General/entry_7/teleportListener" double_letters: true } +doors { + name: "Partial Entrance" + type: EVENT + panels { room: "West Side" name: "CLUE" } +} diff --git a/data/maps/the_great/rooms/West Side.txtpb b/data/maps/the_great/rooms/West Side.txtpb index daf1718..8279e16 100644 --- a/data/maps/the_great/rooms/West Side.txtpb +++ b/data/maps/the_great/rooms/West Side.txtpb @@ -76,4 +76,5 @@ ports { path: "Meshes/Blocks/Warps/worldport7" orientation: "east" # ER with this is weird; make sure to place on the surface + required_door { name: "Partial Entrance" } } -- cgit 1.4.1