Snipe Shot also has a high crit rate

This commit is contained in:
Athebyne 2024-05-08 20:07:07 -04:00 committed by GitHub
parent 2d0a183d35
commit 8dbb3f1606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6064,6 +6064,7 @@ export function initMoves() {
.attr(DiscourageFrequentUseAttr)
.ignoresVirtual(),
new AttackMove(Moves.SNIPE_SHOT, Type.WATER, MoveCategory.SPECIAL, 80, 100, 15, -1, 0, 8)
.attr(HighCritAttr)
.attr(BypassRedirectAttr),
new AttackMove(Moves.JAW_LOCK, Type.DARK, MoveCategory.PHYSICAL, 80, 100, 10, -1, 0, 8)
.attr(AddBattlerTagAttr, BattlerTagType.TRAPPED, false, false, 1)