Skip to content

Commit c9f0e05

Browse files
committed
update g-mode strats
1 parent 9d33808 commit c9f0e05

1 file changed

Lines changed: 38 additions & 19 deletions

File tree

region/lowernorfair/east/The Worst Room In The Game.json

Lines changed: 38 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,20 @@
445445
"requires": [
446446
"h_heatedGMode",
447447
{"or": [
448+
"ScrewAttack",
449+
{"haveBlueSuit": {}}
450+
]},
451+
{"or": [
452+
"SpaceJump",
448453
{"and": [
449-
"ScrewAttack",
450-
"SpaceJump"
454+
"Charge",
455+
"Plasma",
456+
"canTrickyUseFrozenEnemies",
457+
"HiJump",
458+
{"or": [
459+
"canWalljump",
460+
"canTrickyDodgeEnemies"
461+
]}
451462
]},
452463
{"and": [
453464
{"haveBlueSuit": {}},
@@ -457,19 +468,7 @@
457468
"canPreciseWalljump"
458469
]},
459470
"canSpringwall",
460-
"SpaceJump",
461-
"canInsaneWalljump",
462-
"canLongIBJ",
463-
{"and": [
464-
"Charge",
465-
"canTrickyUseFrozenEnemies",
466-
"Plasma",
467-
"HiJump",
468-
{"or": [
469-
"canWalljump",
470-
"canTrickyDodgeEnemies"
471-
]}
472-
]}
471+
"canLongIBJ"
473472
]}
474473
]}
475474
]},
@@ -629,14 +628,31 @@
629628
},
630629
"requires": [
631630
{"or": [
631+
"ScrewAttack",
632+
{"haveBlueSuit": {}}
633+
]},
634+
{"or": [
635+
"SpaceJump",
632636
{"and": [
633-
"ScrewAttack",
634-
"SpaceJump"
637+
"Charge",
638+
"Plasma",
639+
"canTrickyUseFrozenEnemies",
640+
"HiJump",
641+
{"or": [
642+
"canWalljump",
643+
"canTrickyDodgeEnemies"
644+
]}
635645
]},
636646
{"and": [
637647
{"haveBlueSuit": {}},
638-
"HiJump",
639-
"canPreciseWalljump"
648+
{"or": [
649+
{"and": [
650+
"HiJump",
651+
"canPreciseWalljump"
652+
]},
653+
"canSpringwall",
654+
"canLongIBJ"
655+
]}
640656
]}
641657
]},
642658
{"or": [
@@ -1376,6 +1392,9 @@
13761392
"note": [
13771393
"Safely clear the shot blocks from the ground to avoid drawing fire from the space pirate.",
13781394
"Diagonal shots from the door effectively clear a path through the shot blocks, or firing vertically from below can work too."
1395+
],
1396+
"devNote": [
1397+
"This strat requires entering on the ground."
13791398
]
13801399
},
13811400
{

0 commit comments

Comments
 (0)