Room ID: 30
|
If using two Power Bombs, shinespark after the Yapping Maw starts to retreat to prevent a game crash. Requires: "h_usePowerBomb"
"canHorizontalShinespark"
{
"useFlashSuit": {}
}
{
"or": [
{
"shinespark": {
"frames": 59,
"excessFrames": 15
}
},
{
"and": [
"h_additionalBomb",
{
"shinespark": {
"frames": 32,
"excessFrames": 20
}
}
]
}
]
} |