Sidekick icon indicating copy to clipboard operation
Sidekick copied to clipboard

[Feature Request] rolling 1 or max on a die should display with a font effect.

Open TomatoCo opened this issue 4 years ago • 1 comments

When rolling any die x a 1 and an x should be displayed in bold or italics or underscore. Perhaps it should even be customizable!

TomatoCo avatar Mar 10 '20 00:03 TomatoCo

This would be awesome for lots of pen and papers, so you can define positive and negative crit values. I would also vote for a comment to add if 1 or max are reached. Of course customizable.

like:

roll 1d20, if ==1 bold and print defined comment, if ==20 bold and print defined commen

example: let us assume cp = crit positive and cn = crit negative and lets assume we add the comments by {#} per value

/r 1d20cp20{#Critical Hit!}cn1{#Critical Failure!}+4#Char rolls attack!

should then result in: Char rolls attack! Critical Hit! = (20)+4 = 24 or Char rolls attack! Critical Failure! = (1)+4 = 5 or Char rolls attack! = (10)+4 = 14

Of course the comments should be optional

5hinryuu avatar Mar 19 '20 12:03 5hinryuu