Room ID: 172
From: 2
Bottom Right Door
To: 9
Junction Below Speed Blocks
Entrance condition: {
"comeInShinecharged": {}
}Requires: {
"shineChargeFrames": 100
}
"canSuitlessMaridia"
"canShinechargeMovement"
{
"or": [
{
"shinespark": {
"frames": 76,
"excessFrames": 3
}
},
{
"and": [
"canMidairShinespark",
{
"shinespark": {
"frames": 71,
"excessFrames": 3
}
}
]
}
]
}Dev note: This also requires coming in with a small amount of momentum. Even running less than the distance of a door frame is enough, but isn't able to be modeled currently. |