Skip to content

Commit

Permalink
🤖 update generated content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 17cb577 commit c1b147b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/templates/pf2e/QuteDataGenericStat/SimpleStat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SimpleStat

A basic [QuteDataGenericStat](../QuteDataGenericStat.md) which provides only a value and possibly a note. Default representation: <blockquote> 10 (some note) (some other note) </blockquote>

## Attributes

[notes](#notes), [value](#value)
8 changes: 6 additions & 2 deletions docs/templates/pf2e/QuteDataHpHardnessBt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <blockquote>**Hardness** 10, **HP (BT)** 30 (15) to destroy a channel gate</blockquote>

Hazard example with a name, broken threshold, and note: <blockquote>**Floor Hardness** 10, **Floor HP** 30 (BT 15) to destroy a channel gate</blockquote>

Creature example with a name and ability: <blockquote>**Head Hardness** 10, **Head HP** 30 (hydra regeneration)</blockquote>

## Attributes

Expand All @@ -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

Expand Down
4 changes: 1 addition & 3 deletions docs/templates/pf2e/QuteDataHpHardnessBt/HpStat.md
Original file line number Diff line number Diff line change
@@ -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. <blockquote> 15 to destroy a head (head regrowth) </blockquote>

## Attributes

Expand Down

0 comments on commit c1b147b

Please sign in to comment.