Update ability.ts

This commit is contained in:
Blitzy 2024-11-17 18:03:01 -06:00 committed by GitHub
parent 2c94b608ed
commit c2cd642ec0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6091,9 +6091,9 @@ export function initAbilities() {
new Ability(Abilities.NEUROFORCE, 7)
.attr(MovePowerBoostAbAttr, (user, target, move) => (target?.getMoveEffectiveness(user!, move) ?? 1) >= 2, 1.25),
new Ability(Abilities.INTREPID_SWORD, 8)
.attr(PostSummonStatStageChangeAbAttr, [ Stat.ATK ], 1, true)
.attr(PostSummonStatStageChangeAbAttr, [ Stat.ATK ], 1, true),
new Ability(Abilities.DAUNTLESS_SHIELD, 8)
.attr(PostSummonStatStageChangeAbAttr, [ Stat.DEF ], 1, true)
.attr(PostSummonStatStageChangeAbAttr, [ Stat.DEF ], 1, true),
new Ability(Abilities.LIBERO, 8)
.attr(PokemonTypeChangeAbAttr),
//.condition((p) => !p.summonData?.abilitiesApplied.includes(Abilities.LIBERO)), //Gen 9 Implementation