MATT Filter by Items in Inventory - ironmonk88/monks-module-wiki GitHub Wiki
Filters tokens by items in their inventory
Use this to directly filter a token.
Use this to filter the triggering token.
Use this to filter all tokens within the triggering tile.
Use this to filter all player tokens on the scene.
Use this to filter the current token collection
.
Use this to filter all tokens with a Tag matching your Use Tagger settings.
- Tokens Tagger
Put the exact name of the item you want checked here.
- Capitalization does not matter.
- Spaces do matter, but this action will trim any leading or trailing spaces.
- It checks all tabs on the character sheet, such
Spellbook
orFeatures
tabs.
Appending or prepending the name with a *
will search for any items with a partial name match.
In the above example, any of the Thieves' Tools
available will pass the check.
Required number of that item. This counts the number of the specified item in inventory, not the quantity field, as each system handles quantity differently.
-
< > =
are all operators that can be used to tune your tile trigger.-
≤ ≥
Do not work, use>=
and<=
.
-
Required quantity of that item in the quantity field.
-
< > =
are all operators that can be used to tune your tile trigger.-
≤ ≥
Do not work, use>=
and<=
.
-
- Pathfinder 2E: Unidentified items are checked using their mystified name, not their base name.
- If your system has a method of creating items using a method other than the item directory, any items created using that method currently will not be found by this action.
- A section of filters must be followed in the action list by a Check Entity Count.
MATT 11.12