Skip to content

Commit

Permalink
fix: fixed kleavor's base stats
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 10, 2023
1 parent 62cfa5f commit 8d861c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assets/pokedex-data/gen8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2870,7 +2870,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
'kleavor',
{
abilities: { first: 'swarm', second: 'sheerforce', hidden: 'sharpness' },
baseStats: { hp: 70, atk: 130, def: 95, spa: 45, spd: 75, spe: 85 },
baseStats: { hp: 70, atk: 135, def: 95, spa: 45, spd: 70, spe: 85 },
color: 'Brown',
eggGroups: ['Bug'],
evoLevel: 'use Black Augurite',
Expand Down

0 comments on commit 8d861c2

Please sign in to comment.