Room ID: 172
|
With ice, it is possible to use the crab on the small platform to climb up a couple platforms. With HiJump, it is possible to climb most of the room before sparking. Requires: {
"useFlashSuit": {}
}
{
"or": [
{
"shinespark": {
"frames": 56,
"excessFrames": 3
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 11,
"excessFrames": 2
}
}
]
},
{
"and": [
"canTrickyUseFrozenEnemies",
{
"shinespark": {
"frames": 41,
"excessFrames": 2
}
}
]
}
]
}Clears obstacles: A Dev note: The excess frames occur after the item is obtained, but it shouldn't matter, as Samus can farm a bit in room if needed. |