Room ID: 226
|
SpinJump often to reduce the amount of time spent in the acid. Requires: {
"acidFrames": 65
}
{
"or": [
{
"or": [
"f_KilledMetroidRoom1",
{
"obstaclesCleared": [
"f_KilledMetroidRoom1"
]
}
]
},
{
"and": [
"canMetroidAvoid",
"canInsaneJump"
]
},
"ScrewAttack",
{
"and": [
"canPseudoScrew",
"canTrickyJump"
]
},
{
"metroidFrames": 150
}
]
}
{
"or": [
"canTrickyJump",
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 1
}
}
]
} |