Room ID: 110
Getting across the lava while artificially morphed requires an HBJ or Bomb boosting out and freezing a Boyon below. Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true } } Requires: { "or": [ { "and": [ "h_artificialMorphMovement", "h_lavaProof" ] }, { "and": [ "Morph", "canTrickyUseFrozenEnemies" ] }, { "and": [ "h_artificialMorphIBJ", "h_artificialMorphBombHorizontally", "canTrickyUseFrozenEnemies" ] }, { "and": [ "canInsaneJump", { "or": [ "h_artificialMorphHBJ", "h_artificialMorphDiagonalBombJump" ] } ] } ] } "h_heatedGModeOpenDifferentDoor" Dev note: FIXME: It is also possible with a rolling speed bomb boost down back. |