Skip to content

Commit

Permalink
CAP: Update Shox's height/weight/color/egg group
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Dec 4, 2024
1 parent 7b4f7d8 commit 0af6322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/pokedex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19520,10 +19520,10 @@ export const Pokedex: import('../sim/dex-species').SpeciesDataTable = {
types: ["Electric", "Normal"],
baseStats: {hp: 136, atk: 73, def: 81, spa: 90, spd: 98, spe: 56},
abilities: {0: "Electromorphosis", 1: "Sticky Hold"},
heightm: 6.2,
weightkg: 201.6,
color: "Black",
eggGroups: ["Dragon", "Mineral"],
heightm: 3,
weightkg: 99.9,
color: "Brown",
eggGroups: ["Field"],
gen: 9,
},
// NOTE: PokeStar "formes" are not actually formes and thus do not have a formeOrder
Expand Down

0 comments on commit 0af6322

Please sign in to comment.