Room ID: 219
|
Pseudo screw the left pirate, or clear the left side with shinesparks, then IBJ out Requires: {
"or": [
"canLongIBJ",
{
"and": [
"HiJump",
"canJumpIntoIBJ"
]
}
]
}
{
"or": [
{
"and": [
"canShinechargeMovement",
"canUseSpeedEchoes",
{
"getBlueSpeed": {
"usedTiles": 19,
"openEnd": 0
}
},
{
"canShineCharge": {
"usedTiles": 21,
"openEnd": 0
}
},
{
"shinespark": {
"frames": 1,
"excessFrames": 1
}
}
]
},
{
"and": [
"canShinechargeMovement",
"canUseSpeedEchoes",
{
"enemyDamage": {
"enemy": "Pink Space Pirate (standing)",
"type": "contact",
"hits": 1
}
},
"canUseIFrames",
{
"canShineCharge": {
"usedTiles": 21,
"openEnd": 0
}
},
{
"shinespark": {
"frames": 2,
"excessFrames": 2
}
}
]
},
{
"and": [
"canPseudoScrew",
{
"or": [
{
"enemyDamage": {
"enemy": "Pink Space Pirate (standing)",
"type": "contact",
"hits": 1
}
},
"h_pauseAbuseMinimalReserveRefill",
{
"and": [
{
"notable": "Damage-Avoiding Pseudo-Screw"
},
"canInsaneJump"
]
}
]
}
]
}
]
}Dev note: If you can kill them without being hurt, you can take path 2->3->1. |