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/stinking_cloud.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/stinking_cloud.json')
-rw-r--r-- | parsed/spells/stinking_cloud.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parsed/spells/stinking_cloud.json b/parsed/spells/stinking_cloud.json new file mode 100644 index 0000000..5f330ae --- /dev/null +++ b/parsed/spells/stinking_cloud.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "stinking cloud", + "level": 3, + "type": "conjuration", + "classes": [ + "bard", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "90 feet", + "components": "V, S, M (a rotten egg or several skunk cabbage leaves)", + "duration": "Concentration, up to 1 minute", + "text": "You create a 20-foot-radius sphere of yellow, nauseating gas centered on a point within range. The cloud spreads around corners, and its area is heavily obscured. The cloud lingers in the air for the duration. \nEach creature that is completely within the cloud at the start of its turn must make a Constitution saving throw against poison. On a failed save, the creature spends its action that turn retching and reeling. Creatures that don't need to breathe or are immune to poison automatically succeed on this saving throw. \nA moderate wind (at least 10 miles per hour) disperses the cloud after 4 rounds. A strong wind (at least 20 miles per hour) disperses it after 1 round." +}
\ No newline at end of file |