@nwod-angel/nwod-roller
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

nwod-roller

Everything you need to roll New World of Darkness dice in javascript.

Installation

Install using npm install

npm install @nwod-angel/nwod-roller

Usage

The two main types are InstantRoll and ExtendedRoll.

let roll = new InstantRoll({dicePool: 5})

// 1 **10** __4__ **10** **__8__** **9** 7
roll.toString()

// true
roll.isSuccess()

// 4
roll.numberOfSuccesses()

Readme

Keywords

Package Sidebar

Install

npm i @nwod-angel/nwod-roller

Weekly Downloads

1

Version

1.1.4

License

ISC

Unpacked Size

49.7 kB

Total Files

65

Last publish

Collaborators

  • nwod-angel