Updated Dice Rolls & Chat Commands (markdown)

WBHarry 2025-07-28 15:57:46 +02:00
parent 8e84a3c829
commit 25bd2d914d

@ -5,18 +5,26 @@ Chat commands are text you write to make something happen.
### Duality Roll ### Duality Roll
This command performs a Duality roll with various optional parameters that can be used together. This command performs a Duality roll with various optional parameters that can be used together.
`/dr` - Rolls a Duality Roll. * `/dr` - Rolls a Duality Roll.
`/dr difficulty=12` - Rolls a Duality Roll with difficulty 12. * `/dr difficulty=12` - Rolls a Duality Roll with difficulty 12.
`/dr trait=strength` - Rolls a Strength Check Duality Roll. * `/dr trait=strength` - Rolls a Strength Check Duality Roll.
`/dr advantage=true` - Rolls a Duality Roll with advantage (d6). * `/dr advantage=true` - Rolls a Duality Roll with advantage (d6).
`/dr disadvantage=true` - Rolls a Duality Roll with disadvantage (d6). * `/dr disadvantage=true` - Rolls a Duality Roll with disadvantage (d6).
## Text Enrichment ## 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. 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 ### Duality Button
`[[/dr]]` - Makes a Duality Roll button. Clicking it rolls a normal Duality Roll. 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 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. ### Template
`[[/dr advantage=true]]` - Makes a Duality Roll button with advantage. This enrichment makes a Template button. Clicking this button creates a Template for you to place on the canvas.
`[[/dr disadvantage=true]]` - Makes a Duality Roll button with disadvantage. * 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.