From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Protection_from_Poison.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Protection_from_Poison.json (limited to 'parser/spells/Protection_from_Poison.json') diff --git a/parser/spells/Protection_from_Poison.json b/parser/spells/Protection_from_Poison.json new file mode 100644 index 0000000..bcd58b0 --- /dev/null +++ b/parser/spells/Protection_from_Poison.json @@ -0,0 +1,16 @@ +{ + "name": "Protection from Poison", + "level": 2, + "school": "abjuration", + "classes": [ + "cleric", + "druid", + "paladin", + "ranger" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "1 hour", + "text": "You touch a creature. If it is poisoned, you neutralize the poison. If more than one poison afflicts the target, you neutralize one poison that you know is present, or you neutralize one at random. \nFor the duration, the target has advantage on saving throws against being poisoned, and it has resistance to poison damage." +} \ No newline at end of file -- cgit v1.2.3