From 96eb338f9bf2cfe731b7b851677a03207d805b85 Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:38:42 -0700 Subject: [PATCH] add: `partial()` to TERA_SHELL ability. --- src/data/ability.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 041d90ac4c0..b4369a7a30b 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -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)