Skip to content

Commit 5d5a668

Browse files
authored
Merge pull request #1690 from dragonsinth/patch-1
Norfair Reserve Tank Room -- define Sovas as Obstacle B, strat 32 "Return Carefully (Sovas Cleared)"
2 parents 429f8c7 + 5f1894a commit 5d5a668

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

region/norfair/east/Norfair Reserve Tank Room.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330
"link": [1, 4],
331331
"name": "Avoid Dragon Fireballs",
332332
"requires": [
333+
"canCameraManip",
333334
"canDodgeWhileShooting",
334335
{"heatFrames": 840}
335336
],
@@ -570,6 +571,15 @@
570571
"clearsObstacles": ["A"],
571572
"devNote": "Ice can move through the room more quickly but must spend time refreezing the dragons."
572573
},
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+
},
573583
{
574584
"id": 30,
575585
"link": [4, 2],
@@ -588,4 +598,4 @@
588598
"nextStratId": 32,
589599
"notables": [],
590600
"nextNotableId": 1
591-
}
601+
}

0 commit comments

Comments
 (0)