Updated Dice Rolls & Chat Commands (markdown)

WBHarry 2025-07-28 15:45:15 +02:00
parent 6fade1a74f
commit 8e84a3c829

@ -1,7 +1,22 @@
Generally you can us the `/dr` Command in the chat window to initiate a duality dice roll. This can be combined with additional options:
The Daggerheart system offers chat commands and text enrichment.
`/dr trait="strength" advantage=true` to roll a strength check with advantage.
## Chat Commands
Chat commands are text you write to make something happen.
You can add rolls inline as well for items and abilities:
### 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 advantage=true` - Rolls a Duality Roll with advantage (d6).
`/dr disadvantage=true` - Rolls a Duality Roll with disadvantage (d6).
`[[/dr]]` or `[[/dr trait="insight"]]`
## 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
`[[/dr]]` - Makes a Duality Roll button. Clicking it rolls a normal Duality Roll.
`[[/dr difficulty=12]]` - Makes a Duality Roll button with difficulty 12.
`[[/dr trait=strength]]` - Makes a Strength Check button. Clicking it rolls a Duality Roll with strength.
`[[/dr advantage=true]]` - Makes a Duality Roll button with advantage.
`[[/dr disadvantage=true]]` - Makes a Duality Roll button with disadvantage.