diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/dispel_evil_and_good.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/dispel_evil_and_good.json')
-rw-r--r-- | parsed/spells/dispel_evil_and_good.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parsed/spells/dispel_evil_and_good.json b/parsed/spells/dispel_evil_and_good.json new file mode 100644 index 0000000..403a77d --- /dev/null +++ b/parsed/spells/dispel_evil_and_good.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "dispel evil and good", + "level": 5, + "type": "abjuration", + "classes": [ + "cleric", + "paladin" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S, M (holy water or powdered silver and iron)", + "duration": "Concentration, up to 1 minute", + "text": "Shimmering energy surrounds and protects you from fey, undead, and creatures originating from beyond the Material Plane. For the duration, celestials, elementals, fey, fiends, and undead have disadvantage on attack rolls against you. \nYou can end the spell early by using either of the following special functions. \n**Break Enchantment.** As your action, you touch a creature you can reach that is charmed, frightened, or possessed by a celestial, an elemental, a fey, a fiend, or an undead. The creature you touch is no longer charmed, frightened, or possessed by such creatures. \n**Dismissal.** As your action, make a melee spell attack against a celestial, an elemental, a fey, a fiend, or an undead you can reach. On a hit, you attempt to drive the creature back to its home plane. The creature must succeed on a Charisma saving throw or be sent back to its home plane (if it isn't there already). If they aren't on their home plane, undead are sent to the Shadowfell, and fey are sent to the Feywild." +}
\ No newline at end of file |