Room ID: 119
|
Freeze the stack of Gamets together a few times to try and raise them as high as possible. Run with them to the door and freeze the top two such that Samus can stand on the lower and take damage from the higher Gamet when it unfreezes. It is possible to jump onto the Gamet without Morph, as long as it is not too high. Requires: "h_heatProof"
"canUpwardGModeSetup"
"canTrickyUseFrozenEnemies"
{
"or": [
"Morph",
"canInsaneJump"
]
}Exit condition: {
"leaveWithGModeSetup": {}
}Dev note: FIXME: h_heatProof could be dropped in favor of heatFrames + canTrickyGMode? |