Skip to content

Commit 7d9de23

Browse files
authored
Merge pull request #2851 from nn357/hijump_remote_aquire_bluesuit
add bluesuit gmorph remote aquire to hijump etank.
2 parents fc049fb + 1b3296e commit 7d9de23

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

region/norfair/west/Hi Jump Energy Tank Room.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,37 @@
285285
"note": "Get to the item with two Spring Ball bomb jumps and remote acquire the item back by the left door.",
286286
"devNote": "The Power Bombs will solidify the bomb block, preventing remote acquiring on the right. The Power Bombs are not going to overload many PLMs."
287287
},
288+
{
289+
"link": [1, 1],
290+
"name": "Direct G-Mode Morph Remote Acquire Both Items with Blue Suit",
291+
"entranceCondition": {
292+
"comeInWithGMode": {
293+
"mode": "direct",
294+
"morphed": true
295+
}
296+
},
297+
"requires": [
298+
"h_blueSuitGMode",
299+
{"or": [
300+
"h_artificialMorphIBJ",
301+
{"and": [
302+
"HiJump",
303+
"h_artificialMorphSpringBall"
304+
]
305+
}
306+
]
307+
},
308+
"canRemoteAcquire"
309+
],
310+
"collectsItems": [3, 4],
311+
"flashSuitChecked": true,
312+
"blueSuitChecked": true,
313+
"note": [
314+
"A Blue Suit allows Samus to pass through the morph tunnel bomb blocks without overloading PLMS and be able to collect the right item.",
315+
"With Hi-Jump and SpringBall or IBJ, reach the top left item, quickly roll through it and the morph tunnel to reach the right item.",
316+
"After returning to the door, exiting G-Mode will collect both Items."
317+
]
318+
},
288319
{
289320
"id": 5,
290321
"link": [1, 3],
@@ -573,6 +604,31 @@
573604
],
574605
"devNote": "The only loss of access here is the camera fix, but there is another strat that can be used without."
575606
},
607+
{
608+
"link": [2, 1],
609+
"name": "Direct G-Mode Morph Remote Acquire Left Item with Blue Suit",
610+
"entranceCondition": {
611+
"comeInWithGMode": {
612+
"mode": "direct",
613+
"morphed": true
614+
}
615+
},
616+
"requires": [
617+
"h_blueSuitGMode",
618+
{"or": [
619+
"h_artificialMorphSpringBall",
620+
"h_artificialMorphIBJ"
621+
]},
622+
"canRemoteAcquire"
623+
],
624+
"collectsItems": [4],
625+
"flashSuitChecked": true,
626+
"blueSuitChecked": true,
627+
"note": [
628+
"IBJ or SpringBall jump into the morph tunnel and quickly roll thorough to avoid overloading PLMS and making remote acquisition impossible.",
629+
"Touch the item, and continue to the left side of the room before exiting G-mode to collect the item."
630+
]
631+
},
576632
{
577633
"id": 15,
578634
"link": [2, 1],
@@ -657,6 +713,33 @@
657713
"flashSuitChecked": true,
658714
"blueSuitChecked": true
659715
},
716+
{
717+
"link": [2, 2],
718+
"name": "Direct G-Mode Morph Remote Acquire Left Item with Blue Suit",
719+
"entranceCondition": {
720+
"comeInWithGMode": {
721+
"mode": "direct",
722+
"morphed": true
723+
}
724+
},
725+
"requires": [
726+
"h_blueSuitGMode",
727+
{"or": [
728+
"h_artificialMorphSpringBall",
729+
"h_artificialMorphIBJ"
730+
]},
731+
"canRemoteAcquire"
732+
],
733+
"collectsItems": [4],
734+
"flashSuitChecked": true,
735+
"blueSuitChecked": true,
736+
"note": [
737+
"Avoid the right item if it is uncollected as it will overload PLMS if touched too many times in G-Mode.",
738+
"Either IBJ or SpringBall jump into the morph tunnel and quickly roll thorough to avoid overloading PLMS.",
739+
"The camera will not follow Samus through the tunnel so the collection is done blind.",
740+
"Due to the effects of Blue Suit, right direction must be pressed after the bomb explodes when returning."
741+
]
742+
},
660743
{
661744
"id": 20,
662745
"link": [2, 2],

0 commit comments

Comments
 (0)