From c1b147b4825684ca009a6d5e84e10ee93de7e65c Mon Sep 17 00:00:00 2001 From: GitHub <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:33:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20update=20generated=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/templates/pf2e/QuteDataGenericStat/SimpleStat.md | 7 +++++++ docs/templates/pf2e/QuteDataHpHardnessBt.md | 8 ++++++-- docs/templates/pf2e/QuteDataHpHardnessBt/HpStat.md | 4 +--- 3 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 docs/templates/pf2e/QuteDataGenericStat/SimpleStat.md diff --git a/docs/templates/pf2e/QuteDataGenericStat/SimpleStat.md b/docs/templates/pf2e/QuteDataGenericStat/SimpleStat.md new file mode 100644 index 000000000..a8f4afb83 --- /dev/null +++ b/docs/templates/pf2e/QuteDataGenericStat/SimpleStat.md @@ -0,0 +1,7 @@ +# SimpleStat + +A basic [QuteDataGenericStat](../QuteDataGenericStat.md) which provides only a value and possibly a note. Default representation:
10 (some note) (some other note)
+ +## Attributes + +[notes](#notes), [value](#value) diff --git a/docs/templates/pf2e/QuteDataHpHardnessBt.md b/docs/templates/pf2e/QuteDataHpHardnessBt.md index 2855ff0b7..3fd68f4e1 100644 --- a/docs/templates/pf2e/QuteDataHpHardnessBt.md +++ b/docs/templates/pf2e/QuteDataHpHardnessBt.md @@ -2,7 +2,11 @@ Hit Points, Hardness, and a broken threshold for hazards and shields. Used for creatures, hazards, and shields. -**Hardness** 10, **HP (BT)** 30 (15) to destroy a channel gate (some ability) +Hazard example with a broken threshold and note:
**Hardness** 10, **HP (BT)** 30 (15) to destroy a channel gate
+ +Hazard example with a name, broken threshold, and note:
**Floor Hardness** 10, **Floor HP** 30 (BT 15) to destroy a channel gate
+ +Creature example with a name and ability:
**Head Hardness** 10, **Head HP** 30 (hydra regeneration)
## Attributes @@ -15,7 +19,7 @@ The HP as a [HpStat](QuteDataHpHardnessBt/HpStat.md) (optional) ### hardness -Hardness as a [Pf2eStat](Pf2eTypeReader/Pf2eStat.md) (optional) +Hardness as a [SimpleStat](QuteDataGenericStat/SimpleStat.md) (optional) ### brokenThreshold diff --git a/docs/templates/pf2e/QuteDataHpHardnessBt/HpStat.md b/docs/templates/pf2e/QuteDataHpHardnessBt/HpStat.md index b4f3c7c95..e49dd076d 100644 --- a/docs/templates/pf2e/QuteDataHpHardnessBt/HpStat.md +++ b/docs/templates/pf2e/QuteDataHpHardnessBt/HpStat.md @@ -1,8 +1,6 @@ # HpStat -HP value and associated notes. Referencing this directly provides a default representation, e.g. - -15 to destroy a head (head regrowth) +HP value and associated notes. Referencing this directly provides a default representation, e.g.
15 to destroy a head (head regrowth)
## Attributes