Room ID: 186
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true } } Requires: { "or": [ "h_canArtificialMorphSpringBall", { "and": [ "Gravity", "h_canArtificialMorphBombHorizontally" ] } ] } { "or": [ { "and": [ "h_canArtificialMorphBombThings", "h_additionalBomb" ] }, { "and": [ "Gravity", "h_canArtificialMorphSpringBall", { "enemyDamage": { "enemy": "Puyo", "type": "contact", "hits": 1 } } ] }, { "and": [ "h_canArtificialMorphSpringBall", { "enemyDamage": { "enemy": "Puyo", "type": "contact", "hits": 3 } } ] }, { "and": [ "Gravity", "h_canArtificialMorphPowerBomb", { "enemyDamage": { "enemy": "Puyo", "type": "contact", "hits": 2 } } ] } ] } Exit condition: { "leaveWithGMode": { "morphed": true } } |