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/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..c23df58 --- /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