Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Ars Magica Stress Dice

Is there any way to have stress dice in /roll commands or inline rolls? I know I can do it as a script, but that would be a seperate command and not able to be inserted into an inline roll.
1477173803

Edited 1477174840
Silvyre
Forum Champion
Looking at these rules , I came up with a roll expression that emulates the function of the stress die using three parts: /r [[ [A] 1d10<9cs0cf10 ]] * [[ [B] {2 * 1d10ro10!1=1cs1cf0, 1 + 0d0>0}kh1 ]] * [[ [C] 1 + d9cf0 ]] [[ [[ [A] 1d10<9cs0cf10 ]] * [[ [B] {2 * 1d10ro10!1=1cs1cf0, 1 + 0d0>0}kh1 ]] * [[ [C] 1 + d9cf0 ]] ]] [A] checks if a 'zero' (i.e. a 10) is rolled; if one is, the entire roll expression resolves to equal 0. [B] checks for initial ones being rolled; if any are, part [C] is multiplied appropriately. [C] is a roll between 2 and 10.