about summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-13 11:14:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-13 11:14:29 -0400
commitc909a4f022d252dc0da6b30c64e76cdfe9537460 (patch)
tree7963029e79581dec2d6ee48b68ccc106908b7cf9 /data
parente2f1312753a8c7d60a3fd0ee1ff0123a58109a4d (diff)
downloadlingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.tar.gz
lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.tar.bz2
lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.zip
[Data] Added the hidden EYE panel in the anti collectable room
Diffstat (limited to 'data')
-rw-r--r--data/ids.yaml3
-rw-r--r--data/maps/the_repetitive/metadata.txtpb4
-rw-r--r--data/maps/the_repetitive/rooms/Anti Room.txtpb10
3 files changed, 11 insertions, 6 deletions
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:
2652 rooms: 2652 rooms:
2653 Anti Room: 2653 Anti Room:
2654 panels: 2654 panels:
2655 EYE: 1041 2655 EYE (1): 1041
2656 EYE (2): 2813
2656 HA (1): 1035 2657 HA (1): 1035
2657 HA (2): 1036 2658 HA (2): 1036
2658 HA (3): 1037 2659 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 @@
1display_name: "The Repetitive" 1display_name: "The Repetitive"
2# The anti-collectable doesn't fit into our system right now so let's ignore it.
3excluded_nodes: "Components/Collectables/anticollectable"
4# These paintings are directly above/behind panels and thus can't be entered. 2# These paintings are directly above/behind panels and thus can't be entered.
5excluded_nodes: "Meshes/eyeRed3" 3excluded_nodes: "Meshes/eyeRed3"
6excluded_nodes: "Meshes/eyeRed4" 4excluded_nodes: "Meshes/eyeRed4"
7# I do not know what this is.
8excluded_nodes: "Components/Doors/Door3/Hinge/panel_i"
9# This has something to do with the magenta room entrance proxy panel. 5# This has something to do with the magenta room entrance proxy panel.
10excluded_nodes: "Panels/Eval/panel_26_proxyied_fake" 6excluded_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 {
37 symbols: EXAMPLE 37 symbols: EXAMPLE
38} 38}
39panels { 39panels {
40 name: "EYE" 40 name: "EYE (1)"
41 path: "Panels/Entry/panel4" 41 path: "Panels/Entry/panel4"
42 clue: "eye" 42 clue: "eye"
43 answer: "iris" 43 answer: "iris"
44 symbols: BOXES 44 symbols: BOXES
45} 45}
46panels {
47 # This appears after grabbing the anti-collectable.
48 name: "EYE (2)"
49 path: "Components/Doors/Door3/Hinge/panel_i"
50 clue: "eye"
51 answer: "i"
52 symbols: ZERO
53}