Skip to content

WIP MATT Value Field

Crowguard edited this page Dec 7, 2023 · 10 revisions

Dice Notation

Value fields accept Foundry's rolling syntax and advanced dice modifiers.

Alter and Hurt/Heal include a UI for adjusting roll visibility; other actions you will need to include the specific roll type inside the double brackets; example [[/publicroll 1d4]]{label}]].

Handlebar Expressions

All value fields accept Handlebar Expressions.

Math

Accepts math functions.

  • Clamp
    • = Math.clamped(({{entity.rotation}} + 10), 100, 200)
Clone this wiki locally