From 2772fc5b3020f199c0e3f8bfe1ac6a52383472d7 Mon Sep 17 00:00:00 2001 From: frutescens Date: Wed, 6 Nov 2024 12:09:21 -0800 Subject: [PATCH] Added documentation describing EncoreTag as a whole --- src/data/battler-tags.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/battler-tags.ts b/src/data/battler-tags.ts index 646ec44b2d2..ab24d5bd867 100644 --- a/src/data/battler-tags.ts +++ b/src/data/battler-tags.ts @@ -909,6 +909,10 @@ export class FrenzyTag extends BattlerTag { } } +/** + * Applies the effects of the move Encore onto the target Pokemon + * Encore forces the target Pokemon to use its most-recent move for 3 turns + */ export class EncoreTag extends MoveRestrictionBattlerTag { public moveId: Moves;