Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions WFRPDice/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# WFRP Dice
##### Version 0.2
###### By: omonubi (omonubi@hotmail.com)
###### Maintained by: [The Aaron](https://app.roll20.net/users/104025/the-aaron)

This script rolls a certain number of WFRP 3rd Edition dice, and both displays and summarizes the result, in graphical format. The number of each type of WFRP 3e die to be rolled is specified by entering up to 7 digits, each digit representing one type of die.

**The order of the digits are:**

```
/------- B - Characteristic
|/------ R - Reckless
||/----- C - Conservative
|||/---- E - Expertise
||||/--- F - Fortune
|||||/-- X - Challenge
||||||/- M - Misfortune
|||||||
!wfrp 3021231
```

Typing `!wfrp` alone rolls a single Characteristic die.
Typing `!wfrp ?` display a short-hand reminder of the dice types and expected order ('BRCWFXM').

Loading