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/revivify.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/revivify.json (limited to 'parsed/spells/revivify.json') diff --git a/parsed/spells/revivify.json b/parsed/spells/revivify.json new file mode 100644 index 0000000..b13e9ec --- /dev/null +++ b/parsed/spells/revivify.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "revivify", + "level": 3, + "type": "necromancy", + "classes": [ + "cleric", + "paladin" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (diamonds worth 300 gp, which the spell consumes)", + "duration": "Instantaneous", + "text": "You touch a creature that has died within the last minute. That creature returns to life with 1 hit point. This spell can't return to life a creature that has died of old age, nor can it restore any missing body parts." +} \ No newline at end of file -- cgit v1.2.3