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/false_life.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/false_life.json (limited to 'parser/spells/false_life.json') diff --git a/parser/spells/false_life.json b/parser/spells/false_life.json new file mode 100644 index 0000000..cd433a1 --- /dev/null +++ b/parser/spells/false_life.json @@ -0,0 +1,14 @@ +{ + "name": "false life", + "level": 1, + "school": "necromancy", + "classes": [ + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S, M (a small amount of alcohol or distilled spirits)", + "duration": "1 hour", + "text": "Bolstering yourself with a necromantic facsimile of life, you gain 1d4 + 4 temporary hit points for the duration. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, you gain 5 additional temporary hit points for each slot level above 1st." +} \ No newline at end of file -- cgit v1.2.3