Skip to content

Commit

Permalink
Buff Kitsunoh and Nerf Chuggalong in Gen 9
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinXII authored Oct 6, 2024
1 parent e7a4fda commit 910007e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion calc/src/data/species.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8988,6 +8988,7 @@ const SV_PATCH: {[name: string]: DeepPartial<SpeciesData>} = {
Dunsparce: {nfe: true},
Duraludon: {nfe: true},
Girafarig: {nfe: true},
Kitsunoh: {bs: {at: 117, sp: 128}},
Primeape: {nfe: true},
Tauros: {otherFormes: ['Tauros-Paldea-Aqua', 'Tauros-Paldea-Blaze', 'Tauros-Paldea-Combat']},
Wooper: {otherFormes: ['Wooper-Paldea']},
Expand Down Expand Up @@ -9120,7 +9121,7 @@ const SV_PATCH: {[name: string]: DeepPartial<SpeciesData>} = {
},
Chuggalong: {
types: ['Dragon', 'Poison'],
bs: {hp: 45, at: 43, df: 117, sa: 120, sd: 110, sp: 115},
bs: {hp: 45, at: 43, df: 117, sa: 120, sd: 110, sp: 108},
weightkg: 201.6,
abilities: {0: 'Armor Tail'},
},
Expand Down

0 comments on commit 910007e

Please sign in to comment.