Last active
January 4, 2022 06:55
-
-
Save bradleyallanpatterson/edb57991eebaf5aab8e9ac91fef7faee to your computer and use it in GitHub Desktop.
Generic Roll20 Character Macro for spells - ranger 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** | |
**1st:** | |
[Cure Wounds](! %{@{selected|character_name}|Spell_1_CureWounds}) | |
[Detect Magic](! %{@{selected|character_name}|Spell_1_Detect_Magic}) | |
[Disguise Self](! %{@{selected|character_name}|Spell_1_Disquise_Self}) | |
[Detect Poison And Disease](! %{@{selected|character_name}|Spell_1_Detect_Poison_Disease}) | |
}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment