Room ID: 219
From: 3
Central Junction with all Standing Pirates Killed
To: 1
Top Left Door
Requires: "canShinechargeMovement"
{
"or": [
{
"and": [
"HiJump",
{
"canShineCharge": {
"usedTiles": 21,
"openEnd": 0
}
},
{
"shinespark": {
"frames": 21,
"excessFrames": 7
}
}
]
},
{
"and": [
"canShinechargeMovementComplex",
"canCarefulJump",
{
"canShineCharge": {
"usedTiles": 21,
"openEnd": 0
}
},
{
"shinespark": {
"frames": 30,
"excessFrames": 7
}
}
]
}
]
} |