Room ID: 144
From: 4
Junction Below Bomb Blocks
To: 6
Bottom Right Corner Junction
Requires: {
"heatFrames": 360
}
{
"or": [
{
"enemyDamage": {
"enemy": "Multiviola",
"type": "contact",
"hits": 3
}
},
{
"and": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Multiviola",
"type": "contact",
"hits": 2
}
}
]
},
{
"and": [
"canTrickyDodgeEnemies",
{
"enemyDamage": {
"enemy": "Multiviola",
"type": "contact",
"hits": 1
}
}
]
}
]
} |