Room ID: 214
|
Requires: {
"or": [
"Ice",
"canTrickyJump",
"ScrewAttack",
"canBePatient",
{
"ammo": {
"type": "Missile",
"count": 6
}
}
]
}
{
"or": [
"h_navigateUnderwater",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
}
]
}
{
"or": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
}
]
} |