2.0.6 • Published 3 years ago

dice-roller-module v2.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Dice Roller

Made a quick little module for dice rolling. Made for people playing d&d, board games, and for anyone looking to get a random number in a certain range!

const dice_roller = require('dice-roller-module');

console.log(dice_roller.rollDice6())

$ 2

Commands

rollDice(number) // roll 1 to number of your choice
rollUnrealisticDice(min, max) // roll between certain range
instantDeathRoll() // will instantly go through the death roll process
rollDice6() 
rollDice8()
rollDice10()
rollDice12()
rollDice20()
rollDice100()
2.0.3

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.6

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago