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

[5e Shaped] Extra damage query on attacks is completed. How do I make them roll for critical hits?

So after some experimentation, I've finally managed to make multiple damage modifier queries for my attack, but I've stumbled upon a little problem that I can't seem to fix; critical hits. My Longbow +1 has this code inserted into the damage: 1 ?{Favored Enemy|No, +0|Yes, +4[FE]} ?{Colossus Slayer|No, +0|Yes, +1d8[CS]} ?{Hunter's Mark|No, +0|Yes, +1d6[HM]} When I roll a crit, the additional damage is only the standard 1d8 though. I've tried to paste the same code into the "extra on crit" field, though that messes up the initial damage so it doesn't work. I have very limited understanding of the code/macro system, and don't know if it's even possible to make it roll the extra dice, for the options I've activated for the initial damage, but if anyone have knowledge to help me out, it would be appreciated.
1500999129
Kryx
Pro
Sheet Author
API Scripter
The formula for everything is calculated when the sheet is modified. It can't calculate the formula a s a result of a query. Queries in general are not well supported within Roll20 and I'd suggest not using them (I don't). I suggest you link a class feature as the documentation suggests See&nbsp; <a href="https://bitbucket.org/mlenser/5eshaped/wiki/Creating%20and%20Linking%20Character%20Abilities#markdown-header-ranger-hunter" rel="nofollow">https://bitbucket.org/mlenser/5eshaped/wiki/Creating%20and%20Linking%20Character%20Abilities#markdown-header-ranger-hunter</a>
Ok thanks for the reply Kryx