Retrieves a dialogue token key/value pair for the given requirements
.
The BattleScene
to check against
Optional
pokemon: PlayerPokemonThe PlayerPokemon
to check against
A dialogue token key/value pair
Checks if all/any requirements are met (depends on isAnd)
The BattleScene
to check against
true if all/any requirements are met (depends on isAnd)
Queries the players party for all party members that are compatible with all/any requirements (depends on isAnd)
The party of PlayerPokemon
All party members that are compatible with all/any requirements (depends on isAnd)
Static
EveryRest
...requirements: EncounterPokemonRequirement[]Static
SomeRest
...requirements: EncounterPokemonRequirement[]
Combination of multiple
EncounterPokemonRequirements
(OR/AND possible. See isAnd)