From 0e69231f2091495e10bbe9b40ff9c373a9b000e9 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Tue, 5 Jul 2022 19:33:28 -0400 Subject: [PATCH] Add fate dice documentation --- README.md | 2 +- src/commands/rollHelp.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a03e938..ae870c6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The Artificer comes with a few supplemental commands to the main rolling command | 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 | | 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 | diff --git a/src/commands/rollHelp.ts b/src/commands/rollHelp.ts index 8fdc6d2..b2e794a 100644 --- a/src/commands/rollHelp.ts +++ b/src/commands/rollHelp.ts @@ -32,7 +32,8 @@ The Artificer supports most of the [Roll20 formatting](https://artificer.eanm.de }, { 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, }, {