Skip to content

Commit

Permalink
Adds docs and prepares for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scottTomaszewski committed Sep 28, 2024
1 parent e64b956 commit f056ae9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0

- Initiative Tracker
- Overhauls the condition modal and adds support for customizing the condition appearance

## 1.1.2

- [BUGFIX] Allow enemies to use recoveries
Expand Down
Binary file added docs/Media/initiative-tracker-add-conditions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/Media/initiative-tracker-conditions-select.png
Binary file not shown.
12 changes: 10 additions & 2 deletions docs/initiative-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,20 @@ 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](Media/initiative-tracker-conditions-select.png)
![initiative-tracker-add-conditions](Media/initiative-tracker-add-conditions.png)

Adding a Condition to a Hero or Creature:

- Click the "+" icon in the conditions section.
- Select a condition from the list.
- Select conditions from the list by clicking them
- Click "Add Conditions"

Optionally, you can customize the appearance of the condition:

- Open the condition customization modal
- Click the "cog" icon when hovering over the condition in the "Add Conditions" modal OR
- Double-click the condition in the "Add Conditions" modal
- Change the color or effect with the provided selectors

Removing a Condition:

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "draw-steel-elements",
"name": "Draw Steel Elements",
"version": "1.1.2",
"version": "1.2.0",
"minAppVersion": "0.15.0",
"description": "Components to support the Draw Steel TTRPG by MCDM.",
"author": "Scott Tomaszewski (Xentis)",
Expand Down

0 comments on commit f056ae9

Please sign in to comment.