diff options
Diffstat (limited to 'data/maps/the_wondrous')
| -rw-r--r-- | data/maps/the_wondrous/connections.txtpb | 10 | ||||
| -rw-r--r-- | data/maps/the_wondrous/doors.txtpb | 24 | ||||
| -rw-r--r-- | data/maps/the_wondrous/metadata.txtpb | 1 | ||||
| -rw-r--r-- | data/maps/the_wondrous/rooms/Entry.txtpb | 11 | ||||
| -rw-r--r-- | data/maps/the_wondrous/rooms/Huge.txtpb | 56 | ||||
| -rw-r--r-- | data/maps/the_wondrous/rooms/Regular.txtpb | 7 |
6 files changed, 109 insertions, 0 deletions
| diff --git a/data/maps/the_wondrous/connections.txtpb b/data/maps/the_wondrous/connections.txtpb new file mode 100644 index 0000000..0bd773a --- /dev/null +++ b/data/maps/the_wondrous/connections.txtpb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Entry" | ||
| 3 | to_room: "Regular" | ||
| 4 | door { name: "Front Door" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Regular" | ||
| 8 | to_room: "Huge" | ||
| 9 | door { name: "Shrink Door" } | ||
| 10 | } | ||
| diff --git a/data/maps/the_wondrous/doors.txtpb b/data/maps/the_wondrous/doors.txtpb new file mode 100644 index 0000000..3951604 --- /dev/null +++ b/data/maps/the_wondrous/doors.txtpb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | doors { | ||
| 2 | name: "Front Door" | ||
| 3 | type: EVENT | ||
| 4 | panels { room: "Entry" name: "WONDER" } | ||
| 5 | } | ||
| 6 | doors { | ||
| 7 | name: "Shrink Door" | ||
| 8 | type: STANDARD | ||
| 9 | receivers: "Components/Doors/wonderlandDoor2/animationListener2" | ||
| 10 | panels { room: "Regular" name: "SHRINK" } | ||
| 11 | location_room: "Regular" | ||
| 12 | } | ||
| 13 | doors { | ||
| 14 | name: "Big Door" | ||
| 15 | type: EVENT | ||
| 16 | panels { room: "Huge" name: "SHRINK" } | ||
| 17 | panels { room: "Huge" name: "IRE" } | ||
| 18 | panels { room: "Huge" name: "BRIE" } | ||
| 19 | panels { room: "Huge" name: "WICK" } | ||
| 20 | panels { room: "Huge" name: "BARK" } | ||
| 21 | panels { room: "Huge" name: "HARE" } | ||
| 22 | panels { room: "Huge" name: "CHIME" } | ||
| 23 | panels { room: "Huge" name: "LIBRARY" } | ||
| 24 | } | ||
| diff --git a/data/maps/the_wondrous/metadata.txtpb b/data/maps/the_wondrous/metadata.txtpb new file mode 100644 index 0000000..0b96cf2 --- /dev/null +++ b/data/maps/the_wondrous/metadata.txtpb | |||
| @@ -0,0 +1 @@ | |||
| display_name: "The Wondrous" | |||
| diff --git a/data/maps/the_wondrous/rooms/Entry.txtpb b/data/maps/the_wondrous/rooms/Entry.txtpb new file mode 100644 index 0000000..e15f75c --- /dev/null +++ b/data/maps/the_wondrous/rooms/Entry.txtpb | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | path: "Components/Warps/worldport" | ||
| 11 | } | ||
| diff --git a/data/maps/the_wondrous/rooms/Huge.txtpb b/data/maps/the_wondrous/rooms/Huge.txtpb new file mode 100644 index 0000000..c4425e7 --- /dev/null +++ b/data/maps/the_wondrous/rooms/Huge.txtpb | |||
| @@ -0,0 +1,56 @@ | |||
| 1 | name: "Huge" | ||
| 2 | panels { | ||
| 3 | name: "SHRINK" | ||
| 4 | path: "Panels/panel_3" | ||
| 5 | clue: "shrink" | ||
| 6 | answer: "shrink" | ||
| 7 | } | ||
| 8 | panels { | ||
| 9 | name: "IRE" | ||
| 10 | path: "Panels/panel_4" | ||
| 11 | clue: "ire" | ||
| 12 | answer: "fire" | ||
| 13 | symbols: SPARKLES | ||
| 14 | } | ||
| 15 | panels { | ||
| 16 | name: "BRIE" | ||
| 17 | path: "Panels/panel_5" | ||
| 18 | clue: "brie" | ||
| 19 | answer: "three" | ||
| 20 | symbols: ZERO | ||
| 21 | } | ||
| 22 | panels { | ||
| 23 | name: "WICK" | ||
| 24 | path: "Panels/panel_6" | ||
| 25 | clue: "wick" | ||
| 26 | answer: "candle" | ||
| 27 | symbols: BOXES | ||
| 28 | } | ||
| 29 | panels { | ||
| 30 | name: "BARK" | ||
| 31 | path: "Panels/panel_7" | ||
| 32 | clue: "bark" | ||
| 33 | answer: "tree" | ||
| 34 | symbols: BOXES | ||
| 35 | } | ||
| 36 | panels { | ||
| 37 | name: "HARE" | ||
| 38 | path: "Panels/panel_8" | ||
| 39 | clue: "hare" | ||
| 40 | answer: "chair" | ||
| 41 | symbols: ZERO | ||
| 42 | } | ||
| 43 | panels { | ||
| 44 | name: "CHIME" | ||
| 45 | path: "Panels/panel_9" | ||
| 46 | clue: "chime" | ||
| 47 | answer: "chimney" | ||
| 48 | symbols: SPARKLES | ||
| 49 | } | ||
| 50 | panels { | ||
| 51 | name: "LIBRARY" | ||
| 52 | path: "Panels/panel_10" | ||
| 53 | clue: "library" | ||
| 54 | answer: "book" | ||
| 55 | symbols: BOXES | ||
| 56 | } | ||
| diff --git a/data/maps/the_wondrous/rooms/Regular.txtpb b/data/maps/the_wondrous/rooms/Regular.txtpb new file mode 100644 index 0000000..bd167d3 --- /dev/null +++ b/data/maps/the_wondrous/rooms/Regular.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "Regular" | ||
| 2 | panels { | ||
| 3 | name: "SHRINK" | ||
| 4 | path: "Panels/panel_2" | ||
| 5 | clue: "shrink" | ||
| 6 | answer: "shrink" | ||
| 7 | } | ||
