A Foundry module that allows tracking arbitrary stats. https://foundryvtt.com/packages/stat-tracker
Find a file
2025-09-28 00:49:47 -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 scripts and infra required to get Foundry intellisense working 2025-09-28 00:45:48 -06:00
.env.template Add scripts and infra required to get Foundry intellisense working 2025-09-28 00:45:48 -06:00
.gitignore Add scripts and infra required to get Foundry intellisense working 2025-09-28 00:45:48 -06:00
augments.d.ts Add scripts and infra required to get Foundry intellisense working 2025-09-28 00:45:48 -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 Add scripts and infra required to get Foundry intellisense working 2025-09-28 00:45:48 -06:00
LICENSE Add a license 2025-05-31 00:14:08 -06:00
package-lock.json Add required package for the linkFoundry to package.json 2025-09-28 00:49:47 -06:00
package.json Add required package for the linkFoundry to package.json 2025-09-28 00:49:47 -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.