Qdr /

Formula Dé - Second gear

Qdr.HowToFD02 History

Show minor edits - Show changes to output

Added lines 1-32:
(:title Formula Dé - Second gear:)
(:category: HowTo :)
(:Summary: Second gear dice for '''Formula Dé'''. :)
(:format: @@min(rdn(1d6/2),2)+2@@ :)
(:sinceVersion: 1.2.0 :)


{$:Summary}

! Definition
:Format: {$:format}

:Named Values: \
''none''

! Description
The ''second gear'' dice for '''Formula Dé''' is a regular cubic dice labeled 2, 3, 3, 4, 4, 4.

This is a little tricky to handle, but not impossible. The expression used does as follow:

* Roll a d6 and divide by two (0.5, 1, 1.5, 2, 2.5, 3)
* Round down (0, 1, 1, 2, 2, 3)
* Take the lower value between the one obtained and 2 (0, 1, 1, 2, 2, 2)
* Add two (2, 3, 3, 4, 4, 4)

! History
Supported since Quick Dice Roller {$:sinceVersion}\\

! See also
* [[HowTo|+]]
* [[min|+]]
* [[rdn|+]]
Page last modified on September 10, 2015, at 12:19 AM