Room ID: 150
From: 1
Left Door
To: 2
Right Door
Manipulate into the GT Safe Spot and farm for energy. Keep Missile count below 32 to force the attack pattern that has drops. Taking damage to get ready for the interrupt may require leaving the safe spot. Leave enough to survive one hit from GT. Push GT back into the corner, run into and through to get a shinecharge. Come back and interrupt using whatever attack pattern is happening. After gaining blue suit, use any standard kill strategy. Blue suit will not help with defeating GT except for invulnerability. Entrance condition: {
"comeInWithRMode": {}
}Requires: {
"not": "f_DefeatedGoldenTorizo"
}
"canRiskPermanentLossOfAccess"
{
"heatFrames": 700
}
{
"notable": "Safe Spot Kill"
}
{
"or": [
"h_heatProof",
{
"and": [
"Plasma",
{
"resourceMaxCapacity": [
{
"type": "Missile",
"count": 30
}
]
},
{
"resourceMaxCapacity": [
{
"type": "RegularEnergy",
"count": 99
}
]
}
]
}
]
}
{
"refill": [
"ReserveEnergy"
]
}
{
"enemyDamage": {
"enemy": "Golden Torizo",
"type": "contact",
"hits": 1
}
}
"canUseIFrames"
{
"canShineCharge": {
"usedTiles": 28,
"openEnd": 0
}
}
{
"autoReserveTrigger": {
"maxReserveEnergy": 95
}
}
"canRModeSparkInterrupt" |