
My character is focused on lifesteal. Goal is to make an all encompassing healing macro for the different situational modifiers but I need help with the formatting.
Here is what I have:
&{template:default} {{name=Blood Lust Regen}} ?{Type of Healing?|
MeleeWithCantrip,{{+ HP=[[1d4!1+2d6!1+6]]}} {{+ Mana=1}}|
MeleeNoCantrip,{{+ HP=[[2d6!1+6]]}} {{+Mana=1}} }
In its current form this macro will NOT work. When I replace all "}" with "}" the macro works great when I test, but upon saving changes the HTML back to a "}" and breaks the macro.
Here is what I have:
&{template:default} {{name=Blood Lust Regen}} ?{Type of Healing?|
MeleeWithCantrip,{{+ HP=[[1d4!1+2d6!1+6]]}} {{+ Mana=1}}|
MeleeNoCantrip,{{+ HP=[[2d6!1+6]]}} {{+Mana=1}} }
In its current form this macro will NOT work. When I replace all "}" with "}" the macro works great when I test, but upon saving changes the HTML back to a "}" and breaks the macro.