diff options
Diffstat (limited to 'data/maps/the_liberated')
| -rw-r--r-- | data/maps/the_liberated/connections.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_liberated/doors.txtpb | 15 | ||||
| -rw-r--r-- | data/maps/the_liberated/metadata.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_liberated/rooms/Painting Room.txtpb | 6 | ||||
| -rw-r--r-- | data/maps/the_liberated/rooms/Puzzle Room.txtpb | 62 |
5 files changed, 89 insertions, 0 deletions
| diff --git a/data/maps/the_liberated/connections.txtpb b/data/maps/the_liberated/connections.txtpb new file mode 100644 index 0000000..71196ab --- /dev/null +++ b/data/maps/the_liberated/connections.txtpb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Puzzle Room" | ||
| 3 | to_room: "Painting Room" | ||
| 4 | door { name: "Door" } | ||
| 5 | } | ||
| diff --git a/data/maps/the_liberated/doors.txtpb b/data/maps/the_liberated/doors.txtpb new file mode 100644 index 0000000..a7d3c24 --- /dev/null +++ b/data/maps/the_liberated/doors.txtpb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | doors { | ||
| 2 | name: "Door" | ||
| 3 | type: STANDARD | ||
| 4 | receivers: "Components/Doors/entry_1" | ||
| 5 | panels { room: "Puzzle Room" name: "CORPSE" } | ||
| 6 | panels { room: "Puzzle Room" name: "PERSON" } | ||
| 7 | panels { room: "Puzzle Room" name: "MOOSE" } | ||
| 8 | panels { room: "Puzzle Room" name: "FUNGUS" } | ||
| 9 | panels { room: "Puzzle Room" name: "SAND" } | ||
| 10 | panels { room: "Puzzle Room" name: "CASTLE" } | ||
| 11 | panels { room: "Puzzle Room" name: "WOLF" } | ||
| 12 | panels { room: "Puzzle Room" name: "FOOT" } | ||
| 13 | location_room: "Puzzle Room" | ||
| 14 | location_name: "Puzzles" | ||
| 15 | } | ||
| diff --git a/data/maps/the_liberated/metadata.txtpb b/data/maps/the_liberated/metadata.txtpb new file mode 100644 index 0000000..a92d7e5 --- /dev/null +++ b/data/maps/the_liberated/metadata.txtpb | |||
| @@ -0,0 +1 @@ | |||
| display_name: "The Liberated" | |||
| diff --git a/data/maps/the_liberated/rooms/Painting Room.txtpb b/data/maps/the_liberated/rooms/Painting Room.txtpb new file mode 100644 index 0000000..f22929c --- /dev/null +++ b/data/maps/the_liberated/rooms/Painting Room.txtpb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: "Painting Room" | ||
| 2 | paintings { | ||
| 3 | name: "PYRAMID" | ||
| 4 | path: "Components/triangle" | ||
| 5 | orientation: "north" | ||
| 6 | } | ||
| diff --git a/data/maps/the_liberated/rooms/Puzzle Room.txtpb b/data/maps/the_liberated/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..0223b44 --- /dev/null +++ b/data/maps/the_liberated/rooms/Puzzle Room.txtpb | |||
| @@ -0,0 +1,62 @@ | |||
| 1 | name: "Puzzle Room" | ||
| 2 | panels { | ||
| 3 | name: "CORPSE" | ||
| 4 | path: "Panels/entry_1" | ||
| 5 | clue: "corpse" | ||
| 6 | answer: "corpses" | ||
| 7 | symbols: PLANET | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "PERSON" | ||
| 11 | path: "Panels/entry_2" | ||
| 12 | clue: "person" | ||
| 13 | answer: "people" | ||
| 14 | symbols: PLANET | ||
| 15 | } | ||
| 16 | panels { | ||
| 17 | name: "MOOSE" | ||
| 18 | path: "Panels/entry_3" | ||
| 19 | clue: "moose" | ||
| 20 | answer: "moose" | ||
| 21 | symbols: PLANET | ||
| 22 | } | ||
| 23 | panels { | ||
| 24 | name: "FUNGUS" | ||
| 25 | path: "Panels/entry_4" | ||
| 26 | clue: "fungus" | ||
| 27 | answer: "fungi" | ||
| 28 | symbols: PLANET | ||
| 29 | } | ||
| 30 | panels { | ||
| 31 | name: "SAND" | ||
| 32 | path: "Panels/entry_5" | ||
| 33 | clue: "sand" | ||
| 34 | answer: "sands" | ||
| 35 | symbols: PLANET | ||
| 36 | } | ||
| 37 | panels { | ||
| 38 | name: "CASTLE" | ||
| 39 | path: "Panels/entry_6" | ||
| 40 | clue: "castle" | ||
| 41 | answer: "castles" | ||
| 42 | symbols: PLANET | ||
| 43 | } | ||
| 44 | panels { | ||
| 45 | name: "WOLF" | ||
| 46 | path: "Panels/entry_7" | ||
| 47 | clue: "wolf" | ||
| 48 | answer: "wolves" | ||
| 49 | symbols: PLANET | ||
| 50 | } | ||
| 51 | panels { | ||
| 52 | name: "FOOT" | ||
| 53 | path: "Panels/entry_8" | ||
| 54 | clue: "foot" | ||
| 55 | answer: "feet" | ||
| 56 | symbols: PLANET | ||
| 57 | } | ||
| 58 | ports { | ||
| 59 | name: "ENTRY" | ||
| 60 | path: "Components/Warps/worldport" | ||
| 61 | orientation: "south" | ||
| 62 | } | ||
