Place the Power Bombs as forward as possible in order to only need to use two. This makes it more likely to fall in the acid.
Place the PBs next to the pillars in order to only use 2. Minimize acid by unmorphing high to land back on the jump spot or walljumping before placing the bomb. Requires: { "notable": "Two Power Bombs" } "canMidAirMorph" "canCarefulJump" { "ammo": { "type": "PowerBomb", "count": 2 } } { "or": [ { "and": [ "canCarefulJump", "canResetFallSpeed", { "heatFrames": 660 } ] }, { "and": [ "canWalljump", { "heatFrames": 660 }, { "or": [ "canWallJumpInstantMorph", { "acidFrames": 30 } ] } ] }, { "and": [ "Gravity", { "heatFrames": 660 }, { "acidFrames": 30 } ] }, { "and": [ "canTrickyJump", "canSuitlessLavaDive", { "heatFrames": 720 }, { "acidFrames": 52 } ] } ] } { "or": [ "canTrickyJump", { "and": [ "Gravity", { "heatFrames": 180 }, { "acidFrames": 56 } ] }, { "and": [ "canSuitlessLavaDive", { "heatFrames": 240 }, { "acidFrames": 96 } ] } ] } { "or": [ "h_heatResistant", "canPauseAbuse", { "resourceCapacity": [ { "type": "RegularEnergy", "count": 149 } ] } ] } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":15},{"acidFrames":15}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":[{"heatFrames":30},{"acidFrames":30}]} |
Place the PBs next to the pillars in order to only use 2. Avoid acid during the first Power Bomb by walljumping before placing the bomb. Avoiding acid damage at the last jump is tricky but possible. Requires: { "notable": "Two Power Bombs" } "canMidAirMorph" { "ammo": { "type": "PowerBomb", "count": 2 } } "canCarefulJump" { "or": [ { "and": [ "canWallJumpInstantMorph", { "heatFrames": 690 } ] }, { "and": [ "canWalljump", { "heatFrames": 660 }, { "acidFrames": 36 } ] }, { "and": [ "canSuitlessLavaDive", { "heatFrames": 840 }, { "acidFrames": 84 } ] }, { "and": [ "Gravity", { "heatFrames": 660 }, { "acidFrames": 24 } ] } ] } { "or": [ "canInsaneJump", { "and": [ "canTrickyJump", "canLateralMidAirMorph", { "heatFrames": 10 }, { "acidFrames": 10 } ] }, { "and": [ "canPreciseWalljump", { "heatFrames": 50 }, { "acidFrames": 32 } ] }, { "and": [ "Gravity", { "heatFrames": 20 }, { "acidFrames": 20 } ] }, { "and": [ "canSuitlessLavaDive", { "heatFrames": 50 }, { "acidFrames": 50 } ] } ] } { "or": [ "h_heatResistant", "canPauseAbuse", { "resourceCapacity": [ { "type": "RegularEnergy", "count": 149 } ] } ] } Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30},{"acidFrames":20}]} {"types":["super"],"requires":[]} {"types":["powerbomb"],"requires":[{"heatFrames":75},{"acidFrames":58}]} |