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

Dice result with specific text

Is it possible to add a button in the character sheet that rolls a dice and the result shows a specific text. For example rolling 2d6: if dice result 2 show text: Rumpf-Treffer                                         if dice result 3 show text: Treffer-Reaktor                                         if dice result 4 show text: Treffer-Manöverantrieb                                          if dice result 4 show text: Treffer-Treibstoff                                         if dice result 5 show text: Treffer-Rüstung and so on. And I'm to stupid to find anything for that: I want to add a value with specific-text If Value is 1 show text: kritischer Schaden If Value is 2 show text: schwerer Schaden This should seen in the character-sheet.
1588977467
GiGs
Pro
Sheet Author
API Scripter
There's no way to do this with a dice roll, but you might be able to do it with a rollable table. This will only work if the 2d6 roll is always rolled without modifiers.  In that case you can make a rollable table, where each item is the text you want to display, and in the weight column, you put the odds of rolling that item on 2d6 (for roll of 2, weight is 1, roll 3 = 2, 4 = 3, 5 - 4. 6 = 5, 7 = 6, 8 = 5, 9= 4, 10 = 3, 11 = 2, 12 =1).
1588977523
GiGs
Pro
Sheet Author
API Scripter
If you want this to show on the character sheet, and not in chat, you'd need to use a sheet worker. But this would be visible only to the player using the sheet.
Ok thanks for the help. Then I have to do it with the rolltable, was my backup XD