Skip to content

Commit ddef518

Browse files
authored
Merge pull request #2672 from blkerby/west-norfair-bluesuit-1
West Upper Norfair unheated blue suit logic
2 parents 17ee806 + 476cb2e commit ddef518

9 files changed

Lines changed: 760 additions & 271 deletions

helpers.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,17 @@
678678
"Note that even if pressing against a wall, holding a direction input can cause a blue suit to kill the enemy before the boost would occur;",
679679
"therefore, if carrying a blue suit, no direction inputs should be pressed until after taking the hit."
680680
]
681+
},
682+
{
683+
"name": "h_midAirMorphDamageBoost",
684+
"requires": [
685+
"canMidAirMorph",
686+
{"tech": "canNeutralDamageBoost"}
687+
],
688+
"note": [
689+
"This is for neutral damage boosts that are compatible with carrying a blue suit,",
690+
"because of being in a mid-air morphed state (same state as rolling off a ledge)."
691+
]
681692
}
682693
]
683694
},

0 commit comments

Comments
 (0)