From 2ce22e29cade241ab92aa59d12a0a4be72f840da Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Wed, 10 May 2023 00:36:48 +0200 Subject: [PATCH] fix: add egg groups to rebble, tactite, and stratagem --- src/lib/assets/pokedex-data/cap.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/assets/pokedex-data/cap.ts b/src/lib/assets/pokedex-data/cap.ts index 68146f9b3e..da300b6275 100644 --- a/src/lib/assets/pokedex-data/cap.ts +++ b/src/lib/assets/pokedex-data/cap.ts @@ -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%' }, @@ -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'], @@ -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%' },