diff options
-rw-r--r-- | data/connections.txtpb | 18 | ||||
-rw-r--r-- | data/ids.txtpb | 46 | ||||
-rw-r--r-- | data/maps/the_literate/connections.txtpb | 5 | ||||
-rw-r--r-- | data/maps/the_literate/doors.txtpb | 14 | ||||
-rw-r--r-- | data/maps/the_literate/rooms/Painting Room.txtpb | 7 | ||||
-rw-r--r-- | data/maps/the_literate/rooms/Puzzle Room.txtpb | 63 |
6 files changed, 152 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index c98ee0a..58f456e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -6,7 +6,6 @@ | |||
6 | # the_entry/Right Eye/PSYCHIC | 6 | # the_entry/Right Eye/PSYCHIC |
7 | # the_entry/Parthenon Return/PARTHENON | 7 | # the_entry/Parthenon Return/PARTHENON |
8 | # the_entry/Link Area/PYRAMID | 8 | # the_entry/Link Area/PYRAMID |
9 | # the_entry/Link Area/BROWN | ||
10 | # four_rooms/Time Room/OWL | 9 | # four_rooms/Time Room/OWL |
11 | # four_rooms/Examples Room/DAEDALUS | 10 | # four_rooms/Examples Room/DAEDALUS |
12 | # control center -> the_ancient | 11 | # control center -> the_ancient |
@@ -36,6 +35,7 @@ | |||
36 | # the_hive/Main Area/DAED3 | 35 | # the_hive/Main Area/DAED3 |
37 | # the_impressive/Green Eye/PLAZA | 36 | # the_impressive/Green Eye/PLAZA |
38 | # the_liberated/Painting Room/PYRAMID | 37 | # the_liberated/Painting Room/PYRAMID |
38 | # the_literate/Painting Room/PYRAMID | ||
39 | connections { | 39 | connections { |
40 | from { | 40 | from { |
41 | port { | 41 | port { |
@@ -698,3 +698,19 @@ connections { | |||
698 | } | 698 | } |
699 | } | 699 | } |
700 | } | 700 | } |
701 | connections { | ||
702 | from { | ||
703 | port { | ||
704 | map: "the_entry" | ||
705 | room: "Link Area" | ||
706 | name: "BROWN" | ||
707 | } | ||
708 | } | ||
709 | to { | ||
710 | port { | ||
711 | map: "the_literate" | ||
712 | room: "Puzzle Room" | ||
713 | name: "ENTRY" | ||
714 | } | ||
715 | } | ||
716 | } | ||
diff --git a/data/ids.txtpb b/data/ids.txtpb index b5cf2b0..fef4b22 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb | |||
@@ -3810,6 +3810,52 @@ maps { | |||
3810 | } | 3810 | } |
3811 | } | 3811 | } |
3812 | } | 3812 | } |
3813 | maps { | ||
3814 | key: "the_literate" | ||
3815 | value { | ||
3816 | doors { | ||
3817 | key: "Door" | ||
3818 | value: 750 | ||
3819 | } | ||
3820 | rooms { | ||
3821 | key: "Puzzle Room" | ||
3822 | value { | ||
3823 | panels { | ||
3824 | key: "BREAD" | ||
3825 | value: 758 | ||
3826 | } | ||
3827 | panels { | ||
3828 | key: "CREATURE" | ||
3829 | value: 754 | ||
3830 | } | ||
3831 | panels { | ||
3832 | key: "JUICE" | ||
3833 | value: 752 | ||
3834 | } | ||
3835 | panels { | ||
3836 | key: "LIQUID" | ||
3837 | value: 756 | ||
3838 | } | ||
3839 | panels { | ||
3840 | key: "MAGMA" | ||
3841 | value: 753 | ||
3842 | } | ||
3843 | panels { | ||
3844 | key: "SAND" | ||
3845 | value: 755 | ||
3846 | } | ||
3847 | panels { | ||
3848 | key: "STICK" | ||
3849 | value: 757 | ||
3850 | } | ||
3851 | panels { | ||
3852 | key: "WATER" | ||
3853 | value: 751 | ||
3854 | } | ||
3855 | } | ||
3856 | } | ||
3857 | } | ||
3858 | } | ||
3813 | letters { | 3859 | letters { |
3814 | key: "a1" | 3860 | key: "a1" |
3815 | value: 577 | 3861 | value: 577 |
diff --git a/data/maps/the_literate/connections.txtpb b/data/maps/the_literate/connections.txtpb new file mode 100644 index 0000000..71196ab --- /dev/null +++ b/data/maps/the_literate/connections.txtpb | |||
@@ -0,0 +1,5 @@ | |||
1 | connections { | ||
2 | from_room: "Puzzle Room" | ||
3 | to_room: "Painting Room" | ||
4 | door { name: "Door" } | ||
5 | } | ||
diff --git a/data/maps/the_literate/doors.txtpb b/data/maps/the_literate/doors.txtpb new file mode 100644 index 0000000..480f54d --- /dev/null +++ b/data/maps/the_literate/doors.txtpb | |||
@@ -0,0 +1,14 @@ | |||
1 | doors { | ||
2 | name: "Door" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_1" | ||
5 | panels { room: "Puzzle Room" name: "WATER" } | ||
6 | panels { room: "Puzzle Room" name: "JUICE" } | ||
7 | panels { room: "Puzzle Room" name: "MAGMA" } | ||
8 | panels { room: "Puzzle Room" name: "CREATURE" } | ||
9 | panels { room: "Puzzle Room" name: "SAND" } | ||
10 | panels { room: "Puzzle Room" name: "LIQUID" } | ||
11 | panels { room: "Puzzle Room" name: "STICK" } | ||
12 | panels { room: "Puzzle Room" name: "BREAD" } | ||
13 | location_room: "Puzzle Room" | ||
14 | } | ||
diff --git a/data/maps/the_literate/rooms/Painting Room.txtpb b/data/maps/the_literate/rooms/Painting Room.txtpb new file mode 100644 index 0000000..254e174 --- /dev/null +++ b/data/maps/the_literate/rooms/Painting Room.txtpb | |||
@@ -0,0 +1,7 @@ | |||
1 | name: "Painting Room" | ||
2 | display_name: "Literate" | ||
3 | paintings { | ||
4 | name: "PYRAMID" | ||
5 | path: "Components/triangle" | ||
6 | orientation: "north" | ||
7 | } | ||
diff --git a/data/maps/the_literate/rooms/Puzzle Room.txtpb b/data/maps/the_literate/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..b86d1f7 --- /dev/null +++ b/data/maps/the_literate/rooms/Puzzle Room.txtpb | |||
@@ -0,0 +1,63 @@ | |||
1 | name: "Puzzle Room" | ||
2 | display_name: "Literate" | ||
3 | panels { | ||
4 | name: "WATER" | ||
5 | path: "Panels/entry_1" | ||
6 | clue: "water" | ||
7 | answer: "ice" | ||
8 | symbols: "cross" | ||
9 | } | ||
10 | panels { | ||
11 | name: "JUICE" | ||
12 | path: "Panels/entry_2" | ||
13 | clue: "juice" | ||
14 | answer: "popsicle" | ||
15 | symbols: "cross" | ||
16 | } | ||
17 | panels { | ||
18 | name: "MAGMA" | ||
19 | path: "Panels/entry_3" | ||
20 | clue: "magma" | ||
21 | answer: "rock" | ||
22 | symbols: "cross" | ||
23 | } | ||
24 | panels { | ||
25 | name: "CREATURE" | ||
26 | path: "Panels/entry_4" | ||
27 | clue: "creature" | ||
28 | answer: "corpse" | ||
29 | symbols: "cross" | ||
30 | } | ||
31 | panels { | ||
32 | name: "SAND" | ||
33 | path: "Panels/entry_5" | ||
34 | clue: "sand" | ||
35 | answer: "glass" | ||
36 | symbols: "cross" | ||
37 | } | ||
38 | panels { | ||
39 | name: "LIQUID" | ||
40 | path: "Panels/entry_6" | ||
41 | clue: "liquid" | ||
42 | answer: "gas" | ||
43 | symbols: "cross" | ||
44 | } | ||
45 | panels { | ||
46 | name: "STICK" | ||
47 | path: "Panels/entry_7" | ||
48 | clue: "stick" | ||
49 | answer: "torch" | ||
50 | symbols: "cross" | ||
51 | } | ||
52 | panels { | ||
53 | name: "BREAD" | ||
54 | path: "Panels/entry_8" | ||
55 | clue: "bread" | ||
56 | answer: "toast" | ||
57 | symbols: "cross" | ||
58 | } | ||
59 | ports { | ||
60 | name: "ENTRY" | ||
61 | path: "Components/Warps/worldport" | ||
62 | orientation: "south" | ||
63 | } | ||