
I don't have time to do this right now, I will try to fit it in. You can upgrade your own macros by making this tiny change, in case I don't get a chance Old Macro: &{template:default} {{name=@{selected|token_name} Dagger+1}} {{attack hits AC=[[@{selected|bar3} - (1d20+1+1)]]}} {{Target AC @{target|token_name}=@{target|bar2}}} {{Damage S/M=[[1d4+1]]}} {{Damage L(+)=[[1d3+1]]}} New Macro: (All you need to do is add 2E to the template) &{template:2Edefault} {{name=@{selected|token_name} Dagger+1}} {{attack hits AC=[[@{selected|bar3} - (1d20+1+1)]]}} {{Target AC @{target|token_name}=@{target|bar2}}} {{Damage S/M=[[1d4+1]]}} {{Damage L(+)=[[1d3+1]]}} New color. There is also a fairly complex spell template, and an attack template, but I have yet to work these out.