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.