From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Beacon_of_Hope.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/Beacon_of_Hope.json (limited to 'parser/spells/Beacon_of_Hope.json') diff --git a/parser/spells/Beacon_of_Hope.json b/parser/spells/Beacon_of_Hope.json new file mode 100644 index 0000000..ea7464d --- /dev/null +++ b/parser/spells/Beacon_of_Hope.json @@ -0,0 +1,13 @@ +{ + "name": "Beacon of Hope", + "level": 3, + "school": "abjuration", + "classes": [ + "cleric" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S", + "duration": "Concentration, up to 1 minute", + "text": "This spell bestows hope and vitality. Choose any number of creatures within range. For the duration, each target has advantage on Wisdom saving throws and death saving throws, and regains the maximum number of hit points possible from any healing." +} \ No newline at end of file -- cgit v1.2.3