Room ID: 210
From: 4
Junction Below Sand Entrance
To: 1
Left Door
Requires: "Gravity"
{
"or": [
"canPlayInSand",
"canWalljump",
"h_useSpringBall"
]
}
{
"or": [
"canTrickyJump",
{
"enemyDamage": {
"enemy": "Evir",
"type": "particle",
"hits": 1
}
},
{
"and": [
"canDodgeWhileShooting",
{
"or": [
"ScrewAttack",
{
"enemyKill": {
"enemies": [
[
"Evir"
],
[
"Evir"
]
],
"explicitWeapons": [
"Super",
"Plasma",
"PowerBombPeriphery"
]
}
}
]
}
]
}
]
}Dev note: Other weapons take too long to kill the enemy. Ice is likely to be blocked by the particle. |