What type of bug are you reporting? Validator
What is the bug?
The "all Pokemon" clause in the challenge commands only affects Pokemon that are legal in the current gen (i.e., does not effect Pokemon restricted to NatDex tiers).
By banning "all Pokemon", it bans all Pokemon legal in Gen 9--not every Pokemon. This is important for tiers and tournaments that use NatDex tiers as a base.
Possible that this is not a bug and intentional behavior, but there are multiple smaller tiers I know (including one I run) that use NatDex as a base, so by challenge code all 3 Gen 6 legendaries are legal in any tier that uses "-all Pokemon" in their challenge code to set a custom restriction.
Are you able to replicate it? If so, how?
Yes, by challenging using a custom challenge code. Here's an example challenge code that you can plug and play that should only allow Meditite, but allows any Pokemon not in Gen 9.
And here is a team that tests it. Purrloin and Yveltal should not be legal intuitively, but validate when sending the challenge.
https://pokepast.es/5b91e6e2e4ffdcf0
When attempted to challenge with this team and this code, the only error is Arceus being banned.
What is the bug?
The "all Pokemon" clause in the challenge commands only affects Pokemon that are legal in the current gen (i.e., does not effect Pokemon restricted to NatDex tiers).
By banning "all Pokemon", it bans all Pokemon legal in Gen 9--not every Pokemon. This is important for tiers and tournaments that use NatDex tiers as a base.
Possible that this is not a bug and intentional behavior, but there are multiple smaller tiers I know (including one I run) that use NatDex as a base, so by challenge code all 3 Gen 6 legendaries are legal in any tier that uses "-all Pokemon" in their challenge code to set a custom restriction.
Are you able to replicate it? If so, how?
Yes, by challenging using a custom challenge code. Here's an example challenge code that you can plug and play that should only allow Meditite, but allows any Pokemon not in Gen 9.
Code:
/challenge gen9nationaldexubers @@@ -all Pokemon, +Meditite
And here is a team that tests it. Purrloin and Yveltal should not be legal intuitively, but validate when sending the challenge.
https://pokepast.es/5b91e6e2e4ffdcf0
When attempted to challenge with this team and this code, the only error is Arceus being banned.