Skip to content

Commit f019ea8

Browse files
authored
Merge pull request #2221 from kjbranch/p-maridia-complex
Add canComplexGMode to Pink Maridia
2 parents ef0c14c + f341eea commit f019ea8

6 files changed

Lines changed: 15 additions & 9 deletions

File tree

region/maridia/inner-pink/Aqueduct.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@
684684
}
685685
},
686686
"requires": [
687+
"canComplexGMode",
687688
"canXRayClimb"
688689
],
689690
"bypassesDoorShell": true,
@@ -3351,7 +3352,7 @@
33513352
"link": [12, 3],
33523353
"name": "Leave with G-Mode Snail Moonfall",
33533354
"requires": [
3354-
"canEnterGMode",
3355+
"canComplexGMode",
33553356
"h_navigateUnderwater",
33563357
"canEnemyStuckMoonfall",
33573358
{"or": [
@@ -3379,7 +3380,7 @@
33793380
"link": [12, 4],
33803381
"name": "Leave with G-Mode Snail Moonfall",
33813382
"requires": [
3382-
"canEnterGMode",
3383+
"canComplexGMode",
33833384
"h_navigateUnderwater",
33843385
"canEnemyStuckMoonfall",
33853386
{"or": [

region/maridia/inner-pink/Botwoon Energy Tank Room.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,8 +1297,8 @@
12971297
}
12981298
},
12991299
"requires": [
1300+
"canComplexGMode",
13001301
"canSuitlessMaridia",
1301-
"canInsaneJump",
13021302
"canXRayClimb",
13031303
"Morph"
13041304
],
@@ -2364,8 +2364,8 @@
23642364
}
23652365
},
23662366
"requires": [
2367+
"canComplexGMode",
23672368
"canSuitlessMaridia",
2368-
"canInsaneJump",
23692369
"canXRayClimb",
23702370
"Morph"
23712371
],
@@ -2473,6 +2473,7 @@
24732473
"link": [5, 1],
24742474
"name": "G-Mode Morph Exit Tunnel Before Leaving G-Mode",
24752475
"requires": [
2476+
"canComplexGMode",
24762477
{"obstaclesCleared": ["B"]}
24772478
],
24782479
"note": "If the Puyos are alive, lure the first to the right, then roll out of the hole, unmorph and fight them. Crouching while shooting may increase accuracy.",
@@ -2483,6 +2484,7 @@
24832484
"link": [5, 4],
24842485
"name": "G-Mode Morph Exit Tunnel Before Leaving G-Mode",
24852486
"requires": [
2487+
"canComplexGMode",
24862488
{"obstaclesCleared": ["B"]}
24872489
]
24882490
},

region/maridia/inner-pink/Botwoon Quicksand Room.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"comesThroughToilet": "any"
182182
},
183183
"requires": [
184+
"canComplexGMode",
184185
"canInsaneJump",
185186
{"or": [
186187
{"enemyDamage": {"enemy": "Bull", "type": "contact", "hits": 1}},
@@ -258,6 +259,7 @@
258259
"comesThroughToilet": "any"
259260
},
260261
"requires": [
262+
"canComplexGMode",
261263
"canInsaneJump",
262264
{"or": [
263265
{"enemyDamage": {"enemy": "Bull", "type": "contact", "hits": 1}},

region/maridia/inner-pink/Colosseum.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,7 @@
16061606
}
16071607
},
16081608
"requires": [
1609+
"canComplexGMode",
16091610
"canXRayClimb"
16101611
],
16111612
"bypassesDoorShell": true,

region/maridia/inner-pink/Halfie Climb Room.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,7 @@
15501550
}
15511551
},
15521552
"requires": [
1553+
"canComplexGMode",
15531554
{"notable": "Very Deep Stuck X-Ray Climb"},
15541555
"canXRayClimb"
15551556
],
@@ -4365,19 +4366,17 @@
43654366
"link": [5, 4],
43664367
"name": "G-Mode Morph, Gravity Jump, Spring Ball Jump",
43674368
"requires": [
4368-
"canEnterGMode",
4369+
"canComplexGMode",
43694370
"canGravityJump",
43704371
"HiJump",
43714372
{"tech": "canSpringBallJumpMidAir"},
4372-
"h_artificialMorphSpringBall",
4373-
"canInsaneJump"
4373+
"h_artificialMorphSpringBall"
43744374
],
43754375
"flashSuitChecked": true,
43764376
"note": [
43774377
"Climb the room with a Gravity jump + Spring Ball jump. Turn off Spring Ball and Gravity at the same time, then repause after a short delay and turn Spring back on.",
43784378
"If coming from the right, Samus will be off camera."
4379-
],
4380-
"devNote": "This requires canInsaneJump even though it is not very difficult, because it is not very intuitive and may be off camera."
4379+
]
43814380
},
43824381
{
43834382
"id": 199,

region/maridia/inner-pink/The Precious Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
}
271271
},
272272
"requires": [
273+
"canComplexGMode",
273274
"canLongXRayClimb"
274275
],
275276
"bypassesDoorShell": true,

0 commit comments

Comments
 (0)