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/maps/the_repetitive/metadata.txtpb | 4 ---- data/maps/the_repetitive/rooms/Anti Room.txtpb | 10 +++++++++- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'data/maps') 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