diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 21:08:13 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 21:08:13 -0400 |
commit | 5333430a092d4d8c42561f82c7ff6e57f8700455 (patch) | |
tree | d63cff504b656fa51d95b805bd4215f0916d51ad /data/maps | |
parent | f95dcb283fcff2eeecce4f240c76d800f529703c (diff) | |
download | lingo2-archipelago-5333430a092d4d8c42561f82c7ff6e57f8700455.tar.gz lingo2-archipelago-5333430a092d4d8c42561f82c7ff6e57f8700455.tar.bz2 lingo2-archipelago-5333430a092d4d8c42561f82c7ff6e57f8700455.zip |
Added the_words
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/the_gallery/doors.txtpb | 2 | ||||
-rw-r--r-- | data/maps/the_words/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_words/doors.txtpb | 12 | ||||
-rw-r--r-- | data/maps/the_words/metadata.txtpb | 11 | ||||
-rw-r--r-- | data/maps/the_words/rooms/Ending.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_words/rooms/Main Area.txtpb | 61 |
6 files changed, 95 insertions, 1 deletions
diff --git a/data/maps/the_gallery/doors.txtpb b/data/maps/the_gallery/doors.txtpb index 6842516..e269daf 100644 --- a/data/maps/the_gallery/doors.txtpb +++ b/data/maps/the_gallery/doors.txtpb | |||
@@ -184,7 +184,7 @@ doors { | |||
184 | name: "Words Painting" | 184 | name: "Words Painting" |
185 | type: ITEM_ONLY | 185 | type: ITEM_ONLY |
186 | move_paintings { room: "Main Area" name: "WORDS" } | 186 | move_paintings { room: "Main Area" name: "WORDS" } |
187 | # TODO: Enter The Words | 187 | rooms { map: "the_words" name: "Main Area" } |
188 | } | 188 | } |
189 | doors { | 189 | doors { |
190 | name: "Colorful Painting" | 190 | name: "Colorful Painting" |
diff --git a/data/maps/the_words/connections.txtpb b/data/maps/the_words/connections.txtpb new file mode 100644 index 0000000..f25ac2b --- /dev/null +++ b/data/maps/the_words/connections.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Ending" | ||
4 | door { name: "Ending" } | ||
5 | } | ||
diff --git a/data/maps/the_words/doors.txtpb b/data/maps/the_words/doors.txtpb new file mode 100644 index 0000000..20f439b --- /dev/null +++ b/data/maps/the_words/doors.txtpb | |||
@@ -0,0 +1,12 @@ | |||
1 | doors { | ||
2 | name: "Ending" | ||
3 | type: EVENT | ||
4 | panels { room: "Main Area" name: "FRUIT" } | ||
5 | panels { room: "Main Area" name: "FLOWER" } | ||
6 | panels { room: "Main Area" name: "GEM" } | ||
7 | panels { room: "Main Area" name: "DAIRY" } | ||
8 | panels { room: "Main Area" name: "TREE" } | ||
9 | panels { room: "Main Area" name: "METAL" } | ||
10 | panels { room: "Main Area" name: "CLOTHES" } | ||
11 | panels { room: "Main Area" name: "SPICE" } | ||
12 | } | ||
diff --git a/data/maps/the_words/metadata.txtpb b/data/maps/the_words/metadata.txtpb new file mode 100644 index 0000000..2dadcae --- /dev/null +++ b/data/maps/the_words/metadata.txtpb | |||
@@ -0,0 +1,11 @@ | |||
1 | display_name: "The Words" | ||
2 | # These are old proxies of the main room's panels that are not linked up | ||
3 | # anymore. | ||
4 | excluded_nodes: "Panels/Proxies/panel_3" | ||
5 | excluded_nodes: "Panels/Proxies/panel_4" | ||
6 | excluded_nodes: "Panels/Proxies/panel_6" | ||
7 | excluded_nodes: "Panels/Proxies/panel_9" | ||
8 | # These are all tantalyzingly hidden out of bounds. What's up with that? | ||
9 | excluded_nodes: "Panels/Proxies/panel_backside_1" | ||
10 | excluded_nodes: "Panels/Proxies/panel_backside_2" | ||
11 | excluded_nodes: "Panels/Proxies/panel_backside_3" | ||
diff --git a/data/maps/the_words/rooms/Ending.txtpb b/data/maps/the_words/rooms/Ending.txtpb new file mode 100644 index 0000000..79bd569 --- /dev/null +++ b/data/maps/the_words/rooms/Ending.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | name: "Ending" | ||
2 | endings { | ||
3 | name: "BLUE" | ||
4 | path: "Components/Endings/blue_ending" | ||
5 | } | ||
diff --git a/data/maps/the_words/rooms/Main Area.txtpb b/data/maps/the_words/rooms/Main Area.txtpb new file mode 100644 index 0000000..503408c --- /dev/null +++ b/data/maps/the_words/rooms/Main Area.txtpb | |||
@@ -0,0 +1,61 @@ | |||
1 | name: "Main Area" | ||
2 | panels { | ||
3 | name: "FRUIT" | ||
4 | path: "Panels/Room_1/panel_2" | ||
5 | clue: "fruit" | ||
6 | answer: "peach" | ||
7 | symbols: EXAMPLE | ||
8 | } | ||
9 | panels { | ||
10 | name: "FLOWER" | ||
11 | path: "Panels/Room_1/panel_3" | ||
12 | clue: "flower" | ||
13 | answer: "rose" | ||
14 | symbols: EXAMPLE | ||
15 | } | ||
16 | panels { | ||
17 | name: "GEM" | ||
18 | path: "Panels/Room_1/panel_4" | ||
19 | clue: "gem" | ||
20 | answer: "jade" | ||
21 | symbols: EXAMPLE | ||
22 | } | ||
23 | panels { | ||
24 | name: "DAIRY" | ||
25 | path: "Panels/Room_1/panel_5" | ||
26 | clue: "dairy" | ||
27 | answer: "cream" | ||
28 | symbols: EXAMPLE | ||
29 | } | ||
30 | panels { | ||
31 | name: "TREE" | ||
32 | path: "Panels/Room_1/panel_6" | ||
33 | clue: "tree" | ||
34 | answer: "walnut" | ||
35 | symbols: EXAMPLE | ||
36 | } | ||
37 | panels { | ||
38 | name: "METAL" | ||
39 | path: "Panels/Room_1/panel_7" | ||
40 | clue: "metal" | ||
41 | answer: "silver" | ||
42 | symbols: EXAMPLE | ||
43 | } | ||
44 | panels { | ||
45 | name: "CLOTHES" | ||
46 | path: "Panels/Room_1/panel_8" | ||
47 | clue: "clothes" | ||
48 | answer: "denim" | ||
49 | symbols: EXAMPLE | ||
50 | } | ||
51 | panels { | ||
52 | name: "SPICE" | ||
53 | path: "Panels/Room_1/panel_9" | ||
54 | clue: "spice" | ||
55 | answer: "sage" | ||
56 | symbols: EXAMPLE | ||
57 | } | ||
58 | ports { | ||
59 | name: "ENTRY" | ||
60 | path: "Components/Warps/worldport" | ||
61 | } | ||