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/greater_restoration.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/greater_restoration.json (limited to 'parser/spells/greater_restoration.json') diff --git a/parser/spells/greater_restoration.json b/parser/spells/greater_restoration.json new file mode 100644 index 0000000..c1e3f23 --- /dev/null +++ b/parser/spells/greater_restoration.json @@ -0,0 +1,15 @@ +{ + "name": "greater restoration", + "level": 5, + "school": "abjuration", + "classes": [ + "bard", + "cleric", + "druid" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (diamond dust worth at least 100 gp, which the spell consumes)", + "duration": "Instantaneous", + "text": "You imbue a creature you touch with positive energy to undo a debilitating effect. You can reduce the target's exhaustion level by one, or end one of the following effects on the target:\n\n* One effect that charmed or petrified the target\n* One curse, including the target's attunement to a cursed magic item \n* Any reduction to one of the target's ability scores\n* One effect reducing the target's hit point maximum" +} \ No newline at end of file -- cgit v1.2.3