Dice Rolls & Chat Commands - Foundryborne/daggerheart GitHub Wiki
The Daggerheart system offers chat commands and text enrichment.
Chat Commands
Chat commands are text you write to make something happen.
Duality Roll
This command performs a Duality roll with various optional parameters that can be used together.
/dr
- Rolls a Duality Roll./dr difficulty=12
- Rolls a Duality Roll with difficulty 12./dr trait=strength
- Rolls a Strength Check Duality Roll./dr reaction=true
- Rolls a Duality Roll preset as a reaction./dr advantage=true
- Rolls a Duality Roll with advantage (d6)./dr disadvantage=true
- Rolls a Duality Roll with disadvantage (d6).
Text Enrichment
Text enrichment is when you write something, and it's transformed into something useful in that text. This works in any text, such as chat, journals, item descriptions etc.
Duality Button
This enrichment makes a Duality Roll button. Clicking this button performs a Duality Roll with various optional parameters (see the Duality Roll chat command for details).
[/dr](/Foundryborne/daggerheart/wiki//dr)
[/dr reaction=true trait=instinct difficulty=16](/Foundryborne/daggerheart/wiki//dr-reaction=true-trait=instinct-difficulty=16){Petryifying Gaze}
- A reaction button with a flavor label.
Template
This enrichment makes a Template button. Clicking this button creates a Template for you to place on the canvas.
- Types:
circle
,cone
,inFront
,rectangle
,ray
- Range:
Melee
,VeryClose
,Close
,Far
,VeryFar
. Alternatively:m
,vc
,c
,f
,vf
. @Template[type:circle|range:close]
- Creates a Circle Template with range Close.
Damage
This enrichment makes a Damage button. Clicking this button will roll damage.
- Types:
physical
,magical
@Damage[type:physical|value:1d6]
- Rolls 1d6 physical damage.@Damage[type:[physical,magical]|value:4d8+5]
- Rolls 4d8+5 damage with types physical and magical.