diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-25 23:03:04 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-25 23:03:04 -0400 |
| commit | 523757481b2306614806a23981721d4a64abb134 (patch) | |
| tree | ba991fbd9de1fc707477a8c9cf69db6bc2cc8679 /data/maps/the_tenacious/connections.txtpb | |
| parent | 30dcf054a489ec4123e5048579df151bc1e76817 (diff) | |
| download | lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.tar.gz lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.tar.bz2 lingo2-archipelago-523757481b2306614806a23981721d4a64abb134.zip | |
Added the_tenacious
Diffstat (limited to 'data/maps/the_tenacious/connections.txtpb')
| -rw-r--r-- | data/maps/the_tenacious/connections.txtpb | 35 |
1 files changed, 35 insertions, 0 deletions
| diff --git a/data/maps/the_tenacious/connections.txtpb b/data/maps/the_tenacious/connections.txtpb new file mode 100644 index 0000000..56716e0 --- /dev/null +++ b/data/maps/the_tenacious/connections.txtpb | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Control Center Entrance" | ||
| 3 | to_room: "Main Area" | ||
| 4 | door { name: "Control Center Entrance" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Main Area" | ||
| 8 | to_room: "Control Center Entrance" | ||
| 9 | door { name: "K Entered" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Paintings Room" | ||
| 13 | to_room: "Main Area" | ||
| 14 | door { name: "Paintings Door" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Wisdom Room" | ||
| 18 | to_room: "Main Area" | ||
| 19 | door { name: "Wisdom Door" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Tower Room" | ||
| 23 | to_room: "Main Area" | ||
| 24 | door { name: "Tower Door" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "Color Room" | ||
| 28 | to_room: "Main Area" | ||
| 29 | door { name: "Color Door" } | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "Main Area" | ||
| 33 | to_room: "Mastery" | ||
| 34 | door { name: "Mastery" } | ||
| 35 | } | ||
