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/Heal.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Heal.json (limited to 'parser/spells/Heal.json') diff --git a/parser/spells/Heal.json b/parser/spells/Heal.json new file mode 100644 index 0000000..e6e2a9f --- /dev/null +++ b/parser/spells/Heal.json @@ -0,0 +1,14 @@ +{ + "name": "Heal", + "level": 6, + "school": "evocation", + "classes": [ + "cleric", + "druid" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S", + "duration": "Instantaneous", + "text": "Choose a creature that you can see within range. A surge of positive energy washes through the creature, causing it to regain 70 hit points. This spell also ends blindness, deafness, and any diseases affecting the target. This spell has no effect on constructs or undead. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 7th level or higher, the amount of healing increases by 10 for each slot level above 6th." +} \ No newline at end of file -- cgit v1.2.3