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/counterspell.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/spells/counterspell.json')
-rw-r--r-- | parser/spells/counterspell.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parser/spells/counterspell.json b/parser/spells/counterspell.json new file mode 100644 index 0000000..f6941bb --- /dev/null +++ b/parser/spells/counterspell.json @@ -0,0 +1,15 @@ +{ + "name": "counterspell", + "level": 3, + "school": "abjuration", + "classes": [ + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 reaction, which you take when you see a creature within 60 feet of you casting a spell", + "range": "60 feet", + "components": "S", + "duration": "Instantaneous", + "text": "You attempt to interrupt a creature in the process of casting a spell. If the creature is casting a spell of 3rd level or lower, its spell fails and has no effect. If it is casting a spell of 4th level or higher, make an ability check using your spellcasting ability. The DC equals 10 + the spell's level. On a success, the creature's spell fails and has no effect. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 4th level or higher, the interrupted spell has no effect if its level is less than or equal to the level of the spell slot you used." +}
\ No newline at end of file |