This repository is intended to implement Dice Statistics Tracking into the Alchemy RPG platform.
Currently this repository is only a proof of concept and very much under development.
- Can handle a high number of players
- Handles and outputs statistics
- Outputs stats as a CSV/Json
- Can read saved stats back into memory
- Tracking of dice rolls
- Average d20 roll calculation
- Average attack roll calculation
- Average skill check roll calculation
- Average saving throw roll calculation
- Total damage dealt
- Average damage dealt
- Highest single hit damage dealt and what damage type
- Total damage receieved
- Average damage recieved
- Highest single hit damage recieved and what damage type
- Which damage type did the most damage to your character and how much
- Which damage type did your character deal the most damage with and how much
- Total healing dealt
- Total healing recieved
- Average healing dealt
- Highest single hit healing dealt
- Total Nat 20s
- Total Nat 1s
- Total number of dice rolled
- Who rolled the most Nat 20s
- Who rolled the most Nat 1s
- Who recieved the most damage
- Who dealt the most damage
- Who dealt the most healing
- Who had the highest average d20 roll
- Who had the lowest average d20 roll
This is the idea that players can combine their statistics together to see how much damage they did in total.
Not yet Implemented.