Skip to content

Commit c922795

Browse files
committed
Add canComplexGMode to setups (Maridia)
1 parent 86b1303 commit c922795

4 files changed

Lines changed: 16 additions & 11 deletions

File tree

region/maridia/inner-green/East Sand Hall.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@
138138
"link": [1, 1],
139139
"name": "G-Mode Setup - Get Hit By Evir Projectile",
140140
"requires": [
141-
"h_navigateUnderwater"
141+
"h_navigateUnderwater",
142+
{"or": [
143+
"Gravity",
144+
"canComplexGMode"
145+
]}
142146
],
143147
"exitCondition": {
144148
"leaveWithGModeSetup": {}
@@ -1000,7 +1004,7 @@
10001004
"name": "G-Mode Setup - Get Hit By Evir Projectile",
10011005
"requires": [
10021006
"Gravity",
1003-
"canTrickyJump"
1007+
"canComplexGMode"
10041008
],
10051009
"exitCondition": {
10061010
"leaveWithGModeSetup": {}
@@ -1017,19 +1021,19 @@
10171021
"name": "Right Door G-Mode Setup Suitless HiJump",
10181022
"requires": [
10191023
{"notable": "Right Door G-Mode Setup Suitless HiJump"},
1024+
"canTrickyGMode",
10201025
"canSuitlessMaridia",
10211026
"canPlayInSand",
10221027
"canMidairWiggle",
1023-
"HiJump",
1024-
"canInsaneJump"
1028+
"HiJump"
10251029
],
10261030
"exitCondition": {
10271031
"leaveWithGModeSetup": {}
10281032
},
10291033
"flashSuitChecked": true,
10301034
"note": [
10311035
"The Evir won't shoot unless Samus enters the sand falls. Getting to the transition tiles while standing before the projectile while suitless is very precise.",
1032-
"From the sand, turnaround spinjump towards the right. Turn towards the sandfall about when you're level with the platform. Turn right and shoot as soon as you enter the sandfall. And try to land right next to the transition."
1036+
"From the sand, turnaround spinjump towards the right. Turn towards the sandfall about when you're just above the platform. Turn right and shoot as soon as you enter the sandfall. And try to land right next to the transition."
10331037
]
10341038
},
10351039
{

region/maridia/inner-green/West Sand Hall.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,9 +612,9 @@
612612
"link": [2, 2],
613613
"name": "G-Mode Setup - Get Hit By Evir Projectile Suitless",
614614
"requires": [
615+
"canComplexGMode",
615616
"canSuitlessMaridia",
616-
"canTurnaroundSpinJump",
617-
"canTrickyJump"
617+
"canTurnaroundSpinJump"
618618
],
619619
"exitCondition": {
620620
"leaveWithGModeSetup": {}

region/maridia/inner-yellow/Maridia Swiss Cheese Room.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@
207207
"link": [1, 1],
208208
"name": "G-Mode Setup - Get Hit By Menu",
209209
"requires": [
210-
"canBeVeryPatient",
211210
"canManipulateMellas"
212211
],
213212
"exitCondition": {
214213
"leaveWithGModeSetup": {}
215214
},
216215
"flashSuitChecked": true,
217-
"devNote": [
218-
"FIXME Add details on how this works and check if it actually requires canBeVeryPatient."
216+
"note": [
217+
"Open the door and get into position, jump and aim down then walk through the door.",
218+
"If Samus is not able to reset the room, get close to the door with a vertically swooping Menu. Move forwards slowly luring it to the doorway."
219219
]
220220
},
221221
{

region/maridia/outer/Main Street.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4329,6 +4329,7 @@
43294329
"link": [5, 5],
43304330
"name": "G-Mode Setup - Get Hit By Sciser",
43314331
"requires": [
4332+
"canComplexGMode",
43324333
"h_EverestMorphTunnelExpanded",
43334334
"Morph",
43344335
{"ammo": {"type": "Super", "count": 1}}
@@ -4339,7 +4340,7 @@
43394340
"flashSuitChecked": true,
43404341
"note": [
43414342
"Get to the item while avoiding the crab, note that it doesn't go all the way through the tunnel.",
4342-
"Use a super to knock it off, while it is on the right wall, in order to knock it off so it will go down the morph tunnel."
4343+
"Use a Super to knock it off, while it is on the right wall, in order to knock it off so it will go down the morph tunnel."
43434344
]
43444345
},
43454346
{

0 commit comments

Comments
 (0)