Skip to content

Master-Nox/alchemy-dice-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Alchemy Dice Statistics

v. 0.1.0


Description

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.

Program Functionality (Python)

  • Can handle a high number of players
  • Handles and outputs statistics
  • Outputs stats as a CSV/Json
  • Can read saved stats back into memory

Per Character Stat Functionality (Python)

  • 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

Stat Comparison Between Characters Functionality (Python)

  • 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

Character Stat Pooling

This is the idea that players can combine their statistics together to see how much damage they did in total.

Not yet Implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages