Skip to content

Commit

Permalink
SSB: Nerf Artemis (#10510)
Browse files Browse the repository at this point in the history
  • Loading branch information
HisuianZoroark authored Sep 28, 2024
1 parent ec3f545 commit c0959b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/mods/gen9ssb/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,11 @@ export const Moves: import('../../../sim/dex-moves').ModdedMoveDataTable = {
move.type = pokemon.m.artemisMoveType;
}
},
self: {
boosts: {
spa: -2,
},
},
target: "normal",
type: "Electric",
},
Expand Down

0 comments on commit c0959b2

Please sign in to comment.