diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 06:18:27 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-15 06:18:27 -0400 |
| commit | 92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f (patch) | |
| tree | a9f37a0b8016b9063696f58690e4a54db1a202f7 /data/maps | |
| parent | bb6fcf56ccda83ccb3c1643c89653a5ae0f34416 (diff) | |
| download | lingo2-archipelago-92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f.tar.gz lingo2-archipelago-92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f.tar.bz2 lingo2-archipelago-92ecbb7dd395600a1a88436d7b1ee0f6fbf5dd2f.zip | |
Added the_liberated
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/the_liberated/connections.txtpb | 5 | ||||
| -rw-r--r-- | data/maps/the_liberated/doors.txtpb | 14 | ||||
| -rw-r--r-- | data/maps/the_liberated/rooms/Painting Room.txtpb | 7 | ||||
| -rw-r--r-- | data/maps/the_liberated/rooms/Puzzle Room.txtpb | 63 |
4 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..becddf9 --- /dev/null +++ b/data/maps/the_liberated/doors.txtpb | |||
| @@ -0,0 +1,14 @@ | |||
| 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 | } | ||
| 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..025281a --- /dev/null +++ b/data/maps/the_liberated/rooms/Painting Room.txtpb | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | name: "Painting Room" | ||
| 2 | display_name: "Liberated" | ||
| 3 | paintings { | ||
| 4 | name: "PYRAMID" | ||
| 5 | path: "Components/triangle" | ||
| 6 | orientation: "north" | ||
| 7 | } | ||
| 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..c83c5d8 --- /dev/null +++ b/data/maps/the_liberated/rooms/Puzzle Room.txtpb | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | name: "Puzzle Room" | ||
| 2 | display_name: "Liberated" | ||
| 3 | panels { | ||
| 4 | name: "CORPSE" | ||
| 5 | path: "Panels/entry_1" | ||
| 6 | clue: "corpse" | ||
| 7 | answer: "corpses" | ||
| 8 | symbols: "planet" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "PERSON" | ||
| 12 | path: "Panels/entry_2" | ||
| 13 | clue: "person" | ||
| 14 | answer: "people" | ||
| 15 | symbols: "planet" | ||
| 16 | } | ||
| 17 | panels { | ||
| 18 | name: "MOOSE" | ||
| 19 | path: "Panels/entry_3" | ||
| 20 | clue: "moose" | ||
| 21 | answer: "moose" | ||
| 22 | symbols: "planet" | ||
| 23 | } | ||
| 24 | panels { | ||
| 25 | name: "FUNGUS" | ||
| 26 | path: "Panels/entry_4" | ||
| 27 | clue: "fungus" | ||
| 28 | answer: "fungi" | ||
| 29 | symbols: "planet" | ||
| 30 | } | ||
| 31 | panels { | ||
| 32 | name: "SAND" | ||
| 33 | path: "Panels/entry_5" | ||
| 34 | clue: "sand" | ||
| 35 | answer: "sands" | ||
| 36 | symbols: "planet" | ||
| 37 | } | ||
| 38 | panels { | ||
| 39 | name: "CASTLE" | ||
| 40 | path: "Panels/entry_6" | ||
| 41 | clue: "castle" | ||
| 42 | answer: "castles" | ||
| 43 | symbols: "planet" | ||
| 44 | } | ||
| 45 | panels { | ||
| 46 | name: "WOLF" | ||
| 47 | path: "Panels/entry_7" | ||
| 48 | clue: "wolf" | ||
| 49 | answer: "wolves" | ||
| 50 | symbols: "planet" | ||
| 51 | } | ||
| 52 | panels { | ||
| 53 | name: "FOOT" | ||
| 54 | path: "Panels/entry_8" | ||
| 55 | clue: "foot" | ||
| 56 | answer: "feet" | ||
| 57 | symbols: "planet" | ||
| 58 | } | ||
| 59 | ports { | ||
| 60 | name: "ENTRY" | ||
| 61 | path: "Components/Warps/worldport" | ||
| 62 | orientation: "south" | ||
| 63 | } | ||
