Difference between revisions of "Script:Weighted Dice"
From Roll20 Wiki
(Created page with "{{script overview |name=WeightedDice |author={{user profile|104025|Aaron C. M.}} |version=0.2 |dependencies={{api repository link|IsGM}} |lastmodified=2015-02-01}} {{stub}} A...") |
Andreas J. (Talk | contribs) (tagged as "discontinued API") |
||
Line 5: | Line 5: | ||
|dependencies={{api repository link|IsGM}} | |dependencies={{api repository link|IsGM}} | ||
|lastmodified=2015-02-01}} | |lastmodified=2015-02-01}} | ||
− | |||
Automated creation of rollable tables where a minimum value is weighted with values it replaces. (example d6min4 possible values: 4 4 4 4 5 6) | Automated creation of rollable tables where a minimum value is weighted with values it replaces. (example d6min4 possible values: 4 4 4 4 5 6) | ||
Line 12: | Line 11: | ||
=== Changelog === | === Changelog === | ||
{{changelog version|0.1|2015-02-01|* Release}} | {{changelog version|0.1|2015-02-01|* Release}} | ||
+ | [[Category:Discontinued API Scripts]] |
Latest revision as of 14:17, 17 June 2020
API ScriptAuthor: Aaron C. M.
Version: 0.2
Last Modified: 2015-02-01
Code: WeightedDice
Dependencies: IsGM
Conflicts: None
Version: 0.2
Last Modified: 2015-02-01
Code: WeightedDice
Dependencies: IsGM
Conflicts: None
Automated creation of rollable tables where a minimum value is weighted with values it replaces. (example d6min4 possible values: 4 4 4 4 5 6)
[edit] Changelog
v0.1 (2015-02-01)
- Release