Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 263 Bytes

Dice Roller

Simple program that rolls dice for TTRPGs. Uses XdY[+-]Z[-dac] format, where:

  • X: number of dice
  • Y: number of sides
  • Z: weight to be added/subtracted
  • d: roll with disadvantage
  • a: roll with advantage
  • c: critical damage roll (double dice)