Skip to content

Commit 0af09cc

Browse files
committed
feedback update
1 parent abf47d6 commit 0af09cc

8 files changed

Lines changed: 27 additions & 30 deletions

helpers.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,8 +1138,15 @@
11381138
{
11391139
"name": "h_heatedGModePauseAbuse",
11401140
"requires": [
1141-
"h_heatedGMode",
1142-
"canPauseAbuse"
1141+
"canEnterGMode",
1142+
"canPauseAbuse",
1143+
{"or": [
1144+
"h_heatProof",
1145+
{"and": [
1146+
"canComplexGMode",
1147+
"canHeatedGMode"
1148+
]}
1149+
]}
11431150
]
11441151
},
11451152
{

region/lowernorfair/east/Amphitheatre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"HiJump",
359359
"SpaceJump",
360360
"canSpringBallJumpMidAir",
361-
"canComplexGMode",
361+
"canInsaneJump",
362362
{"and": [
363363
"Charge",
364364
"canTrickyUseFrozenEnemies",

region/lowernorfair/east/Fast Pillars Setup Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@
10131013
{"ammo": {"type": "PowerBomb", "count": 3}},
10141014
"h_artificialMorphIBJ",
10151015
{"or": [
1016-
"canComplexGMode",
1016+
"canInsaneJump",
10171017
{"ammo": {"type": "PowerBomb", "count": 3}}
10181018
]},
10191019
{"heatFrames": 70}

region/lowernorfair/east/Plowerhouse Room.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -362,24 +362,12 @@
362362
"requires": [
363363
{"or": [
364364
"ScrewAttack",
365-
"canTrickyGMode",
365+
"canInsaneJump",
366366
{"and": [
367367
"canTrickyDodgeEnemies",
368-
"Plasma",
369-
{"or": [
370-
"Wave",
371-
"Ice"
372-
]}
373-
]},
374-
{"and": [
375-
"canComplexGMode",
376368
"Plasma"
377369
]},
378-
{"enemyDamage": {"enemy": "Holtz", "type": "contact", "hits": 1}},
379-
{"and": [
380-
"canComplexGMode",
381-
{"enemyDamage": {"enemy": "Zebbo", "type": "contact", "hits": 1}}
382-
]}
370+
{"enemyDamage": {"enemy": "Holtz", "type": "contact", "hits": 1}}
383371
]},
384372
{"or": [
385373
"h_heatedGModePauseAbuse",
@@ -389,7 +377,8 @@
389377
"flashSuitChecked": true,
390378
"note": [
391379
"Kill or dodge the Holtz while crossing the room. With Plasma and Wave or Ice, it is possible to quickly kill the Holtz while at the left door.",
392-
"Otherwise, jump immediately on entry while Samus still has i-frames to get to the left of the first Zebbo and kill it.",
380+
"Otherwise, in direct G-mode, jump immediately on entry while Samus still has i-frames to get to the left of the first Zebbo and kill it,",
381+
"and in indirect G-mode, move to the left then run under the Holtzes.",
393382
"Carefully cross the room while killing the Holtz without luring them, or dodge them.",
394383
"It is possible to kill a Zebbo by the door and pause abuse to grab its Energy drop on G-mode exit, which requires not killing the right Zebbo until it is in location."
395384
]
@@ -684,7 +673,7 @@
684673
]}
685674
]},
686675
"Plasma",
687-
"canComplexGMode",
676+
"canInsaneJump",
688677
{"enemyDamage": {"enemy": "Zebbo", "type": "contact", "hits": 1}}
689678
]},
690679
"h_heatedGModePauseAbuse"

region/lowernorfair/east/Ridley's Room.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
},
424424
"requires": [
425425
{"notable": "G-Mode Crystal Flash Stuck Ridley"},
426-
"canTrickyGMode",
426+
"canComplexGMode",
427427
"h_heatedGMode",
428428
"h_CrystalFlash",
429429
"h_usePowerBomb",
@@ -728,7 +728,7 @@
728728
},
729729
"requires": [
730730
{"notable": "G-Mode Crystal Flash Stuck Ridley"},
731-
"canTrickyGMode",
731+
"canComplexGMode",
732732
"h_heatedGMode",
733733
"h_CrystalFlash",
734734
"h_usePowerBomb",

region/lowernorfair/east/Three Musketeers' Room.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,9 @@
528528
}
529529
},
530530
"requires": [
531+
"canInsaneJump",
531532
{"or": [
532-
{"and": [
533-
"canComplexGMode",
534-
"h_artificialMorphJumpIntoIBJ"
535-
]},
533+
"h_artificialMorphJumpIntoIBJ",
536534
{"and": [
537535
"canTrickyGMode",
538536
"h_artificialMorphSpringFling"

region/lowernorfair/east/Wasteland.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,12 @@
561561
},
562562
"requires": [
563563
"Morph",
564-
"canTrickyJump",
565564
{"or": [
566565
"canComplexGMode",
566+
"Wave"
567+
]},
568+
{"or": [
569+
"canInsaneJump",
567570
{"ammo": {"type": "Super", "count": 1}},
568571
{"ammo": {"type": "Missile", "count": 1}},
569572
"Charge",

region/lowernorfair/west/Golden Torizo's Room.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647
{"or": [
648648
"h_artificialMorphJumpIntoIBJ",
649649
"h_artificialMorphDoubleBombJump",
650-
"canComplexGMode"
650+
"canInsaneJump"
651651
]}
652652
]}
653653
]},
@@ -891,7 +891,7 @@
891891
{"or": [
892892
"h_artificialMorphJumpIntoIBJ",
893893
"h_artificialMorphDoubleBombJump",
894-
"canComplexGMode"
894+
"canInsaneJump"
895895
]}
896896
]}
897897
]},
@@ -1020,7 +1020,7 @@
10201020
{"or": [
10211021
"f_DefeatedGoldenTorizo",
10221022
{"and": [
1023-
"canComplexGMode",
1023+
"canInsaneJump",
10241024
"h_artificialMorphJumpIntoIBJ"
10251025
]},
10261026
{"and": [

0 commit comments

Comments
 (0)