[P2 Bug] [Balance] Fit initBiomes incorrectly getting evo level threshold (#6612)

* [P2 Bug] Fit initBiomes incorrectly getting evo level threshold

The evolution level threshold wasn't applying correctly to the biome entries of Pokemon that evolved via evolution items (so anything with a level 1 "requirement"), this has been fixed. The evolution delay for certain Pokemon has been lowered, as it it was compounding with their existing level requirements, making their evolutions take way too long to happen. The values were lowered to match the intended levels the Balance Team desired. The outputPools function has also been run, updating all the levels of the Pokemon with set evolution delays.

* Remove evo delay

* Improve clarity for mantyke evo level

---------

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Madmadness65 2025-10-01 22:34:58 -05:00 committed by GitHub
parent 1a0cfaf13d
commit 68f65da233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 451 additions and 451 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1266,7 +1266,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
new SpeciesEvolution(SpeciesId.SIRFETCHD, 30, null, null, /* [30, 35, 40] */)
],
[SpeciesId.GALAR_SLOWPOKE]: [
new SpeciesEvolution(SpeciesId.GALAR_SLOWBRO, 1, EvolutionItem.GALARICA_CUFF, null, ),
new SpeciesEvolution(SpeciesId.GALAR_SLOWBRO, 1, EvolutionItem.GALARICA_CUFF, null, [37, 37, 37]),
new SpeciesEvolution(SpeciesId.GALAR_SLOWKING, 1, EvolutionItem.GALARICA_WREATH, null, [37, 37, 37])
],
[SpeciesId.GALAR_MR_MIME]: [