Skip to content

Commit

Permalink
SV Natdex tier shift
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Oct 22, 2024
1 parent 8f8219a commit 55ecb7b
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 103 deletions.
2 changes: 1 addition & 1 deletion data/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6137,7 +6137,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
hammertime: {
onBasePower(basePower, attacker, defender, move) {
if (move.name.toLowerCase().includes("hammer")) {
return this.chainModify(1.5);
return this.chainModify(1.3);
}
},
isNonstandard: "CAP",
Expand Down
Loading

0 comments on commit 55ecb7b

Please sign in to comment.