Skip to content

Commit

Permalink
add a few missing Big Pink temp blue strats
Browse files Browse the repository at this point in the history
  • Loading branch information
blkerby committed Sep 6, 2024
1 parent 933ea7e commit 8f57f4e
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions region/brinstar/pink/Big Pink.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@
{"id": 5},
{"id": 6},
{"id": 7},
{"id": 8},
{"id": 10},
{"id": 11},
{"id": 13}
Expand Down Expand Up @@ -2210,6 +2211,27 @@
}
]
},
{
"link": [13, 1],
"name": "Speedball, Leave With Temporary Blue",
"requires": [
{"getBlueSpeed": {
"usedTiles": 17,
"openEnd": 0
}},
"canSpeedball",
"canChainTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
]
},
{
"id": 98,
"link": [13, 2],
Expand All @@ -2233,6 +2255,30 @@
],
"note": "The Crumble Block next to the Power Bomb Blocks does not respawn, so it's possible to enter from this door, grab the items, and return without breaking the Power Bomb blocks."
},
{
"link": [13, 4],
"name": "Leave With Temporary Blue (HiJump Spring Ball Jump)",
"requires": [
{"obstaclesCleared": ["B"]},
{"canShineCharge": {
"usedTiles": 16,
"openEnd": 0
}},
"canXRayTurnaround",
"HiJump",
"canSpringBallJumpMidAir",
"canChainTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
]
},
{
"id": 101,
"link": [13, 4],
Expand Down Expand Up @@ -2508,6 +2554,32 @@
"On the other side, unmorph and chain temporary blue through the door."
]
},
{
"link": [13, 8],
"name": "Leave With Temporary Blue (Spring Ball Bounce)",
"requires": [
{"canShineCharge": {
"usedTiles": 24,
"openEnd": 1
}},
"canXRayTurnaround",
"canTrickySpringBallBounce",
"canLongChainTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"note": [
"Use Spring Ball to bounce through the morph tunnel.",
"Then continue chaining temporary blue into the next room."
]
},
{
"id": 114,
"link": [13, 10],
Expand Down

0 comments on commit 8f57f4e

Please sign in to comment.