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/branding_smite.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/branding_smite.json (limited to 'parser/spells/branding_smite.json') diff --git a/parser/spells/branding_smite.json b/parser/spells/branding_smite.json new file mode 100644 index 0000000..ee1f7f6 --- /dev/null +++ b/parser/spells/branding_smite.json @@ -0,0 +1,13 @@ +{ + "name": "branding smite", + "level": 2, + "school": "evocation", + "classes": [ + "paladin" + ], + "casting_time": "1 bonus action", + "range": "Self", + "components": "V", + "duration": "Concentration, up to 1 minute", + "text": "The next time you hit a creature with a weapon attack before this spell ends, the weapon gleams with astral radiance as you strike. The attack deals an extra 2d6 radiant damage to the target, which becomes visible if it's invisible, and the target sheds dim light in a 5-foot radius and can't become invisible until the spell ends.\n\n**At Higher Levels.** When you cast this spell using a spell slot of 3rd level or higher, the extra damage increases by 1d6 for each slot level above 2nd." +} \ No newline at end of file -- cgit v1.2.3