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