WIP MATT Value Field - ironmonk88/monks-module-wiki GitHub Wiki

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](/ironmonk88/monks-module-wiki/wiki//publicroll-1d4){label}]].

Handlebar Expressions

All value fields accept Handlebar Expressions.

Math

Accepts math functions.

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