Room ID: 183
|
Requires: "Gravity"
{
"or": [
{
"obstaclesCleared": [
"A"
]
},
"h_usePowerBomb"
]
}
"h_shinechargeMaxRunway"
"canShinechargeMovementComplex"
{
"or": [
{
"and": [
"HiJump",
"canWalljump",
{
"shineChargeFrames": 100
}
]
},
{
"and": [
"HiJump",
"SpaceJump",
{
"shineChargeFrames": 105
}
]
},
{
"and": [
"HiJump",
{
"shineChargeFrames": 125
}
]
},
{
"and": [
"canWalljump",
{
"shineChargeFrames": 125
}
]
},
{
"and": [
"SpaceJump",
{
"shineChargeFrames": 130
}
]
},
{
"and": [
"canGravityJump",
"canShinechargeMovementTricky",
{
"shineChargeFrames": 125
}
]
}
]
}Exit condition: {
"leaveShinecharged": {}
}Unlocks doors: {"types":["ammo"],"requires":[]} |