From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/spells/protection_from_evil_and_good.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/protection_from_evil_and_good.json (limited to 'parser/spells/protection_from_evil_and_good.json') diff --git a/parser/spells/protection_from_evil_and_good.json b/parser/spells/protection_from_evil_and_good.json new file mode 100644 index 0000000..2656f33 --- /dev/null +++ b/parser/spells/protection_from_evil_and_good.json @@ -0,0 +1,16 @@ +{ + "name": "protection from evil and good", + "level": 1, + "school": "abjuration", + "classes": [ + "cleric", + "paladin", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (holy water or powdered silver and iron, which the spell consumes)", + "duration": "Concentration up to 10 minutes", + "text": "Until the spell ends, one willing creature you touch is protected against certain types of creatures: aberrations, celestials, elementals, fey, fiends, and undead. \nThe protection grants several benefits. Creatures of those types have disadvantage on attack rolls against the target. The target also can't be charmed, frightened, or possessed by them. If the target is already charmed, frightened, or possessed by such a creature, the target has advantage on any new saving throw against the relevant effect." +} \ No newline at end of file -- cgit v1.2.3