Year Zero Engine based

Year Zero Engine based

Return to topic list

Sun Apr 19 04:58:36 2026   by   Weylin Stormcrowe
Request for formula

D6 dice pool with 2 factors, with a reroll

Primary Dice: success on a 6
Secondary Dice: success on a 6
Reroll: reroll any Primary Dice that are not a 6 and reroll any Secondary Dice that are not a 1 or 6
 
Mon Apr 20 10:44:00 2026   by   Torben
As I understand it, you reroll only once (when pushing).  This should work:

P := 3; \ number of primary dice
S := 2; \ number of secondary dice
ps := count 6 = P#d6;
pss := ps + count 6 = (P-ps)#d6;
sr := S#d6;
ss := count 6 = sr;
sss := ss + count 6 = (S-ss-(count 1 = sr))#d6;
pss+sss


 

Return to topic list



New message:
Topic:
Posted by:

Type the values of the dice shown below:

Return to topic list