Add scoring for the Glaive Rush `BattlerTag`s (#4514)

This commit is contained in:
NightKev 2024-09-29 23:04:32 -07:00 committed by GitHub
parent 1bae87fa56
commit 3d3460888a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -4544,6 +4544,7 @@ export class AddBattlerTagAttr extends MoveEffectAttr {
case BattlerTagType.DROWSY:
case BattlerTagType.DISABLED:
case BattlerTagType.HEAL_BLOCK:
case BattlerTagType.RECEIVE_DOUBLE_DAMAGE:
return -5;
case BattlerTagType.SEEDED:
case BattlerTagType.SALT_CURED:
@ -4564,6 +4565,7 @@ export class AddBattlerTagAttr extends MoveEffectAttr {
case BattlerTagType.ENCORE:
return -2;
case BattlerTagType.MINIMIZED:
case BattlerTagType.ALWAYS_GET_HIT:
return 0;
case BattlerTagType.INGRAIN:
case BattlerTagType.IGNORE_ACCURACY: