Skip to content

Instantly share code, notes, and snippets.

@nolivo
Created February 18, 2021 02:18
Show Gist options
  • Save nolivo/b89a06f88bdbb02793dc295800ded003 to your computer and use it in GitHub Desktop.
Save nolivo/b89a06f88bdbb02793dc295800ded003 to your computer and use it in GitHub Desktop.
Macros from the Making More Macros video
Great Weapon Fighting
&{template:default} {{name=Great Weapon Fighting}} {{Attack=[[1d20 + @{strength_mod}[STR] + @{pb}[PB]]] | [[1d20 + @{strength_mod}[STR] + @{pb}[PB]]]}} {{Standard Damage=[[ 2d6ro<2 + @{strength_mod}]]}} {{Crit (if applicable)=[[2d6ro<2]]}}
Halo of Spores
&{template:default} {{name=Halo of Spores}} {{Necrotic Damage=[[1d[[4 + 2 * {6, 10, 14}<@{level}]]]] }} {{Saving Throw = @{spell_save_dc} CON Save negates}}
Eldritch Blast
&{template:default} {{name=Eldritch Blast}} {{Attack = [[1d20ro1 + @{charisma_mod}]]}} {{Damage=[[ 1d10 + @{charisma_mod} [AgonizingBlast]+ @{pb} [Thunder] ]]}}
/fx beam-death @{selected|token_id} @{target|token_id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment