Room ID: 174
|
Open the door then drop down and use the runway below. Requires: "Gravity"
"h_shinechargeMaxRunway"
"canShinechargeMovement"
{
"or": [
{
"shinespark": {
"frames": 64,
"excessFrames": 0
}
},
{
"and": [
"canMidairShinespark",
{
"shinespark": {
"frames": 56,
"excessFrames": 0
}
}
]
},
{
"and": [
"HiJump",
"canMidairShinespark",
{
"shinespark": {
"frames": 52,
"excessFrames": 0
}
}
]
},
{
"and": [
"HiJump",
"canMidairShinespark",
"canSpeedyJump",
{
"shinespark": {
"frames": 44,
"excessFrames": 0
}
}
]
}
]
}Exit condition: {
"leaveWithSpark": {}
}Unlocks doors: {"types":["ammo"],"requires":[]}Dev note: There is no link directly from 2 to 5 because the door must be opened first. |