Room ID: 161
|
Requires: {
"or": [
{
"obstaclesCleared": [
"A"
]
},
"h_usePowerBomb"
]
}
{
"or": [
{
"canShineCharge": {
"usedTiles": 35,
"openEnd": 1
}
},
{
"and": [
"f_DefeatedPhantoon",
"h_shinechargeMaxRunway"
]
}
]
}
{
"or": [
{
"shinespark": {
"frames": 40,
"excessFrames": 3
}
},
{
"and": [
"canShinechargeMovement",
"canMidairShinespark",
{
"shinespark": {
"frames": 32,
"excessFrames": 2
}
}
]
},
{
"and": [
"canMidairShinespark",
"canShinechargeMovementComplex",
{
"or": [
{
"shinespark": {
"frames": 27,
"excessFrames": 2
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 18,
"excessFrames": 2
}
}
]
}
]
}
]
},
{
"and": [
"canMidairShinespark",
"canShinechargeMovementComplex",
"canConsecutiveWalljump",
{
"or": [
{
"shinespark": {
"frames": 17,
"excessFrames": 2
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 10,
"excessFrames": 2
}
}
]
}
]
}
]
},
{
"and": [
"canMidairShinespark",
"canShinechargeMovementTricky",
"canFastWalljumpClimb",
{
"or": [
{
"shinespark": {
"frames": 10,
"excessFrames": 2
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 6,
"excessFrames": 2
}
}
]
}
]
}
]
}
]
}Clears obstacles: A |