-
Notifications
You must be signed in to change notification settings - Fork 19
Upper Norfair West G-Mode: Second Pass #2175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
062656f
8de1e77
6ba321e
0ca57d1
de8f22f
65b31a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -401,6 +401,10 @@ | |
| "requires": [ | ||
| {"or": [ | ||
| "h_artificialMorphIBJ", | ||
| {"and": [ | ||
| "h_artificialMorphSpringBallBombJump", | ||
| "h_additionalBomb" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will hit the block "C" and then you can't exit to the right with the item |
||
| ]}, | ||
| {"and": [ | ||
| "HiJump", | ||
| "h_artificialMorphSpringBall" | ||
|
|
@@ -418,7 +422,8 @@ | |
| ], | ||
| "clearsObstacles": ["D"], | ||
| "flashSuitChecked": true, | ||
| "note": "Get to the item without overloading PLMs by avoiding entering the morph tunnel at the bottom of the room or using Power Bombs near the items." | ||
| "note": "Get to the item without overloading PLMs by avoiding entering the morph tunnel at the bottom of the room.", | ||
| "devNote": "Spring Ball bomb jumps with Power Bombs are not going to overload many PLMs." | ||
| }, | ||
| { | ||
| "id": 11, | ||
|
|
@@ -480,7 +485,7 @@ | |
| "h_artificialMorphPowerBomb", | ||
| "canOffScreenMovement" | ||
| ], | ||
| "collectsItems": [4], | ||
| "collectsItems": [3, 4], | ||
| "flashSuitChecked": true, | ||
| "note": [ | ||
| "Placing a Power Bomb a 0.5 to 1 tile away from the item plinth to bounce Samus onto it (where the right item usually is) while also overloading PLMs as the explosion hits the left item.", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1037,7 +1037,7 @@ | |
| "requires": [ | ||
| "h_artificialMorphMovement", | ||
| {"or": [ | ||
| "canTrickyJump", | ||
| "canTrickyDodgeEnemies", | ||
| {"and": [ | ||
| "h_artificialMorphPowerBomb", | ||
| "h_artificialMorphPowerBomb" | ||
|
|
@@ -1050,7 +1050,7 @@ | |
| "flashSuitChecked": true, | ||
| "note": [ | ||
| "It is tricky but possible to cross the room without any damage by rolling through the room.", | ||
| "The enemies can be killed with extra Power Bombs, but without them, it's arguably easier to roll through the room without the use a Spring Ball or Bombs.", | ||
| "The enemies can be killed with extra Power Bombs, but without them, it's arguably easier to roll through the room without the use of Spring Ball or Bombs.", | ||
| "After crossing the room, use a Power Bomb then quickly exit G-Mode before it explodes in order to break the bomb and Power Bomb blocks above.", | ||
| "Without Spring Ball, it is still possible to place the Power Bomb high enough to break all the blocks above from an IBJ and still exit G-Mode before it explodes." | ||
| ] | ||
|
|
@@ -1069,18 +1069,23 @@ | |
| "h_artificialMorphMovement", | ||
| {"or": [ | ||
| {"and": [ | ||
| "canTrickyJump", | ||
| "h_artificialMorphSpringBall", | ||
| "h_artificialMorphPowerBomb" | ||
| "h_artificialMorphPowerBomb", | ||
| "h_additionalBomb" | ||
| ]}, | ||
| {"and": [ | ||
| "h_artificialMorphPowerBomb", | ||
| "canInsaneJump" | ||
| ]}, | ||
| "canTrickyGMode", | ||
| {"enemyDamage": {"enemy": "Sm. Dessgeega", "type": "contact", "hits": 2}} | ||
| ]}, | ||
| "h_artificialMorphPowerBomb" | ||
| ], | ||
| "clearsObstacles": ["A", "B", "C"], | ||
| "flashSuitChecked": true, | ||
| "note": [ | ||
| "It is tricky but possible to cross the room without any damage by jumping over the Small Dessgeega on room entry then using a Power Bomb to kill several enemies.", | ||
| "It is tricky but possible to cross the room without any damage by utilizing Samus' i-frames on room entry.", | ||
| "jumping over the Small Dessgeega on room entry then using a Power Bomb to kill several enemies.", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Being able to jump isn't the default state for the strat
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wow, whoops. I have no idea where that line came from. Probably a copy/paste that was half edited, haha. |
||
| "Note that crossing the room damageless is easier in indirect G-Mode.", | ||
| "After crossing the room, use a Power Bomb then quickly exit G-Mode before it explodes in order to break the bomb and Power Bomb blocks above.", | ||
| "Without Spring Ball, it is still possible to place the Power Bomb high enough to break all the blocks above from an IBJ and still exit G-Mode before it explodes." | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see grapple helping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grapple probably isnt helpful, a super really isnt either, unless you use two and get more sova drops at the bottom.
I added a description for a more reliable setup for the bottom one, and decided to leave the top one off for now, given it's RNG is a bit less than 50%.