Room ID: 193
|
Requires: "Gravity"
"canShinechargeMovementComplex"
{
"canShineCharge": {
"usedTiles": 20,
"openEnd": 1
}
}
{
"or": [
{
"and": [
"HiJump",
"SpaceJump",
{
"shineChargeFrames": 115
}
]
},
{
"and": [
"SpaceJump",
{
"shineChargeFrames": 140
}
]
},
{
"and": [
"HiJump",
"canWalljump",
{
"shineChargeFrames": 155
}
]
},
{
"and": [
"HiJump",
"canGravityJump",
"canShinechargeMovementTricky",
{
"shineChargeFrames": 115
}
]
},
{
"and": [
"canGravityJump",
"canShinechargeMovementTricky",
{
"shineChargeFrames": 140
}
]
}
]
}Exit condition: {
"leaveShinecharged": {}
}Unlocks doors: {"types":["ammo"],"requires":[]} |