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