Update src/data/ability.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
PrabbyDD 2024-10-24 11:19:35 -07:00 committed by GitHub
parent b2371def06
commit 6812ed6ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -330,6 +330,10 @@ export class ReceivedMoveDamageMultiplierAbAttr extends PreDefendAbAttr {
} }
} }
/**
* Reduces the damage dealt to an allied Pokemon. Used by Friend Guard.
* @see {@linkcode applyPreDefend}
*/
export class FriendGuardAbAttr extends PreDefendAbAttr { export class FriendGuardAbAttr extends PreDefendAbAttr {
private damageMultiplier: number; private damageMultiplier: number;