Room ID: 36
|
Six Scisers can be farmed from the left side without needing Morph. Leave the slower, local Sciser alive to use for the Shinespark interrupt. Position it in the ceiling cubby hole to safely perform the Shinecharge and jump into the Sciser as it walks back down. Entrance condition: {
"comeInWithRMode": {}
}Requires: {
"or": [
"h_CrystalFlash",
{
"and": [
"h_RModeCanRefillReserves",
{
"or": [
{
"and": [
{
"resourceMissingAtMost": [
{
"type": "PowerBomb",
"count": 0
}
]
},
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 100
}
}
]
},
{
"and": [
{
"resourceMissingAtMost": [
{
"type": "PowerBomb",
"count": 6
}
]
},
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 20
}
}
]
}
]
}
]
}
]
}
"canWaterShineCharge"
{
"canShineCharge": {
"usedTiles": 20,
"openEnd": 0
}
}
{
"autoReserveTrigger": {}
}
"canRModeSparkInterrupt" |