PKHeX/PKHeX.Core/Legality/Encounters/Generator/Possible
Kurt b435f8c258 Offload gen1/2 event templates to pickles
Thanks @ShadowMario3 for doing the raw data entry for these templates -- see PKHeX.EncounterSlotDumper for the csv -> pkl conversion logic.

Reduces object size by classifying groups of events with specific features, and reduces the explicitness of defining each single encounter.

Hard-code the span of Gen1 VC mew to not need to grab the resource, and add an overload to iterate a single template (skips an array creation).

Co-Authored-By: ShadowMario3 <36941677+ShadowMario3@users.noreply.github.com>
2024-02-24 17:53:46 -06:00
..
EncounterPossible1.cs Offload gen1/2 event templates to pickles 2024-02-24 17:53:46 -06:00
EncounterPossible2.cs Offload gen1/2 event templates to pickles 2024-02-24 17:53:46 -06:00
EncounterPossible3.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
EncounterPossible3GC.cs EncDB: Fix colo starter yield 2023-10-26 01:07:20 -07:00
EncounterPossible4.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterPossible5.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterPossible6.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterPossible7.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterPossible7GG.cs Refactor: Gen3/4 Lead Encounters, property fixing (#4193) 2024-02-22 21:20:54 -06:00
EncounterPossible7GO.cs Misc tweaks 2023-09-10 21:17:47 -07:00
EncounterPossible8.cs Misc tweaks 2023-09-10 21:17:47 -07:00
EncounterPossible8a.cs Misc tweaks 2023-09-10 21:17:47 -07:00
EncounterPossible8b.cs Misc fixes 2023-09-11 00:54:40 -07:00
EncounterPossible8GO.cs Misc tweaks 2023-09-10 21:17:47 -07:00
EncounterPossible9.cs Add support for Indigo Disk (#4111) 2023-12-17 16:41:15 -08:00