Room ID: 7
|
Requires: {
"obstaclesCleared": [
"A"
]
}
{
"obstaclesNotCleared": [
"B",
"C"
]
}
"h_shinechargeMaxRunway"
{
"shinespark": {
"frames": 19,
"excessFrames": 19
}
}Resets obstacles: A Dev note: This will continue the Shinespark from the right door. This is needed in case the item is an E-Tank, Samus will not maintain full Energy after the Spark. FIXME: The h_shinechargeMaxRunway is to satisfy tests for now; we should add a proper way to represent that the shinespark carries over from the previous strat. |