Rolls dice!


Keywords
hubot, hubot-scripts, dorfbot, dorfbot-scripts, rpg, roleplaying, dice
License
MIT
Install
npm install dorfbot-rpgdice@1.0.14

Documentation

Dorfbot RPGDice

Rolls dice!

Build Status

Compatible with Dorfbot and Hubot, see src/rpgdice.coffee for full documentation.

Installation

In hubot project repo, run:

npm install dorfbot-rpgdice --save

Then add dorfbot-rpgdice to your external-scripts.json:

[
  "dorfbot-rpgdice"
]

Usage sample

User1> hubot roll 5d20
Hubot> 14,11,13,10,13

User1> hubot roll 1d6
Hubot> 5

User1> hubot roll 2d6
Hubot> 2,3