We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2a695 commit 84d459aCopy full SHA for 84d459a
1 file changed
region/norfair/east/Volcano Room.json
@@ -244,13 +244,21 @@
244
"entranceCondition": {
245
"comeInNormally": {}
246
},
247
- "requires": [],
+ "requires": [
248
+ {"heatFrames": 60}
249
+ ],
250
"exitCondition": {
251
"leaveWithRunway": {
252
"length": 6,
253
"openEnd": 1
254
}
- }
255
+ },
256
+ "unlocksDoors": [
257
+ {
258
+ "types": ["ammo"],
259
+ "requires": []
260
+ }
261
+ ]
262
263
{
264
"id": 9,
0 commit comments