On the Subject of Daniel Dice
The one time betting 'lower' on a 12 is the wrong choice.
Welcome to Melody Bay! In this casino, we use weighted dice.
Every round, we switch which dice we use as weights.
The weighted dice are distinguished by color, and we have four.
These dice are entirely deterministic, due to their... odd weighting.
We always start out with a chaser roll, completely unweighted.
Every roll after will have their dice weighted in a specific way.
If you get 5 guesses correct in a row, you'll get the jackpot!!
Ties do not count as correct- unless you say higher to 12, or lower to 2.
To determine the next value of each die, use the color and numbers on the previous dice.
'A' refers to the die you are calculating, and 'B' refers to the other.
Note: After every operation, add/subtract 6 until in the range 1–6
Color | Operation | Example |
---|---|---|
Red | A + B | 5+4=9, 9-6=3. |
Blue | A - B | 2-5=-3, -3+6=3. |
Yellow | A * B | 4*5=20, 20-6-6-6=2. |
Green | A / B | 6/6=1. |
For Green, if A%B is not 0, add 7 to A until it is.