Skip to content

Commit

Permalink
Jet Punch is not boosted by Sheer Force
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinXII committed Oct 26, 2024
1 parent 6c6ff28 commit ae7af7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion calc/src/data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4482,7 +4482,6 @@ const SV_PATCH: {[name: string]: DeepPartial<MoveData>} = {
makesContact: true,
isPunch: true,
priority: 1,
// Sheer Force boost implemented in gen789.ts
},
'Kowtow Cleave': {
bp: 85,
Expand Down
2 changes: 1 addition & 1 deletion calc/src/mechanics/gen789.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ export function calculateBPModsSMSSSV(
// Sheer Force does not power up max moves or remove the effects (SadisticMystic)
if (
(attacker.hasAbility('Sheer Force') &&
(move.secondaries || move.named('Jet Punch', 'Order Up')) && !move.isMax) ||
(move.secondaries || move.named('Order Up')) && !move.isMax) ||
(attacker.hasAbility('Sand Force') &&
field.hasWeather('Sand') && move.hasType('Rock', 'Ground', 'Steel')) ||
(attacker.hasAbility('Analytic') &&
Expand Down

0 comments on commit ae7af7d

Please sign in to comment.