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/flesh_to_stone.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/flesh_to_stone.json')
-rw-r--r-- | parsed/spells/flesh_to_stone.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parsed/spells/flesh_to_stone.json b/parsed/spells/flesh_to_stone.json new file mode 100644 index 0000000..53c7624 --- /dev/null +++ b/parsed/spells/flesh_to_stone.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "flesh to stone", + "level": 6, + "type": "transmutation", + "classes": [ + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S, M (a pinch of lime, water, and earth)", + "duration": "Concentration, up to 1 minute", + "text": "You attempt to turn one creature that you can see within range into stone. If the target's body is made of flesh, the creature must make a Constitution saving throw. On a failed save, it is restrained as its flesh begins to harden. On a successful save, the creature isn't affected. \nA creature restrained by this spell must make another Constitution saving throw at the end of each of its turns. If it successfully saves against this spell three times, the spell ends. If it fails its saves three times, it is turned to stone and subjected to the petrified condition for the duration. The successes and failures don't need to be consecutive; keep track of both until the target collects three of a kind. \nIf the creature is physically broken while petrified, it suffers from similar deformities if it reverts to its original state. \nIf you maintain your concentration on this spell for the entire possible duration, the creature is turned to stone until the effect is removed." +}
\ No newline at end of file |