A Foundry module that allows tracking arbitrary stats. https://foundryvtt.com/packages/stat-tracker
Find a file
Oliver 2cb4268400
Merge pull request #42 from Oliver-Akins/feature/chatMessageHook
Update parsing for the roll auto-tracking to provide a more robust privacy detection when roll mode isn't provided
2025-06-22 10:32:32 -06:00
.github Update the pre-filled draft release template to include the changes header and a download count badge 2025-06-11 01:01:14 -06:00
.promo/imgs Add images for the Foundry package listing 2025-06-01 16:08:34 -06:00
module Remove stray log 2025-06-22 10:30:23 -06:00
packs/docs/_source Add a utility to the API for inferring a chat message's roll mode (and update the docs) 2025-06-13 19:27:39 -06:00
public Add description to manifest 2025-06-04 21:31:36 -06:00
scripts Add missing import into the extraction script 2025-05-31 23:17:38 -06:00
.gitignore Begin work on the English documentation in a compendium 2025-05-27 01:53:55 -06:00
eslint.config.mjs Add an API interface for performing DB migrations as required 2025-05-29 01:22:17 -06:00
jsconfig.json Begin implementing Joi validation on the database models 2025-05-20 23:43:27 -06:00
LICENSE Add a license 2025-05-31 00:14:08 -06:00
package-lock.json Begin work on the English documentation in a compendium 2025-05-27 01:53:55 -06:00
package.json Update vite to make dependabot happier 2025-05-31 11:04:43 -06:00
README.md Get GitHub to put both badges on the same row 2025-06-11 00:56:29 -06:00
vite.config.js Remove TODO since it is handled by the watcher plugin 2025-05-31 17:28:23 -06:00

Stats Tracker

This FoundryVTT module aims to provide a clean way of keeping track of any data points you want within Foundry, whether that be dice rolls, or other things like how many natural 1s to natural 20s you get.

I was inspired by the dicestats module, however it only allows tracking dice statistics, which is something I found myself needing to work around and struggle against, so I decided to make this module to fill that gap while improving upon the graph rendering.

For more information on how to use this module, check out the "Documentation" compendium within your world!

Installation

You can find a history of all releases on the Foundry package listing or in the GitHub releases tab. Prereleases will only be released to the GitHub page, so if you want to check out those releases, you'll need to use those manifest links directly.

Bugs or Feature Requests

Bugs and Feature Requests can be submitted via the GitHub issues. Planned features can also be seen in the GitHub issues list.

Contribution

Contribution guidelines / requirements coming soon.