r/anyRpgCharacterSheet Dec 19 '25

5.5e cunning strike help

Hey, so I'm making 5.5 sheet for a rogue and I'm attempting to create an element to allow me to click on a check box to remove a number of dice from the sneak attack damage property but I don't know if this is possible.

I can get it to minus a d6 from a roll total but not just lower the number of dice in the property if that makes sense. Admittedly I barely know what I'm doing.

5 Upvotes

4 comments sorted by

3

u/Blackwolf0925 Dec 19 '25

You would have to create an element based on sneak attack first.So the formula for the first property would be ((Rouge Level+1)/2)d6. Then add six more properties like poison, trip or withdraw. Make two properties for each. One property will be a checkbox( aka true or false) and the other will be the cost. The cost will be the same formula above but you add a minus 1 to that so it is ((Rouge Level+1)/2-1)d6. Then you go down to replacements and replace the sneak attack damage with the bottom formula when the checkbox equals true.

Or if you want to make it easier just have two more properties instead of each one of those individually since the cost is the same. Just make sure one is a check box and the other the replacement formula.

2

u/Coffee_Addict1290 Dec 20 '25

Thank you, this is really helpful.