Skip to content

Commit f00c86f

Browse files
authored
Merge pull request #2709 from kjbranch/ss-comeingettingblue
Split Speed - Look through comeInGettingBlueSpeed
2 parents deeca4c + 9937654 commit f00c86f

20 files changed

Lines changed: 68 additions & 20 deletions

region/brinstar/green/Green Brinstar Beetom Room.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@
367367
"openEnd": 1
368368
}
369369
},
370-
"requires": [],
370+
"requires": [
371+
"h_blueJump"
372+
],
371373
"flashSuitChecked": true,
372374
"note": "Run into the room and off the ledge with blue speed, killing any Beetoms in your path.",
373375
"devNote": "This does not clear the obstacle since it does not kill all the Beetoms."
@@ -620,7 +622,9 @@
620622
"openEnd": 1
621623
}
622624
},
623-
"requires": [],
625+
"requires": [
626+
"h_blueJump"
627+
],
624628
"flashSuitChecked": true,
625629
"note": "Run into the room and off the ledge with blue speed, killing any Beetoms in your path.",
626630
"devNote": "This does not clear the obstacle since it does not kill all the Beetoms."

region/brinstar/pink/Pink Brinstar Wave Gate Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
392392
}
393393
},
394394
"requires": [
395+
"h_blueJump",
395396
"canPrepareForNextRoom"
396397
],
397398
"clearsObstacles": ["A"],

region/brinstar/red/Alpha Power Bomb Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@
464464
}
465465
},
466466
"requires": [
467+
"h_blueJump",
467468
"canCarefulJump"
468469
],
469470
"flashSuitChecked": true

region/crateria/central/Climb Supers Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@
898898
}
899899
},
900900
"requires": [
901+
"h_blueJump",
901902
"canTrickySpringBallBounce",
902903
{"or": [
903904
"canInsaneJump",

region/crateria/central/Landing Site.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,8 @@
583583
"canBlueSpaceJump",
584584
{"and": [
585585
"canSpringBallBounce",
586-
"canTrickyJump"
586+
"canTrickyJump",
587+
"h_blueJump"
587588
]},
588589
"canLongChainTemporaryBlue"
589590
]}

region/crateria/west/Gauntlet Entrance.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@
350350
"steepDownTiles": 1
351351
}
352352
},
353-
"requires": [],
353+
"requires": [
354+
"h_blueJump"
355+
],
354356
"exitCondition": {
355357
"leaveWithGModeSetup": {}
356358
},
@@ -1347,7 +1349,9 @@
13471349
"steepDownTiles": 1
13481350
}
13491351
},
1350-
"requires": [],
1352+
"requires": [
1353+
"h_blueJump"
1354+
],
13511355
"exitCondition": {
13521356
"leaveWithGModeSetup": {}
13531357
},

region/lowernorfair/east/Amphitheatre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@
10751075
{"notable": "Reverse Acid Dive"},
10761076
{"notable": "Reverse Thread the Needle"},
10771077
{"obstaclesNotCleared": ["A"]},
1078+
"h_blueJump",
10781079
"canInsaneJump",
10791080
"canSuitlessLavaDive",
10801081
"canSlowShortCharge",

region/lowernorfair/east/Lower Norfair Spring Ball Maze.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@
14131413
}
14141414
},
14151415
"requires": [
1416-
"h_navigateHeatRooms",
1416+
"h_blueJump",
14171417
{"heatFrames": 60}
14181418
],
14191419
"flashSuitChecked": true,

region/lowernorfair/east/Plowerhouse Room.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@
296296
}
297297
},
298298
"requires": [
299+
"h_blueJump",
299300
"SpaceJump",
301+
"canCarefulJump",
300302
{"heatFrames": 190}
301303
],
302304
"flashSuitChecked": true
@@ -760,7 +762,9 @@
760762
}
761763
},
762764
"requires": [
765+
"h_blueJump",
763766
"SpaceJump",
767+
"canCarefulJump",
764768
{"heatFrames": 200}
765769
],
766770
"flashSuitChecked": true

region/lowernorfair/west/Screw Attack Room.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
}
285285
},
286286
"requires": [
287+
"h_blueJump",
287288
"HiJump",
288289
"canTrickyJump",
289290
{"heatFrames": 80}
@@ -821,6 +822,7 @@
821822
}
822823
},
823824
"requires": [
825+
"h_blueJump",
824826
"canTrickyJump",
825827
{"heatFrames": 50}
826828
],
@@ -1589,6 +1591,7 @@
15891591
}
15901592
},
15911593
"requires": [
1594+
"h_blueJump",
15921595
"HiJump",
15931596
"canLateralMidAirMorph",
15941597
"canTrickyJump",
@@ -1616,6 +1619,7 @@
16161619
}
16171620
},
16181621
"requires": [
1622+
"h_blueJump",
16191623
"canTrickyDashJump",
16201624
"canInsaneJump",
16211625
"canLateralMidAirMorph",
@@ -1648,6 +1652,7 @@
16481652
}
16491653
},
16501654
"requires": [
1655+
"h_blueJump",
16511656
"HiJump",
16521657
"canInsaneJump",
16531658
"canWalljump",
@@ -2117,6 +2122,7 @@
21172122
}
21182123
},
21192124
"requires": [
2125+
"h_blueJump",
21202126
"HiJump",
21212127
"canLateralMidAirMorph",
21222128
"canTrickyJump",

0 commit comments

Comments
 (0)