Room ID: 241
|
Fall through the speed blocks from above with Temporary Blue, or kill the pirates from above with speed echoes. Requires: "h_getBlueSpeedMaxRunway"
{
"enemyDamage": {
"enemy": "Tourian Space Pirate (all)",
"type": "contact",
"hits": 1
}
}
{
"or": [
"canTemporaryBlue",
{
"and": [
"canUseSpeedEchoes",
"h_shinechargeMaxRunway",
{
"shinespark": {
"frames": 2,
"excessFrames": 2
}
}
]
}
]
} |