Skip to content

Commit fc849ab

Browse files
authored
Merge pull request #2402 from nn357/botwoonhallway
add 10pb cf clip and rmode standup clip to botwoon hallway
2 parents 77f8a51 + 7fea665 commit fc849ab

2 files changed

Lines changed: 105 additions & 1 deletion

File tree

region/maridia/inner-pink/Botwoon Hallway.json

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,69 @@
405405
"This is for the much harder version, without Gravity and Bombs."
406406
]
407407
},
408+
{
409+
"link": [1, 2],
410+
"name": "10 Power Bomb Crystal Flash Clip with Bombs (Left to Right)",
411+
"requires": [
412+
"canBeVeryPatient",
413+
{"tech": "canBombIntoCrystalFlashClip"},
414+
"Bombs",
415+
"Gravity",
416+
"h_10PowerBombCrystalFlash",
417+
{"resetRoom": {"nodes": [1]}}
418+
],
419+
"flashSuitChecked": true,
420+
"note": [
421+
"Lure a Puyo close to the crumble blocks and time the first bomb with the Puyo's jump so that the bomb will kill the Puyo."
422+
]
423+
},
424+
{
425+
"link": [1, 2],
426+
"name": "Suitless 10 Power Bomb Crystal Flash Clip (Left to Right)",
427+
"requires": [
428+
"canBeExtremelyPatient",
429+
"canSuitlessMaridia",
430+
{"tech": "canJumpIntoCrystalFlashClip"},
431+
"h_underwaterCrouchJumpDownGrab",
432+
"h_10PowerBombCrystalFlash",
433+
{"resetRoom": {"nodes": [1]}}
434+
],
435+
"flashSuitChecked": true,
436+
"note": [
437+
"Lure a Puyo close to the crumble blocks and time it so you can kill it and collect its drop without getting hit.",
438+
"Alternativly you can start with more health and time the PowerBomb explosion with a Puyo hit to collect the drop automatically."
439+
]
440+
},
441+
{
442+
"link": [1, 2],
443+
"name": "R-Mode Forced Standup Clip (Left to Right)",
444+
"entranceCondition": {
445+
"comeInWithRMode": {},
446+
"comesThroughToilet": "any"
447+
},
448+
"requires": [
449+
"canRModeStandupClip",
450+
{"disableEquipment": "ETank"},
451+
{"disableEquipment": "Gravity"},
452+
{"disableEquipment": "HiJump"},
453+
{"resourceAvailable": [{"type": "Energy", "count": 99}]},
454+
{"or": [
455+
"canBeVeryPatient",
456+
{"and": [
457+
"canMidAirMorph",
458+
"canBePatient"
459+
]}
460+
]},
461+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
462+
{"autoReserveTrigger": {}}
463+
],
464+
"flashSuitChecked": true,
465+
"note": [
466+
"Perform a suitless crouch jump at the crumbles so that the reserve trigger forced standup happens just before Samus contacts the crumbles and still has upwards momentum.",
467+
"Hold down during the forced standup until through the crumbles or they break.",
468+
"If Morph is available a jump morph can be used for more leniency, giving a 9 frame window compared to 3 frames for the crouch jump."
469+
]
470+
},
408471
{
409472
"id": 33,
410473
"link": [1, 2],
@@ -682,6 +745,35 @@
682745
"it could require too much patience, considering that the chain continues into the next room."
683746
]
684747
},
748+
{
749+
"link": [2, 1],
750+
"name": "R-Mode Forced Standup Clip (Right to Left)",
751+
"entranceCondition": {
752+
"comeInWithRMode": {}
753+
},
754+
"requires": [
755+
"canRModeStandupClip",
756+
{"disableEquipment": "ETank"},
757+
{"disableEquipment": "Gravity"},
758+
{"disableEquipment": "HiJump"},
759+
{"resourceAvailable": [{"type": "Energy", "count": 99}]},
760+
{"or": [
761+
"canBeVeryPatient",
762+
{"and": [
763+
"canMidAirMorph",
764+
"canBePatient"
765+
]}
766+
]},
767+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
768+
{"autoReserveTrigger": {}}
769+
],
770+
"flashSuitChecked": true,
771+
"note": [
772+
"Perform a suitless crouch jump at the crumbles so that the reserve trigger forced standup happens just before Samus contacts the crumbles and still has upwards momentum.",
773+
"Hold down during the forced standup until through the crumbles or they break.",
774+
"If Morph is available a jump morph can be used for more leniency, giving a 9 frame window compared to 3 frames for the crouch jump."
775+
]
776+
},
685777
{
686778
"id": 21,
687779
"link": [2, 1],
@@ -992,4 +1084,4 @@
9921084
],
9931085
"nextStratId": 39,
9941086
"nextNotableId": 3
995-
}
1087+
}

tech.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,6 +3075,18 @@
30753075
"note": [
30763076
"Ability to enter R-mode.",
30773077
"Have some energy in reserves (set to Auto), take damage while going through a door, use X-Ray while entering the next room, and release X-Ray after reserves have finished filling."
3078+
],
3079+
"extensionTechs": [
3080+
{
3081+
"name": "canRModeStandupClip",
3082+
"techRequires": [
3083+
"canRMode"
3084+
],
3085+
"otherRequires": [],
3086+
"note": [
3087+
"After entering a room in R-Mode, put some energy into reserves (set to Auto) and then have reserves trigger to force Samus into a standing pose."
3088+
]
3089+
}
30783090
]
30793091
},
30803092
{

0 commit comments

Comments
 (0)