We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 429f8c7 + 5f1894a commit 5d5a668Copy full SHA for 5d5a668
1 file changed
region/norfair/east/Norfair Reserve Tank Room.json
@@ -330,6 +330,7 @@
330
"link": [1, 4],
331
"name": "Avoid Dragon Fireballs",
332
"requires": [
333
+ "canCameraManip",
334
"canDodgeWhileShooting",
335
{"heatFrames": 840}
336
],
@@ -570,6 +571,15 @@
570
571
"clearsObstacles": ["A"],
572
"devNote": "Ice can move through the room more quickly but must spend time refreezing the dragons."
573
},
574
+ {
575
+ "link": [4, 1],
576
+ "name": "Return Carefully",
577
+ "requires": [
578
+ "canCarefulJump",
579
+ {"heatFrames": 480}
580
+ ],
581
+ "note": "Return with careful jumps, avoiding Dragons."
582
+ },
583
{
584
"id": 30,
585
"link": [4, 2],
@@ -588,4 +598,4 @@
588
598
"nextStratId": 32,
589
599
"notables": [],
590
600
"nextNotableId": 1
591
-}
601
+}
0 commit comments