From c909a4f022d252dc0da6b30c64e76cdfe9537460 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 13 Sep 2025 11:14:29 -0400 Subject: [Data] Added the hidden EYE panel in the anti collectable room --- data/ids.yaml | 3 ++- data/maps/the_repetitive/metadata.txtpb | 4 ---- data/maps/the_repetitive/rooms/Anti Room.txtpb | 10 +++++++++- 3 files changed, 11 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/ids.yaml b/data/ids.yaml index 7120168..2eba46a 100644 --- a/data/ids.yaml +++ b/data/ids.yaml @@ -2652,7 +2652,8 @@ maps: rooms: Anti Room: panels: - EYE: 1041 + EYE (1): 1041 + EYE (2): 2813 HA (1): 1035 HA (2): 1036 HA (3): 1037 diff --git a/data/maps/the_repetitive/metadata.txtpb b/data/maps/the_repetitive/metadata.txtpb index 6f5c459..76a0f50 100644 --- a/data/maps/the_repetitive/metadata.txtpb +++ b/data/maps/the_repetitive/metadata.txtpb @@ -1,10 +1,6 @@ display_name: "The Repetitive" -# The anti-collectable doesn't fit into our system right now so let's ignore it. -excluded_nodes: "Components/Collectables/anticollectable" # These paintings are directly above/behind panels and thus can't be entered. excluded_nodes: "Meshes/eyeRed3" excluded_nodes: "Meshes/eyeRed4" -# I do not know what this is. -excluded_nodes: "Components/Doors/Door3/Hinge/panel_i" # This has something to do with the magenta room entrance proxy panel. excluded_nodes: "Panels/Eval/panel_26_proxyied_fake" diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb index 11e1468..65a99ff 100644 --- a/data/maps/the_repetitive/rooms/Anti Room.txtpb +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb @@ -37,9 +37,17 @@ panels { symbols: EXAMPLE } panels { - name: "EYE" + name: "EYE (1)" path: "Panels/Entry/panel4" clue: "eye" answer: "iris" symbols: BOXES } +panels { + # This appears after grabbing the anti-collectable. + name: "EYE (2)" + path: "Components/Doors/Door3/Hinge/panel_i" + clue: "eye" + answer: "i" + symbols: ZERO +} -- cgit 1.4.1