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/heroism.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/heroism.json (limited to 'parsed/spells/heroism.json') diff --git a/parsed/spells/heroism.json b/parsed/spells/heroism.json new file mode 100644 index 0000000..b810637 --- /dev/null +++ b/parsed/spells/heroism.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "heroism", + "level": 1, + "type": "enchantment", + "classes": [ + "bard", + "paladin" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "Concentration, up to 1 minute", + "text": "A willing creature you touch is imbued with bravery. Until the spell ends, the creature is immune to being frightened and gains temporary hit points equal to your spellcasting ability modifier at the start of each of its turns. When the spell ends, the target loses any remaining temporary hit points from this spell. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, you can target one additional creature for each slot level above 1st." +} \ No newline at end of file -- cgit v1.2.3