Room ID: 214
|
Clear all the Puyos, and any Choots except for the one on the high platform to the left of the hill. Shinecharge in the space under this platform, then jump into the Choot to interrupt. Entrance condition: {
"comeInWithRMode": {}
}Requires: "Gravity"
"canDodgeWhileShooting"
{
"or": [
"h_CrystalFlashForReserveEnergy",
{
"and": [
"h_RModeCanRefillReserves",
{
"partialRefill": {
"type": "ReserveEnergy",
"limit": 60
}
}
]
}
]
}
{
"canShineCharge": {
"usedTiles": 16,
"openEnd": 0
}
}
{
"autoReserveTrigger": {
"maxReserveEnergy": 95
}
}
"canRModeSparkInterrupt" |