Room ID: 172
|
Requires: "Gravity"
{
"canShineCharge": {
"usedTiles": 17,
"steepUpTiles": 1,
"openEnd": 0
}
}
{
"or": [
{
"shinespark": {
"frames": 77,
"excessFrames": 3
}
},
{
"and": [
"canMidairShinespark",
{
"shinespark": {
"frames": 69,
"excessFrames": 3
}
}
]
}
]
}Clears obstacles: A Dev note: The short charge actually has 2 steep up tiles, but one is against a wall so it was excluded. |