
I was planning on using the Piercer Feat on one of my characters which does the following: You have achieved a penetrating precision in combat, granting you the following benefits: Increase your Strength or Dexterity by 1, to a maximum of 20. Once per turn, when you hit a creature with an attack that deals piercing damage, you can reroll one of the attack's damage dice, and you must use the new roll. When you score a critical hit that deals piercing damage to a creature, you can roll one additional damage die when determining the extra piercing damage the target takes. I was looking for a Macro to add to my Macro Bar that would help accomplish the second part of the Piercer Feat as the other two parts can easily be done on the character sheet itself. The first part you can hit the cog next to Spells and adjust the Dexterity or Strength to a +1. The third part, you increase any piercing weapon's damage for crits up by 1 die. This just leaves the second bullet... @{Rattle|wtype}&{template:simple} {{rname=Piercing}} {{r1=[[1d?{Damage Size|0} ]]}} {{normal=1}} @{Rattle|charname_output} All basic piercing weapons in 5E use 1 damage die of various sizes to do piercing damage. Some use a d4, d6, etc. So this one macro should work for any piercing weapon a character has with this feat. It prompts the user for the damage die size that you wish to roll in a query and then outputs the piercing damage. The player then just compares what they rolled with the original damage numbers. To customize it to your character, change anywhere in the code where it says Rattle (the name of my Kenku character) to the name of your character.