Room ID: 195
|
Requires: "h_storedSpark"
{
"or": [
{
"shinespark": {
"frames": 17,
"excessFrames": 3
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 7,
"excessFrames": 5
}
}
]
},
{
"and": [
"Gravity",
{
"shinespark": {
"frames": 6,
"excessFrames": 5
}
}
]
}
]
}
{
"or": [
"canTrickyCarryFlashSuit",
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
}
]
}Dev note: It is possible to kill the Cacatacs before sparking, but it's likely not worthwhile. |