From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/branding_smite.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/branding_smite.json (limited to 'parsed/spells/branding_smite.json') diff --git a/parsed/spells/branding_smite.json b/parsed/spells/branding_smite.json new file mode 100644 index 0000000..538ab05 --- /dev/null +++ b/parsed/spells/branding_smite.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "branding smite", + "level": 2, + "type": "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