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/creation.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/creation.json (limited to 'parser/spells/creation.json') diff --git a/parser/spells/creation.json b/parser/spells/creation.json new file mode 100644 index 0000000..3dd41ef --- /dev/null +++ b/parser/spells/creation.json @@ -0,0 +1,14 @@ +{ + "name": "creation", + "level": 5, + "school": "illusion", + "classes": [ + "sorcerer", + "wizard" + ], + "casting_time": "1 minute", + "range": "30 feet", + "components": "V, S, M (a tiny piece of matter of the same type of the item you plan to create)", + "duration": "Special", + "text": "You pull wisps of shadow material from the Shadowfell to create a nonliving object of vegetable matter within range: soft goods, rope, wood, or something similar. You can also use this spell to create mineral objects such as stone, crystal, or metal. The object created must be no larger than a 5-foot cube, and the object must be of a form and material that you have seen before. \nThe duration depends on the object's material. If the object is composed of multiple materials, use the shortest duration. \n\n| Material | Duration |\n|-----------------------|------------|\n| Vegetable matter | 1 day | \n| Stone or crystal | 12 hours | \n| Precious metals | 1 hour | \n| Gems | 10 minutes | \n| Adamantine or mithral | 1 minute | \n\nUsing any material created by this spell as another spell's material component causes that spell to fail. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 6th level or higher, the cube increases by 5 feet for each slot level above 5th." +} \ No newline at end of file -- cgit v1.2.3