Room ID: 180
|
A Menu can be activated by jumping on the doorway platform to scroll the camera down. A second Menu can be activated with a tricky jump onto the ledge on the right, without needing to fall down to the bottom part of the room. Requires: {
"resetRoom": {
"nodes": [
1
]
}
}
"canCameraManip"
"canDodgeWhileShooting"
"canTrickyJump"
{
"or": [
{
"and": [
"Grapple",
{
"cycleFrames": 220
}
]
},
{
"and": [
"Plasma",
{
"cycleFrames": 280
}
]
},
{
"and": [
"Wave",
{
"cycleFrames": 290
}
]
},
{
"and": [
"ScrewAttack",
{
"cycleFrames": 290
}
]
},
{
"and": [
"Spazer",
{
"cycleFrames": 330
}
]
},
{
"and": [
"canPseudoScrew",
{
"cycleFrames": 435
}
]
},
{
"and": [
"canTrickyJump",
{
"cycleFrames": 500
}
]
}
]
}
{
"or": [
"canFarmWhileShooting",
{
"cycleFrames": 400
}
]
}Resets obstacles: A Farm cycle drops: 2 Menu Dev note: FIXME: By dropping down, it would be possible to farm 4 or 5 Menus and also Owtches. |