From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -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..e16313d --- /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