Skip to content

Commit

Permalink
finish adjusting pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
ACakeWearingAHat authored May 1, 2024
1 parent c6b8824 commit 12eff19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mods/gen9ssb/random-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,9 +710,9 @@ export const ssbSets: SSBSets = {
evs: {hp: 252, atk: 252, spd: 4}, nature: 'Adamant', teraType: 'Water',
},
Pulse_kS: {
species: 'Hydreigon', ability: 'Not Orichalcum Pulse', item: 'Quick Claw', gender: 'N',
species: 'Hydreigon', ability: 'Pulse Luck', item: 'Quick Claw', gender: 'N',
moves: ['Dark Pulse', 'Dragon Pulse', 'Origin Pulse'],
signatureMove: 'Pulse Luck',
signatureMove: 'Lucky Pulse',
evs: {hp: 85, atk: 85, def: 85, spa: 85, spd: 85, spe: 85}, nature: 'Serious', teraType: ['Steel', 'Poison'],
},
PYRO: {
Expand Down

0 comments on commit 12eff19

Please sign in to comment.