Room ID: 160
|
Use a Covern or Kihunter. A flying Kihunter will collide with Samus eventually, which could take up to 30 seconds, based on her positioning. Requires: {
"or": [
{
"enemyDamage": {
"enemy": "Kihunter (yellow)",
"type": "contact",
"hits": 1
}
},
{
"and": [
{
"enemyDamage": {
"enemy": "Covern",
"type": "contact",
"hits": 1
}
},
{
"not": "f_DefeatedPhantoon"
},
"canRiskPermanentLossOfAccess"
]
}
]
}Dev note: The Kihunter will do more damage than the Covern, so whether Phantoon is dead or not, that strat will be accurate or conservative. |