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/create_food_and_water.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/create_food_and_water.json (limited to 'parser/spells/create_food_and_water.json') diff --git a/parser/spells/create_food_and_water.json b/parser/spells/create_food_and_water.json new file mode 100644 index 0000000..81b712b --- /dev/null +++ b/parser/spells/create_food_and_water.json @@ -0,0 +1,14 @@ +{ + "name": "create food and water", + "level": 3, + "school": "conjuration", + "classes": [ + "cleric", + "paladin" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S", + "duration": "Instantaneous", + "text": "You create 45 pounds of food and 30 gallons of water on the ground or in containers within range, enough to sustain up to fifteen humanoids or five steeds for 24 hours. The food is bland but nourishing, and spoils if uneaten after 24 hours. The water is clean and doesn't go bad." +} \ No newline at end of file -- cgit v1.2.3