PKHeX/PKHeX.Core/Legality/Encounters
Kurt 15779513f5 Add stubs for raid correlation verifiers/generators
Not going to implement this within the base repo as z3 is too large of a
dependency and is platform specific.

If anyone wants to implement as a plugin project, just inject your new
methods via the setters on the static func/action at the top of the 3
classes.

Since z3's searches aren't instant, I'd recommend caching recent results
in a dictionary, as re-parses are common. Something like the Wordfilter
is what you'd be aiming for :)

Closes #2617
2020-01-03 20:03:04 -08:00
..
Data Add bewear motostoke crossover location 2020-01-03 19:14:03 -08:00
Generator Have separate encounter yielder for gen8 2019-12-26 12:32:48 -08:00
Information Add more string search methods 2020-01-02 12:06:58 -08:00
Verifiers Fix eggmove fetch for move check 2019-12-29 10:17:07 -08:00
EncounterEgg.cs Add Form (AltForm) to IEncounterable interface 2019-11-18 22:20:55 -08:00
EncounterGift8.cs Split up Encounters8 2019-11-18 19:23:01 -08:00
EncounterInvalid.cs Add Form (AltForm) to IEncounterable interface 2019-11-18 22:20:55 -08:00
EncounterRejected.cs Add Form (AltForm) to IEncounterable interface 2019-11-18 22:20:55 -08:00
EncounterSlot.cs Use enum for species comparisons 2019-12-08 17:39:19 -08:00
EncounterSlot1.cs Split EncounterArea into game-specific classes 2019-09-11 22:06:24 -07:00
EncounterSlot3Swarm.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
EncounterSlotPermissions.cs Update iencounterable api with new criteria arg 2018-12-29 22:24:34 -08:00
EncounterStatic.cs Make level min/max virtual for nest 2019-12-06 19:17:26 -08:00
EncounterStatic8.cs Add multi-location strong encounter handling 2019-11-21 21:44:41 -08:00
EncounterStatic8N.cs Add stubs for raid correlation verifiers/generators 2020-01-03 20:03:04 -08:00
EncounterStatic8NC.cs Add stubs for raid correlation verifiers/generators 2020-01-03 20:03:04 -08:00
EncounterStatic8ND.cs Add stubs for raid correlation verifiers/generators 2020-01-03 20:03:04 -08:00
EncounterStatic8S.cs Add multi-location strong encounter handling 2019-11-21 21:44:41 -08:00
EncounterStaticPID.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
EncounterStaticShadow.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
EncounterStaticTyped.cs Misc clean 2019-09-10 00:21:51 -07:00
EncounterTrade.cs Simplify formchange calls 2019-12-28 19:00:01 -08:00
EncounterTrade8.cs Add shared memory interface (encounter) 2019-11-26 10:46:16 -08:00
EncounterTradeCatchRate.cs Misc clean 2019-09-10 00:21:51 -07:00
EncounterTradePID.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
IRelearn.cs Sword/Shield Update 2019-11-15 17:52:08 -08:00
LegalInfo.cs Fix VC transfer evo chain population 2019-12-09 15:48:54 -08:00