Room ID: 134
|
The power bombs can be placed far from the next pillar in line. PB1 - Near the broken pillar. PB2 - On the 2nd full pillar. PB3 - On the 4th full pillar. Wait for the Puromis to avoid damage but wait too long and the acid will cover the door. Requires: "Morph"
"canCarefulJump"
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
}
{
"or": [
{
"and": [
"canSuitlessLavaDive",
{
"heatFrames": 840
},
{
"acidFrames": 206
}
]
},
{
"and": [
"Gravity",
{
"heatFrames": 810
},
{
"acidFrames": 55
}
]
}
]
}
{
"or": [
"h_heatResistant",
"canPauseAbuse",
{
"resourceCapacity": [
{
"type": "RegularEnergy",
"count": 149
}
]
}
]
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":30},{"acidFrames":20}]}
{"types":["super"],"requires":[]}
{"types":["powerbomb"],"requires":[{"heatFrames":75},{"acidFrames":58}]}Dev note: With Reserves only, canPauseAbuse is used as a proxy for pause abuse or optimal reserve management and character movement. |