Room ID: 29
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true } } Requires: { "or": [ "h_canArtificialMorphLongCeilingBombJump", { "and": [ "h_canArtificialMorphSpringBall", { "spikeHits": 3 }, { "or": [ "h_canArtificialMorphBombHorizontally", { "spikeHits": 1 } ] } ] }, { "and": [ "h_canArtificialMorphIBJ", { "spikeHits": 10 }, { "or": [ "h_canArtificialMorphBombHorizontally", { "spikeHits": 2 } ] } ] } ] } |