diff options
Diffstat (limited to 'data/maps/the_literate/rooms')
| -rw-r--r-- | data/maps/the_literate/rooms/Painting Room.txtpb | 6 | ||||
| -rw-r--r-- | data/maps/the_literate/rooms/Puzzle Room.txtpb | 62 |
2 files changed, 68 insertions, 0 deletions
| diff --git a/data/maps/the_literate/rooms/Painting Room.txtpb b/data/maps/the_literate/rooms/Painting Room.txtpb new file mode 100644 index 0000000..f22929c --- /dev/null +++ b/data/maps/the_literate/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_literate/rooms/Puzzle Room.txtpb b/data/maps/the_literate/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..3927702 --- /dev/null +++ b/data/maps/the_literate/rooms/Puzzle Room.txtpb | |||
| @@ -0,0 +1,62 @@ | |||
| 1 | name: "Puzzle Room" | ||
| 2 | panels { | ||
| 3 | name: "WATER" | ||
| 4 | path: "Panels/entry_1" | ||
| 5 | clue: "water" | ||
| 6 | answer: "ice" | ||
| 7 | symbols: CROSS | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "JUICE" | ||
| 11 | path: "Panels/entry_2" | ||
| 12 | clue: "juice" | ||
| 13 | answer: "popsicle" | ||
| 14 | symbols: CROSS | ||
| 15 | } | ||
| 16 | panels { | ||
| 17 | name: "MAGMA" | ||
| 18 | path: "Panels/entry_3" | ||
| 19 | clue: "magma" | ||
| 20 | answer: "rock" | ||
| 21 | symbols: CROSS | ||
| 22 | } | ||
| 23 | panels { | ||
| 24 | name: "CREATURE" | ||
| 25 | path: "Panels/entry_4" | ||
| 26 | clue: "creature" | ||
| 27 | answer: "corpse" | ||
| 28 | symbols: CROSS | ||
| 29 | } | ||
| 30 | panels { | ||
| 31 | name: "SAND" | ||
| 32 | path: "Panels/entry_5" | ||
| 33 | clue: "sand" | ||
| 34 | answer: "glass" | ||
| 35 | symbols: CROSS | ||
| 36 | } | ||
| 37 | panels { | ||
| 38 | name: "LIQUID" | ||
| 39 | path: "Panels/entry_6" | ||
| 40 | clue: "liquid" | ||
| 41 | answer: "gas" | ||
| 42 | symbols: CROSS | ||
| 43 | } | ||
| 44 | panels { | ||
| 45 | name: "STICK" | ||
| 46 | path: "Panels/entry_7" | ||
| 47 | clue: "stick" | ||
| 48 | answer: "torch" | ||
| 49 | symbols: CROSS | ||
| 50 | } | ||
| 51 | panels { | ||
| 52 | name: "BREAD" | ||
| 53 | path: "Panels/entry_8" | ||
| 54 | clue: "bread" | ||
| 55 | answer: "toast" | ||
| 56 | symbols: CROSS | ||
| 57 | } | ||
| 58 | ports { | ||
| 59 | name: "ENTRY" | ||
| 60 | path: "Components/Warps/worldport" | ||
| 61 | orientation: "south" | ||
| 62 | } | ||
