Skip to content

Commit

Permalink
fix: fixed abilities for archaludon
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 14, 2023
1 parent d501f84 commit c3828b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assets/pokedex-data/gen9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
[
'archaludon',
{
abilities: { first: 'stamini', second: 'sturdy', hidden: 'stalwart' },
abilities: { first: 'stamina', second: 'sturdy', hidden: 'stalwart' },
baseStats: { hp: 90, atk: 105, def: 130, spa: 125, spd: 65, spe: 85 },
catchRate: { base: 10, percentageWithOrdinaryPokeballAtFullHealth: '3.9%' },
color: 'White',
Expand Down

0 comments on commit c3828b4

Please sign in to comment.