We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdf09d commit 457b267Copy full SHA for 457b267
2 files changed
helpers.json
@@ -625,6 +625,21 @@
625
"This represents sliding off the ledge while gaining a shinecharge, which leaves Samus falling with temporary blue."
626
]
627
},
628
+ {
629
+ "name": "h_underwaterChainTemporaryBlue",
630
+ "requires": [
631
+ {"tech": "canChainTemporaryBlue"},
632
+ "SpeedBooster",
633
+ "Morph",
634
+ {"or": [
635
+ {"disableEquipment": "Gravity"},
636
+ {"noFlashSuit": {}}
637
+ ]}
638
+ ],
639
+ "note": [
640
+ "With underwater physics, it is possible to chain temporary blue while carrying a flash suit."
641
+ ]
642
+ },
643
{
644
"name": "h_waterGetBlueSpeed",
645
"requires": [
0 commit comments