Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix statblock layout names #19

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions fantasy-bestiary/Kingmaker-Render-Tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use this section below once you have installed the statblock .json of choice and
## Action Statblock

```statblock
layout: Pathfinder 2e Action
layout: Pathfinder 2e Action Layout


name: "Action Name"
Expand All @@ -35,7 +35,7 @@ sourcebook: "Lorem ipsum dolor sit amet"
## Hazard Statblock

```statblock
layout: Pathfinder 2e Hazard
layout: Pathfinder 2e Hazard Layout


name: "Hazard Name"
Expand Down Expand Up @@ -84,7 +84,7 @@ sourcebook: "Lorem ipsum dolor sit amet"
## Influence Statblock

```statblock
layout: Pathfinder 2e Influence
layout: Pathfinder 2e Influence Layout


name: "Creature Name"
Expand Down Expand Up @@ -136,7 +136,7 @@ sourcebook: "Lorem ipsum dolor sit amet"
## Misc Statblock

```statblock
layout: Pathfinder 2e Misc
layout: Pathfinder 2e Misc Layout


name: "Misc Name"
Expand All @@ -155,7 +155,7 @@ sourcebook: "Lorem ipsum dolor sit amet"
## Quest Statblock

```statblock
layout: Pathfinder 2e Quest
layout: Pathfinder 2e Quest Layout

icon: [](_attachments/pf2e-quest-icon.png)

Expand All @@ -179,7 +179,7 @@ sourcebook: "Lorem ipsum dolor sit amet"
## Settlement Statblock

```statblock
layout: Pathfinder 2e Settlement
layout: Pathfinder 2e Settlement Layout


name: "Settlement Name"
Expand Down
Loading