diff options
Diffstat (limited to 'data/maps/the_wondrous/rooms')
| -rw-r--r-- | data/maps/the_wondrous/rooms/Entry.txtpb | 14 | ||||
| -rw-r--r-- | data/maps/the_wondrous/rooms/Huge.txtpb | 57 | ||||
| -rw-r--r-- | data/maps/the_wondrous/rooms/Regular.txtpb | 8 |
3 files changed, 79 insertions, 0 deletions
| diff --git a/data/maps/the_wondrous/rooms/Entry.txtpb b/data/maps/the_wondrous/rooms/Entry.txtpb new file mode 100644 index 0000000..543d193 --- /dev/null +++ b/data/maps/the_wondrous/rooms/Entry.txtpb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | name: "Entry" | ||
| 2 | panels { | ||
| 3 | name: "WONDER" | ||
| 4 | path: "Panels/panel_1" | ||
| 5 | clue: "wonder" | ||
| 6 | answer: "wonder" | ||
| 7 | } | ||
| 8 | ports { | ||
| 9 | name: "DAEDALUS" | ||
| 10 | display_name: "Entrance" | ||
| 11 | path: "Components/Warps/worldport" | ||
| 12 | destination { x: 18 y: 0 z: 41 } | ||
| 13 | rotation: 180 | ||
| 14 | } | ||
| diff --git a/data/maps/the_wondrous/rooms/Huge.txtpb b/data/maps/the_wondrous/rooms/Huge.txtpb new file mode 100644 index 0000000..6ca6ef8 --- /dev/null +++ b/data/maps/the_wondrous/rooms/Huge.txtpb | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | name: "Huge" | ||
| 2 | panels { | ||
| 3 | name: "SHRINK" | ||
| 4 | path: "Panels/panel_3" | ||
| 5 | clue: "shrink" | ||
| 6 | answer: "shrink" | ||
| 7 | display_name: "SHRINK (2)" | ||
| 8 | } | ||
| 9 | panels { | ||
| 10 | name: "IRE" | ||
| 11 | path: "Panels/panel_4" | ||
| 12 | clue: "ire" | ||
| 13 | answer: "fire" | ||
| 14 | symbols: SPARKLES | ||
| 15 | } | ||
| 16 | panels { | ||
| 17 | name: "BRIE" | ||
| 18 | path: "Panels/panel_5" | ||
| 19 | clue: "brie" | ||
| 20 | answer: "three" | ||
| 21 | symbols: ZERO | ||
| 22 | } | ||
| 23 | panels { | ||
| 24 | name: "WICK" | ||
| 25 | path: "Panels/panel_6" | ||
| 26 | clue: "wick" | ||
| 27 | answer: "candle" | ||
| 28 | symbols: BOXES | ||
| 29 | } | ||
| 30 | panels { | ||
| 31 | name: "BARK" | ||
| 32 | path: "Panels/panel_7" | ||
| 33 | clue: "bark" | ||
| 34 | answer: "tree" | ||
| 35 | symbols: BOXES | ||
| 36 | } | ||
| 37 | panels { | ||
| 38 | name: "HARE" | ||
| 39 | path: "Panels/panel_8" | ||
| 40 | clue: "hare" | ||
| 41 | answer: "chair" | ||
| 42 | symbols: ZERO | ||
| 43 | } | ||
| 44 | panels { | ||
| 45 | name: "CHIME" | ||
| 46 | path: "Panels/panel_9" | ||
| 47 | clue: "chime" | ||
| 48 | answer: "chimney" | ||
| 49 | symbols: SPARKLES | ||
| 50 | } | ||
| 51 | panels { | ||
| 52 | name: "LIBRARY" | ||
| 53 | path: "Panels/panel_10" | ||
| 54 | clue: "library" | ||
| 55 | answer: "book" | ||
| 56 | symbols: BOXES | ||
| 57 | } | ||
| diff --git a/data/maps/the_wondrous/rooms/Regular.txtpb b/data/maps/the_wondrous/rooms/Regular.txtpb new file mode 100644 index 0000000..65df029 --- /dev/null +++ b/data/maps/the_wondrous/rooms/Regular.txtpb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | name: "Regular" | ||
| 2 | panels { | ||
| 3 | name: "SHRINK" | ||
| 4 | path: "Panels/panel_2" | ||
| 5 | clue: "shrink" | ||
| 6 | answer: "shrink" | ||
| 7 | display_name: "SHRINK (1)" | ||
| 8 | } | ||
