Skip to content

Commit af1fdc4

Browse files
committed
add Ripper hit lenience
1 parent 18669f1 commit af1fdc4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

region/maridia/inner-yellow/Maridia Elevator Room.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,11 @@
10841084
"name": "Dodge Rippers IBJ",
10851085
"requires": [
10861086
{"notable": "Dodge Rippers IBJ"},
1087-
"canStaggeredIBJ"
1087+
"canStaggeredIBJ",
1088+
{"or": [
1089+
"canBeVeryPatient",
1090+
{"enemyDamage": {"enemy": "Ripper", "type": "contact", "hits": 3}}
1091+
]}
10881092
],
10891093
"note": [
10901094
"Align with the right wall of the shaft by pressing against it.",
@@ -1315,7 +1319,11 @@
13151319
"name": "G-Mode Morph IBJ, Dodge Rippers",
13161320
"requires": [
13171321
{"notable": "Dodge Rippers IBJ"},
1318-
"canStaggeredIBJ"
1322+
"canStaggeredIBJ",
1323+
{"or": [
1324+
"canBeVeryPatient",
1325+
{"enemyDamage": {"enemy": "Ripper", "type": "contact", "hits": 3}}
1326+
]}
13191327
],
13201328
"note": [
13211329
"Positioning so that Samus will be against the right wall of the shaft,",

0 commit comments

Comments
 (0)