Skip to content

Commit

Permalink
fix: add egg groups to rebble, tactite, and stratagem
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 10, 2023
1 parent e6d00e7 commit 2ce22e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/assets/pokedex-data/cap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
abilities: { first: 'levitate', second: 'solidrock', hidden: 'sniper' },
baseStats: { hp: 45, atk: 25, def: 65, spa: 75, spd: 55, spe: 80 },
color: 'Gray',
eggGroups: ['Undiscovered'],
eggGroups: ['Mineral'],
evYields: { atk: 0, def: 0, hp: 0, spa: 0, spd: 0, spe: 0 },
evos: ['tactite'],
genderRatio: { male: '0%', female: '0%' },
Expand All @@ -211,7 +211,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
abilities: { first: 'levitate', second: 'technician', hidden: 'sniper' },
baseStats: { hp: 70, atk: 40, def: 65, spa: 100, spd: 65, spe: 95 },
color: 'Gray',
eggGroups: ['Undiscovered'],
eggGroups: ['Mineral'],
evYields: { atk: 0, def: 0, hp: 0, spa: 0, spd: 0, spe: 0 },
evoLevel: 28,
evos: ['stratagem'],
Expand All @@ -235,7 +235,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
abilities: { first: 'levitate', second: 'technician', hidden: 'sniper' },
baseStats: { hp: 90, atk: 60, def: 65, spa: 120, spd: 70, spe: 130 },
color: 'Gray',
eggGroups: ['Undiscovered'],
eggGroups: ['Mineral'],
evYields: { atk: 0, def: 0, hp: 0, spa: 0, spd: 0, spe: 0 },
evoLevel: 28,
genderRatio: { male: '0%', female: '0%' },
Expand Down

0 comments on commit 2ce22e2

Please sign in to comment.