Room ID: 196
|
Requires: "h_spikeXModeShinecharge"
"canShinechargeMovementTricky"
"canTrickyJump"
"Gravity"
{
"or": [
{
"and": [
"HiJump",
"canTrickyDashJump"
]
},
{
"and": [
"canFastWalljumpClimb",
"canPreciseWalljump"
]
},
{
"and": [
"SpaceJump",
"canInsaneJump",
{
"shinespark": {
"frames": 3
}
}
]
}
]
}
"canMidairShinespark"
{
"shinespark": {
"frames": 5
}
}Exit condition: {
"leaveWithSpark": {}
}Dev note: Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount). |