Hi Jerry, I have a similar issue with my monk. Here is how I handled it: I activated ammunition tracking on the sheet (located in the settings section). This is to take advantage of the fact that the ammo section of the attack is output last, which you can use to overwrite previous sections of the roll template. You then put your query about what is going to happen into the ammunition field. You can put template fields in the query, you will just need to html escape them according to the advanced roll query usage rules . This is what my pistol attack looks like (It's a homebrew monk archetype that uses firearms): The Save Effect field text is: ?{Firearm Special Attack|None, }} {{save=|Flurry - Head, **Success:**makes attacks normally **Failure:** makes attacks with disadvantage till end of their next turn}} {{saveattr=Constitution|Flurry – Arms, **Success:** retains hold of item **Failure:** drops one held item of my choice|Flurry – Torso, **Success:** Is unmoved **Failure:** pushed back up to 10-ft| Flurry – Legs, **Success:** Remains upright **Failure:** knocked prone} The Ammunition field text is: {{desc=**Ki-points:** @{class_resource}/@{Sturmak|class_resource|max} ?{Magic Bonus|Normal Ammo [@{repeating_resource_$2_resource_left}],**Ammo** @{repeating_resource_$2_resource_left}|@{repeating_resource_$0_resource_left}|+1 Bullet [@{repeating_resource_$0_resource_right}],``**+1 Ammo:** @{repeating_resource_$0_resource_right}|@{repeating_resource_$0_resource_left}``}}} You can also overwrite the default attack and/or damage fields by putting them into your query. I keep meaning to change my magic ammo query to do this, but it's about to be a moot point since I've only got 4 +1 ammo left. For more information on the template fields, see the 5e OGL Roll Template Wiki . Hope that helps, and let me know if you need some more details or have any questions, Scott