
So I play in a 5e game as a paladin. I know of the paladin smite query macro, which is great, but I need to fix it to add something. We also use the homebrew Ancestral Weapons and my base Divine Smite has an extra 1d8 to it. So, instead of a basic Divine Smite 2d8, it's actually 3d8. The standard macro is: &{template:dmg} {{rname=Divine Smite}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[[[(?{Spellslot|1st lvl,2|2nd lvl,3|3rd lvl,4|4th lvl,5} + ?{Undead/Fiend|No,0|Yes,1})*?{Crit|No,1|Yes,2}]]d8]]}} {{dmg1type=Radiant}} &{template:dmg} {{rname=Divine Smite}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[[[(?{Spellslot|1st lvl,2|2nd lvl,3|3rd lvl,4|4th lvl,5} + ?{Undead/Fiend|No,0|Yes,1})*?{Crit|No,1|Yes,2}]]d8]]}} {{dmg1type=Radiant}} How do I change it so the base Divine Smite is 3d8 and still keep adding the queries etc.. Thanks for any help!