Room ID: 29
Wall jump up 9 times, placing a PB at the top. Only works in direct g-mode with the item still uncollected. Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": false } } Requires: { "notable": "G-Mode Up with Power Bombs" } { "itemNotCollectedAtNode": 3 } "canConsecutiveWalljump" "Morph" { "or": [ "canRiskPermanentLossOfAccess", "canXRayClimb" ] } { "ammo": { "type": "PowerBomb", "count": 9 } } "canBeVeryPatient" { "or": [ "canTrivialUseFrozenEnemies", "canTrickyJump", "ScrewAttack", "h_getBlueSpeedMaxRunway", { "enemyKill": { "enemies": [ [ "Boyon", "Boyon", "Boyon", "Boyon" ] ] } }, { "enemyDamage": { "enemy": "Boyon", "hits": 1, "type": "contact" } } ] } |