diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-11 21:28:48 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-11 21:28:48 -0400 |
commit | 6cdf94124bcfda082e1cacb64a534ef881af35d2 (patch) | |
tree | f6d9d3fce639751abdafd39413088348794b2768 /data | |
parent | 6420f7de877513d2e9713846ee10fb3ecc7aa5ab (diff) | |
download | lingo2-archipelago-6cdf94124bcfda082e1cacb64a534ef881af35d2.tar.gz lingo2-archipelago-6cdf94124bcfda082e1cacb64a534ef881af35d2.tar.bz2 lingo2-archipelago-6cdf94124bcfda082e1cacb64a534ef881af35d2.zip |
[Data] Added Lime Hexes location
Diffstat (limited to 'data')
-rw-r--r-- | data/ids.yaml | 1 | ||||
-rw-r--r-- | data/maps/daedalus/doors.txtpb | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/data/ids.yaml b/data/ids.yaml index 30a400b..915985c 100644 --- a/data/ids.yaml +++ b/data/ids.yaml | |||
@@ -1044,6 +1044,7 @@ maps: | |||
1044 | House Entrance: 1495 | 1044 | House Entrance: 1495 |
1045 | House Side Door: 1566 | 1045 | House Side Door: 1566 |
1046 | Intense Room Entrance: 1522 | 1046 | Intense Room Entrance: 1522 |
1047 | Lime Hexes: 2810 | ||
1047 | Magenta Hexes: 2272 | 1048 | Magenta Hexes: 2272 |
1048 | Magic Room Entrance: 1500 | 1049 | Magic Room Entrance: 1500 |
1049 | Magic Room Panels: 1499 | 1050 | Magic Room Panels: 1499 |
diff --git a/data/maps/daedalus/doors.txtpb b/data/maps/daedalus/doors.txtpb index 4291d7c..550ad0b 100644 --- a/data/maps/daedalus/doors.txtpb +++ b/data/maps/daedalus/doors.txtpb | |||
@@ -2305,3 +2305,14 @@ doors { | |||
2305 | receivers: "Components/Paintings/Temple of the Eyes/eyeRedStart/teleportListener" | 2305 | receivers: "Components/Paintings/Temple of the Eyes/eyeRedStart/teleportListener" |
2306 | double_letters: true | 2306 | double_letters: true |
2307 | } | 2307 | } |
2308 | doors { | ||
2309 | name: "Lime Hexes" | ||
2310 | type: LOCATION_ONLY | ||
2311 | panels { room: "Tree Entrance" name: "RAT" } | ||
2312 | panels { room: "Tree Entrance" name: "DIFFERENCE" } | ||
2313 | panels { room: "Tree Entrance" name: "LEANS" } | ||
2314 | panels { room: "Tree Entrance" name: "QUESTION" } | ||
2315 | panels { room: "Tree Entrance" name: "WHERE" } | ||
2316 | panels { room: "Tree Entrance" name: "SUNDER" } | ||
2317 | location_room: "Tree Entrance" | ||
2318 | } | ||