diff --git a/packs/docs/_source/English_pBOyeBDuTeowuDOE.json b/packs/docs/_source/English_pBOyeBDuTeowuDOE.json index 1c363da..cba21ab 100644 --- a/packs/docs/_source/English_pBOyeBDuTeowuDOE.json +++ b/packs/docs/_source/English_pBOyeBDuTeowuDOE.json @@ -16,7 +16,7 @@ "image": {}, "text": { "format": 1, - "content": "

Thank you for installing Stat Tracker!

This 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.

You've already done the hardest part of set up for this module to work on the basic level, installing it! However if you want a more advanced set up for the module, this Journal is your go-to for information.

This module makes use of multiple key terms which are important for your understanding, the main terms you need to understand are:

You can find information about what each of those terms mean within the \"Key Concepts\" section of the documentation or by clicking the above links.

Dice Stats

If you just want the module to track dice stats, then it's probably already done for you! All you need to do is start playing your game.

The only situation in which you need to do additional configuration for your game is if you are playing a game which doesn't use the standard dice sizes (d4, d6, d8, d10, d12, d20, d100), however you can add any dice size you want by creating a new table named Dice/dX where X is the number of sides the dice should have (e.g. for a 3-sided dice you would make the table name be Dice/d3). By adding a table in this way, it's configuration will be locked for editing and the only way to change it will be to delete the table entirely.

System Support

Currently this module does not support system-specific implementations, however in the future I am planning on adding support for systems as desired by users (the dnd5e system will be the first one supported once I can).

Feature Requests and Bugs

All feature requests and bug reports can go the module's GitHub page : https://github.com/Oliver-Akins/Foundry-Stat-Tracker/issues

" + "content": "

Thank you for installing Stat Tracker!

This 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.

You've already done the hardest part of set up for this module to work on the basic level, installing it! However if you want a more advanced set up for the module, this Journal is your go-to for information.

This module makes use of multiple key terms which are important for your understanding, the main terms you need to understand are:

You can find information about what each of those terms mean within the \"Key Concepts\" section of the documentation or by clicking the above links.

Dice Stats

If you just want the module to track dice stats, then it's probably already done for you! All you need to do is start playing your game.

The only situation in which you need to do additional configuration for your game is if you are playing a game which doesn't use the standard dice sizes (d4, d6, d8, d10, d12, d20, d100), however you can add any dice size you want by creating a new table named Dice/dX where X is the number of sides the dice should have (e.g. for a 3-sided dice you would make the table name be Dice/d3). By adding a table in this way, it's configuration will be locked for editing and the only way to change it will be to delete the table entirely.

System Support

Currently this module does not support system-specific implementations, however in the future I am planning on adding support for systems as desired by users (the dnd5e system will be the first one supported once I can).

Feature Requests and Bugs

All feature requests and bug reports can go the module's GitHub page : https://github.com/Oliver-Akins/Foundry-Stat-Tracker/issues/new/choose

" }, "video": { "controls": true, diff --git a/public/module.json b/public/module.json index d4e09e1..50eecbf 100644 --- a/public/module.json +++ b/public/module.json @@ -1,7 +1,7 @@ { "id": "stat-tracker", "title": "Stats Tracker", - "version": "0.0.1", + "version": "1.0.0", "compatibility": { "maximum": 13, "verified": 13, @@ -16,7 +16,7 @@ "url": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker", "manifest": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/latest/download/module.json", "download": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/releases/latest/download/release.zip", - "bugs": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/issues", + "bugs": "https://github.com/Oliver-Akins/Foundry-Stat-Tracker/issues/new/choose", "esmodules": [ "./module.mjs" ],