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/fabricate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/fabricate.json (limited to 'parser/spells/fabricate.json') diff --git a/parser/spells/fabricate.json b/parser/spells/fabricate.json new file mode 100644 index 0000000..1e241fd --- /dev/null +++ b/parser/spells/fabricate.json @@ -0,0 +1,13 @@ +{ + "name": "fabricate", + "level": 4, + "school": "transmutation", + "classes": [ + "wizard" + ], + "casting_time": "10 minutes", + "range": "120 feet", + "components": "V, S", + "duration": "Instantaneous", + "text": "You convert raw materials into products of the same material. For example, you can fabricate a wooden bridge from a clump of trees, a rope from a patch of hemp, and clothes from flax or wool. \nChoose raw materials that you can see within range. You can fabricate a Large or smaller object (contained within a 10-foot cube, or eight connected 5-foot cubes), given a sufficient quantity of raw material. If you are working with metal, stone, or another mineral substance, however, the fabricated object can be no larger than Medium (contained within a single 5-foot cube). The quality of objects made by the spell is commensurate with the quality of the raw materials. \nCreatures or magic items can't be created or transmuted by this spell. You also can't use it to create items that ordinarily require a high degree of craftsmanship, such as jewelry, weapons, glass, or armor, unless you have proficiency with the type of artisan's tools used to craft such objects." +} \ No newline at end of file -- cgit v1.2.3