diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 12:27:47 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 12:27:47 -0400 |
commit | 9380a7786afaefa2a999e3130ba0f5318a45b83f (patch) | |
tree | 8c4911b447b2f66ba47e015493a3485003c742d9 /data/maps/the_colorful/rooms | |
parent | 9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 (diff) | |
download | lingo2-archipelago-9380a7786afaefa2a999e3130ba0f5318a45b83f.tar.gz lingo2-archipelago-9380a7786afaefa2a999e3130ba0f5318a45b83f.tar.bz2 lingo2-archipelago-9380a7786afaefa2a999e3130ba0f5318a45b83f.zip |
Added the_colorful
Diffstat (limited to 'data/maps/the_colorful/rooms')
-rw-r--r-- | data/maps/the_colorful/rooms/Black Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Blue Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Brown Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Cyan Hallway.txtpb | 34 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Cyan Room.txtpb | 30 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Ending.txtpb | 3 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Gray Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Green Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Orange Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/P2 Room.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Purple Room.txtpb | 10 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Red Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/White Room.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Window Room.txtpb | 9 | ||||
-rw-r--r-- | data/maps/the_colorful/rooms/Yellow Room.txtpb | 9 |
15 files changed, 179 insertions, 0 deletions
diff --git a/data/maps/the_colorful/rooms/Black Room.txtpb b/data/maps/the_colorful/rooms/Black Room.txtpb new file mode 100644 index 0000000..fc8039b --- /dev/null +++ b/data/maps/the_colorful/rooms/Black Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Black Room" | ||
2 | display_name: "Black Room" | ||
3 | panels { | ||
4 | name: "STARK" | ||
5 | path: "Panels/Hallway/panel_2" | ||
6 | clue: "stark" | ||
7 | answer: "dark" | ||
8 | symbols: "zero" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/Blue Room.txtpb b/data/maps/the_colorful/rooms/Blue Room.txtpb new file mode 100644 index 0000000..e6d2efa --- /dev/null +++ b/data/maps/the_colorful/rooms/Blue Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Blue Room" | ||
2 | display_name: "Blue Room" | ||
3 | panels { | ||
4 | name: "VINE" | ||
5 | path: "Panels/Hallway/panel_4" | ||
6 | clue: "vine" | ||
7 | answer: "wine" | ||
8 | symbols: "sparkles" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/Brown Room.txtpb b/data/maps/the_colorful/rooms/Brown Room.txtpb new file mode 100644 index 0000000..a62821d --- /dev/null +++ b/data/maps/the_colorful/rooms/Brown Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Brown Room" | ||
2 | display_name: "Brown Room" | ||
3 | panels { | ||
4 | name: "FIRE" | ||
5 | path: "Panels/Hallway/panel_9" | ||
6 | clue: "fire" | ||
7 | answer: "ash" | ||
8 | symbols: "age" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/Cyan Hallway.txtpb b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb new file mode 100644 index 0000000..78bfdc6 --- /dev/null +++ b/data/maps/the_colorful/rooms/Cyan Hallway.txtpb | |||
@@ -0,0 +1,34 @@ | |||
1 | name: "Cyan Hallway" | ||
2 | display_name: "Cyan Hallway" | ||
3 | panels { | ||
4 | name: "KOI" | ||
5 | path: "Panels/Extra/panel_12" | ||
6 | clue: "koi" | ||
7 | answer: "koi" | ||
8 | symbols: "planet" | ||
9 | } | ||
10 | panels { | ||
11 | name: "WISH" | ||
12 | path: "Panels/Extra/panel_13" | ||
13 | clue: "wish" | ||
14 | answer: "wishes" | ||
15 | symbols: "planet" | ||
16 | } | ||
17 | panels { | ||
18 | name: "CHAOS" | ||
19 | path: "Panels/Extra/panel_14" | ||
20 | clue: "chaos" | ||
21 | answer: "order" | ||
22 | symbols: "sun" | ||
23 | required_room { name: "P2 Room" } | ||
24 | } | ||
25 | ports { | ||
26 | name: "STURDY" | ||
27 | path: "Components/Warps/worldport3" | ||
28 | orientation: "west" | ||
29 | } | ||
30 | ports { | ||
31 | name: "DARKROOM" | ||
32 | path: "Components/Warps/worldport2" | ||
33 | orientation: "west" | ||
34 | } | ||
diff --git a/data/maps/the_colorful/rooms/Cyan Room.txtpb b/data/maps/the_colorful/rooms/Cyan Room.txtpb new file mode 100644 index 0000000..259fba1 --- /dev/null +++ b/data/maps/the_colorful/rooms/Cyan Room.txtpb | |||
@@ -0,0 +1,30 @@ | |||
1 | name: "Cyan Room" | ||
2 | display_name: "Cyan Room" | ||
3 | panels { | ||
4 | name: "BROTHER" | ||
5 | path: "Panels/Cyan/panel_cyan_1" | ||
6 | clue: "brother" | ||
7 | answer: "sister" | ||
8 | symbols: "gender" | ||
9 | } | ||
10 | panels { | ||
11 | name: "MISTER" | ||
12 | path: "Panels/Cyan/panel_cyan_2" | ||
13 | clue: "mister" | ||
14 | answer: "sister" | ||
15 | symbols: "zero" | ||
16 | } | ||
17 | panels { | ||
18 | name: "LOST" | ||
19 | path: "Panels/Cyan/panel_cyan_3" | ||
20 | clue: "lost" | ||
21 | answer: "missing" | ||
22 | symbols: "sun" | ||
23 | } | ||
24 | panels { | ||
25 | name: "SING" | ||
26 | path: "Panels/Cyan/panel_cyan_4" | ||
27 | clue: "sing" | ||
28 | answer: "missing" | ||
29 | symbols: "sparkles" | ||
30 | } | ||
diff --git a/data/maps/the_colorful/rooms/Ending.txtpb b/data/maps/the_colorful/rooms/Ending.txtpb new file mode 100644 index 0000000..8e38d4f --- /dev/null +++ b/data/maps/the_colorful/rooms/Ending.txtpb | |||
@@ -0,0 +1,3 @@ | |||
1 | name: "Ending" | ||
2 | display_name: "Ending" | ||
3 | # TODO: Gray Ending | ||
diff --git a/data/maps/the_colorful/rooms/Gray Room.txtpb b/data/maps/the_colorful/rooms/Gray Room.txtpb new file mode 100644 index 0000000..3dd2219 --- /dev/null +++ b/data/maps/the_colorful/rooms/Gray Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Gray Room" | ||
2 | display_name: "Gray Room" | ||
3 | panels { | ||
4 | name: "MEND" | ||
5 | path: "Panels/Hallway/panel_11" | ||
6 | clue: "mend" | ||
7 | answer: "end" | ||
8 | symbols: "sparkles" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/Green Room.txtpb b/data/maps/the_colorful/rooms/Green Room.txtpb new file mode 100644 index 0000000..8fc1088 --- /dev/null +++ b/data/maps/the_colorful/rooms/Green Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Green Room" | ||
2 | display_name: "Green Room" | ||
3 | panels { | ||
4 | name: "MOTHER" | ||
5 | path: "Panels/Hallway/panel_5" | ||
6 | clue: "mother" | ||
7 | answer: "father" | ||
8 | symbols: "gender" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/Orange Room.txtpb b/data/maps/the_colorful/rooms/Orange Room.txtpb new file mode 100644 index 0000000..38798f5 --- /dev/null +++ b/data/maps/the_colorful/rooms/Orange Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Orange Room" | ||
2 | display_name: "Orange Room" | ||
3 | panels { | ||
4 | name: "CLOUD" | ||
5 | path: "Panels/Hallway/panel_8" | ||
6 | clue: "cloud" | ||
7 | answer: "storm" | ||
8 | symbols: "cross" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/P2 Room.txtpb b/data/maps/the_colorful/rooms/P2 Room.txtpb new file mode 100644 index 0000000..8c7e0f1 --- /dev/null +++ b/data/maps/the_colorful/rooms/P2 Room.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "P2 Room" | ||
2 | display_name: "Cyan Room" | ||
3 | letters { | ||
4 | key: "p" | ||
5 | double: true | ||
6 | path: "Components/Collectables/p2" | ||
7 | } | ||
diff --git a/data/maps/the_colorful/rooms/Purple Room.txtpb b/data/maps/the_colorful/rooms/Purple Room.txtpb new file mode 100644 index 0000000..978e761 --- /dev/null +++ b/data/maps/the_colorful/rooms/Purple Room.txtpb | |||
@@ -0,0 +1,10 @@ | |||
1 | name: "Purple Room" | ||
2 | display_name: "Purple Room" | ||
3 | panels { | ||
4 | name: "FISH" | ||
5 | path: "Panels/Hallway/panel_7" | ||
6 | clue: "fish" | ||
7 | answer: "fish" | ||
8 | symbols: "planet" | ||
9 | proxies { answer: "fishes" path: "Panels/Hallway/panel_7b" } | ||
10 | } | ||
diff --git a/data/maps/the_colorful/rooms/Red Room.txtpb b/data/maps/the_colorful/rooms/Red Room.txtpb new file mode 100644 index 0000000..f04ccb6 --- /dev/null +++ b/data/maps/the_colorful/rooms/Red Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Red Room" | ||
2 | display_name: "Red Room" | ||
3 | panels { | ||
4 | name: "SANDWICH" | ||
5 | path: "Panels/Hallway/panel_3" | ||
6 | clue: "sandwich" | ||
7 | answer: "bread" | ||
8 | symbols: "boxes" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/White Room.txtpb b/data/maps/the_colorful/rooms/White Room.txtpb new file mode 100644 index 0000000..6a4a73e --- /dev/null +++ b/data/maps/the_colorful/rooms/White Room.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | name: "White Room" | ||
2 | display_name: "White Room" | ||
3 | panels { | ||
4 | name: "BRIGHT" | ||
5 | path: "Panels/Hallway/panel_1" | ||
6 | clue: "bright" | ||
7 | answer: "light" | ||
8 | symbols: "sun" | ||
9 | } | ||
10 | ports { | ||
11 | name: "GREAT" | ||
12 | path: "Components/Warps/worldport" | ||
13 | orientation: "west" | ||
14 | } | ||
diff --git a/data/maps/the_colorful/rooms/Window Room.txtpb b/data/maps/the_colorful/rooms/Window Room.txtpb new file mode 100644 index 0000000..e7b64c7 --- /dev/null +++ b/data/maps/the_colorful/rooms/Window Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Window Room" | ||
2 | display_name: "Window Room" | ||
3 | panels { | ||
4 | name: "FADING" | ||
5 | path: "Panels/Hallway/panel_10" | ||
6 | clue: "fading" | ||
7 | answer: "gone" | ||
8 | symbols: "pyramid" | ||
9 | } | ||
diff --git a/data/maps/the_colorful/rooms/Yellow Room.txtpb b/data/maps/the_colorful/rooms/Yellow Room.txtpb new file mode 100644 index 0000000..f1857e9 --- /dev/null +++ b/data/maps/the_colorful/rooms/Yellow Room.txtpb | |||
@@ -0,0 +1,9 @@ | |||
1 | name: "Yellow Room" | ||
2 | display_name: "Yellow Room" | ||
3 | panels { | ||
4 | name: "CIRCLE" | ||
5 | path: "Panels/Hallway/panel_6" | ||
6 | clue: "circle" | ||
7 | answer: "shape" | ||
8 | symbols: "example" | ||
9 | } | ||