diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-13 11:14:29 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-13 11:14:29 -0400 |
commit | c909a4f022d252dc0da6b30c64e76cdfe9537460 (patch) | |
tree | 7963029e79581dec2d6ee48b68ccc106908b7cf9 /data | |
parent | e2f1312753a8c7d60a3fd0ee1ff0123a58109a4d (diff) | |
download | lingo2-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.yaml | 3 | ||||
-rw-r--r-- | data/maps/the_repetitive/metadata.txtpb | 4 | ||||
-rw-r--r-- | data/maps/the_repetitive/rooms/Anti Room.txtpb | 10 |
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 @@ | |||
1 | display_name: "The Repetitive" | 1 | display_name: "The Repetitive" |
2 | # The anti-collectable doesn't fit into our system right now so let's ignore it. | ||
3 | excluded_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. |
5 | excluded_nodes: "Meshes/eyeRed3" | 3 | excluded_nodes: "Meshes/eyeRed3" |
6 | excluded_nodes: "Meshes/eyeRed4" | 4 | excluded_nodes: "Meshes/eyeRed4" |
7 | # I do not know what this is. | ||
8 | excluded_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. |
10 | excluded_nodes: "Panels/Eval/panel_26_proxyied_fake" | 6 | 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 { | |||
37 | symbols: EXAMPLE | 37 | symbols: EXAMPLE |
38 | } | 38 | } |
39 | panels { | 39 | panels { |
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 | } |
46 | panels { | ||
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 | } | ||