add: partial() to TERA_SHELL ability.

This commit is contained in:
flx-sta 2024-09-30 07:38:42 -07:00
parent 7d2df53c51
commit 96eb338f9b

View File

@ -5895,7 +5895,8 @@ export function initAbilities() {
.attr(FullHpResistTypeAbAttr)
.attr(UncopiableAbilityAbAttr)
.attr(UnswappableAbilityAbAttr)
.ignorable(),
.ignorable()
.partial(), // it doesn't interact properly with multihits it should be reducing the entire move, it is not multiscale where it's only the part that breaks full health - Damo, 2024-09-30
new Ability(Abilities.TERAFORM_ZERO, 9)
.attr(UncopiableAbilityAbAttr)
.attr(UnswappableAbilityAbAttr)