summary refs log tree commit diff stats
path: root/data/maps
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-16 17:59:12 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-16 17:59:12 -0400
commit176175871f2074a83c49a1ed60e96cf7e9b9de8d (patch)
treeb2f08a0bede9bdd6d047571888acc0dd77f6f07b /data/maps
parent27724f813befb37f8767bdc084a2bf9c580701d7 (diff)
downloadlingo2-archipelago-176175871f2074a83c49a1ed60e96cf7e9b9de8d.tar.gz
lingo2-archipelago-176175871f2074a83c49a1ed60e96cf7e9b9de8d.tar.bz2
lingo2-archipelago-176175871f2074a83c49a1ed60e96cf7e9b9de8d.zip
Added the_lionized
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/the_entry/rooms/Eye Room.txtpb7
-rw-r--r--data/maps/the_lionized/connections.txtpb5
-rw-r--r--data/maps/the_lionized/doors.txtpb12
-rw-r--r--data/maps/the_lionized/rooms/E2 Room.txtpb7
-rw-r--r--data/maps/the_lionized/rooms/Puzzle Room.txtpb63
5 files changed, 93 insertions, 1 deletions
diff --git a/data/maps/the_entry/rooms/Eye Room.txtpb b/data/maps/the_entry/rooms/Eye Room.txtpb index 50781ad..9462fa4 100644 --- a/data/maps/the_entry/rooms/Eye Room.txtpb +++ b/data/maps/the_entry/rooms/Eye Room.txtpb
@@ -28,4 +28,9 @@ paintings {
28 enter_only: true 28 enter_only: true
29 required_door { name: "Third Eye Painting" } 29 required_door { name: "Third Eye Painting" }
30 display_name: "Painting Beside Panel" 30 display_name: "Painting Beside Panel"
31} \ No newline at end of file 31}
32ports {
33 name: "LIONIZED"
34 path: "Components/Warps/worldport10"
35 orientation: "north"
36}
diff --git a/data/maps/the_lionized/connections.txtpb b/data/maps/the_lionized/connections.txtpb new file mode 100644 index 0000000..b714859 --- /dev/null +++ b/data/maps/the_lionized/connections.txtpb
@@ -0,0 +1,5 @@
1connections {
2 from_room: "Puzzle Room"
3 to_room: "E2 Room"
4 door { name: "Puzzles" }
5}
diff --git a/data/maps/the_lionized/doors.txtpb b/data/maps/the_lionized/doors.txtpb new file mode 100644 index 0000000..7afb63c --- /dev/null +++ b/data/maps/the_lionized/doors.txtpb
@@ -0,0 +1,12 @@
1doors {
2 name: "Puzzles"
3 type: EVENT
4 panels { room: "Puzzle Room" name: "CHILD" }
5 panels { room: "Puzzle Room" name: "FIRE" }
6 panels { room: "Puzzle Room" name: "LIFE" }
7 panels { room: "Puzzle Room" name: "ROCK" }
8 panels { room: "Puzzle Room" name: "LION" }
9 panels { room: "Puzzle Room" name: "FROG" }
10 panels { room: "Puzzle Room" name: "PIG" }
11 panels { room: "Puzzle Room" name: "GOAT" }
12}
diff --git a/data/maps/the_lionized/rooms/E2 Room.txtpb b/data/maps/the_lionized/rooms/E2 Room.txtpb new file mode 100644 index 0000000..b07d820 --- /dev/null +++ b/data/maps/the_lionized/rooms/E2 Room.txtpb
@@ -0,0 +1,7 @@
1name: "E2 Room"
2display_name: "Lionized"
3letters {
4 key: "e"
5 level2: true
6 path: "Components/Collectables/collectable"
7}
diff --git a/data/maps/the_lionized/rooms/Puzzle Room.txtpb b/data/maps/the_lionized/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..7bc110b --- /dev/null +++ b/data/maps/the_lionized/rooms/Puzzle Room.txtpb
@@ -0,0 +1,63 @@
1name: "Puzzle Room"
2display_name: "Lionized"
3panels {
4 name: "CHILD"
5 path: "Panels/entry_1"
6 clue: "child"
7 answer: "adult"
8 symbols: "age"
9}
10panels {
11 name: "FIRE"
12 path: "Panels/entry_2"
13 clue: "fire"
14 answer: "ash"
15 symbols: "age"
16}
17panels {
18 name: "LIFE"
19 path: "Panels/entry_3"
20 clue: "life"
21 answer: "death"
22 symbols: "age"
23}
24panels {
25 name: "ROCK"
26 path: "Panels/entry_4"
27 clue: "rock"
28 answer: "sand"
29 symbols: "age"
30}
31panels {
32 name: "LION"
33 path: "Panels/entry_5"
34 clue: "lion"
35 answer: "cub"
36 symbols: "age"
37}
38panels {
39 name: "FROG"
40 path: "Panels/entry_6"
41 clue: "frog"
42 answer: "tadpole"
43 symbols: "age"
44}
45panels {
46 name: "PIG"
47 path: "Panels/entry_7"
48 clue: "pig"
49 answer: "piglet"
50 symbols: "age"
51}
52panels {
53 name: "GOAT"
54 path: "Panels/entry_8"
55 clue: "goat"
56 answer: "kid"
57 symbols: "age"
58}
59ports {
60 name: "ENTRY"
61 path: "Components/Warps/worldport"
62 orientation: "south"
63}