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/resistance.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/resistance.json (limited to 'parser/spells/resistance.json') diff --git a/parser/spells/resistance.json b/parser/spells/resistance.json new file mode 100644 index 0000000..d7f6f7c --- /dev/null +++ b/parser/spells/resistance.json @@ -0,0 +1,14 @@ +{ + "name": "resistance", + "level": 0, + "school": "abjuration", + "classes": [ + "cleric", + "druid" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (a miniature cloak)", + "duration": "Concentration, up to 1 minute", + "text": "You touch one willing creature. Once before the spell ends, the target can roll a d4 and add the number rolled to one saving throw of its choice. It can roll the die before or after making the saving throw. The spell then ends." +} \ No newline at end of file -- cgit v1.2.3