Created
June 9, 2021 16:07
-
-
Save bradleyallanpatterson/9185bf9108fb097d78444fcf4c65ec7c to your computer and use it in GitHub Desktop.
Generic Roll20 Character Macro for spells - cleric spells
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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