[Balance] Hisui Lilligant Evo Method Change (#6309)

Update pokemon-evolutions.ts
This commit is contained in:
Blitzy 2025-08-20 18:14:00 -05:00 committed by GitHub
parent ee297a58bb
commit 07bf7bb5ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1591,7 +1591,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
new SpeciesEvolution(SpeciesId.WHIMSICOTT, 1, EvolutionItem.SUN_STONE, null, SpeciesWildEvolutionDelay.LONG)
],
[SpeciesId.PETILIL]: [
new SpeciesEvolution(SpeciesId.HISUI_LILLIGANT, 1, EvolutionItem.SHINY_STONE, null, SpeciesWildEvolutionDelay.LONG),
new SpeciesEvolution(SpeciesId.HISUI_LILLIGANT, 1, EvolutionItem.DAWN_STONE, null, SpeciesWildEvolutionDelay.LONG),
new SpeciesEvolution(SpeciesId.LILLIGANT, 1, EvolutionItem.SUN_STONE, null, SpeciesWildEvolutionDelay.LONG)
],
[SpeciesId.BASCULIN]: [