Room ID: 132
|
High jumps for more control when landing. Requires: "canDash"
{
"or": [
{
"and": [
"Wave",
"Ice"
]
},
{
"and": [
"Wave",
"Plasma"
]
},
{
"and": [
{
"enemyDamage": {
"enemy": "Dragon",
"type": "fireball",
"hits": 3
}
},
{
"acidFrames": 20
},
{
"heatFrames": 90
},
{
"or": [
"Gravity",
"canWallJump",
{
"and": [
"HiJump",
{
"acidFrames": 20
},
{
"heatFrames": 90
}
]
}
]
}
]
}
]
}
{
"heatFrames": 900
} |