Skip to content

Commit ab3e30f

Browse files
committed
feedback update
1 parent 479cf50 commit ab3e30f

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

region/maridia/outer/Crab Hole.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,11 @@
713713
"h_artificialMorphBombHorizontally",
714714
{"or": [
715715
"h_additionalBomb",
716-
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
716+
"canTrickyGMode",
717+
{"and": [
718+
"canTrickyDodgeEnemies",
719+
"canGravityJump"
720+
]}
717721
]}
718722
]}
719723
]}
@@ -724,11 +728,11 @@
724728
}
725729
},
726730
"flashSuitChecked": true,
727-
"note": [
728-
"To save a bomb, it is possible but difficult to roll from the doorway onto the platform with Gravity turned off.",
729-
"This requires backing up slightly after entering the room then quickly rolling before the crabs. It is a bit tighter in direct G-Mode."
730-
],
731-
"devNote": "It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press."
731+
"note": "To save a bomb, it is possible to roll from the doorway onto the platform with movement similar to a Gravity jump - hold forward just before the pause to disable gravity.",
732+
"devNote": [
733+
"It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press.",
734+
"A crab hit could bounce Samus onto the middle platform, but the gravity jump is better. If Samus has a blue suit and cant pause, then she also cant boost from the crab."
735+
]
732736
},
733737
{
734738
"id": 17,
@@ -3527,11 +3531,11 @@
35273531
"h_artificialMorphBombHorizontally",
35283532
{"or": [
35293533
"h_additionalBomb",
3534+
"canTrickyGMode",
35303535
{"and": [
3531-
"canInsaneJump",
3532-
{"disableEquipment": "Gravity"}
3533-
]},
3534-
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
3536+
"canTrickyJump",
3537+
"canGravityJump"
3538+
]}
35353539
]}
35363540
]}
35373541
]}
@@ -3542,8 +3546,11 @@
35423546
}
35433547
},
35443548
"flashSuitChecked": true,
3545-
"note": "To save a bomb, it is possible to roll from the doorway onto the platform with Gravity turned off.",
3546-
"devNote": "It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press."
3549+
"note": "To save a bomb, it is possible to roll from the doorway onto the platform with similar to a Gravity jump - hold forward just before the pause to disable gravity.",
3550+
"devNote": [
3551+
"It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press.",
3552+
"A crab hit could bounce Samus onto the middle platform, but the gravity jump is better. If Samus has a blue suit and cant pause, then she also cant boost from the crab."
3553+
]
35473554
},
35483555
{
35493556
"id": 100,

0 commit comments

Comments
 (0)