diff options
Diffstat (limited to 'data/maps/the_owl')
| -rw-r--r-- | data/maps/the_owl/connections.txtpb | 125 | ||||
| -rw-r--r-- | data/maps/the_owl/doors.txtpb | 252 | ||||
| -rw-r--r-- | data/maps/the_owl/metadata.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/Blue Room.txtpb | 8 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/Connected Area.txtpb | 155 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/Magenta Hallway.txtpb | 6 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/R1C4 Left.txtpb | 15 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/R2C1 Left.txtpb | 22 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/R2C2 Bottom.txtpb | 15 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/R2C2 Top.txtpb | 16 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/R2C3 Bottom.txtpb | 15 | ||||
| -rw-r--r-- | data/maps/the_owl/rooms/Z Room.txtpb | 19 |
12 files changed, 649 insertions, 0 deletions
| diff --git a/data/maps/the_owl/connections.txtpb b/data/maps/the_owl/connections.txtpb new file mode 100644 index 0000000..cb4bee3 --- /dev/null +++ b/data/maps/the_owl/connections.txtpb | |||
| @@ -0,0 +1,125 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "R2C2 Bottom" | ||
| 3 | to_room: "R2C2 Top" | ||
| 4 | door { name: "First Door" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "R2C2 Bottom" | ||
| 8 | to_room: "R2C2 Top" | ||
| 9 | door { name: "Gray Owl" } | ||
| 10 | } | ||
| 11 | connections { | ||
| 12 | from_room: "R2C2 Bottom" | ||
| 13 | to_room: "R2C2 Top" | ||
| 14 | door { name: "Sky Owl" } | ||
| 15 | } | ||
| 16 | connections { | ||
| 17 | from_room: "R2C2 Bottom" | ||
| 18 | to_room: "Connected Area" | ||
| 19 | door { name: "Gray Owl" } | ||
| 20 | } | ||
| 21 | connections { | ||
| 22 | from_room: "R2C2 Bottom" | ||
| 23 | to_room: "Connected Area" | ||
| 24 | door { name: "Sky Owl" } | ||
| 25 | } | ||
| 26 | connections { | ||
| 27 | from_room: "R2C3 Bottom" | ||
| 28 | to_room: "Connected Area" | ||
| 29 | oneway: true | ||
| 30 | } | ||
| 31 | connections { | ||
| 32 | from_room: "R2C2 Bottom" | ||
| 33 | to_room: "Connected Area" | ||
| 34 | door { name: "First Room Shortcut" } | ||
| 35 | } | ||
| 36 | connections { | ||
| 37 | from_room: "R2C2 Top" | ||
| 38 | to_room: "Connected Area" | ||
| 39 | door { name: "Brush Door" } | ||
| 40 | } | ||
| 41 | connections { | ||
| 42 | from_room: "R2C2 Top" | ||
| 43 | to_room: "Connected Area" | ||
| 44 | door { name: "Gray Top Door" } | ||
| 45 | } | ||
| 46 | connections { | ||
| 47 | from_room: "R2C2 Top" | ||
| 48 | to_room: "R2C3 Bottom" | ||
| 49 | door { name: "Gray Bottom Door" } | ||
| 50 | } | ||
| 51 | connections { | ||
| 52 | from_room: "Connected Area" | ||
| 53 | to_room: "R2C3 Bottom" | ||
| 54 | door { name: "Gray Owl" } | ||
| 55 | } | ||
| 56 | connections { | ||
| 57 | from_room: "Connected Area" | ||
| 58 | to_room: "R2C3 Bottom" | ||
| 59 | door { name: "Sky Owl" } | ||
| 60 | } | ||
| 61 | connections { | ||
| 62 | from_room: "Connected Area" | ||
| 63 | to_room: "Magenta Hallway" | ||
| 64 | door { name: "Control Center Magenta Door" } | ||
| 65 | } | ||
| 66 | connections { | ||
| 67 | from_room: "Connected Area" | ||
| 68 | to_room: "Blue Room" | ||
| 69 | door { name: "Blue Door" } | ||
| 70 | } | ||
| 71 | connections { | ||
| 72 | from_room: "Connected Area" | ||
| 73 | to_room: "R1C4 Left" | ||
| 74 | door { name: "Sky Top Doors" } | ||
| 75 | } | ||
| 76 | connections { | ||
| 77 | from_room: "Connected Area" | ||
| 78 | to_room: "R1C4 Left" | ||
| 79 | door { name: "Sky Bottom Doors" } | ||
| 80 | } | ||
| 81 | connections { | ||
| 82 | from_room: "Connected Area" | ||
| 83 | to_room: "R1C4 Left" | ||
| 84 | door { name: "Gray Owl" } | ||
| 85 | } | ||
| 86 | connections { | ||
| 87 | from_room: "Connected Area" | ||
| 88 | to_room: "R1C4 Left" | ||
| 89 | door { name: "Sky Owl" } | ||
| 90 | } | ||
| 91 | connections { | ||
| 92 | from_room: "Connected Area" | ||
| 93 | to_room: "R2C1 Left" | ||
| 94 | door { name: "Sky Top Doors" } | ||
| 95 | } | ||
| 96 | connections { | ||
| 97 | from_room: "Connected Area" | ||
| 98 | to_room: "R2C1 Left" | ||
| 99 | door { name: "Sky Bottom Doors" } | ||
| 100 | } | ||
| 101 | connections { | ||
| 102 | from_room: "Connected Area" | ||
| 103 | to_room: "R2C1 Left" | ||
| 104 | door { name: "Gray Owl" } | ||
| 105 | } | ||
| 106 | connections { | ||
| 107 | from_room: "Connected Area" | ||
| 108 | to_room: "R2C1 Left" | ||
| 109 | door { name: "Sky Owl" } | ||
| 110 | } | ||
| 111 | connections { | ||
| 112 | from { | ||
| 113 | painting { | ||
| 114 | room: "Connected Area" | ||
| 115 | name: "OWL" | ||
| 116 | } | ||
| 117 | } | ||
| 118 | to { | ||
| 119 | painting { | ||
| 120 | room: "Z Room" | ||
| 121 | name: "OWL2" | ||
| 122 | } | ||
| 123 | } | ||
| 124 | oneway: true | ||
| 125 | } | ||
| diff --git a/data/maps/the_owl/doors.txtpb b/data/maps/the_owl/doors.txtpb new file mode 100644 index 0000000..9254c2a --- /dev/null +++ b/data/maps/the_owl/doors.txtpb | |||
| @@ -0,0 +1,252 @@ | |||
| 1 | doors { | ||
| 2 | name: "Brush Door" | ||
| 3 | type: STANDARD | ||
| 4 | receivers: "Components/Doors/entry_1" | ||
| 5 | panels { room: "R2C2 Top" name: "CRUSH" } | ||
| 6 | location_room: "R2C2 Top" | ||
| 7 | } | ||
| 8 | doors { | ||
| 9 | name: "Sky Top Doors" | ||
| 10 | type: STANDARD | ||
| 11 | receivers: "Components/Doors/entry_2" | ||
| 12 | receivers: "Components/Doors/entry_4" | ||
| 13 | panels { room: "R2C1 Left" name: "VERB" } | ||
| 14 | location_room: "R2C1 Left" | ||
| 15 | } | ||
| 16 | doors { | ||
| 17 | name: "Sky Bottom Doors" | ||
| 18 | type: STANDARD | ||
| 19 | receivers: "Components/Doors/entry_3" | ||
| 20 | receivers: "Components/Doors/entry_5" | ||
| 21 | panels { room: "R2C1 Left" name: "FOIL" } | ||
| 22 | location_room: "R2C1 Left" | ||
| 23 | } | ||
| 24 | doors { | ||
| 25 | name: "First Room Shortcut" | ||
| 26 | type: STANDARD | ||
| 27 | receivers: "Components/Doors/entry_6" | ||
| 28 | panels { room: "Connected Area" name: "FIZZLE" } | ||
| 29 | location_room: "Connected Area" | ||
| 30 | } | ||
| 31 | doors { | ||
| 32 | name: "First Door" | ||
| 33 | type: STANDARD | ||
| 34 | receivers: "Components/Doors/entry_7" | ||
| 35 | panels { room: "R2C2 Bottom" name: "FOUL" } | ||
| 36 | location_room: "R2C2 Bottom" | ||
| 37 | } | ||
| 38 | doors { | ||
| 39 | name: "Blue Door" | ||
| 40 | type: STANDARD | ||
| 41 | receivers: "Components/Doors/entry_8" | ||
| 42 | panels { room: "Connected Area" name: "PAST" } | ||
| 43 | panels { room: "Connected Area" name: "LAY" } | ||
| 44 | location_room: "Connected Area" | ||
| 45 | } | ||
| 46 | doors { | ||
| 47 | name: "Gray Top Door" | ||
| 48 | type: ITEM_ONLY | ||
| 49 | receivers: "Components/Doors/entry_10" | ||
| 50 | panels { room: "R2C2 Top" name: "RAY" } | ||
| 51 | location_room: "R2C2 Top" | ||
| 52 | } | ||
| 53 | doors { | ||
| 54 | name: "Gray Bottom Door" | ||
| 55 | type: ITEM_ONLY | ||
| 56 | receivers: "Components/Doors/entry_9" | ||
| 57 | panels { room: "R2C2 Top" name: "RAY" } | ||
| 58 | } | ||
| 59 | doors { | ||
| 60 | name: "Control Center Magenta Door" | ||
| 61 | type: CONTROL_CENTER_COLOR | ||
| 62 | receivers: "Components/Doors/entry_18" | ||
| 63 | control_center_color: "magenta" | ||
| 64 | } | ||
| 65 | doors { | ||
| 66 | name: "Sky Owl" | ||
| 67 | type: STANDARD | ||
| 68 | receivers: "Components/Owl/Room 1/LB" | ||
| 69 | receivers: "Components/Owl/Room 1/LBG" | ||
| 70 | receivers: "Components/Owl/Room 2/LB" | ||
| 71 | receivers: "Components/Owl/Room 2/LBG" | ||
| 72 | receivers: "Components/Owl/Room 3/LB" | ||
| 73 | receivers: "Components/Owl/Room 3/LBG" | ||
| 74 | receivers: "Components/Owl/Room 4/LB" | ||
| 75 | receivers: "Components/Owl/Room 4/LBG" | ||
| 76 | receivers: "Components/Owl/Room 5/LB" | ||
| 77 | receivers: "Components/Owl/Room 5/LBG" | ||
| 78 | receivers: "Components/Owl/Room 6/LB" | ||
| 79 | receivers: "Components/Owl/Room 6/LBG" | ||
| 80 | receivers: "Components/Owl/Room 7/LB" | ||
| 81 | receivers: "Components/Owl/Room 7/LBG" | ||
| 82 | receivers: "Components/Owl/Room 8/LB" | ||
| 83 | receivers: "Components/Owl/Room 8/LBG" | ||
| 84 | receivers: "Components/Owl/Room 9/LB" | ||
| 85 | receivers: "Components/Owl/Room 9/LBG" | ||
| 86 | receivers: "Components/Owl/Room 10/LB" | ||
| 87 | receivers: "Components/Owl/Room 10/LBG" | ||
| 88 | receivers: "Components/Owl/Room 11/LB" | ||
| 89 | receivers: "Components/Owl/Room 11/LBG" | ||
| 90 | panels { room: "R2C1 Left" name: "DUSKY" } | ||
| 91 | location_room: "R2C1 Left" | ||
| 92 | } | ||
| 93 | doors { | ||
| 94 | name: "Gray Owl" | ||
| 95 | type: STANDARD | ||
| 96 | receivers: "Components/Owl/Room 1/G" | ||
| 97 | receivers: "Components/Owl/Room 1/GG" | ||
| 98 | receivers: "Components/Owl/Room 2/G" | ||
| 99 | receivers: "Components/Owl/Room 2/GG" | ||
| 100 | receivers: "Components/Owl/Room 3/G" | ||
| 101 | receivers: "Components/Owl/Room 3/GG" | ||
| 102 | receivers: "Components/Owl/Room 4/G" | ||
| 103 | receivers: "Components/Owl/Room 4/GG" | ||
| 104 | receivers: "Components/Owl/Room 5/G" | ||
| 105 | receivers: "Components/Owl/Room 5/GG" | ||
| 106 | receivers: "Components/Owl/Room 6/G" | ||
| 107 | receivers: "Components/Owl/Room 6/GG" | ||
| 108 | receivers: "Components/Owl/Room 7/G" | ||
| 109 | receivers: "Components/Owl/Room 7/GG" | ||
| 110 | receivers: "Components/Owl/Room 8/G" | ||
| 111 | receivers: "Components/Owl/Room 8/GG" | ||
| 112 | receivers: "Components/Owl/Room 9/G" | ||
| 113 | receivers: "Components/Owl/Room 9/GG" | ||
| 114 | receivers: "Components/Owl/Room 10/G" | ||
| 115 | receivers: "Components/Owl/Room 10/GG" | ||
| 116 | receivers: "Components/Owl/Room 11/G" | ||
| 117 | receivers: "Components/Owl/Room 11/GG" | ||
| 118 | panels { room: "R2C2 Top" name: "RAY" } | ||
| 119 | location_room: "R2C2 Top" | ||
| 120 | } | ||
| 121 | doors { | ||
| 122 | name: "Orange Owl" | ||
| 123 | type: STANDARD | ||
| 124 | receivers: "Components/Owl/Room 1/O" | ||
| 125 | receivers: "Components/Owl/Room 1/OG" | ||
| 126 | receivers: "Components/Owl/Room 2/O" | ||
| 127 | receivers: "Components/Owl/Room 2/OG" | ||
| 128 | receivers: "Components/Owl/Room 3/O" | ||
| 129 | receivers: "Components/Owl/Room 3/OG" | ||
| 130 | receivers: "Components/Owl/Room 4/O" | ||
| 131 | receivers: "Components/Owl/Room 4/OG" | ||
| 132 | receivers: "Components/Owl/Room 5/O" | ||
| 133 | receivers: "Components/Owl/Room 5/OG" | ||
| 134 | receivers: "Components/Owl/Room 6/O" | ||
| 135 | receivers: "Components/Owl/Room 6/OG" | ||
| 136 | receivers: "Components/Owl/Room 7/O" | ||
| 137 | receivers: "Components/Owl/Room 7/OG" | ||
| 138 | receivers: "Components/Owl/Room 8/O" | ||
| 139 | receivers: "Components/Owl/Room 8/OG" | ||
| 140 | receivers: "Components/Owl/Room 9/O" | ||
| 141 | receivers: "Components/Owl/Room 9/OG" | ||
| 142 | receivers: "Components/Owl/Room 10/O" | ||
| 143 | receivers: "Components/Owl/Room 10/OG" | ||
| 144 | receivers: "Components/Owl/Room 11/O" | ||
| 145 | receivers: "Components/Owl/Room 11/OG" | ||
| 146 | panels { room: "Connected Area" name: "RANGE" } | ||
| 147 | location_room: "Connected Area" | ||
| 148 | } | ||
| 149 | doors { | ||
| 150 | name: "White Owl" | ||
| 151 | type: STANDARD | ||
| 152 | receivers: "Components/Owl/Room 1/W" | ||
| 153 | receivers: "Components/Owl/Room 1/WG" | ||
| 154 | receivers: "Components/Owl/Room 2/W" | ||
| 155 | receivers: "Components/Owl/Room 2/WG" | ||
| 156 | receivers: "Components/Owl/Room 3/W" | ||
| 157 | receivers: "Components/Owl/Room 3/WG" | ||
| 158 | receivers: "Components/Owl/Room 4/W" | ||
| 159 | receivers: "Components/Owl/Room 4/WG" | ||
| 160 | receivers: "Components/Owl/Room 5/W" | ||
| 161 | receivers: "Components/Owl/Room 5/WG" | ||
| 162 | receivers: "Components/Owl/Room 6/W" | ||
| 163 | receivers: "Components/Owl/Room 6/WG" | ||
| 164 | receivers: "Components/Owl/Room 7/W" | ||
| 165 | receivers: "Components/Owl/Room 7/WG" | ||
| 166 | receivers: "Components/Owl/Room 8/W" | ||
| 167 | receivers: "Components/Owl/Room 8/WG" | ||
| 168 | receivers: "Components/Owl/Room 9/W" | ||
| 169 | receivers: "Components/Owl/Room 9/WG" | ||
| 170 | receivers: "Components/Owl/Room 10/W" | ||
| 171 | receivers: "Components/Owl/Room 10/WG" | ||
| 172 | receivers: "Components/Owl/Room 11/W" | ||
| 173 | receivers: "Components/Owl/Room 11/WG" | ||
| 174 | panels { room: "R2C3 Bottom" name: "BLACK" } | ||
| 175 | location_room: "R2C3 Bottom" | ||
| 176 | } | ||
| 177 | doors { | ||
| 178 | name: "Black Owl" | ||
| 179 | type: STANDARD | ||
| 180 | receivers: "Components/Owl/Room 1/BK" | ||
| 181 | receivers: "Components/Owl/Room 1/BKG" | ||
| 182 | receivers: "Components/Owl/Room 2/BK" | ||
| 183 | receivers: "Components/Owl/Room 2/BKG" | ||
| 184 | receivers: "Components/Owl/Room 3/BK" | ||
| 185 | receivers: "Components/Owl/Room 3/BKG" | ||
| 186 | receivers: "Components/Owl/Room 4/BK" | ||
| 187 | receivers: "Components/Owl/Room 4/BKG" | ||
| 188 | receivers: "Components/Owl/Room 5/BK" | ||
| 189 | receivers: "Components/Owl/Room 5/BKG" | ||
| 190 | receivers: "Components/Owl/Room 6/BK" | ||
| 191 | receivers: "Components/Owl/Room 6/BKG" | ||
| 192 | receivers: "Components/Owl/Room 7/BK" | ||
| 193 | receivers: "Components/Owl/Room 7/BKG" | ||
| 194 | receivers: "Components/Owl/Room 8/BK" | ||
| 195 | receivers: "Components/Owl/Room 8/BKG" | ||
| 196 | receivers: "Components/Owl/Room 9/BK" | ||
| 197 | receivers: "Components/Owl/Room 9/BKG" | ||
| 198 | receivers: "Components/Owl/Room 10/BK" | ||
| 199 | receivers: "Components/Owl/Room 10/BKG" | ||
| 200 | receivers: "Components/Owl/Room 11/BK" | ||
| 201 | receivers: "Components/Owl/Room 11/BKG" | ||
| 202 | panels { room: "Connected Area" name: "WHITE" } | ||
| 203 | location_room: "Connected Area" | ||
| 204 | } | ||
| 205 | doors { | ||
| 206 | name: "Blue Owl" | ||
| 207 | type: STANDARD | ||
| 208 | receivers: "Components/Owl/Room 1/BL" | ||
| 209 | receivers: "Components/Owl/Room 1/BLG" | ||
| 210 | receivers: "Components/Owl/Room 2/BL" | ||
| 211 | receivers: "Components/Owl/Room 2/BLG" | ||
| 212 | receivers: "Components/Owl/Room 3/BL" | ||
| 213 | receivers: "Components/Owl/Room 3/BLG" | ||
| 214 | receivers: "Components/Owl/Room 4/BL" | ||
| 215 | receivers: "Components/Owl/Room 4/BLG" | ||
| 216 | receivers: "Components/Owl/Room 5/BL" | ||
| 217 | receivers: "Components/Owl/Room 5/BLG" | ||
| 218 | receivers: "Components/Owl/Room 6/BL" | ||
| 219 | receivers: "Components/Owl/Room 6/BLG" | ||
| 220 | receivers: "Components/Owl/Room 7/BL" | ||
| 221 | receivers: "Components/Owl/Room 7/BLG" | ||
| 222 | receivers: "Components/Owl/Room 8/BL" | ||
| 223 | receivers: "Components/Owl/Room 8/BLG" | ||
| 224 | receivers: "Components/Owl/Room 9/BL" | ||
| 225 | receivers: "Components/Owl/Room 9/BLG" | ||
| 226 | receivers: "Components/Owl/Room 10/BL" | ||
| 227 | receivers: "Components/Owl/Room 10/BLG" | ||
| 228 | receivers: "Components/Owl/Room 11/BL" | ||
| 229 | receivers: "Components/Owl/Room 11/BLG" | ||
| 230 | panels { room: "Blue Room" name: "SKY" } | ||
| 231 | location_room: "Blue Room" | ||
| 232 | } | ||
| 233 | doors { | ||
| 234 | name: "Gray Panel" | ||
| 235 | type: EVENT | ||
| 236 | #receivers: "Panels/Colors/owl_2/animationListener2" | ||
| 237 | panels { room: "Connected Area" name: "RANGE" } | ||
| 238 | panels { room: "Connected Area" name: "WHITE" } | ||
| 239 | panels { room: "Blue Room" name: "SKY" } | ||
| 240 | } | ||
| 241 | doors { | ||
| 242 | name: "Owl Painting" | ||
| 243 | type: EVENT | ||
| 244 | #move_paintings { room: "Connected Area" name: "OWL" } | ||
| 245 | #receivers: "Components/Paintings/owl/teleportListener" | ||
| 246 | panels { room: "R2C1 Left" name: "DUSKY" } | ||
| 247 | panels { room: "R2C2 Top" name: "RAY" } | ||
| 248 | panels { room: "Connected Area" name: "RANGE" } | ||
| 249 | panels { room: "R2C3 Bottom" name: "BLACK" } | ||
| 250 | panels { room: "Connected Area" name: "WHITE" } | ||
| 251 | panels { room: "Blue Room" name: "SKY" } | ||
| 252 | } | ||
| diff --git a/data/maps/the_owl/metadata.txtpb b/data/maps/the_owl/metadata.txtpb new file mode 100644 index 0000000..a2004f8 --- /dev/null +++ b/data/maps/the_owl/metadata.txtpb | |||
| @@ -0,0 +1 @@ | |||
| display_name: "The Owl" | |||
| diff --git a/data/maps/the_owl/rooms/Blue Room.txtpb b/data/maps/the_owl/rooms/Blue Room.txtpb new file mode 100644 index 0000000..a7298cd --- /dev/null +++ b/data/maps/the_owl/rooms/Blue Room.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Blue Room" | ||
| 2 | panels { | ||
| 3 | name: "SKY" | ||
| 4 | path: "Panels/Colors/owl_7" | ||
| 5 | clue: "sky" | ||
| 6 | answer: "blue" | ||
| 7 | symbols: EXAMPLE | ||
| 8 | } | ||
| diff --git a/data/maps/the_owl/rooms/Connected Area.txtpb b/data/maps/the_owl/rooms/Connected Area.txtpb new file mode 100644 index 0000000..cf5ea1f --- /dev/null +++ b/data/maps/the_owl/rooms/Connected Area.txtpb | |||
| @@ -0,0 +1,155 @@ | |||
| 1 | name: "Connected Area" | ||
| 2 | panels { | ||
| 3 | name: "MODE" | ||
| 4 | path: "Panels/Noncritical/owl_12" | ||
| 5 | clue: "mode" | ||
| 6 | answer: "model" | ||
| 7 | symbols: SPARKLES | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "FAINT" | ||
| 11 | path: "Panels/Noncritical/owl_2" | ||
| 12 | clue: "faint" | ||
| 13 | answer: "paint" | ||
| 14 | symbols: SPARKLES | ||
| 15 | } | ||
| 16 | panels { | ||
| 17 | name: "PURE" | ||
| 18 | path: "Panels/Noncritical/owl_3" | ||
| 19 | clue: "pure" | ||
| 20 | answer: "picture" | ||
| 21 | symbols: SPARKLES | ||
| 22 | } | ||
| 23 | panels { | ||
| 24 | name: "COLOR" | ||
| 25 | path: "Panels/Warps/magenta" | ||
| 26 | clue: "color" | ||
| 27 | answer: "magenta" | ||
| 28 | symbols: EXAMPLE | ||
| 29 | } | ||
| 30 | panels { | ||
| 31 | name: "WHITE" | ||
| 32 | path: "Panels/Colors/owl_6" | ||
| 33 | clue: "white" | ||
| 34 | answer: "black" | ||
| 35 | symbols: SUN | ||
| 36 | } | ||
| 37 | panels { | ||
| 38 | name: "PENCIL" | ||
| 39 | path: "Panels/Noncritical/owl_7" | ||
| 40 | clue: "pencil" | ||
| 41 | answer: "stencil" | ||
| 42 | symbols: ZERO | ||
| 43 | } | ||
| 44 | panels { | ||
| 45 | name: "WING" | ||
| 46 | path: "Panels/Noncritical/owl_4" | ||
| 47 | clue: "wing" | ||
| 48 | answer: "drawing" | ||
| 49 | symbols: SPARKLES | ||
| 50 | } | ||
| 51 | panels { | ||
| 52 | name: "PRIMARY" | ||
| 53 | path: "Panels/Noncritical/owl_15" | ||
| 54 | clue: "primary" | ||
| 55 | answer: "secondary" | ||
| 56 | symbols: EXAMPLE | ||
| 57 | } | ||
| 58 | panels { | ||
| 59 | name: "SHOW" | ||
| 60 | path: "Panels/Noncritical/owl_17" | ||
| 61 | clue: "show" | ||
| 62 | answer: "shadow" | ||
| 63 | symbols: SPARKLES | ||
| 64 | } | ||
| 65 | panels { | ||
| 66 | name: "HEAVY" | ||
| 67 | path: "Panels/Noncritical/owl_18" | ||
| 68 | clue: "heavy" | ||
| 69 | answer: "light" | ||
| 70 | symbols: SUN | ||
| 71 | } | ||
| 72 | panels { | ||
| 73 | name: "HAD" | ||
| 74 | path: "Panels/Noncritical/owl_16" | ||
| 75 | clue: "had" | ||
| 76 | answer: "shade" | ||
| 77 | symbols: SPARKLES | ||
| 78 | } | ||
| 79 | panels { | ||
| 80 | name: "PHOTO" | ||
| 81 | path: "Panels/Noncritical/owl_13" | ||
| 82 | clue: "photo" | ||
| 83 | answer: "album" | ||
| 84 | symbols: BOXES | ||
| 85 | } | ||
| 86 | panels { | ||
| 87 | name: "SKETCH" | ||
| 88 | path: "Panels/Noncritical/owl_8" | ||
| 89 | clue: "sketch" | ||
| 90 | answer: "etch" | ||
| 91 | symbols: SPARKLES | ||
| 92 | } | ||
| 93 | panels { | ||
| 94 | name: "PAST" | ||
| 95 | path: "Panels/Bottom Left/owl_12" | ||
| 96 | clue: "past" | ||
| 97 | answer: "pastel" | ||
| 98 | symbols: SPARKLES | ||
| 99 | } | ||
| 100 | panels { | ||
| 101 | name: "LAY" | ||
| 102 | path: "Panels/Bottom Left/owl_13" | ||
| 103 | clue: "lay" | ||
| 104 | answer: "clay" | ||
| 105 | symbols: SPARKLES | ||
| 106 | } | ||
| 107 | panels { | ||
| 108 | name: "MARKER" | ||
| 109 | path: "Panels/Noncritical/owl_1" | ||
| 110 | clue: "marker" | ||
| 111 | answer: "maker" | ||
| 112 | symbols: SPARKLES | ||
| 113 | } | ||
| 114 | panels { | ||
| 115 | name: "SHOE" | ||
| 116 | path: "Panels/Noncritical/owl_11" | ||
| 117 | clue: "shoe" | ||
| 118 | answer: "hue" | ||
| 119 | symbols: ZERO | ||
| 120 | } | ||
| 121 | panels { | ||
| 122 | name: "ETCH" | ||
| 123 | path: "Panels/Noncritical/owl_9" | ||
| 124 | clue: "etch" | ||
| 125 | answer: "sketch" | ||
| 126 | symbols: SPARKLES | ||
| 127 | } | ||
| 128 | panels { | ||
| 129 | name: "RANGE" | ||
| 130 | path: "Panels/Colors/owl_4" | ||
| 131 | clue: "range" | ||
| 132 | answer: "orange" | ||
| 133 | symbols: SPARKLES | ||
| 134 | } | ||
| 135 | panels { | ||
| 136 | name: "FIZZLE" | ||
| 137 | path: "Panels/Bottom Mid/owl_10" | ||
| 138 | clue: "fizzle" | ||
| 139 | answer: "chisel" | ||
| 140 | symbols: ZERO | ||
| 141 | } | ||
| 142 | paintings { | ||
| 143 | name: "OWL" | ||
| 144 | path: "Components/Paintings/owl" | ||
| 145 | orientation: "north" | ||
| 146 | move: true | ||
| 147 | enter_only: true | ||
| 148 | required_door { name: "Owl Painting" } | ||
| 149 | } | ||
| 150 | ports { | ||
| 151 | name: "FOURROOMS" | ||
| 152 | path: "Components/Warps/worldport2" | ||
| 153 | orientation: "east" | ||
| 154 | # Note that this is behind teal walls. | ||
| 155 | } | ||
| diff --git a/data/maps/the_owl/rooms/Magenta Hallway.txtpb b/data/maps/the_owl/rooms/Magenta Hallway.txtpb new file mode 100644 index 0000000..ccbdc1c --- /dev/null +++ b/data/maps/the_owl/rooms/Magenta Hallway.txtpb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: "Magenta Hallway" | ||
| 2 | ports { | ||
| 3 | name: "STURDY" | ||
| 4 | path: "Components/Warps/worldport3" | ||
| 5 | orientation: "west" | ||
| 6 | } | ||
| diff --git a/data/maps/the_owl/rooms/R1C4 Left.txtpb b/data/maps/the_owl/rooms/R1C4 Left.txtpb new file mode 100644 index 0000000..3714842 --- /dev/null +++ b/data/maps/the_owl/rooms/R1C4 Left.txtpb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: "R1C4 Left" | ||
| 2 | panels { | ||
| 3 | name: "WALK" | ||
| 4 | path: "Panels/Noncritical/owl_5" | ||
| 5 | clue: "walk" | ||
| 6 | answer: "chalk" | ||
| 7 | symbols: ZERO | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "STENCIL" | ||
| 11 | path: "Panels/Noncritical/owl_6" | ||
| 12 | clue: "stencil" | ||
| 13 | answer: "pencil" | ||
| 14 | symbols: ZERO | ||
| 15 | } | ||
| diff --git a/data/maps/the_owl/rooms/R2C1 Left.txtpb b/data/maps/the_owl/rooms/R2C1 Left.txtpb new file mode 100644 index 0000000..72e7331 --- /dev/null +++ b/data/maps/the_owl/rooms/R2C1 Left.txtpb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | name: "R2C1 Left" | ||
| 2 | panels { | ||
| 3 | name: "VERB" | ||
| 4 | path: "Panels/Bottom Left/owl_8" | ||
| 5 | clue: "verb" | ||
| 6 | answer: "subject" | ||
| 7 | symbols: SUN | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "FOIL" | ||
| 11 | path: "Panels/Bottom Left/owl_9" | ||
| 12 | clue: "foil" | ||
| 13 | answer: "oil" | ||
| 14 | symbols: SPARKLES | ||
| 15 | } | ||
| 16 | panels { | ||
| 17 | name: "DUSKY" | ||
| 18 | path: "Panels/Colors/owl_3" | ||
| 19 | clue: "dusky" | ||
| 20 | answer: "sky" | ||
| 21 | symbols: SPARKLES | ||
| 22 | } | ||
| diff --git a/data/maps/the_owl/rooms/R2C2 Bottom.txtpb b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb new file mode 100644 index 0000000..604a1cc --- /dev/null +++ b/data/maps/the_owl/rooms/R2C2 Bottom.txtpb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: "R2C2 Bottom" | ||
| 2 | panels { | ||
| 3 | name: "FOUL" | ||
| 4 | path: "Panels/Bottom Mid/owl_11" | ||
| 5 | clue: "foul" | ||
| 6 | answer: "owl" | ||
| 7 | symbols: ZERO | ||
| 8 | } | ||
| 9 | ports { | ||
| 10 | name: "GALLERY" | ||
| 11 | path: "Components/Warps/worldport" | ||
| 12 | orientation: "south" | ||
| 13 | # TODO: Note that this port is accessible from the other side in the Z1 | ||
| 14 | # room. Hmm. | ||
| 15 | } | ||
| diff --git a/data/maps/the_owl/rooms/R2C2 Top.txtpb b/data/maps/the_owl/rooms/R2C2 Top.txtpb new file mode 100644 index 0000000..78ce270 --- /dev/null +++ b/data/maps/the_owl/rooms/R2C2 Top.txtpb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | name: "R2C2 Top" | ||
| 2 | panels { | ||
| 3 | name: "CRUSH" | ||
| 4 | path: "Panels/Bottom Mid/owl_1" | ||
| 5 | clue: "crush" | ||
| 6 | answer: "brush" | ||
| 7 | symbols: ZERO | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "RAY" | ||
| 11 | path: "Panels/Colors/owl_2" | ||
| 12 | clue: "ray" | ||
| 13 | answer: "gray" | ||
| 14 | symbols: SPARKLES | ||
| 15 | required_door { name: "Gray Panel" } | ||
| 16 | } | ||
| diff --git a/data/maps/the_owl/rooms/R2C3 Bottom.txtpb b/data/maps/the_owl/rooms/R2C3 Bottom.txtpb new file mode 100644 index 0000000..2b49e26 --- /dev/null +++ b/data/maps/the_owl/rooms/R2C3 Bottom.txtpb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | name: "R2C3 Bottom" | ||
| 2 | panels { | ||
| 3 | name: "FIGMENT" | ||
| 4 | path: "Panels/Noncritical/owl_14" | ||
| 5 | clue: "figment" | ||
| 6 | answer: "pigment" | ||
| 7 | symbols: SPARKLES | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "BLACK" | ||
| 11 | path: "Panels/Colors/owl_5" | ||
| 12 | clue: "black" | ||
| 13 | answer: "white" | ||
| 14 | symbols: SUN | ||
| 15 | } | ||
| diff --git a/data/maps/the_owl/rooms/Z Room.txtpb b/data/maps/the_owl/rooms/Z Room.txtpb new file mode 100644 index 0000000..ab28655 --- /dev/null +++ b/data/maps/the_owl/rooms/Z Room.txtpb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | name: "Z Room" | ||
| 2 | panels { | ||
| 3 | name: "MAZE" | ||
| 4 | path: "Panels/Noncritical/owl_10" | ||
| 5 | clue: "maze" | ||
| 6 | answer: "glaze" | ||
| 7 | symbols: ZERO | ||
| 8 | } | ||
| 9 | letters { | ||
| 10 | key: "z" | ||
| 11 | path: "Components/Collectables/collectable" | ||
| 12 | } | ||
| 13 | paintings { | ||
| 14 | name: "OWL2" | ||
| 15 | path: "Components/Paintings/owl2" | ||
| 16 | exit_only: true | ||
| 17 | # required: true | ||
| 18 | orientation: "south" | ||
| 19 | } | ||
