PKHeX/PKHeX.Core/Legality/Evolutions
Kurt 7cb484834c Handle max possible level for transferred & evolved-to-new-species
A Gen3 level 26 sylveon with a met level of 25 in Generation 8:
Transferred as Eevee at level 25, and leveled up to 26=>Sylveon
If we use met_level (25), we need to decrease 1 as we evolve. No, use Current Level and ensure the max isn't above the bare minimum (met level)
2020-10-08 15:35:50 -07:00
..
EvolutionSets Readonly init EvolutionMethod 2020-01-25 15:42:17 -08:00
DexLevel.cs Finish splitting gen1/2 encounter types from parent class 2020-07-19 13:32:40 -05:00
EncounterOrigin.cs Handle max possible level for transferred & evolved-to-new-species 2020-10-08 15:35:50 -07:00
EvoCriteria.cs Finish splitting gen1/2 encounter types from parent class 2020-07-19 13:32:40 -05:00
EvolutionChain.cs Minor refactoring 2020-09-06 10:53:13 -07:00
EvolutionMethod.cs Initial Isle of Armor support 2020-06-19 18:51:15 -05:00
EvolutionTree.cs Refactoring some IEncounterable-type'd object initialization and original-generation evo chain (#2974) 2020-08-21 16:35:49 -07:00
EvolutionType.cs Initial Isle of Armor support 2020-06-19 18:51:15 -05:00