Room ID: 167
|
When the power is on, the floor has both thorns and spikes; normally Samus would interact only with the thorns, but blue suit causes Samus to pass through the thorns without damage, resulting in contact with the spikes below. Requires: {
"haveBlueSuit": {}
}
"canBlueSuitSpikeJump"
{
"or": [
{
"and": [
"canGravityJump",
{
"spikeHits": 1
}
]
},
{
"and": [
{
"disableEquipment": "Gravity"
},
{
"spikeHits": 2
}
]
},
{
"and": [
"Gravity",
"HiJump",
{
"spikeHits": 2
}
]
},
{
"and": [
"Gravity",
{
"tech": "canHorizontalDamageBoost"
},
{
"noFlashSuit": {}
},
{
"spikeHits": 2
}
]
},
{
"spikeHits": 3
}
]
} |