diff options
Diffstat (limited to 'data/maps/the_symbolic/connections.txtpb')
| -rw-r--r-- | data/maps/the_symbolic/connections.txtpb | 110 |
1 files changed, 110 insertions, 0 deletions
| diff --git a/data/maps/the_symbolic/connections.txtpb b/data/maps/the_symbolic/connections.txtpb new file mode 100644 index 0000000..d9d2536 --- /dev/null +++ b/data/maps/the_symbolic/connections.txtpb | |||
| @@ -0,0 +1,110 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "White Room" | ||
| 3 | to_room: "Black Room" | ||
| 4 | door { name: "White Door" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Black Room" | ||
| 8 | to_room: "Red Room" | ||
| 9 | door { name: "Black Door" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "Red Room" | ||
| 13 | to_room: "Blue Room" | ||
| 14 | door { name: "Red Door" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "Blue Room" | ||
| 18 | to_room: "Green Room" | ||
| 19 | door { name: "Blue Door" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "Green Room" | ||
| 23 | to_room: "Yellow Room" | ||
| 24 | door { name: "Green Door" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "Yellow Room" | ||
| 28 | to_room: "Purple Room" | ||
| 29 | door { name: "Yellow Door" } | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "Purple Room" | ||
| 33 | to_room: "Orange Room" | ||
| 34 | door { name: "Purple Door" } | ||
| 35 | } | ||
| 36 | connections { | ||
| 37 | from_room: "Orange Room" | ||
| 38 | to_room: "Tutorial" | ||
| 39 | door { name: "Orange Door" } | ||
| 40 | } | ||
| 41 | connections { | ||
| 42 | from_room: "Tutorial" | ||
| 43 | to_room: "Red Blue Room" | ||
| 44 | door { name: "Tutorial Door" } | ||
| 45 | } | ||
| 46 | connections { | ||
| 47 | from_room: "Red Blue Room" | ||
| 48 | to_room: "Main Area" | ||
| 49 | door { name: "Main Area Entrance" } | ||
| 50 | } | ||
| 51 | connections { | ||
| 52 | from_room: "Red Blue Room" | ||
| 53 | to_room: "Whirred Room" | ||
| 54 | door { name: "Whirred Room Entrance" } | ||
| 55 | } | ||
| 56 | connections { | ||
| 57 | from_room: "Red Blue Room" | ||
| 58 | to_room: "Poetry Room 1" | ||
| 59 | door { name: "Poetry Room Entrance" } | ||
| 60 | } | ||
| 61 | connections { | ||
| 62 | from_room: "Poetry Room 1" | ||
| 63 | to_room: "Poetry Room 2" | ||
| 64 | door { name: "Poetry Room Door 1" } | ||
| 65 | } | ||
| 66 | connections { | ||
| 67 | from_room: "Poetry Room 2" | ||
| 68 | to_room: "Poetry Room 3" | ||
| 69 | door { name: "Poetry Room Door 2" } | ||
| 70 | } | ||
| 71 | connections { | ||
| 72 | from_room: "Poetry Room 3" | ||
| 73 | to_room: "Poetry Room Left" | ||
| 74 | door { name: "Poetry Room Left" } | ||
| 75 | } | ||
| 76 | connections { | ||
| 77 | from_room: "Poetry Room Left" | ||
| 78 | to_room: "Poetry Room Left Left" | ||
| 79 | door { name: "Poetry Room Left Left" } | ||
| 80 | } | ||
| 81 | connections { | ||
| 82 | from_room: "Poetry Room Left" | ||
| 83 | to_room: "Poetry Room Left Right" | ||
| 84 | door { name: "Poetry Room Left Right" } | ||
| 85 | } | ||
| 86 | connections { | ||
| 87 | from_room: "Poetry Room 3" | ||
| 88 | to_room: "Poetry Room Right" | ||
| 89 | door { name: "Poetry Room Right" } | ||
| 90 | } | ||
| 91 | connections { | ||
| 92 | from_room: "Poetry Room Right" | ||
| 93 | to_room: "Poetry Room Right Left" | ||
| 94 | door { name: "Poetry Room Right Left" } | ||
| 95 | } | ||
| 96 | connections { | ||
| 97 | from_room: "Poetry Room Right" | ||
| 98 | to_room: "Poetry Room Right Right" | ||
| 99 | door { name: "Poetry Room Right Right" } | ||
| 100 | } | ||
| 101 | connections { | ||
| 102 | from_room: "Main Area" | ||
| 103 | to_room: "Last Room" | ||
| 104 | door { name: "Main Area Exit" } | ||
| 105 | } | ||
| 106 | connections { | ||
| 107 | from_room: "Last Room" | ||
| 108 | to_room: "Mastery" | ||
| 109 | door { name: "Mastery" } | ||
| 110 | } | ||
