Skip to content

Commit 2ce75be

Browse files
committed
add notes and canTrickyDodgeEnemies requirement
1 parent 891d475 commit 2ce75be

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

region/tourian/main/Metroid Room 2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@
349349
{"types": ["powerbomb"], "requires": []},
350350
{"types": ["missiles", "super"], "requires": ["never"]}
351351
],
352-
"flashSuitChecked": true
352+
"flashSuitChecked": true,
353+
"devNote": "FIXME: refine this and add a canTwoTileSqueeze option."
353354
},
354355
{
355356
"id": 18,
@@ -397,6 +398,7 @@
397398
{"metroidFrames": 100},
398399
{"and": [
399400
"canInsaneJump",
401+
"canTrickyDodgeEnemies",
400402
{"metroidFrames": 10}
401403
]}
402404
]}
@@ -408,7 +410,12 @@
408410
{"types": ["powerbomb"], "requires": []},
409411
{"types": ["missiles", "super"], "requires": ["never"]}
410412
],
411-
"flashSuitChecked": true
413+
"flashSuitChecked": true,
414+
"note": [
415+
"If Metroids are alive, minimizing damage from them requires tricky movement to manipulate them:",
416+
"the moonfalling option must be done starting from almost a tile to the left of the opening;",
417+
"likewise, the morphing option should soft-morph about a tile to the left of the opening. "
418+
]
412419
},
413420
{
414421
"id": 20,

0 commit comments

Comments
 (0)