diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 00:05:27 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 00:05:27 -0400 |
| commit | d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3 (patch) | |
| tree | 143c1fee148ed6319d9de71d2d729d764d73bcaf /data/maps/the_three_doors/doors.txtpb | |
| parent | 523757481b2306614806a23981721d4a64abb134 (diff) | |
| download | lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.tar.gz lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.tar.bz2 lingo2-archipelago-d29e2a00ca4f33cf4b6b12211e9ddb0896f559d3.zip | |
Added the_three_doors
Diffstat (limited to 'data/maps/the_three_doors/doors.txtpb')
| -rw-r--r-- | data/maps/the_three_doors/doors.txtpb | 53 |
1 files changed, 53 insertions, 0 deletions
| diff --git a/data/maps/the_three_doors/doors.txtpb b/data/maps/the_three_doors/doors.txtpb new file mode 100644 index 0000000..99fbcee --- /dev/null +++ b/data/maps/the_three_doors/doors.txtpb | |||
| @@ -0,0 +1,53 @@ | |||
| 1 | doors { | ||
| 2 | name: "Firs Door" | ||
| 3 | type: EVENT | ||
| 4 | panels { room: "Silver Portal Room" name: "GOLD" } | ||
| 5 | panels { room: "Silver Portal Room" name: "PORT" } | ||
| 6 | panels { room: "Silver Portal Room" name: "Left" } | ||
| 7 | panels { room: "Silver Portal Room" name: "Right" } | ||
| 8 | } | ||
| 9 | doors { | ||
| 10 | name: "Initial Door" | ||
| 11 | type: EVENT | ||
| 12 | panels { room: "Silver Portal Room" name: "GOLD" } | ||
| 13 | panels { room: "Silver Portal Room" name: "PORT" } | ||
| 14 | panels { room: "Silver Portal Room" name: "Left" } | ||
| 15 | panels { room: "Silver Portal Room" name: "Right" } | ||
| 16 | } | ||
| 17 | doors { | ||
| 18 | name: "Second Left Door" | ||
| 19 | type: EVENT | ||
| 20 | panels { room: "First Second Room" name: "FIRS" } | ||
| 21 | panels { room: "First Second Room" name: "INITIAL" } | ||
| 22 | panels { room: "First Second Room" name: "MINUTE (1)" } | ||
| 23 | panels { room: "First Second Room" name: "MINUTE (2)" } | ||
| 24 | } | ||
| 25 | doors { | ||
| 26 | name: "Second Right Door" | ||
| 27 | type: EVENT | ||
| 28 | panels { room: "Loose Strings Room" name: "LOOSE" } | ||
| 29 | panels { room: "Loose Strings Room" name: "STRINGS" } | ||
| 30 | panels { room: "One Luck Room" name: "LONE" } | ||
| 31 | panels { room: "One Luck Room" name: "CHANCE" } | ||
| 32 | } | ||
| 33 | doors { | ||
| 34 | name: "The Three Doors Gravestone" | ||
| 35 | type: GRAVESTONE | ||
| 36 | panels { room: "First Second Room" name: "FIRS" } | ||
| 37 | panels { room: "First Second Room" name: "INITIAL" } | ||
| 38 | panels { room: "First Second Room" name: "MINUTE (1)" } | ||
| 39 | panels { room: "First Second Room" name: "MINUTE (2)" } | ||
| 40 | panels { room: "Silver Portal Room" name: "GOLD" } | ||
| 41 | panels { room: "Silver Portal Room" name: "PORT" } | ||
| 42 | panels { room: "Silver Portal Room" name: "Left" } | ||
| 43 | panels { room: "Silver Portal Room" name: "Right" } | ||
| 44 | panels { room: "Loose Strings Room" name: "LOOSE" } | ||
| 45 | panels { room: "Loose Strings Room" name: "STRINGS" } | ||
| 46 | panels { room: "One Luck Room" name: "LONE" } | ||
| 47 | panels { room: "One Luck Room" name: "CHANCE" } | ||
| 48 | panels { room: "Dead End Room" name: "DOOR" } | ||
| 49 | panels { room: "Dead End Room" name: "WAYS" } | ||
| 50 | panels { room: "Dead End Room" name: "DEAD" } | ||
| 51 | panels { room: "Dead End Room" name: "END" } | ||
| 52 | location_room: "Loose Strings Room" | ||
| 53 | } | ||
