Room ID: 183
Requires: "Gravity" { "or": [ { "obstaclesCleared": [ "A" ] }, "h_canUsePowerBombs" ] } "h_canShineChargeMaxRunway" "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":[]} |