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

D&D 3.5e sheet, Include Sneak Attack in damage?

Hello, I have been customizing the character sheet macros for my players and want to add the sneak attack die to the damage rolls. How do I do that? I tried 1d6+@{weapon1damagestat}+@{weapon1enh}[Weapon1 Enh] + ?{Sneak Attack (1=yes)|0}[[/r 3d6]] + ?{Bardic Music Bonus (1=yes)|0} and several other variants, but it only ever rolls the first 1d6. Please assist. Thanks in advance. Ron
1407583285

Edited 1407583557
when using an inline roll you dont use /r as it is already implied. also your ?{Sneak Attack (1=yes)|0} wont really do much in that macro. I suggest making a two line macro anyway, it is nice to see the damage from the weapon and the sneak attack seperately. Something like Weapon Damage: [[1d6+@{weapon1damagestat}+@{weapon1enh}[Weapon1 Enh] + ?{Bardic Music Bonus (1=yes)|0} Sneak attack Damage: [[3d6]] I suppose for your single roll though you could try 1d6+@{weapon1damagestat}+@{weapon1enh}[Weapon1 Enh] + (3d6 * ?{Sneak Attack (1=yes)|0}) + ?{Bardic Music Bonus (1=yes)|0}
1407608089
Diana P
Pro
Sheet Author
Zepth's single roll will work but if you the crit roll button on the sheet, it will also multiply the sneak damage. You could also put something like (3d6 * ?{Sneak Attack (1=yes)|0})]] sneak damage + [[1d6+@{weapon1damagestat}+@{weapon1enh}[Weapon1 Enh]+ ?{Bardic Music Bonus (1=yes)|0} in the damage box, which will output Char dagger does 8 sneak damage and 4 damage but will break the critical roll button entirely.