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