diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 20:56:42 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 20:56:42 -0400 |
| commit | f95dcb283fcff2eeecce4f240c76d800f529703c (patch) | |
| tree | aa6dca4f8daa94f493b296305bc2a6a772a554da /data/maps/the_wondrous/rooms | |
| parent | a587b3e0a307a906949eec2741ddece3f38d3ae2 (diff) | |
| download | lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.tar.gz lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.tar.bz2 lingo2-archipelago-f95dcb283fcff2eeecce4f240c76d800f529703c.zip | |
Added the_wondrous
Diffstat (limited to 'data/maps/the_wondrous/rooms')
| -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 |
3 files changed, 74 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..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 | } | ||
