MATT Hurt Heal - ironmonk88/monks-module-wiki GitHub Wiki
This action is used to hurt or heal tokens.
There is
While you can still use a space between the operator & the value in this action, it is going to be removed at some point in the future. Please make sure to update your tiles to remove the space.
Use this to directly hurt or heal a token.
Use this to hurt or heal the triggering token.
Use this to hurt or heal all tokens within the triggering tile.
Use this to hurt or heal all player tokens on the scene.
Use this to hurt or heal the current token collection.
Use this to hurt or heal all tokens with a Tag matching your Use Tagger settings.
- Tokens Tagger
- Use a positive number to heal, and a negative number to hurt (add
-
in front of the number). - Do not use a space between the operator & the value.
- Accepts inline dice notation;
[[/r 1d20]]
. - Accepts math & attribute references.
-
-Math.floor({{entity.actor.system.attributes.hp.value}}/2)
for taking away half of their current hp (v10 D&D 5E formula). -
-[[(floor(1d8/2))]]
for half damage rounded down. Replacefloor
withceil
to round up.
-
- Accepts Handlebar Expressions.
-
{{variable.valuename}}
Hurt or heal an amount equal to a stored variable.
-
Whether to create a chat message with the roll result. Only visible if dice notation has been used in the value.
Who can see the chat message and roll. Only visible if dice notation has been used in the value.
This setting is overridden by the triggering user's personal roll mode selector.
- There is currently no way to use damage types. I recommend following Tyreal74's guide on setting up a Trap NPC Actor with a properly set up Attack action if you need damage types.
- Foundry 11.315
- MATT 11.25