diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
| commit | 804ad0c230672813efdca5b6816a5de49354f375 (patch) | |
| tree | 40e65adad6a28a9d2899e3dbbad697ff42c8851b /data/maps/control_center/connections.txtpb | |
| parent | 5333430a092d4d8c42561f82c7ff6e57f8700455 (diff) | |
| download | lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.gz lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.bz2 lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.zip | |
Added control_center
Diffstat (limited to 'data/maps/control_center/connections.txtpb')
| -rw-r--r-- | data/maps/control_center/connections.txtpb | 85 |
1 files changed, 85 insertions, 0 deletions
| diff --git a/data/maps/control_center/connections.txtpb b/data/maps/control_center/connections.txtpb new file mode 100644 index 0000000..432d39d --- /dev/null +++ b/data/maps/control_center/connections.txtpb | |||
| @@ -0,0 +1,85 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Entry" | ||
| 3 | to_room: "Main Area" | ||
| 4 | door { name: "Front Door" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Main Area" | ||
| 8 | to_room: "Stormy Entrance" | ||
| 9 | door { name: "Stormy Entrance" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Entry" | ||
| 13 | to_room: "Hide Room" | ||
| 14 | door { name: "Hidden Door" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Main Area" | ||
| 18 | to_room: "Mint Ending" | ||
| 19 | door { name: "Mint Ending Door" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Main Area" | ||
| 23 | to_room: "Entry Entrance" | ||
| 24 | door { name: "X1 Door" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "Main Area" | ||
| 28 | to_room: "Unkempt Entrance" | ||
| 29 | door { name: "Unkempt Door" } | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "Main Area" | ||
| 33 | to_room: "Partial Entrance" | ||
| 34 | door { name: "Partial Door" } | ||
| 35 | } | ||
| 36 | connections { | ||
| 37 | from_room: "Main Area" | ||
| 38 | to_room: "White Ending" | ||
| 39 | door { name: "White Ending Door" } | ||
| 40 | } | ||
| 41 | connections { | ||
| 42 | from_room: "Main Area" | ||
| 43 | to_room: "Repetitive Entrance" | ||
| 44 | door { name: "Repetitive Entrance" } | ||
| 45 | } | ||
| 46 | connections { | ||
| 47 | from_room: "Main Area" | ||
| 48 | to_room: "Perceptive Entrance" | ||
| 49 | door { name: "Perceptive From Outside" } | ||
| 50 | } | ||
| 51 | connections { | ||
| 52 | from_room: "Main Area" | ||
| 53 | to_room: "Perceptive Entrance" | ||
| 54 | door { name: "Perceptive From Inside" } | ||
| 55 | } | ||
| 56 | connections { | ||
| 57 | from_room: "Main Area" | ||
| 58 | to_room: "Ancient Entrance" | ||
| 59 | door { name: "Ancient Entrance" } | ||
| 60 | } | ||
| 61 | connections { | ||
| 62 | from_room: "Main Area" | ||
| 63 | to_room: "Between Entrance" | ||
| 64 | door { name: "Between Door" } | ||
| 65 | } | ||
| 66 | connections { | ||
| 67 | from_room: "Main Area" | ||
| 68 | to_room: "Desert Room" | ||
| 69 | door { name: "Desert Door" } | ||
| 70 | } | ||
| 71 | connections { | ||
| 72 | from_room: "Main Area" | ||
| 73 | to_room: "Shop Entrance" | ||
| 74 | door { name: "Shop Door" } | ||
| 75 | } | ||
| 76 | connections { | ||
| 77 | from_room: "Main Area" | ||
| 78 | to_room: "Tenacious Entrance" | ||
| 79 | door { name: "Tenacious Door" } | ||
| 80 | } | ||
| 81 | connections { | ||
| 82 | from_room: "Main Area" | ||
| 83 | to_room: "Unyielding Entrance" | ||
| 84 | door { name: "Unyielding Door" } | ||
| 85 | } | ||
