diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/stone_shape.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/stone_shape.json')
-rw-r--r-- | parsed/spells/stone_shape.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parsed/spells/stone_shape.json b/parsed/spells/stone_shape.json new file mode 100644 index 0000000..80296fb --- /dev/null +++ b/parsed/spells/stone_shape.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "stone shape", + "level": 4, + "type": "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 |