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/spare_the_dying.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parsed/spells/spare_the_dying.json (limited to 'parsed/spells/spare_the_dying.json') diff --git a/parsed/spells/spare_the_dying.json b/parsed/spells/spare_the_dying.json new file mode 100644 index 0000000..56df24b --- /dev/null +++ b/parsed/spells/spare_the_dying.json @@ -0,0 +1,14 @@ +{ + "entry": "spells", + "name": "spare the dying", + "level": 0, + "type": "necromancy", + "classes": [ + "cleric" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "Instantaneous", + "text": "You touch a living creature that has 0 hit points. The creature becomes stable. This spell has no effect on undead or constructs." +} \ No newline at end of file -- cgit v1.2.3