mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-18 19:17:46 -05:00
Splits EncounterEgg into derived classes, allowing for fine-tuned control of each generation's egg generation & pattern matching. Adds an interface to check if the encounter is a bred egg (useful for many scenarios when checking for move inheritance, in general). Enhances the deferral rating for PIDIV matches in eggs based on global legality check settings. Adds date/time indicators for Gen3/4 eggs and other Method 1 encounters. |
||
|---|---|---|
| .. | ||
| Dirtied | ||
| EncounterEnumerator1.cs | ||
| EncounterEnumerator2.cs | ||
| EncounterEnumerator3.cs | ||
| EncounterEnumerator3GC.cs | ||
| EncounterEnumerator4.cs | ||
| EncounterEnumerator5.cs | ||
| EncounterEnumerator6.cs | ||
| EncounterEnumerator7.cs | ||
| EncounterEnumerator7GG.cs | ||
| EncounterEnumerator7GO.cs | ||
| EncounterEnumerator8.cs | ||
| EncounterEnumerator8a.cs | ||
| EncounterEnumerator8b.cs | ||
| EncounterEnumerator8GO.cs | ||
| EncounterEnumerator9.cs | ||
| MatchedEncounter.cs | ||