Skip to content

Instantly share code, notes, and snippets.

@bradleyallanpatterson
Created June 9, 2021 16:07
Show Gist options
  • Save bradleyallanpatterson/9185bf9108fb097d78444fcf4c65ec7c to your computer and use it in GitHub Desktop.
Save bradleyallanpatterson/9185bf9108fb097d78444fcf4c65ec7c to your computer and use it in GitHub Desktop.
Generic Roll20 Character Macro for spells - cleric spells
/w @{character_name} &{template:atk} {{desc=**Spells**
**Cantrips:**
**1st:**
[Searing Smite](!
%{@{selected|character_name}|Spell_1_SearingSmite})
[Thunderous Smite](!
%{@{selected|character_name}|Spell_1_ThunderSmite})
**2nd:**
[Spiritual Weapon](!
%{@{selected|character_name}|Spell_2_SpiritualWeapon})
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment