Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
scottTomaszewski committed Oct 6, 2024
1 parent 701cfca commit fdddab7
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 7 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ The [Initiative Tracker Element](./docs/initiative-tracker.md) is used to manage

![Initiative Tracker.png](./docs/Media/initiative-tracker.png)

### Negotiation Tracker Element

The [Negotiation Tracker Element](./docs/negotiation-tracker.md) is used to manage and run negotiations.

![Initiative Tracker.png](./docs/Media/negotiation.png)

### Statblock Element

The [Statblock Element](./docs/statblock.md) is used to display statblocks.

![Statblock.png](./docs/Media/statblock.png)

### Horizontal Rule Element

The [Horizontal Rule Element](./docs/horizontal-rule.md) is used as an alternative `<hr>` mimicking the Draw Steel design
Expand Down
File renamed without changes
File renamed without changes
Binary file added docs/Media/statblock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 17 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,28 @@ _The Draw Steel Elements Obsidian Plugin is an independent product published und

### Power Roll Element

The [Power Roll Element](./power-roll.md) is used to quickly format Tests, Abilities, Resistance Rolls, and other Power Rolls.
The [Power Roll Element](./docs/power-roll.md) is used to quickly format Tests, Abilities, Resistance Rolls, and other Power Rolls.

![power roll.png](./Media/power-roll-simple.png)
![power roll.png](./docs/Media/power-roll-simple.png)

### Initiative Tracker Element

The [Initiative Tracker Element](./initiative-tracker.md) is used to manage and run encounters.
The [Initiative Tracker Element](./docs/initiative-tracker.md) is used to manage and run encounters.

![Initiative Tracker.png](./Media/initiative-tracker.png)
![Initiative Tracker.png](./docs/Media/initiative-tracker.png)

### Negotiation Tracker Element

The [Negotiation Tracker Element](./docs/negotiation-tracker.md) is used to manage and run negotiations.

![Initiative Tracker.png](./docs/Media/negotiation.png)

### Statblock Element

The [Statblock Element](./docs/statblock.md) is used to display statblocks.

![Statblock.png](./docs/Media/statblock.png)

### Horizontal Rule Element

The [Horizontal Rule Element](./horizontal-rule.md) is used as an alternative `<hr>` mimicking the Draw Steel design
The [Horizontal Rule Element](./docs/horizontal-rule.md) is used as an alternative `<hr>` mimicking the Draw Steel design
2 changes: 1 addition & 1 deletion docs/initiative-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The Stamina Pool modal for Minions allows you to manage the combined stamina of

When the Stamina Pool of minions gets reduced to thresholds that would kill a minion, the modal will allow the user to select which minion to kill. The modal has some guardrails in place to help ensure the Director is following minion rules, but its not perfect and there is some flexibility.

![minion-stamina-pool-modal](minion-stamina-pool-modal.png)
![minion-stamina-pool-modal](Media/minion-stamina-pool-modal.png)

### Villain Power

Expand Down
4 changes: 3 additions & 1 deletion docs/statblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Statblock codeblock is a tool designed to parse and display statblocks withi
It allows you to define creatures or characters with various attributes, abilities, traits, and more using YAML syntax,
and then renders this information in an organized layout for easy reference during gameplay or writing.

![statblock-side-by-side.png](statblock-side-by-side.png)
![statblock-side-by-side.png](Media/statblock-side-by-side.png)

## Usage

Expand Down Expand Up @@ -108,6 +108,8 @@ abilities:
~~~
```

![statblock.png](Media/statblock.png)

## Field Definitions

Below is a detailed description of each field used in the statblock, including their types, default values, and whether they are required.
Expand Down

0 comments on commit fdddab7

Please sign in to comment.