Room ID: 210
|
The Evirs must be killed quickly before they descend too far. It can help to fire at the Evirs from a safe distance so they will not be triggered to attack Samus. Requires: {
"resetRoom": {
"nodes": [
2
]
}
}
"Gravity"
"canDodgeWhileShooting"
"canPlayInSand"
{
"or": [
{
"and": [
"Plasma",
"Wave"
]
},
"canTrickyJump"
]
}
{
"or": [
{
"and": [
"Plasma",
{
"cycleFrames": 900
}
]
},
{
"and": [
"Wave",
{
"disableEquipment": "Ice"
},
{
"cycleFrames": 1320
}
]
},
{
"and": [
"ScrewAttack",
"canFarmWhileShooting",
{
"cycleFrames": 980
}
]
},
{
"and": [
"Spazer",
{
"disableEquipment": "Ice"
},
"canFarmWhileShooting",
{
"cycleFrames": 1360
}
]
}
]
}
{
"or": [
"canWalljump",
"HiJump",
{
"and": [
"canGravityJump",
"h_doubleEquipmentScreenCycleFrames"
]
}
]
}Farm cycle drops: 3 Evir Dev note: FIXME: HiJump + Spring fling can be an alternative to Gravity. |