From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Stinking_Cloud.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Stinking_Cloud.json (limited to 'parser/spells/Stinking_Cloud.json') diff --git a/parser/spells/Stinking_Cloud.json b/parser/spells/Stinking_Cloud.json new file mode 100644 index 0000000..1ea2e8b --- /dev/null +++ b/parser/spells/Stinking_Cloud.json @@ -0,0 +1,15 @@ +{ + "name": "Stinking Cloud", + "level": 3, + "school": "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 -- cgit v1.2.3