Room ID: 59
From: 7
Right Side - Bottom Middle Door (Behind the Super Block)
To: 13
Central Junction
Enter with a low momentum blue speed jump, immediately shoot the Super block, and in the same motion take out the bomb blocks with a speedball. Lower run speeds (ideally $1.2 or slightly higher) provide more lenience for the Super shot. Entrance condition: {
"comeInWithSidePlatform": {
"platforms": [
{
"minHeight": 1,
"maxHeight": 1,
"minTiles": 16,
"speedBooster": true,
"obstructions": [
[
1,
0
]
],
"requires": [
{
"or": [
"h_heatProof",
"canBeVeryPatient"
]
}
],
"note": [
"This applies to Lava Dive Room."
]
},
{
"minHeight": 2,
"maxHeight": 2,
"minTiles": 27.4375,
"speedBooster": true,
"obstructions": [
[
1,
0
]
],
"note": [
"This applies to Dust Torizo Room and Noob Bridge."
]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 28.2472,
"speedBooster": true,
"obstructions": [
[
1,
0
]
],
"requires": [
{
"or": [
"h_heatProof",
"canBeVeryPatient"
]
}
],
"note": [
"This applies to Double Chamber."
]
},
{
"minHeight": 3,
"maxHeight": 3,
"minTiles": 39.4375,
"speedBooster": true,
"obstructions": [
[
3,
2
]
],
"requires": [
{
"or": [
"h_heatProof",
"canBeVeryPatient"
]
}
],
"note": [
"This applies to Metal Pirates."
]
}
]
}
}Requires: {
"notable": "Super Block Speedball"
}
{
"getBlueSpeed": {
"usedTiles": 15,
"openEnd": 1
}
}
{
"or": [
{
"getBlueSpeed": {
"usedTiles": 14,
"openEnd": 1
}
},
"canInsaneJump"
]
}
"canSpeedball"
{
"ammo": {
"type": "Super",
"count": 1
}
}Clears obstacles: F Dev note: FIXME: this way of expressing a h_heatProof requirement is not very clean; when possible, we should have a more general way of representing the need for a strat to be retried many times, or to represent the need for the heated shortcharge in the other room. |