Add fate dice documentation

This commit is contained in:
Ean Milligan (Bastion) 2022-07-05 19:33:28 -04:00
parent 094974df80
commit 0e69231f20
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ The Artificer comes with a few supplemental commands to the main rolling command
| Paramater | Required? | Repeatable? | Description | | Paramater | Required? | Repeatable? | Description |
|---------------|-------------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |---------------|-------------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| x | Optional | No | number of dice to roll, if omitted, 1 is used | | x | Optional | No | number of dice to roll, if omitted, 1 is used, additionally, replace x with `F` to roll the dice as Fate dice |
| dy | Required | No | size of dice to roll, d20 = 20 sided die | | dy | Required | No | size of dice to roll, d20 = 20 sided die |
| dz or dlz | Optional | No | drops the lowest z dice, cannot be used with any other drop or keep options | | dz or dlz | Optional | No | drops the lowest z dice, cannot be used with any other drop or keep options |
| kz or khz | Optional | No | keeps the highest z dice, cannot be used with any other drop or keep options | | kz or khz | Optional | No | keeps the highest z dice, cannot be used with any other drop or keep options |

View File

@ -32,7 +32,8 @@ The Artificer supports most of the [Roll20 formatting](https://artificer.eanm.de
}, },
{ {
name: '`x` [Optional]', name: '`x` [Optional]',
value: 'Number of dice to roll, if omitted, 1 is used', value: `Number of dice to roll, if omitted, 1 is used
Additionally, replace \`x\` with \`F\` to roll Fate dice`,
inline: true, inline: true,
}, },
{ {