Room ID: 215
From: 1
Bottom Left Door
To: 3
Elevator
Entrance condition: {
"comeInShinecharged": {}
}Requires: "canMidairShinespark"
"canShinechargeMovement"
{
"or": [
{
"and": [
"HiJump",
{
"shineChargeFrames": 35
},
{
"shinespark": {
"frames": 43,
"excessFrames": 11
}
}
]
},
{
"and": [
"HiJump",
{
"shineChargeFrames": 60
},
{
"shinespark": {
"frames": 31,
"excessFrames": 3
}
}
]
},
{
"and": [
"HiJump",
{
"shineChargeFrames": 115
},
{
"shinespark": {
"frames": 19,
"excessFrames": 3
}
}
]
},
{
"and": [
"canWalljump",
{
"shineChargeFrames": 40
},
{
"shinespark": {
"frames": 43,
"excessFrames": 11
}
}
]
}
]
}Dev note: We don't worry about optimizing energy with the walljump method since it's possible to use staggered walljumps to climb with no energy loss. |