Skip to content

Commit 9e1d487

Browse files
committed
C, WS, blue/green/pink B
1 parent 4925711 commit 9e1d487

8 files changed

Lines changed: 80 additions & 2 deletions

File tree

region/brinstar/blue/Blue Brinstar Energy Tank Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,7 @@
13431343
"link": [5, 2],
13441344
"name": "G-Mode Morph Power Bomb the Ceiling Block Item",
13451345
"requires": [
1346+
"canPowerBombItemOverloadPLMs",
13461347
"canEnterGMode",
13471348
"h_artificialMorphPowerBomb",
13481349
"h_artificialMorphMovement",

region/brinstar/green/Etecoon Energy Tank Room.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@
10171017
}
10181018
},
10191019
"requires": [
1020+
"canPowerBombItemOverloadPLMs",
10201021
{"itemNotCollectedAtNode": 5},
10211022
{"or": [
10221023
"Morph",
@@ -1132,6 +1133,7 @@
11321133
}
11331134
},
11341135
"requires": [
1136+
"canPowerBombItemOverloadPLMs",
11351137
{"itemNotCollectedAtNode": 5},
11361138
"canRiskPermanentLossOfAccess",
11371139
{"or": [
@@ -1478,6 +1480,7 @@
14781480
}
14791481
},
14801482
"requires": [
1483+
"canPowerBombItemOverloadPLMs",
14811484
{"itemNotCollectedAtNode": 5},
14821485
{"or": [
14831486
"Morph",
@@ -1717,6 +1720,7 @@
17171720
}
17181721
},
17191722
"requires": [
1723+
"canPowerBombItemOverloadPLMs",
17201724
{"itemNotCollectedAtNode": 5},
17211725
"canRiskPermanentLossOfAccess",
17221726
"h_artificialMorphMovement",

region/brinstar/green/Green Brinstar Main Shaft.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,6 +4514,7 @@
45144514
{"or": [
45154515
"h_artificialMorphIBJ",
45164516
{"and": [
4517+
"canPowerBombItemOverloadPLMs",
45174518
"h_artificialMorphSpringBall",
45184519
"h_artificialMorphPowerBomb"
45194520
]}

region/brinstar/pink/Big Pink.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,7 @@
15171517
}
15181518
},
15191519
"requires": [
1520+
"canPowerBombItemOverloadPLMs",
15201521
{"itemNotCollectedAtNode": 10},
15211522
"canRiskPermanentLossOfAccess",
15221523
"canArtificialMorph",
@@ -1602,6 +1603,7 @@
16021603
}
16031604
},
16041605
"requires": [
1606+
"canPowerBombItemOverloadPLMs",
16051607
{"itemNotCollectedAtNode": 10},
16061608
"canRiskPermanentLossOfAccess",
16071609
"canArtificialMorph",
@@ -3755,6 +3757,31 @@
37553757
"If PLMs are already overloaded, Samus will need to quickly exit G-mode before the Power Bomb explodes."
37563758
]
37573759
},
3760+
{
3761+
"link": [15, 13],
3762+
"name": "G-mode Morph Power Bomb Item, Remote Acquire",
3763+
"requires": [
3764+
"canPowerBombItemOverloadPLMs",
3765+
{"or": [
3766+
"canInsaneJump",
3767+
"h_artificialMorphPowerBomb",
3768+
{"enemyDamage": {"enemy": "Sm. Sidehopper", "type": "contact", "hits": 1}}
3769+
]},
3770+
{"or": [
3771+
"Morph",
3772+
"h_artificialMorphSpringBall"
3773+
]},
3774+
"h_artificialMorphPowerBomb"
3775+
],
3776+
"clearsObstacles": ["B"],
3777+
"collectsItems": [10],
3778+
"flashSuitChecked": true,
3779+
"note": [
3780+
"As long as the Sidehoppers haven't been lured to the right, fall into the pit and use a Power Bomb to kill them or dodge them.",
3781+
"Place a Power Bomb one tile below the Morph tunnel to the left to overload PLMs using the item. Exit G-mode, grab the item and return."
3782+
],
3783+
"devNote": "This does not include canRiskPermanentLossOfAccess because the only use of the strat is to collect the item. This is also why C is no cleared."
3784+
},
37583785
{
37593786
"id": 123,
37603787
"link": [15, 14],
@@ -3818,6 +3845,32 @@
38183845
"Jump up and into the tunnel at the left side of the Sidehopper pit and go through the crumble block."
38193846
]
38203847
},
3848+
{
3849+
"link": [15, 14],
3850+
"name": "G-mode Morph Power Bomb Item, Loss of Acess",
3851+
"requires": [
3852+
"canPowerBombItemOverloadPLMs",
3853+
{"itemNotCollectedAtNode": 10},
3854+
"canRiskPermanentLossOfAccess",
3855+
{"or": [
3856+
"canInsaneJump",
3857+
"h_artificialMorphPowerBomb",
3858+
{"enemyDamage": {"enemy": "Sm. Sidehopper", "type": "contact", "hits": 1}}
3859+
]},
3860+
{"or": [
3861+
"Morph",
3862+
"h_artificialMorphSpringBall"
3863+
]},
3864+
"h_artificialMorphPowerBomb"
3865+
],
3866+
"clearsObstacles": ["B", "C"],
3867+
"flashSuitChecked": true,
3868+
"note": [
3869+
"As long as the Sidehoppers haven't been lured to the right, fall into the pit and use a Power Bomb to kill them or dodge them.",
3870+
"Place a Power Bomb one tile below the Morph tunnel to the left to overload PLMs using the item."
3871+
],
3872+
"devNote": "Techincally, obstacles B and C are not cleared until exiting G-mode, but those obstacles are not used by G-mode strats."
3873+
},
38213874
{
38223875
"id": 166,
38233876
"link": [16, 1],

region/brinstar/pink/Mission Impossible Room.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@
715715
}
716716
},
717717
"requires": [
718+
"canPowerBombItemOverloadPLMs",
718719
{"itemNotCollectedAtNode": 3},
719720
"h_artificialMorphPowerBomb",
720721
"h_artificialMorphPowerBomb",
@@ -731,10 +732,14 @@
731732
]}
732733
],
733734
"flashSuitChecked": true,
734-
"note": "Place two Power Bombs, precisely on the third tile in the morph tunnel to overload PLMs (watch the right side of the screen).",
735+
"note": [
736+
"Place two Power Bombs, precisely on the fourth tile in the morph tunnel to overload PLMs.",
737+
"Samus should be barely visible in the tunnel, if not, use the right edge of the screen to track her moved distance."
738+
],
735739
"devNote": [
736740
"Because of the gates, it costs 2 Power Bombs to get into the tunnel and 2 to get out the other side.",
737-
"There is no canRiskPermanentLossOfAccess, because there is no reason to go here except to get the item and leave."
741+
"There is no canRiskPermanentLossOfAccess, because there is no reason to go here except to get the item and leave.",
742+
"This is only useful if Samus has Morph, or the item is Morph."
738743
]
739744
},
740745
{

region/crateria/central/Climb Supers Room.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@
599599
}
600600
},
601601
"requires": [
602+
"canPowerBombItemOverloadPLMs",
602603
{"itemNotCollectedAtNode": 3},
603604
"canRiskPermanentLossOfAccess",
604605
"h_artificialMorphPowerBomb",
@@ -1266,6 +1267,7 @@
12661267
}
12671268
},
12681269
"requires": [
1270+
"canPowerBombItemOverloadPLMs",
12691271
{"notable": "G-Mode Up with Power Bombs"},
12701272
{"itemNotCollectedAtNode": 3},
12711273
"canConsecutiveWalljump",

region/crateria/east/West Ocean.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,6 +3118,7 @@
31183118
"link": [17, 1],
31193119
"name": "G-mode Overload PLMs by Power Bombing Morph Maze Item",
31203120
"requires": [
3121+
"canPowerBombItemOverloadPLMs",
31213122
{"notable": "G-mode Overload PLMs by Power Bombing Morph Maze Item"},
31223123
"canEnterGMode",
31233124
"h_usePowerBomb",
@@ -3144,6 +3145,7 @@
31443145
"link": [17, 16],
31453146
"name": "G-mode Overload PLMs by Power Bombing Morph Maze Item, Permanent Softlock Risk",
31463147
"requires": [
3148+
"canPowerBombItemOverloadPLMs",
31473149
{"notable": "G-mode Overload PLMs by Power Bombing Morph Maze Item"},
31483150
"canEnterGMode",
31493151
{"itemNotCollectedAtNode": 10},

tech.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2547,6 +2547,16 @@
25472547
"This results in Samus entering a morph ball state without needing to have collected or equipped Morph."
25482548
]
25492549
},
2550+
{
2551+
"name": "canPowerBombItemOverloadPLMs",
2552+
"techRequires": [
2553+
"canEnterGMode"
2554+
],
2555+
"otherRequires": [],
2556+
"note": [
2557+
"."
2558+
]
2559+
},
25502560
{
25512561
"id": 194,
25522562
"name": "canSamusEaterTeleport",

0 commit comments

Comments
 (0)