Skip to content

Commit

Permalink
Moves media into its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
scottTomaszewski committed Sep 27, 2024
1 parent 2a882af commit 5c1ea70
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Some helper elements for the MCDM Draw Steel TTRPG

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

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

### Initiative Tracker Element

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

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

### Horizontal Rule Element

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/horizontal-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Horizontal line to separate sections. Triggered with a codeblock leading with `ds-horizontal-rule` or `ds-hr`

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

```ds-hr
```
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ _The Draw Steel Elements Obsidian Plugin is an independent product published und

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

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

### Initiative Tracker Element

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

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

### Horizontal Rule Element

Expand Down
6 changes: 3 additions & 3 deletions docs/initiative-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Initiative Tracker uses YAML-defined data to represent the state of an encou
The YAML codeblock is where the initial encounter data is configured, but it will also be where state is persisted for
easy transfer to other systems via whatever file-sync solution you use.

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

## Quick Start Example

Expand Down Expand Up @@ -174,7 +174,7 @@ Click the "Reset Round" button to clear all turn indicators and start a new roun

### Stamina Management

![initiative-tracker-stamina-modal.png](initiative-tracker-stamina-modal.png)
![initiative-tracker-stamina-modal.png](Media/initiative-tracker-stamina-modal.png)

#### Adjusting Stamina Incrementally

Expand Down Expand Up @@ -202,7 +202,7 @@ Click the "Reset Round" button to clear all turn indicators and start a new roun

Conditions represent status effects affecting heroes or creatures, such as "dazed" or "slowed".

![initiative-tracker-conditions-select.png](initiative-tracker-conditions-select.png)
![initiative-tracker-conditions-select.png](Media/initiative-tracker-conditions-select.png)

Adding a Condition to a Hero or Creature:

Expand Down
4 changes: 2 additions & 2 deletions docs/power-roll.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Power Roll Element

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

## Codeblock

Power Roll element for Tests, Resistance Rolls, Abilities, and other Power Rolls. Triggered with a codeblock leading
with `ds-power-roll` or `ds-pr`

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

```ds-power-roll
name: Draconian Pride
Expand Down

0 comments on commit 5c1ea70

Please sign in to comment.