Room ID: 167
|
When the power is on, the floor has spikes (not thorns), and Samus will quickly lose i-frames. 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
}
]
} |