Room ID: 112
|
Pause abuse the spike and lava damage to cross the room while losing minimal Energy. Requires: {
"noFlashSuit": {}
}
{
"notable": "Pause Abuse Damage Boosts"
}
{
"or": [
{
"and": [
{
"disableEquipment": "SpeedBooster"
},
"Gravity"
]
},
{
"and": [
"canInsaneJump",
{
"notable": "Suitless Damage Boosts"
}
]
}
]
}
"canHorizontalDamageBoost"
"canPauseAbuse"
{
"resourceAvailable": [
{
"type": "RegularEnergy",
"count": 99
},
{
"type": "ReserveEnergy",
"count": 100
}
]
}
{
"resourceAtMost": [
{
"type": "RegularEnergy",
"count": 1
}
]
}
{
"lavaFrames": 30
}
{
"heatFrames": 340
}Dev note: Energy ineffeciency is necessary and is represented by extra heatFrames. |