Room ID: 134
|
Wait for the Puromis to pass so that Samus does not land on them. Requires: "canCarefulJump"
"ScrewAttack"
{
"or": [
{
"and": [
"canSuitlessLavaDive",
{
"heatFrames": 1800
},
{
"acidFrames": 116
}
]
},
{
"and": [
"Gravity",
{
"heatFrames": 1800
},
{
"acidFrames": 48
}
]
}
]
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30}]}
{"types":["super"],"requires":[]}
{"types":["powerbomb"],"requires":[{"heatFrames":60}]} |