Room ID: 222
From: 2
Right Door
To: 2
Right Door
This requires a precisely timed Crystal Flash, such that Shaktool hits Samus immediately after she gets Reserve Energy, to prevent getting double hit. With a second Reserve Tank and an Energy Tank, or the damage reduction from a suit, Samus is able to survive a second hit. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true
}
}Requires: {
"or": [
"f_ShaktoolDoneDigging",
{
"obstaclesCleared": [
"f_ShaktoolDoneDigging"
]
}
]
}
"h_artificialMorphRModeCrystalFlashInterrupt"
{
"or": [
{
"and": [
{
"ammo": {
"type": "Missile",
"count": 10
}
},
{
"or": [
"h_partialEnemyDamageReduction",
{
"and": [
{
"resourceCapacity": [
{
"type": "RegularEnergy",
"count": 199
}
]
},
{
"resourceCapacity": [
{
"type": "ReserveEnergy",
"count": 199
}
]
}
]
}
]
}
]
},
{
"and": [
{
"ammo": {
"type": "Missile",
"count": 2
}
},
"h_artificialMorphComplexRModeCrystalFlashInterrupt"
]
}
]
} |