Room ID: 214
|
Requires: {
"or": [
"Wave",
"Spazer",
"Plasma",
"canUseGrapple",
{
"and": [
"SpaceJump",
"canCarefulJump",
"ScrewAttack"
]
},
{
"and": [
"h_usePowerBomb",
{
"ammo": {
"type": "PowerBomb",
"count": 1
}
}
]
}
]
}
{
"or": [
"h_navigateUnderwater",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
}
]
} |