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

Question about Crit marcos

Is it possible to make a macro with a crit range of 19 but in 20 it adds something different. My class allows me to crit from 19 to 20. But my weapon on a 20 adds a special extra damage die. Is it possible to just have a macro that does all that ? If it isn't that's fine happy to just do it myself. 
<a href="https://wiki.roll20.net/Dice_Reference#Critical_Success_and_Fumble_Points" rel="nofollow">https://wiki.roll20.net/Dice_Reference#Critical_Success_and_Fumble_Points</a> If you really want a macro, here is the dice roll. You could add that to your character. /roll 1d20cs&gt;19 But if you're using the D&amp;D 5e by Roll20, then you can just adjust the weapon attack on the PC character sheet directly: <a href="https://app.roll20.net/forum/post/5812466/certain-weapons-crit-on-a-19" rel="nofollow">https://app.roll20.net/forum/post/5812466/certain-weapons-crit-on-a-19</a> &nbsp;
1608854767
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
I don't think it's possible to set two different crit points on a single roll. Your best bet would be to include a macro that they player can manually trigger in the event of a natural 20, while still preserving crit functionality for 19-20.
1608874825
Oosh
Sheet Author
API Scripter
You can kinda do it: &amp;{template:default} [[floor([[1d20cs&gt;19]]/20)*2d6cs0cf0]] {{Attack Roll=$[[0]]}} {{Bonus Damage=$[[1]]}}