diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-25 13:07:28 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-25 13:07:28 -0400 |
commit | 30dcf054a489ec4123e5048579df151bc1e76817 (patch) | |
tree | b5ad30cda621513084b277fcdc10503a9c0dc14b /data/maps | |
parent | 8c19969253b43566a8f8ec1a7e9f73c4f23a0878 (diff) | |
download | lingo2-archipelago-30dcf054a489ec4123e5048579df151bc1e76817.tar.gz lingo2-archipelago-30dcf054a489ec4123e5048579df151bc1e76817.tar.bz2 lingo2-archipelago-30dcf054a489ec4123e5048579df151bc1e76817.zip |
Added the_talented
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/the_talented/connections.txtpb | 10 | ||||
-rw-r--r-- | data/maps/the_talented/doors.txtpb | 54 | ||||
-rw-r--r-- | data/maps/the_talented/metadata.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_talented/rooms/Back Room.txtpb | 50 | ||||
-rw-r--r-- | data/maps/the_talented/rooms/Main Area.txtpb | 114 | ||||
-rw-r--r-- | data/maps/the_talented/rooms/T2 Room.txtpb | 6 |
6 files changed, 235 insertions, 0 deletions
diff --git a/data/maps/the_talented/connections.txtpb b/data/maps/the_talented/connections.txtpb new file mode 100644 index 0000000..7296523 --- /dev/null +++ b/data/maps/the_talented/connections.txtpb | |||
@@ -0,0 +1,10 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Back Room" | ||
4 | door { name: "Main Room Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Back Room" | ||
8 | to_room: "T2 Room" | ||
9 | door { name: "Back Room Puzzles" } | ||
10 | } | ||
diff --git a/data/maps/the_talented/doors.txtpb b/data/maps/the_talented/doors.txtpb new file mode 100644 index 0000000..d4d3148 --- /dev/null +++ b/data/maps/the_talented/doors.txtpb | |||
@@ -0,0 +1,54 @@ | |||
1 | doors { | ||
2 | name: "Black Side Panels" | ||
3 | type: LOCATION_ONLY | ||
4 | panels { room: "Main Area" name: "DEER (Black)" } | ||
5 | panels { room: "Main Area" name: "GOOSE (Black)" } | ||
6 | panels { room: "Main Area" name: "SWINE (Black)" } | ||
7 | panels { room: "Main Area" name: "WIFE (Black)" } | ||
8 | panels { room: "Main Area" name: "CHILD (Black)" } | ||
9 | panels { room: "Main Area" name: "ELEPHANT (Black)" } | ||
10 | panels { room: "Main Area" name: "ANT (Black)" } | ||
11 | location_room: "Main Area" | ||
12 | } | ||
13 | doors { | ||
14 | name: "Brown Side Panels" | ||
15 | type: LOCATION_ONLY | ||
16 | panels { room: "Main Area" name: "DEER (Brown)" } | ||
17 | panels { room: "Main Area" name: "GOOSE (Brown)" } | ||
18 | panels { room: "Main Area" name: "SWINE (Brown)" } | ||
19 | panels { room: "Main Area" name: "WIFE (Brown)" } | ||
20 | panels { room: "Main Area" name: "CHILD (Brown)" } | ||
21 | panels { room: "Main Area" name: "ELEPHANT (Brown)" } | ||
22 | panels { room: "Main Area" name: "ANT (Brown)" } | ||
23 | location_room: "Main Area" | ||
24 | } | ||
25 | doors { | ||
26 | name: "Main Room Door" | ||
27 | type: ITEM_ONLY | ||
28 | receivers: "Components/Doors/entry_1" | ||
29 | panels { room: "Main Area" name: "DEER (Black)" } | ||
30 | panels { room: "Main Area" name: "GOOSE (Black)" } | ||
31 | panels { room: "Main Area" name: "SWINE (Black)" } | ||
32 | panels { room: "Main Area" name: "WIFE (Black)" } | ||
33 | panels { room: "Main Area" name: "CHILD (Black)" } | ||
34 | panels { room: "Main Area" name: "ELEPHANT (Black)" } | ||
35 | panels { room: "Main Area" name: "ANT (Black)" } | ||
36 | panels { room: "Main Area" name: "DEER (Brown)" } | ||
37 | panels { room: "Main Area" name: "GOOSE (Brown)" } | ||
38 | panels { room: "Main Area" name: "SWINE (Brown)" } | ||
39 | panels { room: "Main Area" name: "WIFE (Brown)" } | ||
40 | panels { room: "Main Area" name: "CHILD (Brown)" } | ||
41 | panels { room: "Main Area" name: "ELEPHANT (Brown)" } | ||
42 | panels { room: "Main Area" name: "ANT (Brown)" } | ||
43 | } | ||
44 | doors { | ||
45 | name: "Back Room Puzzles" | ||
46 | type: EVENT | ||
47 | panels { room: "Back Room" name: "FEAR" } | ||
48 | panels { room: "Back Room" name: "FLEECE" } | ||
49 | panels { room: "Back Room" name: "SHRINE" } | ||
50 | panels { room: "Back Room" name: "STRIVES" } | ||
51 | panels { room: "Back Room" name: "FILED" } | ||
52 | panels { room: "Back Room" name: "RELEVANT" } | ||
53 | panels { room: "Back Room" name: "LONE" } | ||
54 | } | ||
diff --git a/data/maps/the_talented/metadata.txtpb b/data/maps/the_talented/metadata.txtpb new file mode 100644 index 0000000..16aa221 --- /dev/null +++ b/data/maps/the_talented/metadata.txtpb | |||
@@ -0,0 +1 @@ | |||
display_name: "The Talented" | |||
diff --git a/data/maps/the_talented/rooms/Back Room.txtpb b/data/maps/the_talented/rooms/Back Room.txtpb new file mode 100644 index 0000000..9dce48f --- /dev/null +++ b/data/maps/the_talented/rooms/Back Room.txtpb | |||
@@ -0,0 +1,50 @@ | |||
1 | name: "Back Room" | ||
2 | panels { | ||
3 | name: "FEAR" | ||
4 | path: "Panels/Plum Room/panel_1" | ||
5 | clue: "fear" | ||
6 | answer: "deer" | ||
7 | symbols: ZERO | ||
8 | } | ||
9 | panels { | ||
10 | name: "FLEECE" | ||
11 | path: "Panels/Plum Room/panel_2" | ||
12 | clue: "fleece" | ||
13 | answer: "geese" | ||
14 | symbols: ZERO | ||
15 | } | ||
16 | panels { | ||
17 | name: "SHRINE" | ||
18 | path: "Panels/Plum Room/panel_3" | ||
19 | clue: "shrine" | ||
20 | answer: "swine" | ||
21 | symbols: ZERO | ||
22 | } | ||
23 | panels { | ||
24 | name: "STRIVES" | ||
25 | path: "Panels/Plum Room/panel_4" | ||
26 | clue: "strives" | ||
27 | answer: "wives" | ||
28 | symbols: ZERO | ||
29 | } | ||
30 | panels { | ||
31 | name: "FILED" | ||
32 | path: "Panels/Plum Room/panel_5" | ||
33 | clue: "filed" | ||
34 | answer: "child" | ||
35 | symbols: ZERO | ||
36 | } | ||
37 | panels { | ||
38 | name: "RELEVANT" | ||
39 | path: "Panels/Plum Room/panel_6" | ||
40 | clue: "relevant" | ||
41 | answer: "elephant" | ||
42 | symbols: ZERO | ||
43 | } | ||
44 | panels { | ||
45 | name: "LONE" | ||
46 | path: "Panels/Plum Room/panel_7" | ||
47 | clue: "lone" | ||
48 | answer: "drone" | ||
49 | symbols: ZERO | ||
50 | } | ||
diff --git a/data/maps/the_talented/rooms/Main Area.txtpb b/data/maps/the_talented/rooms/Main Area.txtpb new file mode 100644 index 0000000..cc3e222 --- /dev/null +++ b/data/maps/the_talented/rooms/Main Area.txtpb | |||
@@ -0,0 +1,114 @@ | |||
1 | name: "Main Area" | ||
2 | panels { | ||
3 | name: "DEER (Black)" | ||
4 | path: "Panels/Saturns/panel_1" | ||
5 | clue: "deer" | ||
6 | answer: "deer" | ||
7 | symbols: PLANET | ||
8 | } | ||
9 | panels { | ||
10 | name: "GOOSE (Black)" | ||
11 | path: "Panels/Saturns/panel_2" | ||
12 | clue: "goose" | ||
13 | answer: "geese" | ||
14 | symbols: PLANET | ||
15 | } | ||
16 | panels { | ||
17 | name: "SWINE (Black)" | ||
18 | path: "Panels/Saturns/panel_3" | ||
19 | clue: "swine" | ||
20 | answer: "swine" | ||
21 | symbols: PLANET | ||
22 | } | ||
23 | panels { | ||
24 | name: "WIFE (Black)" | ||
25 | path: "Panels/Saturns/panel_4" | ||
26 | clue: "wife" | ||
27 | answer: "wives" | ||
28 | symbols: PLANET | ||
29 | } | ||
30 | panels { | ||
31 | name: "CHILD (Black)" | ||
32 | path: "Panels/Saturns/panel_5" | ||
33 | clue: "child" | ||
34 | answer: "children" | ||
35 | symbols: PLANET | ||
36 | } | ||
37 | panels { | ||
38 | name: "ELEPHANT (Black)" | ||
39 | path: "Panels/Saturns/panel_6" | ||
40 | clue: "elephant" | ||
41 | answer: "elephants" | ||
42 | symbols: PLANET | ||
43 | } | ||
44 | panels { | ||
45 | name: "ANT (Black)" | ||
46 | path: "Panels/Saturns/panel_7" | ||
47 | clue: "ant" | ||
48 | answer: "ants" | ||
49 | symbols: PLANET | ||
50 | } | ||
51 | panels { | ||
52 | name: "DEER (Brown)" | ||
53 | path: "Panels/Jail Eyes/panel_1" | ||
54 | clue: "deer" | ||
55 | answer: "buck" | ||
56 | symbols: GENDER | ||
57 | } | ||
58 | panels { | ||
59 | name: "GOOSE (Brown)" | ||
60 | path: "Panels/Jail Eyes/panel_2" | ||
61 | clue: "goose" | ||
62 | answer: "gander" | ||
63 | symbols: GENDER | ||
64 | } | ||
65 | panels { | ||
66 | name: "SWINE (Brown)" | ||
67 | path: "Panels/Jail Eyes/panel_3" | ||
68 | clue: "swine" | ||
69 | answer: "sow" | ||
70 | symbols: GENDER | ||
71 | } | ||
72 | panels { | ||
73 | name: "WIFE (Brown)" | ||
74 | path: "Panels/Jail Eyes/panel_4" | ||
75 | clue: "wife" | ||
76 | answer: "husband" | ||
77 | symbols: GENDER | ||
78 | } | ||
79 | panels { | ||
80 | name: "CHILD (Brown)" | ||
81 | path: "Panels/Jail Eyes/panel_5" | ||
82 | clue: "child" | ||
83 | answer: "girl" | ||
84 | symbols: GENDER | ||
85 | } | ||
86 | panels { | ||
87 | name: "ELEPHANT (Brown)" | ||
88 | path: "Panels/Jail Eyes/panel_6" | ||
89 | clue: "elephant" | ||
90 | answer: "cow" | ||
91 | symbols: GENDER | ||
92 | } | ||
93 | panels { | ||
94 | name: "ANT (Brown)" | ||
95 | path: "Panels/Jail Eyes/panel_7" | ||
96 | clue: "ant" | ||
97 | answer: "drone" | ||
98 | symbols: GENDER | ||
99 | } | ||
100 | panels { | ||
101 | name: "EARL" | ||
102 | path: "Panels/Extra/panel_8" | ||
103 | clue: "earl" | ||
104 | answer: "yearly" | ||
105 | symbols: SPARKLES | ||
106 | } | ||
107 | keyholders { | ||
108 | name: "Y" | ||
109 | path: "Components/KeyHolders/keyHolderY" | ||
110 | } | ||
111 | ports { | ||
112 | name: "GREAT" | ||
113 | path: "Components/Warps/worldport" | ||
114 | } | ||
diff --git a/data/maps/the_talented/rooms/T2 Room.txtpb b/data/maps/the_talented/rooms/T2 Room.txtpb new file mode 100644 index 0000000..8bdc88d --- /dev/null +++ b/data/maps/the_talented/rooms/T2 Room.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "T2 Room" | ||
2 | letters { | ||
3 | key: "t" | ||
4 | level2: true | ||
5 | path: "Components/Collectables/collectable" | ||
6 | } | ||