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 .
×
May your rolls be chill this holiday season!
Create a free account

Flaming/Shock/Frost Weapon, Critical & Macro

Hi I play D&D 3.5 and I have a problem with macro. If I have enchanted weapon, like flaming or shock, that increase the normal damage by 1d6, when I launch macro there is a way to not calculate the additional damage on critical hit?! Thank for help!!
1434395190
Diana P
Pro
Sheet Author
You have to edit the attack macro and put it in. the base macro is: &{template:DnD35Attack} {{pcflag=true}} {{name=@{character_name}}} {{subtags=attacks with a @{weapon1name} }} {{attack1=A1:[[@{weapon1attackcalc}]]}} {{critconfirm1=Crit?:[[@{weapon1attackcalc}]]}} {{fumbleroll=Fumble:[[d20]]}} {{damage1=D1:[[@{weapon1damage}]]}} {{critdmg1=+[[@{weapon1crit}]]}} {{fullattackflag=[[?{Full Attack? (hit space for full attack else hit return) |0}d1]]}} {{attack2=A2:[[@{weapon1attackcalc}-5]]}} {{critconfirm2=Crit!:[[@{weapon1attackcalc}-5]]}} {{damage2=D2:[[@{weapon1damage}]]}} {{critdmg2=+[[@{weapon1crit}]]}} {{attack3=A3:[[@{weapon1attackcalc}-10]]}} {{critconfirm3=Crit!:[[@{weapon1attackcalc}-10]]}} {{damage3=D3:[[@{weapon1damage}]]}} {{critdmg3=+[[@{weapon1crit}]]}} {{attack4=A4:[[@{weapon1attackcalc}-15]]}} {{critconfirm4=Crit!:[[@{weapon1attackcalc}-15]]}} {{damage4=D4:[[@{weapon1damage}]]}} {{critdmg4=+[[@{weapon1crit}]]}} so if you have say 1d6 shock damage, in the area where it says critdmg# , add +[[1d6]] shock damage. That section should look something like: {{critdmg1=+[[@{weapon1damage}]] +[[1d6]]shock damage.}} You will have to add it to each of the critdmg sections it might affect (critdmg1, critdmg2, etc). If you want it calculated in with the other calculations, it would look like: {{critdmg1=+[[@{weapon1damage} + 1d6[shock damage] ]] }} if you had say fire damage which affected the damage but not the crit, you would add it to the damage# section like: {{damage1=D1:[[@{weapon1damage}]] +[[1d6]] fire damage.}} again, adding it to each section it would apply to. When the next version of the sheet comes out there will be a new box for putting the crit calculations in.