Room ID: 34
|
Farm the Choots for energy. Shinecharge on the left side and get interrupted by the Skultera. Entrance condition: {
"comeInWithRMode": {}
}Requires: "Gravity"
{
"or": [
"h_CrystalFlash",
{
"and": [
"h_RModeCanRefillReserves",
{
"resourceMissingAtMost": [
{
"type": "Missile",
"count": 0
}
]
},
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 20
}
}
]
}
]
}
{
"canShineCharge": {
"usedTiles": 20,
"steepUpTiles": 4,
"steepDownTiles": 2,
"startingDownTiles": 1,
"openEnd": 0
}
}
{
"autoReserveTrigger": {
"maxReserveEnergy": 95
}
}
"canRModeSparkInterrupt" |