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/stone_shape.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/stone_shape.json (limited to 'parser/spells/stone_shape.json') diff --git a/parser/spells/stone_shape.json b/parser/spells/stone_shape.json new file mode 100644 index 0000000..f5a2608 --- /dev/null +++ b/parser/spells/stone_shape.json @@ -0,0 +1,15 @@ +{ + "name": "stone shape", + "level": 4, + "school": "transmutation", + "classes": [ + "cleric", + "druid", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (soft clay, which must be worked into roughly the desired shape of the stone object)", + "duration": "Instantaneous", + "text": "You touch a stone object of Medium size or smaller or a section of stone no more than 5 feet in any dimension and form it into any shape that suits your purpose. So, for example, you could shape a large rock into a weapon, idol, or coffer, or make a small passage through a wall, as long as the wall is less than 5 feet thick. You could also shape a stone door or its frame to seal the door shut. The object you create can have up to two hinges and a latch, but finer mechanical detail isn't possible." +} \ No newline at end of file -- cgit v1.2.3