Difference between revisions of "Script:Wild Dice"
From Roll20 Wiki
Andreas J. (Talk | contribs) (full page update) |
Andreas J. (Talk | contribs) m |
||
Line 5: | Line 5: | ||
|dependencies={{api repository link|IsGM}} | |dependencies={{api repository link|IsGM}} | ||
|lastmodified=2020-03-30}} | |lastmodified=2020-03-30}} | ||
− | |||
Implements the [https://en.wikipedia.org/wiki/D6_System#The_Wild_Die Wild Dice] rolling mechanic. Used in various d6 systems like [[Star Wars D6]]. | Implements the [https://en.wikipedia.org/wiki/D6_System#The_Wild_Die Wild Dice] rolling mechanic. Used in various d6 systems like [[Star Wars D6]]. |
Revision as of 13:32, 18 April 2020
API ScriptAuthor: Aaron C. M.
Version: 0.3.4
Last Modified: 2020-03-30
Code: WildDice
Dependencies: IsGM
Conflicts: None
Version: 0.3.4
Last Modified: 2020-03-30
Code: WildDice
Dependencies: IsGM
Conflicts: None
Implements the Wild Dice rolling mechanic. Used in various d6 systems like Star Wars D6.
It replaces one d6 in a given roll with an exploding die, and in the special case of the exploding die rolling a 1, it removes the 1 and the highest die roll from the roll total.
Commands:
-
!wd [[dice expression]]
example:!wd [[4d6+2]]
rolls 3 normal d6s, and one Wild Die -
!wwd [[dice expression]]
command to whisper rolls to GM -
!wd --help
posts the help menu in the chat.
Changelog
v0.3.4 (2020-03-30)
- bugfix
v0.3.2 (2017-03-30)
- Updated
v0.2 (2015-02-28)
- Added pips
v0.1 (2015-02-28)
- Release