Room ID: 219
|
Requires: {
"resetRoom": {
"nodes": [
1
]
}
}
{
"or": [
"canDash",
{
"cycleFrames": 100
}
]
}
{
"or": [
{
"and": [
"HiJump",
"SpaceJump",
{
"cycleFrames": 930
}
]
},
{
"and": [
"HiJump",
"canTrickyWallJump",
{
"cycleFrames": 960
}
]
},
{
"and": [
"SpaceJump",
{
"cycleFrames": 1220
}
]
},
{
"and": [
"canSpringwall",
{
"cycleFrames": 1035
},
"h_doubleEquipmentScreenCycleFrames"
]
},
{
"and": [
"HiJump",
"canSpringBallJumpMidAir",
{
"cycleFrames": 910
},
"h_doubleEquipmentScreenCycleFrames"
]
},
{
"and": [
"canDoubleBombJump",
{
"or": [
"canWallJump",
"h_crouchJumpDownGrab"
]
},
{
"cycleFrames": 1410
}
]
},
{
"and": [
"canDoubleBombJump",
{
"cycleFrames": 1560
}
]
}
]
}
{
"or": [
"ScrewAttack",
{
"haveBlueSuit": {}
},
"Plasma"
]
}Resets obstacles: A, B, C Farm cycle drops: 4 Pink Space Pirate (standing), 2 Pink Space Pirate (wall) Dev note: FIXME: Add option to kill the Pirates with speed echoes, and possibly to get back up with a shinespark. |