Room ID: 149
|
Requires: "canSuitlessLavaDive"
"Gravity"
{
"or": [
"canDash",
{
"and": [
{
"acidFrames": 70
},
{
"heatFrames": 100
}
]
}
]
}
{
"or": [
{
"and": [
{
"disableEquipment": "HiJump"
},
"HiJump",
{
"acidFrames": 75
},
{
"heatFrames": 230
}
]
},
{
"and": [
"canWalljump",
{
"acidFrames": 90
},
{
"heatFrames": 245
}
]
},
{
"and": [
"canSpringBallJumpMidAir",
{
"acidFrames": 75
},
{
"heatFrames": 230
}
]
},
{
"and": [
"canGravityJump",
{
"heatFrames": 190
},
{
"acidFrames": 40
},
{
"gravitylessAcidFrames": 35
},
{
"gravitylessHeatFrames": 45
}
]
}
]
}Dev note: FIXME: An IBJ option can be added back here. |