Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
- New encounter difficulty calculator thanks to @g-bauer
  • Loading branch information
valentine195 committed Oct 8, 2021
1 parent f26563e commit 68e725c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ level: 2

In the future, this will be used to display more information about the player during combat, and also will update the player's information when the frontmatter is changed.

## Display Encounter Difficulty

This will show encounter difficulty based on creater CR and player level in both Encounters and the Initiative Tracker View.

## Homebrew Content

Homebrew creatures may be created and managed in settings. Homebrew creatures will be available in the monster picker when adding a creature to the combat.
Expand Down Expand Up @@ -232,7 +236,7 @@ This is a list of features that are planned for the plugin. Some of these may or
- Creature stat blocks in separate moveable tab of sidebar
- auto-update displayed stat block based on active creature in the encounter
- ~~An option to build an encounter in a Note and send it to Initiative Tracker on demand (e.g., in an Obsidian Note, create some code block indicating 3 Goblins and 1 Bugbear in an area; press a button, add the 3 Goblins and Bugbear to the Initiative tracker)~~
- Encounter difficulty/XP tracker for creatures with CR
- ~~Encounter difficulty/XP tracker for creatures with CR~~
- For the currently active creature, display any actions that would need a dice roll and an integrated dice roller with the specific dice and bonuses for the action already pre-loaded (e.g., for a Bugbear, display "Morningstar" and a to-hit dice with 1d20+4, as well as a damage dice of 2d8+2; Also display for the Javelin action)
- Support for multiple parties
- Integrated dice roller
Expand Down
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "initiative-tracker",
"name": "Initiative Tracker",
"version": "3.2.0",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"authorUrl": "https://github.com/valentine195/obsidian-initiative-tracker",
"isDesktopOnly": false
}
"id": "initiative-tracker",
"name": "Initiative Tracker",
"version": "4.0.0",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"authorUrl": "https://github.com/valentine195/obsidian-initiative-tracker",
"isDesktopOnly": false
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "initiative-tracker",
"version": "3.2.0",
"version": "4.0.0",
"description": "TTRPG Initiative Tracker for Obsidian.md",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"2.0.3": "0.12.10",
"3.0.5": "0.12.10",
"3.1.2": "0.12.10",
"3.2.0": "0.12.10"
"3.2.0": "0.12.10",
"4.0.0": "0.12.10"
}

0 comments on commit 68e725c

Please sign in to comment.