Room ID: 103
From: 7
Left Shaft - Middle Junction
To: 3
Left Shaft - Middle Right Door
Requires: "canDash"
{
"or": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Multiviola",
"type": "contact",
"hits": 1
}
}
]
}
{
"or": [
"canDodgeWhileShooting",
"Wave",
"Spazer",
"Plasma",
"ScrewAttack",
{
"ammo": {
"type": "Missile",
"count": 1
}
},
{
"ammo": {
"type": "Super",
"count": 1
}
},
{
"enemyDamage": {
"enemy": "Alcoon",
"type": "fireball",
"hits": 1
}
}
]
}
{
"or": [
{
"heatFrames": 130
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Alcoon"
]
],
"explicitWeapons": [
"ScrewAttack",
"Missile",
"Super",
"Wave+Plasma"
]
}
},
{
"heatFrames": 125
}
]
},
{
"and": [
"h_PlasmaHitbox",
{
"heatFrames": 125
}
]
}
]
}Unlocks doors: {"types":["missiles"],"requires":[{"heatFrames":20}]}
{"types":["powerbomb"],"requires":[{"heatFrames":10}]} |