diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-19 20:48:39 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-19 20:48:39 -0400 |
| commit | a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53 (patch) | |
| tree | 832fc81ac8273b969840a179bfcbcb77229a2676 /data | |
| parent | 724f8092c4808cdad47316e00949c04ee797acb5 (diff) | |
| download | lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.tar.gz lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.tar.bz2 lingo2-archipelago-a08b1b3443f451d3b2bfdbbcf4f97d4ba75e3e53.zip | |
Added the_sirenic
Diffstat (limited to 'data')
| -rw-r--r-- | data/connections.txtpb | 17 | ||||
| -rw-r--r-- | data/ids.yaml | 28 | ||||
| -rw-r--r-- | data/maps/the_sirenic/connections.txtpb | 10 | ||||
| -rw-r--r-- | data/maps/the_sirenic/doors.txtpb | 28 | ||||
| -rw-r--r-- | data/maps/the_sirenic/rooms/Mastery.txtpb | 6 | ||||
| -rw-r--r-- | data/maps/the_sirenic/rooms/Puzzles.txtpb | 122 | ||||
| -rw-r--r-- | data/maps/the_sirenic/rooms/Start.txtpb | 21 |
7 files changed, 231 insertions, 1 deletions
| diff --git a/data/connections.txtpb b/data/connections.txtpb index ff55e94..8f4b8e6 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
| @@ -51,7 +51,6 @@ | |||
| 51 | # the_perceptive/Main Area/CC | 51 | # the_perceptive/Main Area/CC |
| 52 | # the_plaza/Main Area/UNYIELDING | 52 | # the_plaza/Main Area/UNYIELDING |
| 53 | # the_plaza/Symbolic Entrance/SYMBOLIC | 53 | # the_plaza/Symbolic Entrance/SYMBOLIC |
| 54 | # the_plaza/Sirenic Entrance/SIRENIC | ||
| 55 | # the_quiet/Main Area/DAEDALUS | 54 | # the_quiet/Main Area/DAEDALUS |
| 56 | # cc -> relentless (don't use port objects) | 55 | # cc -> relentless (don't use port objects) |
| 57 | # the_repetitive/Main Room/CC | 56 | # the_repetitive/Main Room/CC |
| @@ -1042,3 +1041,19 @@ connections { | |||
| 1042 | } | 1041 | } |
| 1043 | } | 1042 | } |
| 1044 | } | 1043 | } |
| 1044 | connections { | ||
| 1045 | from { | ||
| 1046 | port { | ||
| 1047 | map: "the_plaza" | ||
| 1048 | room: "Sirenic Entrance" | ||
| 1049 | name: "SIRENIC" | ||
| 1050 | } | ||
| 1051 | } | ||
| 1052 | to { | ||
| 1053 | port { | ||
| 1054 | map: "the_sirenic" | ||
| 1055 | room: "Start" | ||
| 1056 | name: "PLAZA" | ||
| 1057 | } | ||
| 1058 | } | ||
| 1059 | } | ||
| diff --git a/data/ids.yaml b/data/ids.yaml index 63f5545..c7ba689 100644 --- a/data/ids.yaml +++ b/data/ids.yaml | |||
| @@ -1649,6 +1649,34 @@ maps: | |||
| 1649 | doors: | 1649 | doors: |
| 1650 | Books Puzzles: 1136 | 1650 | Books Puzzles: 1136 |
| 1651 | Games Puzzles: 1137 | 1651 | Games Puzzles: 1137 |
| 1652 | the_sirenic: | ||
| 1653 | rooms: | ||
| 1654 | Mastery: | ||
| 1655 | masteries: | ||
| 1656 | MASTERY: 1162 | ||
| 1657 | Puzzles: | ||
| 1658 | panels: | ||
| 1659 | Left Bottom 1: 1165 | ||
| 1660 | Left Bottom 2: 1167 | ||
| 1661 | Left Bottom 3: 1168 | ||
| 1662 | Left Bottom 4: 1169 | ||
| 1663 | Left Top 1: 1163 | ||
| 1664 | Left Top 2: 1164 | ||
| 1665 | Left Top 3: 1166 | ||
| 1666 | Left Top 4: 1171 | ||
| 1667 | Left Top 5: 1170 | ||
| 1668 | Right Bottom 1: 1172 | ||
| 1669 | Right Bottom 2: 1173 | ||
| 1670 | Right Bottom 3: 1175 | ||
| 1671 | Right Bottom 4: 1177 | ||
| 1672 | Right Top 1: 1174 | ||
| 1673 | Right Top 2: 1176 | ||
| 1674 | Start: | ||
| 1675 | panels: | ||
| 1676 | Flipped: 1178 | ||
| 1677 | Obverse: 1179 | ||
| 1678 | doors: | ||
| 1679 | Entrance: 1161 | ||
| 1652 | letters: | 1680 | letters: |
| 1653 | a1: 596 | 1681 | a1: 596 |
| 1654 | a2: 6 | 1682 | a2: 6 |
| diff --git a/data/maps/the_sirenic/connections.txtpb b/data/maps/the_sirenic/connections.txtpb new file mode 100644 index 0000000..17a20ad --- /dev/null +++ b/data/maps/the_sirenic/connections.txtpb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | connections { | ||
| 2 | from_room: "Start" | ||
| 3 | to_room: "Puzzles" | ||
| 4 | door { name: "Entrance" } | ||
| 5 | } | ||
| 6 | connections { | ||
| 7 | from_room: "Puzzles" | ||
| 8 | to_room: "Mastery" | ||
| 9 | door { name: "Puzzles" } | ||
| 10 | } | ||
| diff --git a/data/maps/the_sirenic/doors.txtpb b/data/maps/the_sirenic/doors.txtpb new file mode 100644 index 0000000..851881e --- /dev/null +++ b/data/maps/the_sirenic/doors.txtpb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | doors { | ||
| 2 | name: "Entrance" | ||
| 3 | type: STANDARD | ||
| 4 | receivers: "Components/Doors/Door" | ||
| 5 | receivers: "Components/Doors/Door2" | ||
| 6 | panels { room: "Start" name: "Flipped" } | ||
| 7 | panels { room: "Start" name: "Obverse" } | ||
| 8 | location_room: "Start" | ||
| 9 | } | ||
| 10 | doors { | ||
| 11 | name: "Puzzles" | ||
| 12 | type: EVENT | ||
| 13 | panels { room: "Puzzles" name: "Left Top 1" } | ||
| 14 | panels { room: "Puzzles" name: "Left Top 2" } | ||
| 15 | panels { room: "Puzzles" name: "Left Top 3" } | ||
| 16 | panels { room: "Puzzles" name: "Left Top 4" } | ||
| 17 | panels { room: "Puzzles" name: "Left Top 5" } | ||
| 18 | panels { room: "Puzzles" name: "Left Bottom 1" } | ||
| 19 | panels { room: "Puzzles" name: "Left Bottom 2" } | ||
| 20 | panels { room: "Puzzles" name: "Left Bottom 3" } | ||
| 21 | panels { room: "Puzzles" name: "Left Bottom 4" } | ||
| 22 | panels { room: "Puzzles" name: "Right Top 1" } | ||
| 23 | panels { room: "Puzzles" name: "Right Top 2" } | ||
| 24 | panels { room: "Puzzles" name: "Right Bottom 1" } | ||
| 25 | panels { room: "Puzzles" name: "Right Bottom 2" } | ||
| 26 | panels { room: "Puzzles" name: "Right Bottom 3" } | ||
| 27 | panels { room: "Puzzles" name: "Right Bottom 4" } | ||
| 28 | } | ||
| diff --git a/data/maps/the_sirenic/rooms/Mastery.txtpb b/data/maps/the_sirenic/rooms/Mastery.txtpb new file mode 100644 index 0000000..849202b --- /dev/null +++ b/data/maps/the_sirenic/rooms/Mastery.txtpb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | name: "Mastery" | ||
| 2 | display_name: "Sirenic" | ||
| 3 | masteries { | ||
| 4 | name: "MASTERY" | ||
| 5 | path: "Components/Collectables/smiley" | ||
| 6 | } | ||
| diff --git a/data/maps/the_sirenic/rooms/Puzzles.txtpb b/data/maps/the_sirenic/rooms/Puzzles.txtpb new file mode 100644 index 0000000..a8695ef --- /dev/null +++ b/data/maps/the_sirenic/rooms/Puzzles.txtpb | |||
| @@ -0,0 +1,122 @@ | |||
| 1 | name: "Puzzles" | ||
| 2 | display_name: "Sirenic" | ||
| 3 | panels { | ||
| 4 | name: "Left Top 1" | ||
| 5 | path: "Panels/Room_1/pip_1" | ||
| 6 | clue: "" | ||
| 7 | answer: "do" | ||
| 8 | symbols: "age" | ||
| 9 | symbols: "lingo" | ||
| 10 | } | ||
| 11 | panels { | ||
| 12 | name: "Left Top 2" | ||
| 13 | path: "Panels/Room_1/pip_3" | ||
| 14 | clue: "" | ||
| 15 | answer: "neck" | ||
| 16 | symbols: "stars" | ||
| 17 | symbols: "lingo" | ||
| 18 | } | ||
| 19 | panels { | ||
| 20 | name: "Left Bottom 1" | ||
| 21 | path: "Panels/Room_1/pip_2" | ||
| 22 | clue: "" | ||
| 23 | answer: "rip" | ||
| 24 | symbols: "sparkles" | ||
| 25 | symbols: "lingo" | ||
| 26 | } | ||
| 27 | panels { | ||
| 28 | name: "Left Top 3" | ||
| 29 | path: "Panels/Room_1/1969_1" | ||
| 30 | clue: "" | ||
| 31 | answer: "idea" | ||
| 32 | symbols: "lingo" | ||
| 33 | } | ||
| 34 | panels { | ||
| 35 | name: "Left Bottom 2" | ||
| 36 | path: "Panels/Room_1/1969_2" | ||
| 37 | clue: "" | ||
| 38 | answer: "earl" | ||
| 39 | symbols: "sparkles" | ||
| 40 | symbols: "lingo" | ||
| 41 | } | ||
| 42 | panels { | ||
| 43 | name: "Left Bottom 3" | ||
| 44 | path: "Panels/Room_1/lastone" | ||
| 45 | clue: "" | ||
| 46 | answer: "ghost" | ||
| 47 | symbols: "sparkles" | ||
| 48 | symbols: "sound" | ||
| 49 | symbols: "lingo" | ||
| 50 | } | ||
| 51 | panels { | ||
| 52 | name: "Left Bottom 4" | ||
| 53 | path: "Panels/Room_1/lastone2" | ||
| 54 | clue: "" | ||
| 55 | answer: "tree" | ||
| 56 | symbols: "boxes" | ||
| 57 | symbols: "lingo" | ||
| 58 | } | ||
| 59 | panels { | ||
| 60 | name: "Left Top 5" | ||
| 61 | path: "Panels/Room_1/lastone3" | ||
| 62 | clue: "" | ||
| 63 | answer: "cow" | ||
| 64 | symbols: "sparkles" | ||
| 65 | symbols: "sound" | ||
| 66 | symbols: "lingo" | ||
| 67 | } | ||
| 68 | panels { | ||
| 69 | name: "Left Top 4" | ||
| 70 | path: "Panels/Room_1/lastone4" | ||
| 71 | clue: "" | ||
| 72 | answer: "room" | ||
| 73 | symbols: "sparkles" | ||
| 74 | symbols: "lingo" | ||
| 75 | } | ||
| 76 | panels { | ||
| 77 | name: "Right Bottom 1" | ||
| 78 | path: "Panels/Room_1/negative" | ||
| 79 | clue: "" | ||
| 80 | answer: "junk" | ||
| 81 | symbols: "lingo" | ||
| 82 | } | ||
| 83 | panels { | ||
| 84 | name: "Right Bottom 2" | ||
| 85 | path: "Panels/Room_1/skirt" | ||
| 86 | clue: "" | ||
| 87 | answer: "kilt" | ||
| 88 | symbols: "sparkles" | ||
| 89 | symbols: "lingo" | ||
| 90 | } | ||
| 91 | panels { | ||
| 92 | name: "Right Top 1" | ||
| 93 | path: "Panels/Room_1/skirt2" | ||
| 94 | clue: "" | ||
| 95 | answer: "skirt" | ||
| 96 | symbols: "sparkles" | ||
| 97 | symbols: "lingo" | ||
| 98 | } | ||
| 99 | panels { | ||
| 100 | name: "Right Bottom 3" | ||
| 101 | path: "Panels/Room_1/mow" | ||
| 102 | clue: "" | ||
| 103 | answer: "lawnmower" | ||
| 104 | symbols: "job" | ||
| 105 | symbols: "lingo" | ||
| 106 | } | ||
| 107 | panels { | ||
| 108 | name: "Right Top 2" | ||
| 109 | path: "Panels/Room_1/mow2" | ||
| 110 | clue: "" | ||
| 111 | answer: "woman" | ||
| 112 | symbols: "sparkles" | ||
| 113 | symbols: "lingo" | ||
| 114 | } | ||
| 115 | panels { | ||
| 116 | name: "Right Bottom 4" | ||
| 117 | path: "Panels/Room_1/ova" | ||
| 118 | clue: "" | ||
| 119 | answer: "egg" | ||
| 120 | symbols: "sun" | ||
| 121 | symbols: "lingo" | ||
| 122 | } | ||
| diff --git a/data/maps/the_sirenic/rooms/Start.txtpb b/data/maps/the_sirenic/rooms/Start.txtpb new file mode 100644 index 0000000..762d8ed --- /dev/null +++ b/data/maps/the_sirenic/rooms/Start.txtpb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | name: "Start" | ||
| 2 | display_name: "Sirenic" | ||
| 3 | panels { | ||
| 4 | name: "Flipped" | ||
| 5 | path: "Panels/Entry/entry_2" | ||
| 6 | clue: "" | ||
| 7 | answer: "down" | ||
| 8 | symbols: "lingo" | ||
| 9 | } | ||
| 10 | panels { | ||
| 11 | name: "Obverse" | ||
| 12 | path: "Panels/Entry/entry_3" | ||
| 13 | clue: "" | ||
| 14 | answer: "upside" | ||
| 15 | symbols: "lingo" | ||
| 16 | } | ||
| 17 | ports { | ||
| 18 | name: "PLAZA" | ||
| 19 | path: "Components/Warps/worldport" | ||
| 20 | orientation: "south" | ||
| 21 | } | ||
