
I have a player who has a hexblade warlock and I was trying to make an easy query to account for the hexblades curse increasing crit range and adding damage. In the Crit section of the weapon attack on the sheet I put ?{HBC?|No,20|Yes,19} Nice and easy, if using hexblades curse he crits on a 19. I would like to use that one query and give a different result in the damage or damage2 section. I tried ?{HBC?|No,0|Yes,2} but it instead gives the initial 20 or 19 result. Can the one query give 2 results? My other option so far has been to use a global modifier or a second query ?{Hex?|No,0|Yes,2} in the damage section.