summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--data/connections.txtpb17
-rw-r--r--data/ids.txtpb46
-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
7 files changed, 155 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 9d72467..c98ee0a 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -4,7 +4,6 @@
4# the_entry/Lime Room/REVITALIZED 4# the_entry/Lime Room/REVITALIZED
5# the_entry/Shop Entrance/SHOP 5# the_entry/Shop Entrance/SHOP
6# the_entry/Right Eye/PSYCHIC 6# the_entry/Right Eye/PSYCHIC
7# the_entry/Eye Room/LIONIZED
8# the_entry/Parthenon Return/PARTHENON 7# the_entry/Parthenon Return/PARTHENON
9# the_entry/Link Area/PYRAMID 8# the_entry/Link Area/PYRAMID
10# the_entry/Link Area/BROWN 9# the_entry/Link Area/BROWN
@@ -683,3 +682,19 @@ connections {
683 } 682 }
684 } 683 }
685} 684}
685connections {
686 from {
687 port {
688 map: "the_entry"
689 room: "Eye Room"
690 name: "LIONIZED"
691 }
692 }
693 to {
694 port {
695 map: "the_lionized"
696 room: "Puzzle Room"
697 name: "ENTRY"
698 }
699 }
700}
diff --git a/data/ids.txtpb b/data/ids.txtpb index 49e035a..b5cf2b0 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb
@@ -3768,6 +3768,48 @@ maps {
3768 } 3768 }
3769 } 3769 }
3770} 3770}
3771maps {
3772 key: "the_lionized"
3773 value {
3774 rooms {
3775 key: "Puzzle Room"
3776 value {
3777 panels {
3778 key: "CHILD"
3779 value: 742
3780 }
3781 panels {
3782 key: "FIRE"
3783 value: 743
3784 }
3785 panels {
3786 key: "FROG"
3787 value: 747
3788 }
3789 panels {
3790 key: "GOAT"
3791 value: 749
3792 }
3793 panels {
3794 key: "LIFE"
3795 value: 744
3796 }
3797 panels {
3798 key: "LION"
3799 value: 746
3800 }
3801 panels {
3802 key: "PIG"
3803 value: 748
3804 }
3805 panels {
3806 key: "ROCK"
3807 value: 745
3808 }
3809 }
3810 }
3811 }
3812}
3771letters { 3813letters {
3772 key: "a1" 3814 key: "a1"
3773 value: 577 3815 value: 577
@@ -3797,6 +3839,10 @@ letters {
3797 value: 401 3839 value: 401
3798} 3840}
3799letters { 3841letters {
3842 key: "e2"
3843 value: 741
3844}
3845letters {
3800 key: "g1" 3846 key: "g1"
3801 value: 614 3847 value: 614
3802} 3848}
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}