summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--data/connections.txtpb1
-rw-r--r--data/ids.txtpb119
-rw-r--r--data/maps/the_nuanced/connections.txtpb10
-rw-r--r--data/maps/the_nuanced/doors.txtpb54
-rw-r--r--data/maps/the_nuanced/rooms/Back Room.txtpb51
-rw-r--r--data/maps/the_nuanced/rooms/Main Room.txtpb116
-rw-r--r--data/maps/the_nuanced/rooms/N2 Room.txtpb7
7 files changed, 358 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 1d182cd..054dae7 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -35,6 +35,7 @@
35# the_impressive/Green Eye/PLAZA 35# the_impressive/Green Eye/PLAZA
36# the_liberated/Painting Room/PYRAMID 36# the_liberated/Painting Room/PYRAMID
37# the_literate/Painting Room/PYRAMID 37# the_literate/Painting Room/PYRAMID
38# the_nuanced/Main Room/UNYIELDING
38connections { 39connections {
39 from { 40 from {
40 port { 41 port {
diff --git a/data/ids.txtpb b/data/ids.txtpb index 409a552..a2edc2d 100644 --- a/data/ids.txtpb +++ b/data/ids.txtpb
@@ -3898,6 +3898,121 @@ maps {
3898 } 3898 }
3899 } 3899 }
3900} 3900}
3901maps {
3902 key: "the_nuanced"
3903 value {
3904 doors {
3905 key: "Left Room Puzzles"
3906 value: 768
3907 }
3908 doors {
3909 key: "Main Room Puzzles"
3910 value: 770
3911 }
3912 doors {
3913 key: "Right Room Puzzles"
3914 value: 769
3915 }
3916 rooms {
3917 key: "Back Room"
3918 value {
3919 panels {
3920 key: "BUYER"
3921 value: 774
3922 }
3923 panels {
3924 key: "COURSE"
3925 value: 771
3926 }
3927 panels {
3928 key: "GNASH"
3929 value: 775
3930 }
3931 panels {
3932 key: "LIMB"
3933 value: 776
3934 }
3935 panels {
3936 key: "SPARE"
3937 value: 777
3938 }
3939 panels {
3940 key: "WEIGH (1)"
3941 value: 772
3942 }
3943 panels {
3944 key: "WEIGH (2)"
3945 value: 773
3946 }
3947 }
3948 }
3949 rooms {
3950 key: "Main Room"
3951 value {
3952 panels {
3953 key: "ASH"
3954 value: 789
3955 }
3956 panels {
3957 key: "CACHE"
3958 value: 782
3959 }
3960 panels {
3961 key: "FARE"
3962 value: 791
3963 }
3964 panels {
3965 key: "FLAIR"
3966 value: 784
3967 }
3968 panels {
3969 key: "HA"
3970 value: 787
3971 }
3972 panels {
3973 key: "HEY"
3974 value: 780
3975 }
3976 panels {
3977 key: "HI"
3978 value: 790
3979 }
3980 panels {
3981 key: "HIGHER"
3982 value: 781
3983 }
3984 panels {
3985 key: "HOARSE"
3986 value: 778
3987 }
3988 panels {
3989 key: "HOSE"
3990 value: 785
3991 }
3992 panels {
3993 key: "HYMN"
3994 value: 783
3995 }
3996 panels {
3997 key: "IRE"
3998 value: 788
3999 }
4000 panels {
4001 key: "NAY"
4002 value: 779
4003 }
4004 panels {
4005 key: "NIGH"
4006 value: 786
4007 }
4008 panels {
4009 key: "TORE"
4010 value: 792
4011 }
4012 }
4013 }
4014 }
4015}
3901letters { 4016letters {
3902 key: "a1" 4017 key: "a1"
3903 value: 577 4018 value: 577
@@ -3975,6 +4090,10 @@ letters {
3975 value: 232 4090 value: 232
3976} 4091}
3977letters { 4092letters {
4093 key: "n2"
4094 value: 793
4095}
4096letters {
3978 key: "p2" 4097 key: "p2"
3979 value: 32 4098 value: 32
3980} 4099}
diff --git a/data/maps/the_nuanced/connections.txtpb b/data/maps/the_nuanced/connections.txtpb new file mode 100644 index 0000000..6c4b0f6 --- /dev/null +++ b/data/maps/the_nuanced/connections.txtpb
@@ -0,0 +1,10 @@
1connections {
2 from_room: "Main Room"
3 to_room: "Back Room"
4 door { name: "Main Room Puzzles" }
5}
6connections {
7 from_room: "Back Room"
8 to_room: "N2 Room"
9 door { name: "Back Room Puzzles" }
10}
diff --git a/data/maps/the_nuanced/doors.txtpb b/data/maps/the_nuanced/doors.txtpb new file mode 100644 index 0000000..0c66799 --- /dev/null +++ b/data/maps/the_nuanced/doors.txtpb
@@ -0,0 +1,54 @@
1doors {
2 name: "Left Room Puzzles"
3 type: LOCATION_ONLY
4 panels { room: "Main Room" name: "HOARSE" }
5 panels { room: "Main Room" name: "NAY" }
6 panels { room: "Main Room" name: "HEY" }
7 panels { room: "Main Room" name: "HIGHER" }
8 panels { room: "Main Room" name: "CACHE" }
9 panels { room: "Main Room" name: "HYMN" }
10 panels { room: "Main Room" name: "FLAIR" }
11 location_room: "Main Room"
12}
13doors {
14 name: "Right Room Puzzles"
15 type: LOCATION_ONLY
16 panels { room: "Main Room" name: "HOSE" }
17 panels { room: "Main Room" name: "NIGH" }
18 panels { room: "Main Room" name: "HA" }
19 panels { room: "Main Room" name: "IRE" }
20 panels { room: "Main Room" name: "ASH" }
21 panels { room: "Main Room" name: "HI" }
22 panels { room: "Main Room" name: "FARE" }
23 location_room: "Main Room"
24}
25doors {
26 name: "Main Room Puzzles"
27 type: ITEM_ONLY
28 receivers: "Components/Doors/entry_1"
29 panels { room: "Main Room" name: "HOARSE" }
30 panels { room: "Main Room" name: "NAY" }
31 panels { room: "Main Room" name: "HEY" }
32 panels { room: "Main Room" name: "HIGHER" }
33 panels { room: "Main Room" name: "CACHE" }
34 panels { room: "Main Room" name: "HYMN" }
35 panels { room: "Main Room" name: "FLAIR" }
36 panels { room: "Main Room" name: "HOSE" }
37 panels { room: "Main Room" name: "NIGH" }
38 panels { room: "Main Room" name: "HA" }
39 panels { room: "Main Room" name: "IRE" }
40 panels { room: "Main Room" name: "ASH" }
41 panels { room: "Main Room" name: "HI" }
42 panels { room: "Main Room" name: "FARE" }
43}
44doors {
45 name: "Back Room Puzzles"
46 type: EVENT
47 panels { room: "Back Room" name: "COURSE" }
48 panels { room: "Back Room" name: "WEIGH (1)" }
49 panels { room: "Back Room" name: "WEIGH (2)" }
50 panels { room: "Back Room" name: "BUYER" }
51 panels { room: "Back Room" name: "GNASH" }
52 panels { room: "Back Room" name: "LIMB" }
53 panels { room: "Back Room" name: "SPARE" }
54}
diff --git a/data/maps/the_nuanced/rooms/Back Room.txtpb b/data/maps/the_nuanced/rooms/Back Room.txtpb new file mode 100644 index 0000000..5ff9342 --- /dev/null +++ b/data/maps/the_nuanced/rooms/Back Room.txtpb
@@ -0,0 +1,51 @@
1name: "Back Room"
2display_name: "Nuanced"
3panels {
4 name: "COURSE"
5 path: "Panels/Rhymes/panel_1"
6 clue: "course"
7 answer: "horse"
8 symbols: "zero"
9}
10panels {
11 name: "WEIGH (1)"
12 path: "Panels/Rhymes/panel_2"
13 clue: "weigh"
14 answer: "neigh"
15 symbols: "zero"
16}
17panels {
18 name: "WEIGH (2)"
19 path: "Panels/Rhymes/panel_3"
20 clue: "weigh"
21 answer: "hay"
22 symbols: "zero"
23}
24panels {
25 name: "BUYER"
26 path: "Panels/Rhymes/panel_4"
27 clue: "buyer"
28 answer: "hire"
29 symbols: "zero"
30}
31panels {
32 name: "GNASH"
33 path: "Panels/Rhymes/panel_5"
34 clue: "gnash"
35 answer: "cash"
36 symbols: "zero"
37}
38panels {
39 name: "LIMB"
40 path: "Panels/Rhymes/panel_6"
41 clue: "limb"
42 answer: "him"
43 symbols: "zero"
44}
45panels {
46 name: "SPARE"
47 path: "Panels/Rhymes/panel_7"
48 clue: "spare"
49 answer: "flare"
50 symbols: "zero"
51}
diff --git a/data/maps/the_nuanced/rooms/Main Room.txtpb b/data/maps/the_nuanced/rooms/Main Room.txtpb new file mode 100644 index 0000000..d24a62d --- /dev/null +++ b/data/maps/the_nuanced/rooms/Main Room.txtpb
@@ -0,0 +1,116 @@
1name: "Main Room"
2display_name: "Nuanced"
3panels {
4 name: "HOARSE"
5 path: "Panels/Eyes/panel_1"
6 clue: "hoarse"
7 answer: "horse"
8 symbols: "zero"
9}
10panels {
11 name: "NAY"
12 path: "Panels/Eyes/panel_2"
13 clue: "nay"
14 answer: "neigh"
15 symbols: "zero"
16}
17panels {
18 name: "HEY"
19 path: "Panels/Eyes/panel_3"
20 clue: "hey"
21 answer: "hay"
22 symbols: "zero"
23}
24panels {
25 name: "HIGHER"
26 path: "Panels/Eyes/panel_4"
27 clue: "higher"
28 answer: "hire"
29 symbols: "zero"
30}
31panels {
32 name: "CACHE"
33 path: "Panels/Eyes/panel_5"
34 clue: "cache"
35 answer: "cash"
36 symbols: "zero"
37}
38panels {
39 name: "HYMN"
40 path: "Panels/Eyes/panel_6"
41 clue: "hymn"
42 answer: "him"
43 symbols: "zero"
44}
45panels {
46 name: "FLAIR"
47 path: "Panels/Eyes/panel_7"
48 clue: "flair"
49 answer: "flare"
50 symbols: "zero"
51}
52panels {
53 name: "HOSE"
54 path: "Panels/Letters/panel_1"
55 clue: "hose"
56 answer: "horse"
57 symbols: "sparkles"
58}
59panels {
60 name: "NIGH"
61 path: "Panels/Letters/panel_2"
62 clue: "nigh"
63 answer: "neigh"
64 symbols: "sparkles"
65}
66panels {
67 name: "HA"
68 path: "Panels/Letters/panel_3"
69 clue: "ha"
70 answer: "hay"
71 symbols: "sparkles"
72}
73panels {
74 name: "IRE"
75 path: "Panels/Letters/panel_4"
76 clue: "ire"
77 answer: "hire"
78 symbols: "sparkles"
79}
80panels {
81 name: "ASH"
82 path: "Panels/Letters/panel_5"
83 clue: "ash"
84 answer: "cash"
85 symbols: "sparkles"
86}
87panels {
88 name: "HI"
89 path: "Panels/Letters/panel_6"
90 clue: "hi"
91 answer: "him"
92 symbols: "sparkles"
93}
94panels {
95 name: "FARE"
96 path: "Panels/Letters/panel_7"
97 clue: "fare"
98 answer: "flare"
99 symbols: "sparkles"
100}
101panels {
102 name: "TORE"
103 path: "Panels/Extras/hint"
104 clue: "tore"
105 answer: "stores"
106 symbols: "sparkles"
107}
108ports {
109 name: "UNYIELDING"
110 path: "Components/Warps/worldport"
111 orientation: "west"
112}
113keyholders {
114 name: "S"
115 path: "Components/KeyHolders/keyHolderS"
116}
diff --git a/data/maps/the_nuanced/rooms/N2 Room.txtpb b/data/maps/the_nuanced/rooms/N2 Room.txtpb new file mode 100644 index 0000000..492d4a3 --- /dev/null +++ b/data/maps/the_nuanced/rooms/N2 Room.txtpb
@@ -0,0 +1,7 @@
1name: "N2 Room"
2display_name: "Nuanced"
3letters {
4 key: "n"
5 level2: true
6 path: "Components/Collectables/collectable"
7}