MATT Hurt Heal - ironmonk88/monks-module-wiki GitHub Wiki

Hurt / Heal

This action is used to hurt or heal tokens.

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.

Triggering Token

Use this to hurt or heal the triggering token.

Tokens Within Triggering Tile

Use this to hurt or heal all tokens within the triggering tile.

Player Tokens

Use this to hurt or heal all player tokens on the scene.

Current Tokens

Use this to hurt or heal the current token collection.

Use Tagger

Use this to hurt or heal all tokens with a Tag matching your Use Tagger settings.

Value

  • 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 Foundry's advanced dice modifiers.
  • 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. Replace floor with ceil to round up.
  • Accepts Handlebar Expressions.
    • {{variable.valuename}} Hurt or heal an amount equal to a stored variable.

Add Chat Message

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.

Notes

  • 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.

Page Last Updated

  • Foundry 11.315
  • MATT 11.25
⚠️ **GitHub.com Fallback** ⚠️