aboutsummaryrefslogtreecommitdiff
path: root/parsed/spells/dispel_magic.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/dispel_magic.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/dispel_magic.json')
-rw-r--r--parsed/spells/dispel_magic.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/parsed/spells/dispel_magic.json b/parsed/spells/dispel_magic.json
new file mode 100644
index 0000000..ca0a75b
--- /dev/null
+++ b/parsed/spells/dispel_magic.json
@@ -0,0 +1,20 @@
+{
+ "entry": "spells",
+ "name": "dispel magic",
+ "level": 3,
+ "type": "abjuration",
+ "classes": [
+ "bard",
+ "cleric",
+ "druid",
+ "paladin",
+ "sorcerer",
+ "warlock",
+ "wizard"
+ ],
+ "casting_time": "1 action",
+ "range": "120 feet",
+ "components": "V, S",
+ "duration": "Instantaneous",
+ "text": "Choose one creature, object, or magical effect within range. Any spell of 3rd level or lower on the target ends. For each spell of 4th level or higher on the target, make an ability check using your spellcasting ability. The DC equals 10 + the spell's level. On a successful check, the spell ends. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 4th level or higher, you automatically end the effects of a spell on the target if the spell's level is equal to or less than the level of the spell slot you used."
+} \ No newline at end of file