Skip to content

Commit 08ceed3

Browse files
committed
Pink Maridia
1 parent 818d290 commit 08ceed3

3 files changed

Lines changed: 65 additions & 17 deletions

File tree

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,28 @@
12511251
"or by the forward input being not immediately processed if Samus is still in the standing animation."
12521252
]
12531253
},
1254+
{
1255+
"link": [1, 6],
1256+
"name": "G-Mode Overload PLMs, Speed Block X-Ray Climb",
1257+
"entranceCondition": {
1258+
"comeInWithGMode": {
1259+
"mode": "any",
1260+
"morphed": false
1261+
}
1262+
},
1263+
"requires": [
1264+
"canSuitlessMaridia",
1265+
"canInsaneJump",
1266+
"canXRayClimb",
1267+
"Morph"
1268+
],
1269+
"flashSuitChecked": true,
1270+
"note": [
1271+
"Overload PLMs by touching the sand, then move through the speed blocks. Avoiding the sand pits is easier without Gravity or HiJump.",
1272+
"Exit G-mode while inside the speed blocks then X-Ray climb up."
1273+
],
1274+
"devNote": "This requires canInsaneJump even though it is not difficult, because it is not very intuitive."
1275+
},
12541276
{
12551277
"id": 45,
12561278
"link": [2, 2],
@@ -2185,6 +2207,28 @@
21852207
{"shinespark": {"frames": 5, "excessFrames": 2}}
21862208
]
21872209
},
2210+
{
2211+
"link": [4, 6],
2212+
"name": "G-Mode Overload PLMs, Speed Block X-Ray Climb",
2213+
"entranceCondition": {
2214+
"comeInWithGMode": {
2215+
"mode": "any",
2216+
"morphed": false
2217+
}
2218+
},
2219+
"requires": [
2220+
"canSuitlessMaridia",
2221+
"canInsaneJump",
2222+
"canXRayClimb",
2223+
"Morph"
2224+
],
2225+
"flashSuitChecked": true,
2226+
"note": [
2227+
"Overload PLMs by touching the sand, then move through the speed blocks. Avoiding the sand pits is easier without Gravity or HiJump.",
2228+
"Exit G-mode while inside the speed blocks then X-Ray climb up."
2229+
],
2230+
"devNote": "This requires canInsaneJump even though it is not difficult, because it is not very intuitive."
2231+
},
21882232
{
21892233
"id": 53,
21902234
"link": [4, 7],

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

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,13 +1357,23 @@
13571357
"requires": [
13581358
{"or": [
13591359
"Gravity",
1360-
"h_artificialMorphBombs",
1360+
{"and": [
1361+
"h_artificialMorphBombs",
1362+
"canInsaneJump"
1363+
]},
13611364
"h_artificialMorphPowerBomb",
1365+
{"and": [
1366+
"h_artificialMorphSpringFling",
1367+
"canTrickyGMode"
1368+
]},
13621369
{"enemyDamage": {"enemy": "Mochtroid", "type": "contact", "hits": 1}}
13631370
]}
13641371
],
13651372
"flashSuitChecked": true,
1366-
"note": "Enter morphed and kill the Mochtroid with Bombs or a Power Bomb, or roll off the edge with Gravity to drop fast enough not to lure the Mochtroid."
1373+
"note": [
1374+
"Enter morphed and kill the Mochtroid with Bombs or a Power Bomb, or roll off the edge with Gravity to drop fast enough not to lure the Mochtroid.",
1375+
"It is also possible to Spring Fling by jumping from the ground immediately before the pause fully triggers to move right fast enough to avoid a hit."
1376+
]
13671377
},
13681378
{
13691379
"id": 37,
@@ -4094,8 +4104,6 @@
40944104
{"or": [
40954105
"canTrickyDodgeEnemies",
40964106
"Gravity",
4097-
"h_artificialMorphBombs",
4098-
"h_artificialMorphPowerBomb",
40994107
{"enemyDamage": {"enemy": "Mochtroid", "type": "contact", "hits": 1}}
41004108
]}
41014109
],
@@ -4147,6 +4155,7 @@
41474155
"link": [5, 4],
41484156
"name": "G-Mode Morph, Long Blind IBJ",
41494157
"requires": [
4158+
"canEnterGMode",
41504159
"Gravity",
41514160
"h_artificialMorphLongIBJ",
41524161
"canOffScreenMovement"
@@ -4158,17 +4167,19 @@
41584167
"link": [5, 4],
41594168
"name": "G-Mode Morph, Gravity Jump, Spring Ball Jump",
41604169
"requires": [
4170+
"canEnterGMode",
41614171
"canGravityJump",
41624172
"HiJump",
41634173
{"tech": "canSpringBallJumpMidAir"},
41644174
"h_artificialMorphSpringBall",
4165-
"canTrickyJump"
4175+
"canInsaneJump"
41664176
],
41674177
"flashSuitChecked": true,
41684178
"note": [
4169-
"Climb the room with a Gravity jump + Spring Ball jump. Turn off Spring Ball and Gravity at the same time, then repause and turn Spring back on.",
4179+
"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.",
41704180
"If coming from the right, Samus will be off camera."
4171-
]
4181+
],
4182+
"devNote": "This requires canInsaneJump even though it is not very difficult, because it is not very intuitive and may be off camera."
41724183
},
41734184
{
41744185
"id": 199,

region/maridia/inner-pink/West Cactus Alley.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -719,17 +719,10 @@
719719
}
720720
},
721721
"requires": [
722-
"h_artificialMorphDoubleSpringBallJump",
723-
{"or": [
724-
"h_artificialMorphPowerBomb",
725-
{"enemyDamage": {"enemy": "Cacatac", "type": "spike", "hits": 2}},
726-
{"and": [
727-
"canInsaneJump",
728-
{"enemyDamage": {"enemy": "Cacatac", "type": "spike", "hits": 1}}
729-
]}
730-
]}
722+
"h_artificialMorphDoubleSpringBallJump"
731723
],
732-
"flashSuitChecked": true
724+
"flashSuitChecked": true,
725+
"note": "Be careful to avoid the stationary, invisible Cacatac spikes."
733726
},
734727
{
735728
"id": 51,

0 commit comments

Comments
 (0)