Skip to content

Board Filters

Compare
Choose a tag to compare
@danorris709 danorris709 released this 02 Dec 15:38
· 28 commits to main since this release

Adds a "Filters" system which allows you to limit the number of Pokemon that appear on the bingo card that match a given spec. For example, you can limit the number of legendary Pokemon that show up on a player's card to at most 1.

You can find an example config section below:

filters:
    one:
        spec: leg
        limit: 1

NOTE: This is for both 1.16.5, and 1.20.2

Full Changelog: 2.8.0...2.9.0