1.1.0 • Published 1 year ago

falbot-dice v1.1.0

Weekly downloads
-
License
GNU 3.0
Repository
github
Last release
1 year ago

falbot-dice

A module used in Falbot to roll dices in a good looking way

Usage

const roll = require("falbot-dice")

console.log(roll("5d20 + 10d6"))

Result

The result would be something like: 5d20 (5, 11, 3, 2, 15) + 10d6 (4, 6, 5, 6, 4, 5, 2, 4, 3, 3) = 78

1.1.0

1 year ago

1.0.2

1 year ago