diff options
Diffstat (limited to 'parser/spells/Divine_Favor.json')
-rw-r--r-- | parser/spells/Divine_Favor.json | 13 |
1 files changed, 13 insertions, 0 deletions
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 |