Improve management of Token art in-session and during prep.
This module searches a customizable list of directories and makes found art available through various convenient means such as pop-ups and a new Token HUD button.
Main features include:
For the comprehensive list of settings and features checkout the module's wiki.
Watch a short feature showcase on YouTube:
Watch a video guide to help setup main module features: https://youtu.be/r3bK0UEBAL4
You can support me on Patreon. In addition to helping me to continue working on FoundryVTT modules you will be granted access to a selection of pre-configured animated overlays to be used along with this module:
Images displayed in the Token HUD can be Shift-Right clicked to open a window that allows you to map an image to be displayed to a specific user.
By Shift+Left-clicking the Token HUD button you are able to override certain module features for the specific token/actor.
The module allows for application of token configurations, running of scripts, display of overlays, and more based on conditions defined via expressions. The mapping menu is accessed by:
Actor Mappings
Toggle Visibility State
, Assign Status Effects
, or Toggle Combat State
buttons on the Token HUDEffect Config
Global Mappings
Shift+G
shortcutGlobal Effect Configurations
under Active Effects
Open Global
header button from the Actor Mappings
formLabel
is just a descriptor for your benefitExpression
is the condition that will trigger configurations on the right-side of the entry to be executed:
Image
if set will update the token imageConfig
will apply Token Configuration
or Run a Script
Overlay
will display and Image, Text, or Shape on the tokenAlways On
will make the Expression
always evaluate as trueDisable
will make the Expression
always evaluate as falseGroup
places mappings under the same header allowing them to be Disable
d en masse and collapsed.Accepted Operators:
&&
( logical AND)||
(logical OR)\!
(escaped logical NOT)\(
(escaped open bracket to group expressions)\)
(escaped closed bracket to group expressions)Accepted hp and Token property Comparators:
=
(equal)<
(less than)>
(greater than)<=
(less than or equal)>=
(greater than or equal)<>
(lesser or greater than)Accepted wildcards
\*
\{ \}
Flying
Dead && Burning
Flying && \! \( Prone || Dead \)
hp<=50%
name="Raging Barbarian"
lockRotation="true"
flags.token-variants.test="true"
Exhaustion \*
Exhaustion \{1,2,3\}
token-variants-combat
: Actives when Token is in combatcombat-turn
: Activates when it's Token's turn in combatcombat-turn-next
: Actives when Token is next in the initiative orderTo install, import this manifest into the module browser or search for 'Token Variant Art'.