Mike88 downloadsTrack TTRPG combat initiative, HP, conditions, and XP in Obsidian encounter blocks. A community fork of Initiative Tracker.
A community fork of Initiative Tracker for Obsidian — track initiative, HP, conditions, and XP during TTRPG combat encounters.
This fork is maintained independently and includes community enhancements on top of the original plugin.
encounter code blocksmain.js, manifest.json, and styles.css from the latest release.initiative-tracker-plus in your vault's .obsidian/plugins/ directory.encounter:```encounter
name: Example
creatures:
- 3: Goblin
```
Copies of the same creature can be tracked as one combatant:
```encounter
name: Goblin Patrol
creatures:
- creature: Goblin
count: 6
grouped: true
```
A group has one initiative and one pooled HP total. Its surviving count drops
whenever the pool crosses a member's HP threshold. The DM view shows the
current outgoing damage multiplier (for example, ×4 for four survivors);
this is informational and does not multiply damage entered against the group.
The player view shows only the surviving count. Conditions, AC changes, and
other controls apply to the whole group.
This plugin is a fork of Initiative Tracker by Jeremy Valentine. Initiative Tracker Plus is maintained independently in msweat254/initiative-tracker.
initiative-tracker-plus (do not install alongside the original initiative-tracker plugin)Report bugs and request features on the Issues page.