diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/spells/spiritual_weapon.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/spells/spiritual_weapon.json')
-rw-r--r-- | parser/spells/spiritual_weapon.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/parser/spells/spiritual_weapon.json b/parser/spells/spiritual_weapon.json new file mode 100644 index 0000000..53c1717 --- /dev/null +++ b/parser/spells/spiritual_weapon.json @@ -0,0 +1,13 @@ +{ + "name": "spiritual weapon", + "level": 2, + "school": "evocation", + "classes": [ + "cleric" + ], + "casting_time": "1 bonus action", + "range": "60 feet", + "components": "V, S", + "duration": "1 minute", + "text": "You create a floating, spectral weapon within range that lasts for the duration or until you cast this spell again. When you cast the spell, you can make a melee spell attack against a creature within 5 feet of the weapon. On a hit, the target takes force damage equal to 1d8 + your spellcasting ability modifier. \nAs a bonus action on your turn, you can move the weapon up to 20 feet and repeat the attack against a creature within 5 feet of it. \nThe weapon can take whatever form you choose. Clerics of deities who are associated with a particular weapon (as St. Cuthbert is known for his mace and Thor for his hammer) make this spell's effect resemble that weapon. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 1d8 for every two slot levels above 2nd." +}
\ No newline at end of file |