Room ID: 238
From: 5
Between First and Second Zebetite
To: 6
Between Second and Third Zebetite
Requires: "Morph"
"f_KilledZebetites2"
{
"or": [
{
"and": [
"canTrickyJump",
"canMidAirMorph"
]
},
{
"and": [
"canCarefulJump",
"h_useSpringBall"
]
},
{
"and": [
{
"enemyDamage": {
"enemy": "Rinka",
"type": "contact",
"hits": 1
}
},
{
"or": [
"canTrivialMidAirMorph",
"canNeutralDamageBoost",
"h_useSpringBall",
"h_bombThings"
]
}
]
}
]
}
{
"enemyDamage": {
"enemy": "Mother Brain 1",
"type": "turret",
"hits": 1
}
} |