-
-
Save palikhov/3473038203a94f6439486f58126ca296 to your computer and use it in GitHub Desktop.
Generic Roll20 Character Macro for spells - wizard 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=**Spellbook** | |
**Cantrips:** | |
[Chill Touch](! %{@{selected|character_name}|Spell_0_ChillTouch}) | |
[Fire Bolt](! %{@{selected|character_name}|Spell_0_FireBolt}) | |
**1st:** | |
[Burning Hands](! %{@{selected|character_name}|Spell_1_BurningHands}) | |
[Chromatic Orb](! %{@{selected|character_name}|Spell_1_Chromatic_Orb}) | |
[Magic Missile](! %{@{selected|character_name}|Spell_1_MagicMissile}) | |
[Shield](! %{@{selected|character_name}|Spell_1_Shield}) | |
[Sleep](! %{@{selected|character_name}|Spell_1_Sleep}) | |
**2nd:** | |
[Scorching Ray](! %{@{selected|character_name}|Spell_2_Scorching_Ray}) | |
[Shatter](! %{@{selected|character_name}|Spell_2_Shatter}) | |
}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment