Skip to content

Commit 67c868b

Browse files
committed
add notable, hero shot requirement
1 parent 5eccd8d commit 67c868b

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

region/norfair/east/Cathedral Entrance.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@
654654
"link": [2, 3],
655655
"name": "Dessgeega Dodge",
656656
"requires": [
657+
{"notable": "Dessgeega Dodge (Right-to-Left)"},
657658
"canTrickyDodgeEnemies",
658659
"canInsaneJump",
659660
{"heatFramesWithEnergyDrops": {
@@ -806,6 +807,10 @@
806807
"canCarefulJump",
807808
{"heatFrames": 100}
808809
]}
810+
]},
811+
{"or": [
812+
"canHeroShot",
813+
{"heatFrames": 100}
809814
]}
810815
]
811816
},
@@ -1508,8 +1513,16 @@
15081513
"Jump when passing under the floating platform and barely avoid hitting the rightmost wall.",
15091514
"Wall jump on the horizontal spire near to the door."
15101515
]
1511-
}
1516+
},
1517+
{
1518+
"id": 7,
1519+
"name": "Dessgeega Dodge (Right-to-Left)",
1520+
"note": [
1521+
"By entering the room in a specific way, manipulate the Sm. Dessgeegas to hop in a way that",
1522+
"they do not block Samus' path while traversing the room from right to left."
1523+
]
1524+
}
15121525
],
15131526
"nextStratId": 67,
1514-
"nextNotableId": 7
1527+
"nextNotableId": 8
15151528
}

0 commit comments

Comments
 (0)