Room ID: 103
|
Requires: {
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 100
}
]
},
{
"and": [
"canWalljump",
"ScrewAttack",
{
"heatFrames": 85
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 95
}
]
},
{
"and": [
"HiJump",
"ScrewAttack",
{
"heatFrames": 75
}
]
},
{
"and": [
"HiJump",
"Plasma",
{
"heatFrames": 70
}
]
},
{
"and": [
"h_crouchJumpDownGrab",
{
"heatFrames": 100
}
]
},
{
"and": [
"SpaceJump",
{
"heatFrames": 115
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 120
}
]
}
]
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30}]}
{"types":["powerbomb"],"requires":[{"heatFrames":70}]}Dev note: The heat frames account for bad scenarios of where the Multiviola may be (entering from node 4), which is why Screw Attack can be helpful. |