Room ID: 146
From: 3
Bottom Horizontal Door
To: 3
Bottom Horizontal Door
Requires: "h_shinechargeMaxRunway"
"canXMode"
"h_XModeSpikeHit"
"h_XModeSpikeHit"
{
"or": [
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Alcoon"
]
],
"explicitWeapons": [
"Plasma",
"Wave+Spazer",
"ScrewAttack",
"Missile",
"Super"
]
}
},
{
"heatFrames": 420
}
]
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Alcoon"
]
],
"explicitWeapons": [
"Spazer",
"Wave",
"PseudoScrew",
"PowerBomb"
]
}
},
{
"heatFrames": 530
}
]
},
{
"and": [
{
"enemyKill": {
"enemies": [
[
"Alcoon"
]
],
"explicitWeapons": [
"PowerBeam"
]
}
},
{
"heatFrames": 620
}
]
}
]
}
{
"shineChargeFrames": 90
}Exit condition: {
"leaveShinecharged": {}
}Dev note: Two spike hits are expected per attempt (with any additional leniency hits being multiplied by this amount). |