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/Divine_Favor.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Divine_Favor.json (limited to 'parser/spells/Divine_Favor.json') diff --git a/parser/spells/Divine_Favor.json b/parser/spells/Divine_Favor.json new file mode 100644 index 0000000..e525ad3 --- /dev/null +++ b/parser/spells/Divine_Favor.json @@ -0,0 +1,13 @@ +{ + "name": "Divine Favor", + "level": 1, + "school": "evocation", + "classes": [ + "paladin" + ], + "casting_time": "1 bonus action", + "range": "Self", + "components": "V, S", + "duration": "Concentration, up to 1 minute", + "text": "Your prayer empowers you with divine radiance. Until the spell ends, your weapon attacks deal an extra 1d4 radiant damage on a hit." +} \ No newline at end of file -- cgit v1.2.3