Skip to content

Commit

Permalink
fix: add milcery evolution (#1013)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
rault-a and favna authored Oct 29, 2024
1 parent 485c355 commit 711ef0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/assets/pokedex-data/gen8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
},
color: 'White',
eggGroups: ['Fairy', 'Amorphous'],
evos: ['alcremie'],
evYields: { hp: 0, atk: 0, def: 0, spa: 0, spd: 1, spe: 0 },
genderRatio: { male: '0%', female: '100%' },
heightm: 0.2,
Expand Down

0 comments on commit 711ef0d

Please sign in to comment.