Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:Wild Dice"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=WildDice |author={{user profile|104025|Aaron C. M.}} |version=0.2 |dependencies={{api repository link|IsGM}} |lastmodified=2015-02-28}} {{stub}} Imple...")
 
(Added description of wild die, links)
Line 2: Line 2:
 
|name=WildDice
 
|name=WildDice
 
|author={{user profile|104025|Aaron C. M.}}
 
|author={{user profile|104025|Aaron C. M.}}
|version=0.2
+
|version=0.3.2
 
|dependencies={{api repository link|IsGM}}
 
|dependencies={{api repository link|IsGM}}
|lastmodified=2015-02-28}}
+
|lastmodified=2017-03-30}}
 
{{stub}}
 
{{stub}}
  
Implements the Wild Dice rolling mechanic.
+
Implements the [https://en.wikipedia.org/wiki/D6_System#The_Wild_Die Wild Dice] rolling mechanic. Used in various d6 systems like [[Star Wars WEG D6 character sheet| Star Wars D6]].
 +
<br>
 +
<br>
 +
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.
 +
 
 
<br clear="all">
 
<br clear="all">
  
 
=== Changelog ===
 
=== Changelog ===
 +
{{changelog version|0.3.2|2017-03-30|* Updated}}
 
{{changelog version|0.2|2015-02-28|* Added pips}}
 
{{changelog version|0.2|2015-02-28|* Added pips}}
 
{{changelog version|0.1|2015-02-28|* Release}}
 
{{changelog version|0.1|2015-02-28|* Release}}

Revision as of 17:16, 26 March 2018

API ScriptAuthor: Aaron C. M.
Version: 0.3.2
Last Modified: 2017-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.


Changelog

v0.3.2 (2017-03-30)

  • Updated


v0.2 (2015-02-28)

  • Added pips


v0.1 (2015-02-28)

  • Release