Skip to content

Commit

Permalink
Merge pull request vg-json-data#1641 from kjbranch/bowling-leave-temp…
Browse files Browse the repository at this point in the history
…-blue

Add lower Bowling Alley leave with temp blue
  • Loading branch information
osse101 authored Sep 10, 2024
2 parents 3243b1c + 8419b59 commit 2068b8d
Showing 1 changed file with 48 additions and 6 deletions.
54 changes: 48 additions & 6 deletions region/wreckedship/main/Bowling Alley.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,12 +996,9 @@
{
"id": 46,
"link": [4, 3],
"name": "Temporary Blue Bounce and SpringBall",
"name": "Temporary Blue Spring Ball Bounce",
"requires": [
{"obstaclesNotCleared": ["B"]},
"h_canUseSpringBall",
"canTemporaryBlue",
"canCarefulJump",
{"or": [
{"and": [
"f_DefeatedPhantoon",
Expand All @@ -1018,10 +1015,12 @@
}},
{"or": [
"f_DefeatedPhantoon",
"canMockball"
"canSpeedball"
]}
]}
]}
]},
"canTemporaryBlue",
"canSpringBallBounce"
],
"flashSuitChecked": true,
"note": [
Expand All @@ -1034,6 +1033,49 @@
"The runway is a bit longer with Phantoon killed and the Power Bomb blocks broken, but it shouldn't matter at this difficulty."
]
},
{
"link": [4, 3],
"name": "Leave With Temporary Blue (Spring Ball Bounce, Pause Remorph)",
"requires": [
{"obstaclesNotCleared": ["B"]},
{"or": [
{"and": [
"f_DefeatedPhantoon",
{"canShineCharge": {
"usedTiles": 16,
"openEnd": 0
}}
]},
{"and": [
{"obstaclesCleared": ["A"]},
{"canShineCharge": {
"usedTiles": 35,
"openEnd": 1
}},
{"or": [
"f_DefeatedPhantoon",
"canSpeedball"
]}
]}
]},
"canSpringBallBounce",
"canPauseRemorphTemporaryBlue"
],
"exitCondition": {
"leaveWithTemporaryBlue": {}
},
"unlocksDoors": [
{
"types": ["ammo"],
"requires": []
}
],
"flashSuitChecked": true,
"note": [
"Gain temporary blue, and bounce into the morph tunnel, using Spring Ball to reach the left side while retaining temporary blue.",
"After bouncing up out of the tunnel, unmorph, aim down, and use a pause buffer to remorph and land or bounce on the door frame, chaining temporary blue into the next room."
]
},
{
"id": 47,
"link": [4, 3],
Expand Down

0 comments on commit 2068b8d

Please sign in to comment.