-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathSpelunky2RoomCodes.json
205 lines (205 loc) · 10.6 KB
/
Spelunky2RoomCodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"colors": {
"transparent": { "r": 255, "g": 255, "b": 255, "a": 10 },
"path": { "r": 163, "g": 106, "b": 36, "a": 255 },
"gray": { "r": 200, "g": 200, "b": 200, "a": 255 },
"darkgray": { "r": 74, "g": 74, "b": 74, "a": 255 },
"green": { "r": 20, "g": 200, "b": 20, "a": 255 },
"red": { "r": 200, "g": 20, "b": 20, "a": 255 },
"junglesister": { "r": 105, "g": 145, "b": 99, "a": 255 },
"shop": { "r": 145, "g": 126, "b": 99, "a": 255 },
"logtrap": { "r": 87, "g": 72, "b": 51, "a": 255 },
"yang": { "r": 181, "g": 176, "b": 134, "a": 255 },
"vault": { "r": 130, "g": 130, "b": 126, "a": 255 },
"udyat": { "r": 186, "g": 172, "b": 48, "a": 255 },
"kali": { "r": 153, "g": 26, "b": 51, "a": 255 },
"key": { "r": 153, "g": 116, "b": 26, "a": 255 },
"challenge": { "r": 137, "g": 58, "b": 186, "a": 255 },
"coffin": { "r": 226, "g": 235, "b": 209, "a": 255 },
"blackmarket": { "r": 123, "g": 168, "b": 34, "a": 255 },
"idol": { "r": 221, "g": 224, "b": 27, "a": 255 },
"vanhorsing": { "r": 81, "g": 62, "b": 102, "a": 255 },
"drill": { "r": 139, "g": 38, "b": 255, "a": 255 },
"vlad": { "r": 247, "g": 72, "b": 72, "a": 255 },
"waddler": { "r": 116, "g": 232, "b": 155, "a": 255 },
"tusk": { "r": 207, "g": 151, "b": 147, "a": 255 },
"water": { "r": 65, "g": 71, "b": 158, "a": 255 },
"anubis": { "r": 217, "g": 199, "b": 9, "a": 255 },
"bee": { "r": 143, "g": 135, "b": 54, "a": 255 },
"eggplant": { "r": 89, "g": 7, "b": 166, "a": 255 },
"mothership": { "r": 189, "g": 134, "b": 240, "a": 255 },
"ushabti": { "r": 168, "g": 240, "b": 134, "a": 255 },
"sparrow": { "r": 242, "g": 219, "b": 255, "a": 255 }
},
"roomcodes": {
"00": { "name": "Empty/unassigned", "color": "transparent" },
"01": { "name": "Standard room (horizontal exit)", "color": "gray" },
"02": { "name": "Path to exit (vertical exit)", "color": "path" },
"03": { "name": "Path to exit (horizontal exit)", "color": "path" },
"04": { "name": "Path to exit (vertical exit)", "color": "path" },
"05": { "name": "Player start (horizontal exit)", "color": "green" },
"06": { "name": "Player start (vertical exit)", "color": "green" },
"07": { "name": "Exit door (horizontal entrance)", "color": "red" },
"08": { "name": "Exit door (vertical entrance)", "color": "red" },
"09": { "name": "Backlayer empty/border", "color": "transparent" },
"0a": { "name": "Backlayer room", "color": "gray" },
"0b": { "name": "Backlayer room", "color": "gray" },
"0c": { "name": "Backlayer room (north-south)", "color": "gray" },
"0d": { "name": "Backlayer room", "color": "gray" },
"15": {
"name": "Completely filled (e.g. between jungle and black market, volcana drill)",
"color": "darkgray"
},
"16": { "name": "Quillback related", "color": "gray" },
"17": { "name": "Shopkeeper vault", "color": "vault" },
"18": { "name": "Shopkeeper Outpost", "color": "vault" },
"19": { "name": "Coffin player", "color": "coffin" },
"1a": { "name": "Coffin player (Vertical)", "color": "coffin" },
"1b": { "name": "Coffin (vine/ladder west)", "color": "coffin" },
"1c": { "name": "Coffin (vine/ladder east)", "color": "coffin" },
"1d": { "name": "Udjat eye door/bottom", "color": "udyat" },
"1e": { "name": "Udjat eye top (backlayer)", "color": "udyat" },
"1f": { "name": "Bee hive", "color": "bee" },
"20": { "name": "Bee hive with door", "color": "bee" },
"21": { "name": "Black market entry", "color": "blackmarket" },
"22": { "name": "Black market coffin", "color": "coffin" },
"23": { "name": "Black market bottom/exit door", "color": "blackmarket" },
"24": {
"name": "Tide pool front layer hidden door entrance to one way door",
"color": "gray"
},
"25": { "name": "Tide pool one-way door", "color": "gray" },
"26": { "name": "Anubis throne", "color": "anubis" },
"27": { "name": "Eggplant child room in ice caves", "color": "eggplant" },
"28": { "name": "Mothership entrance door", "color": "mothership" },
"29": { "name": "Mothership coffin", "color": "mothership" },
"2a": { "name": "Tiamat top Tun area", "color": "challenge" },
"2b": { "name": "Mother statue", "color": "eggplant" },
"2c": { "name": "Shop jail backlayer", "color": "shop" },
"2d": { "name": "Yang turkey pen", "color": "yang" },
"2e": { "name": "Jungle sister", "color": "junglesister" },
"2f": {
"name": "Tusk treasure room (note/idol) (west entrance)",
"color": "tusk"
},
"30": {
"name": "Tusk treasure room (note/idol) (east entrance)",
"color": "tusk"
},
"31": {
"name": "Tusk pleasure palace ooba room (sister)",
"color": "tusk"
},
"32": {
"name": "Tusk pleasure palace painting",
"color": "tusk"
},
"33": {
"name": "Tusk pleasure palace turkeys/royal jelly",
"color": "tusk"
},
"34": {
"name": "Tusk pleasure palace idol head",
"color": "tusk"
},
"35": { "name": "Tusk pleasure palace entrance", "color": "tusk" },
"36": { "name": "Tusk pleasure palace clover", "color": "tusk" },
"37": { "name": "Tusk pleasure palace left ladder down", "color": "tusk" },
"38": { "name": "Tusk pleasure palace altar", "color": "tusk" },
"39": { "name": "Tusk pleasure palace cursed pot", "color": "tusk" },
"3a": { "name": "Tusk pleasure palace treasure chests", "color": "tusk" },
"3b": {
"name": "Tusk pleasure palace triple laser basement",
"color": "tusk"
},
"3c": { "name": "Tusk pleasure palace backdoor entrance", "color": "tusk" },
"41": { "name": "Shop (east entrance)", "color": "shop" },
"42": { "name": "Shop (west entrance)", "color": "shop" },
"43": { "name": "Shop (east entrance with north jail)", "color": "shop" },
"44": { "name": "Shop (west entrance with north jail)", "color": "shop" },
"45": { "name": "Shop (east entrance with south jail)", "color": "shop" },
"46": { "name": "Shop (west entrance with south jail)", "color": "shop" },
"47": { "name": "Jail north of shop (east ladder)", "color": "shop" },
"48": { "name": "Jail north of shop (west ladder)", "color": "shop" },
"49": { "name": "Jail south of shop (east ladder)", "color": "shop" },
"4a": { "name": "Jail south of shop (west ladder)", "color": "shop" },
"4b": { "name": "Dice shop (east entrance)", "color": "shop" },
"4c": { "name": "Dice shop (west entrance)", "color": "shop" },
"4d": { "name": "Tun shop (east entrance)", "color": "shop" },
"4e": { "name": "Tun shop (west entrance)", "color": "shop" },
"4f": { "name": "Caveman shop (east entrance)", "color": "shop" },
"50": { "name": "Caveman shop (west entrance)", "color": "shop" },
"51": { "name": "Tun challenge (east entrance)", "color": "challenge" },
"52": { "name": "Tun challenge (west entrance)", "color": "challenge" },
"53": { "name": "Tusk dice shop (east entrance)", "color": "tusk" },
"54": { "name": "Tusk dice shop (west entrance)", "color": "tusk" },
"56": { "name": "Waddler", "color": "waddler" },
"57": { "name": "Ghist shop", "color": "shop" },
"5a": {
"name": "Tun challenge (back layer entrance)",
"color": "challenge"
},
"5b": {
"name": "Moon challenge (back layer bottom)",
"color": "challenge"
},
"5c": { "name": "Tun challenge (back layer)", "color": "challenge" },
"5d": { "name": "Tun challenge (back layer)", "color": "challenge" },
"5e": { "name": "Tun challenge (back layer)", "color": "challenge" },
"5f": { "name": "Tun challenge (back layer)", "color": "challenge" },
"60": { "name": "Tun challenge (back layer)", "color": "challenge" },
"61": { "name": "Tun challenge (back layer)", "color": "challenge" },
"62": { "name": "Tun challenge (back layer)", "color": "challenge" },
"63": { "name": "Tun challenge (back layer)", "color": "challenge" },
"64": {
"name": "Moon challenge Houyi bow (back layer)",
"color": "challenge"
},
"66": { "name": "Horizontal and vertical double room", "color": "gray" },
"67": { "name": "Horizontal and vertical double room", "color": "gray" },
"68": { "name": "Volcana trash room", "color": "gray" },
"69": { "name": "Horizontal and vertical double room", "color": "gray" },
"6a": { "name": "Horizontal and vertical double room", "color": "gray" },
"6b": { "name": "Horizontal double room", "color": "gray" },
"6c": { "name": "Horizontal double room", "color": "gray" },
"6d": { "name": "Vertical double room", "color": "gray" },
"6e": { "name": "Vertical double room", "color": "gray" },
"6f": { "name": "Coffin Frog", "color": "gray" },
"71": { "name": "Key room", "color": "key" },
"72": { "name": "Locked room", "color": "key" },
"73": { "name": "Kali altar", "color": "kali" },
"74": { "name": "Idol treasure", "color": "idol" },
"75": { "name": "Wooden log trap", "color": "logtrap" },
"76": { "name": "Waddler entrance", "color": "waddler" },
"77": { "name": "Black market", "color": "blackmarket" },
"78": { "name": "Volcana drill", "color": "drill" },
"79": { "name": "Vlad's castle entrance door", "color": "vlad" },
"7a": { "name": "Volcana drill bottom layer room", "color": "gray" },
"7b": { "name": "Vlad's castle ascension path", "color": "vlad" },
"7c": { "name": "Vlad's castle tunnel", "color": "vlad" },
"7d": { "name": "City of gold room above altar", "color": "kali" },
"7e": { "name": "Mothership room", "color": "mothership" },
"7f": { "name": "Mothership exit door", "color": "mothership" },
"80": { "name": "Apep path of destruction", "color": "gray" },
"81": {
"name": "Tide pool 4-2 hidden room 4-3 exit door room",
"color": "water"
},
"82": {
"name": "Tide pool 4-2 big fish water 4-3 above lava",
"color": "water"
},
"83": { "name": "Tide pool 4-3 leftmost above lava", "color": "water" },
"84": { "name": "Kingu hidden room to ascend", "color": "gray" },
"85": { "name": "Ushabti door", "color": "ushabti" },
"86": { "name": "Ushabti backlayer", "color": "ushabti" },
"87": { "name": "Eggplant world ghist entrance", "color": "eggplant" },
"88": { "name": "Eggplant world empress grave", "color": "eggplant" },
"89": { "name": "Van Horsing key room", "color": "vanhorsing" },
"8a": { "name": "Van Horsing jail", "color": "vanhorsing" },
"8b": { "name": "Van Horsing temple room", "color": "vanhorsing" },
"8c": { "name": "Sparrow first hideout", "color": "sparrow" },
"8d": { "name": "Sparrow NeoBab hideout", "color": "sparrow" },
"8e": { "name": "Eggplant world Yama area", "color": "eggplant" }
}
}