diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-13 11:05:13 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-13 11:05:13 -0400 |
commit | 3445e5ace4bc5349000cb30b27b4617b48ec4119 (patch) | |
tree | 49e964be62a3683ed774f47dba4e6485c0bb406b /data | |
parent | fd7007157f9c9b7f8b12adc6aa601b4a5d89df05 (diff) | |
download | lingo2-archipelago-3445e5ace4bc5349000cb30b27b4617b48ec4119.tar.gz lingo2-archipelago-3445e5ace4bc5349000cb30b27b4617b48ec4119.tar.bz2 lingo2-archipelago-3445e5ace4bc5349000cb30b27b4617b48ec4119.zip |
Add anti-collectable location
Diffstat (limited to 'data')
-rw-r--r-- | data/ids.yaml | 1 | ||||
-rw-r--r-- | data/maps/the_repetitive/doors.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_repetitive/rooms/Anti Room.txtpb | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/data/ids.yaml b/data/ids.yaml index e38dfcc..7120168 100644 --- a/data/ids.yaml +++ b/data/ids.yaml | |||
@@ -2759,6 +2759,7 @@ maps: | |||
2759 | W: 1117 | 2759 | W: 1117 |
2760 | ZEROING: 1118 | 2760 | ZEROING: 1118 |
2761 | doors: | 2761 | doors: |
2762 | Anti-Collectable: 2812 | ||
2762 | Anti-Collectable Room: 1025 | 2763 | Anti-Collectable Room: 1025 |
2763 | Black Hallway: 2780 | 2764 | Black Hallway: 2780 |
2764 | Cyan Door: 1028 | 2765 | Cyan Door: 1028 |
diff --git a/data/maps/the_repetitive/doors.txtpb b/data/maps/the_repetitive/doors.txtpb index 8171dc4..d964928 100644 --- a/data/maps/the_repetitive/doors.txtpb +++ b/data/maps/the_repetitive/doors.txtpb | |||
@@ -194,3 +194,9 @@ doors { | |||
194 | panels { room: "Yellow Room" name: "ASSESSES" } | 194 | panels { room: "Yellow Room" name: "ASSESSES" } |
195 | panels { room: "Yellow Room" name: "TINTING" } | 195 | panels { room: "Yellow Room" name: "TINTING" } |
196 | } | 196 | } |
197 | doors { | ||
198 | name: "Anti-Collectable" | ||
199 | type: LOCATION_ONLY | ||
200 | senders: "Components/Collectables/anticollectable" | ||
201 | location_room: "Anti Room" | ||
202 | } | ||
diff --git a/data/maps/the_repetitive/rooms/Anti Room.txtpb b/data/maps/the_repetitive/rooms/Anti Room.txtpb index 641fede..11e1468 100644 --- a/data/maps/the_repetitive/rooms/Anti Room.txtpb +++ b/data/maps/the_repetitive/rooms/Anti Room.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Anti Room" | 1 | name: "Anti Room" |
2 | # Ignore the collectible. The mod should remove it and the back wall too. | ||
3 | panels { | 2 | panels { |
4 | name: "HA (1)" | 3 | name: "HA (1)" |
5 | path: "Panels/Entry/panel_7" | 4 | path: "Panels/Entry/panel_7" |