fix wrong docs

This commit is contained in:
Ean Milligan 2025-06-28 05:47:19 -04:00
parent f0ea31edf3
commit ed5f7d9f1e
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ The Artificer comes with a few supplemental commands to the main rolling command
| Parameter | Required? | Repeatable? | Description | | Parameter | Required? | Repeatable? | Description |
|---------------|-------------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |---------------|-------------|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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 | | x | Optional | No | number of dice to roll, if omitted, 1 is used |
| dy | Required | No | size of dice to roll, d20 = 20 sided die | | dy | Required | No | size of dice to roll, d20 = 20 sided die, replace y with `F` to roll the dice as Fate dice |
| 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 |
| dhz | Optional | No | drops the highest z dice, cannot be used with any other drop or keep options | | dhz | Optional | No | drops the highest z dice, cannot be used with any other drop or keep options |