From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Lesser_Restoration.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parser/spells/Lesser_Restoration.json (limited to 'parser/spells/Lesser_Restoration.json') diff --git a/parser/spells/Lesser_Restoration.json b/parser/spells/Lesser_Restoration.json new file mode 100644 index 0000000..27f4e07 --- /dev/null +++ b/parser/spells/Lesser_Restoration.json @@ -0,0 +1,17 @@ +{ + "name": "Lesser Restoration", + "level": 2, + "school": "abjuration", + "classes": [ + "bard", + "cleric", + "druid", + "paladin", + "ranger" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S", + "duration": "Instantaneous", + "text": "You touch a creature and can end either one disease or one condition afflicting it. The condition can be blinded, deafened, paralyzed, or poisoned." +} \ No newline at end of file -- cgit v1.2.3