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/guardian_of_faith.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/guardian_of_faith.json (limited to 'parsed/spells/guardian_of_faith.json') diff --git a/parsed/spells/guardian_of_faith.json b/parsed/spells/guardian_of_faith.json new file mode 100644 index 0000000..abe81ab --- /dev/null +++ b/parsed/spells/guardian_of_faith.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "guardian of faith", + "level": 4, + "type": "conjuration", + "classes": [ + "cleric" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V", + "duration": "8 hours", + "text": "A Large spectral guardian appears and hovers for the duration in an unoccupied space of your choice that you can see within range. The guardian occupies that space and is indistinct except for a gleaming sword and shield emblazoned with the symbol of your deity. \nAny creature hostile to you that moves to a space within 10 feet of the guardian for the first time on a turn must succeed on a Dexterity saving throw. The creature takes 20 radiant damage on a failed save, or half as much damage on a successful one. The guardian vanishes when it has dealt a total of 60 damage." +} \ No newline at end of file -- cgit v1.2.3