From 58086bbd7e438e59ea6227b156b317e91adcb4ef Mon Sep 17 00:00:00 2001 From: Scott Tomaszewski Date: Fri, 27 Sep 2024 08:29:00 -0400 Subject: [PATCH] Adds `flavor` to power roll docs --- docs/power-roll.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/power-roll.md b/docs/power-roll.md index 7dbb757..6f6789d 100644 --- a/docs/power-roll.md +++ b/docs/power-roll.md @@ -29,8 +29,9 @@ with `ds-power-roll` or `ds-pr` ### Fields | Property | Description | Example | -| ----------------------------- | -------------------------------------------------------- | ----------------------------------------- | +|-------------------------------|----------------------------------------------------------|-------------------------------------------| | `name` | The "Title" or "Description" of the Power Roll. | `name: Might Resistance Roll` | +| `flavor` | The flavor text of the Power Roll. | `flavor: Be strong` | | `cost` | The cost to use the ability | `cost: 3 Piety` | | `keywords` | Keywords of the ability | `keywords: Area, Magic` | | `type` | Type of the ability | `type: Action` |