summary refs log tree commit diff stats
path: root/data/maps/the_butterfly
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 10:58:45 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-09 10:58:45 -0400
commit3fcc676cd3b9b3b24a8755612a459d498879b1df (patch)
tree3b94528d182fef58befbca1fa58956b90ef98d8f /data/maps/the_butterfly
parent4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b (diff)
downloadlingo2-archipelago-3fcc676cd3b9b3b24a8755612a459d498879b1df.tar.gz
lingo2-archipelago-3fcc676cd3b9b3b24a8755612a459d498879b1df.tar.bz2
lingo2-archipelago-3fcc676cd3b9b3b24a8755612a459d498879b1df.zip
Added the_butterfly
The proto representation of letters has changed, so the C++ tools need to be updated.
Diffstat (limited to 'data/maps/the_butterfly')
-rw-r--r--data/maps/the_butterfly/connections.txtpb5
-rw-r--r--data/maps/the_butterfly/doors.txtpb23
-rw-r--r--data/maps/the_butterfly/rooms/Main Area.txtpb133
-rw-r--r--data/maps/the_butterfly/rooms/Mastery.txtpb6
4 files changed, 167 insertions, 0 deletions
diff --git a/data/maps/the_butterfly/connections.txtpb b/data/maps/the_butterfly/connections.txtpb new file mode 100644 index 0000000..98b9556 --- /dev/null +++ b/data/maps/the_butterfly/connections.txtpb
@@ -0,0 +1,5 @@
1connections {
2 from_room: "Main Area"
3 to_room: "Mastery"
4 door { name: "Panels" }
5}
diff --git a/data/maps/the_butterfly/doors.txtpb b/data/maps/the_butterfly/doors.txtpb new file mode 100644 index 0000000..1994d2f --- /dev/null +++ b/data/maps/the_butterfly/doors.txtpb
@@ -0,0 +1,23 @@
1# TODO: The gallery painting
2doors {
3 name: "Panels"
4 type: EVENT
5 panels { room: "Main Area" name: "SPECIES" }
6 panels { room: "Main Area" name: "PERSONALITY" }
7 panels { room: "Main Area" name: "CONSTITUION" }
8 panels { room: "Main Area" name: "GAME" }
9 panels { room: "Main Area" name: "SCIENCE" }
10 panels { room: "Main Area" name: "SCHOOL" }
11 panels { room: "Main Area" name: "BUILDING" }
12 panels { room: "Main Area" name: "STRUCTURE" }
13 panels { room: "Main Area" name: "CATERPILLAR" }
14 panels { room: "Main Area" name: "KNOWLEDGE" }
15 panels { room: "Main Area" name: "GENE" }
16 panels { room: "Main Area" name: "CREATURE" }
17 panels { room: "Main Area" name: "ARTICLE" }
18 panels { room: "Main Area" name: "BOOK" }
19 panels { room: "Main Area" name: "TEXT" }
20 panels { room: "Main Area" name: "POSITION (1)" }
21 panels { room: "Main Area" name: "POSITION (2)" }
22 panels { room: "Main Area" name: "POSITION (3)" }
23}
diff --git a/data/maps/the_butterfly/rooms/Main Area.txtpb b/data/maps/the_butterfly/rooms/Main Area.txtpb new file mode 100644 index 0000000..f21863c --- /dev/null +++ b/data/maps/the_butterfly/rooms/Main Area.txtpb
@@ -0,0 +1,133 @@
1name: "Main Area"
2display_name: "Main Area"
3panels {
4 name: "SPECIES"
5 path: "Panels/Room_1/panel_1"
6 clue: "species"
7 answer: "evolution"
8 symbols: "null"
9}
10panels {
11 name: "PERSONALITY"
12 path: "Panels/Room_1/panel_2"
13 clue: "personality"
14 answer: "growth"
15 symbols: "null"
16}
17panels {
18 name: "CONSTITUTION"
19 path: "Panels/Room_1/panel_3"
20 clue: "constitution"
21 answer: "amendment"
22 symbols: "null"
23}
24panels {
25 name: "GAME"
26 path: "Panels/Room_1/panel_4"
27 clue: "game"
28 answer: "expansion"
29 symbols: "null"
30}
31panels {
32 name: "SCIENCE"
33 path: "Panels/Room_1/panel_5"
34 clue: "science"
35 answer: "discovery"
36 symbols: "null"
37}
38panels {
39 name: "SCHOOL"
40 path: "Panels/Room_1/panel_6"
41 clue: "school"
42 answer: "graduation"
43 symbols: "null"
44}
45panels {
46 name: "BUILDING"
47 path: "Panels/Room_1/panel_7"
48 clue: "building"
49 answer: "construction"
50 symbols: "null"
51}
52panels {
53 name: "STRUCTURE"
54 path: "Panels/Room_1/panel_8"
55 clue: "structure"
56 answer: "construction"
57 symbols: "null"
58}
59panels {
60 name: "CATERPILLAR"
61 path: "Panels/Room_1/panel_9"
62 clue: "caterpillar"
63 answer: "metamorphosis"
64 symbols: "null"
65}
66panels {
67 name: "KNOWLEDGE"
68 path: "Panels/Room_1/panel_10"
69 clue: "knowledge"
70 answer: "learning"
71 symbols: "null"
72}
73panels {
74 name: "GENE"
75 path: "Panels/Room_1/panel_11"
76 clue: "gene"
77 answer: "mutation"
78 symbols: "null"
79}
80panels {
81 name: "CREATURE"
82 path: "Panels/Room_1/panel_12"
83 clue: "creature"
84 answer: "mutation"
85 symbols: "null"
86}
87panels {
88 name: "ARTICLE"
89 path: "Panels/Room_1/panel_13"
90 clue: "article"
91 answer: "revision"
92 symbols: "null"
93}
94panels {
95 name: "BOOK"
96 path: "Panels/Room_1/panel_14"
97 clue: "book"
98 answer: "revision"
99 symbols: "null"
100}
101panels {
102 name: "TEXT"
103 path: "Panels/Room_1/panel_15"
104 clue: "text"
105 answer: "revision"
106 symbols: "null"
107}
108panels {
109 name: "POSITION (1)"
110 path: "Panels/Room_1/panel_16"
111 clue: "position"
112 answer: "motion"
113 symbols: "null"
114}
115panels {
116 name: "POSITION (2)"
117 path: "Panels/Room_1/panel_17"
118 clue: "position"
119 answer: "acceleration"
120 symbols: "null"
121}
122panels {
123 name: "POSITION (3)"
124 path: "Panels/Room_1/panel_18"
125 clue: "position"
126 answer: "jerk"
127 symbols: "null"
128}
129ports {
130 name: "GALLERY"
131 path: "Components/Warps/worldport"
132 orientation: "southwest" # uhhhh this is new
133}
diff --git a/data/maps/the_butterfly/rooms/Mastery.txtpb b/data/maps/the_butterfly/rooms/Mastery.txtpb new file mode 100644 index 0000000..f494fde --- /dev/null +++ b/data/maps/the_butterfly/rooms/Mastery.txtpb
@@ -0,0 +1,6 @@
1name: "Mastery"
2display_name: "Main Area"
3masteries {
4 name: "MASTERY"
5 path: "Components/Collectables/collectable"
6}