Room ID: 24
From: 1
Left Door
To: 2
Right Door
Farm two Scisers in the bottom section (manipulate camera to see where they are) and left Kihunter. Shinecharge and get interrupted by the right Kihunter. Entrance condition: {
"comeInWithRMode": {}
}Requires: {
"or": [
"canCameraManip",
{
"enemyDamage": {
"enemy": "Sciser",
"type": "contact",
"hits": 1
}
}
]
}
{
"or": [
"h_CrystalFlash",
{
"and": [
"h_RModeCanRefillReserves",
{
"resourceMissingAtMost": [
{
"type": "PowerBomb",
"count": 0
}
]
},
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 20
}
}
]
}
]
}
{
"canShineCharge": {
"usedTiles": 33,
"steepUpTiles": 2,
"steepDownTiles": 5,
"openEnd": 0
}
}
{
"autoReserveTrigger": {
"maxReserveEnergy": 95
}
}
"canRModeSparkInterrupt" |