Feature request and related problem
max(4,2)d10
i would expect this to roll 4d10, but i can't get it to work, no matter how many permutations of brackets i try.
Ultimate, the goal is to roll the larger of two dice pools on Alchemy where I can reference Skill and Attribute variables. So it would look like (with whatever brackets needed):
max(Skill1+Att1,Skill2+Att2)d10>=8
But I don't think that will ever work unless you can fix max(4,2)d10.
I'm open to other suggestions also.
Thanks!
Suggested solution
Should determine highest value, then roll that many dice.
Alternatives
No response
Additional context
No response
Feature request and related problem
max(4,2)d10
i would expect this to roll 4d10, but i can't get it to work, no matter how many permutations of brackets i try.
Ultimate, the goal is to roll the larger of two dice pools on Alchemy where I can reference Skill and Attribute variables. So it would look like (with whatever brackets needed):
max(Skill1+Att1,Skill2+Att2)d10>=8
But I don't think that will ever work unless you can fix max(4,2)d10.
I'm open to other suggestions also.
Thanks!
Suggested solution
Should determine highest value, then roll that many dice.
Alternatives
No response
Additional context
No response