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/Purify_Food_and_Drink.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Purify_Food_and_Drink.json (limited to 'parser/spells/Purify_Food_and_Drink.json') diff --git a/parser/spells/Purify_Food_and_Drink.json b/parser/spells/Purify_Food_and_Drink.json new file mode 100644 index 0000000..f3ad735 --- /dev/null +++ b/parser/spells/Purify_Food_and_Drink.json @@ -0,0 +1,15 @@ +{ + "name": "Purify Food and Drink", + "level": 1, + "school": "transmutation", + "classes": [ + "cleric", + "druid", + "paladin" + ], + "casting_time": "1 action", + "range": "10 feet", + "components": "V, S", + "duration": "Instantaneous", + "text": "All nonmagical food and drink within a 5-foot-radius sphere centered on a point of your choice within range is purified and rendered free of poison and disease." +} \ No newline at end of file -- cgit v1.2.3