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

[4e Character Sheet] Is it possible to automatically roll max damage on a crit?

Hi 4e sheet users! I know there's a "critical" field in a dnd4etemplate macro that will only activate on a crit, but is it possible to have the maximum damage appear in the damage field on a crit? Thanks!
1499720332

Edited 1499720426
Lithl
Pro
Sheet Author
API Scripter
From a recent 4e character's MBA macro: {{critical=[[[[@{power-1-weapon-num-dice}*@{power-1-weapon-dice}+@{power-1-damage}]]]] damage.}} Edit: I realize you may instead be asking to have what would be in the critical field put into the hiteffect field of the rolltemplate. That's not possible.
Brian said: Edit: I realize you may instead be asking to have what would be in the critical field put into the hiteffect field of the rolltemplate. That's not possible. Maybe, I wanted to know if there was anyway of changing the damage field to output "8" instead of "1d8" if the attack is a crit.
If you have to roll hit separately from attack, you could place a query. ?{Was Crit Successful?|No,1d8|Yes,8} Or something to that effect. If they roll at the same time though, it'll ask before you know whether or not you actually crit, so I can't imagine it would help in that case.