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 | |
| 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')
| -rw-r--r-- | data/connections.txtpb | 18 | ||||
| -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 |
5 files changed, 107 insertions, 0 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index 7f153d5..fc67cd8 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | # the_entry/Eye Room/LIONIZED | 6 | # the_entry/Eye Room/LIONIZED |
| 7 | # the_entry/Parthenon Return/PARTHENON | 7 | # the_entry/Parthenon Return/PARTHENON |
| 8 | # the_entry/Link Area/PYRAMID | 8 | # the_entry/Link Area/PYRAMID |
| 9 | # the_entry/Link Area/BROWN | ||
| 9 | # four_rooms/Time Room/OWL | 10 | # four_rooms/Time Room/OWL |
| 10 | # four_rooms/Examples Room/DAEDALUS | 11 | # four_rooms/Examples Room/DAEDALUS |
| 11 | # control center -> the_ancient | 12 | # control center -> the_ancient |
| @@ -35,6 +36,7 @@ | |||
| 35 | # the_hive/Main Area/DAED2 | 36 | # the_hive/Main Area/DAED2 |
| 36 | # the_hive/Main Area/DAED3 | 37 | # the_hive/Main Area/DAED3 |
| 37 | # the_impressive/Green Eye/PLAZA | 38 | # the_impressive/Green Eye/PLAZA |
| 39 | # the_liberated/Painting Room/PYRAMID | ||
| 38 | connections { | 40 | connections { |
| 39 | from { | 41 | from { |
| 40 | panel { | 42 | panel { |
| @@ -666,3 +668,19 @@ connections { | |||
| 666 | } | 668 | } |
| 667 | } | 669 | } |
| 668 | } | 670 | } |
| 671 | connections { | ||
| 672 | from { | ||
| 673 | port { | ||
| 674 | map: "the_entry" | ||
| 675 | room: "Link Area" | ||
| 676 | name: "BLUE" | ||
| 677 | } | ||
| 678 | } | ||
| 679 | to { | ||
| 680 | port { | ||
| 681 | map: "the_liberated" | ||
| 682 | room: "Puzzle Room" | ||
| 683 | name: "ENTRY" | ||
| 684 | } | ||
| 685 | } | ||
| 686 | } | ||
| 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 | } | ||
