Dice pool rule
-Define dice
-add dice to the roll pool somehow before rolling
-GM posting a roll for players to click and add to their post.
Is any of this somehow achievable already?
How hard would it be to implement?
Asking for a friend.
Be sure to read and follow the guidelines for our forums.
[abilities="Character Sheet"]
Base Proficiency: [_base=1]
Ability: [_abl=3] | Active ? [_ablBool=1/1]
Equipment: [_equip=2] | Active ? [_equipBool=1/1]
Other bonuses: [_bonus=1/5]
[table="rolls"]
Action | Roll
Do Action (with Abl/Equip/Bonus?) | [_$=base+abl*ablBool+equip*equipBool+bonus]d20
[/table]
[/abilities]
Action | Roll |
Do Action (with Abl/Equip/Bonus?) | d20 |
[dicepool]
[_$=base]d20 + [_$=abl*ablBool]d8 + [_$=equip*equipBool]d6 + [_$=bonus]d4
[/dicepool]
[abilities="Character Sheet"]
Teams: [_t=8] [_tBool=1/1]
Uncompromising: [_u=8] [_uBool=1/1]
Superhuman Punch: [_sp=10] [_spBool=1/1]
Enhanced Speed: [_es=8] [_esBool=1/1]
Combat: [_c=10] [_cBool=1/1]
[table="rolls"]
Action | Roll
Do Action | [dicepool][_$=tBool]d[_$=t] + [_$=uBool]d[_$=u] + [_$=spBool]d[_$=sp] + [_$=esBool]d[_$=es] + [_$=cBool]d[_$=c][/dicepool]
[/table]
[/abilities]
Action | Roll |
Do Action | 1d8 + 1d8 + 1d10 +1d8 + 1d10 |
Action | Roll |
Do Action | d + d + d + d + d |
Do Action - (1d8+1d8+1d10+1d8+1d10)
(6) + (1) + (9) + (3) + (2) = 21
Chal's example: Do Action - (0d8+0d8+1d10+0d8+1d10)
(1) + (8) + (2) + (1) + (9) = 21
[abilities="Character Sheet"]
Base Proficiency: [_base=1]
Ability: [_abl=3] | Active ? [_ablBool=1/1]
Equipment: [_equip=2] | Active ? [_equipBool=1/1]
Other bonuses: [_bonus=1/5]
[table="rolls"]
Action | Roll
Do Action (with Abl/Equip/Bonus?) | [_$=base+abl*ablBool+equip*equipBool+bonus]d20
[/table]
[/abilities]
Action | Roll |
Do Action (with Abl/Equip/Bonus?) | d20 |
[dicepool]
[_$=base]d20 + [_$=abl*ablBool]d8 + [_$=equip*equipBool]d6 + [_$=bonus]d4
[/dicepool]
#Selected Abilities
Teams: [_$=tBool]
Uncompromising: [_$=uBool]
Superhuman Punch: [_$=spBool]
Enhanced Speed: [_$=esBool]
Combat: [_$=cBool]
Chal's example: Do Action - (0d8+0d8+1d10+0d8+1d10)
(6) + (1) + (9) + (2) + (8) = 26
Chal's example: Do Action - (1d8+0d8+0d10+1d8+0d10)
(8) + (1) + (8) + (3) + (4) = 24
Chal's example: Do Action (add) - (0d8+0d8+1d10+0d8+1d10)
(2) + (4) + (5) + (3) + (8) = 22
Chal's example: Do Action (comma) - (0d8, 0d8, 1d10, 0d8, 1d10)
0d8 : (5) = 5
0d8 : (1) = 1
1d10 : (10) = 10
0d8 : (5) = 5
1d10 : (2) = 2
0d6+2d6+1d6+2d6 - (0d6+2d6+1d6+2d6)
(31514) = 14
1d6+0d6+2d6 - (1d6+0d6+2d6)
(4) + (14) = 9