Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbranch committed Oct 3, 2024
1 parent 1e79b89 commit 820a476
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 32 deletions.
3 changes: 3 additions & 0 deletions region/crateria/west/Gauntlet Energy Tank Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@
"link": [1, 3],
"name": "Blue Suit",
"requires": [
{"notable": "Gauntlet E-Tank R-Mode Blue Suit"},
{"obstaclesCleared": ["D"]},
"Morph",
{"or": [
Expand Down Expand Up @@ -922,6 +923,7 @@
"link": [3, 1],
"name": "Blue Suit",
"requires": [
{"notable": "Gauntlet E-Tank R-Mode Blue Suit"},
{"obstaclesCleared": ["D"]},
"Morph",
{"or": [
Expand All @@ -943,6 +945,7 @@
"link": [3, 2],
"name": "Leave Shinecharged, Blue Suit",
"requires": [
{"notable": "Gauntlet E-Tank R-Mode Blue Suit"},
{"obstaclesCleared": ["D"]}
],
"exitCondition": {
Expand Down
6 changes: 5 additions & 1 deletion region/lowernorfair/east/Lower Norfair Fireflea Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,11 @@
]}
],
"flashSuitChecked": true,
"note": "Bomb diagonally to get over the Fune. Or land on a fireball to boost up."
"note": [
"Place a bomb just a bit left of the Fune and have it boost Samus horizontally to get over the Fune.",
"The bomb can be placed at a similar time to when the Fune shoots a fireball.",
"Alternatively, it is possible to land on a fireball to be boosted up."
]
},
{
"id": 18,
Expand Down
68 changes: 57 additions & 11 deletions region/maridia/inner-yellow/Northwest Maridia Bug Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,23 +520,69 @@
{
"id": 23,
"link": [3, 1],
"name": "Base",
"name": "Space Jump",
"requires": [
"SpaceJump",
{"or": [
"canCarefulJump",
"h_canUsePowerBombs",
"ScrewAttack",
"Plasma",
{"and": [
"HiJump",
{"or": [
"canCrouchJump",
"canDownGrab",
"canWalljump",
"SpeedBooster"
]}
"Ice",
"Wave",
"Spazer"
]},
"SpaceJump",
"canTrickyDashJump"
{"enemyDamage": {
"enemy": "Menu",
"type": "contact",
"hits": 2
}}
]}
],
"devNote": "The menus don't really matter with these strats."
"note": "Quickly Space Jump up while waiting to lure the Menus as long as possible.",
"devNote": "Getting hit by a Menu will cause Samus to fall and likely get hit again."
},
{
"id": 23,
"link": [3, 1],
"name": "HiJump",
"requires": [
"HiJump",
{"or": [
"canCarefulJump",
"h_canUsePowerBombs",
"ScrewAttack",
"Plasma",
{"and": [
"Ice",
"Wave",
"Spazer"
]},
{"enemyDamage": {
"enemy": "Menu",
"type": "contact",
"hits": 2
}}
]},
{"or": [
"canCarefulJump",
"canCrouchJump",
"canDownGrab",
"canWalljump"
]}
],
"note": "Spin jump directly from the safety to the right up to the ledge.",
"devNote": "Without knowing how to jump up directly, Samus will need to kill or tank the Menus."
},
{
"link": [3, 1],
"name": "Speedy Jump",
"requires": [
"SpeedBooster",
"canTrickyJump"
],
"note": "Use the full runway to jump up to the higher ledge."
},
{
"id": 24,
Expand Down
1 change: 1 addition & 0 deletions region/norfair/west/Crocomire Escape.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@
"name": "Croc Escape Jump IBJ",
"requires": [
"canJumpIntoIBJ",
"canBombHorizontally",
{"heatFrames": 1650}
]
},
Expand Down
39 changes: 19 additions & 20 deletions region/norfair/west/Ice Beam Tutorial Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,34 +156,33 @@
{"heatFrames": 350}
]
},
{
"id": 8,
"link": [1, 2],
"name": "Boyon Hit",
"requires": [
"canMidAirMorph",
"canNeutralDamageBoost",
{"enemyDamage": {
"enemy": "Boyon",
"type": "contact",
"hits": 1
}},
{"heatFrames": 350}
],
"note": [
"It's possible to get into the passage by a non-mockball mid-air morph.",
"It just needs to be fairly late. The Boyon will then push Samus into the passage."
]
},
{
"id": 9,
"link": [1, 2],
"name": "Lateral Mid-Air Morph",
"requires": [
"canLateralMidAirMorph",
{"or": [
"canTrickyJump",
{"and": [
"canNeutralDamageBoost",
{"enemyDamage": {
"enemy": "Boyon",
"type": "contact",
"hits": 1
}}
]}
]},
{"heatFrames": 350}
],
"note": "A well-executed lateral mid-air morph can get into the passage without taking a hit."
"note": [
"A well-executed lateral mid-air morph can get into the passage without taking a hit.",
"Otherwise, the Boyon can be used to push Samus into the passage."
],
"devNote": [
"It's possible to get into the passage by a non-mockball mid-air morph, it just needs to be fairly late.",
"Due to its risk and not really being easier, it's not included here"
]
},
{
"id": 10,
Expand Down

0 comments on commit 820a476

Please sign in to comment.