From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/stinking_cloud.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parsed/spells/stinking_cloud.json (limited to 'parsed/spells/stinking_cloud.json') 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 -- cgit v1.2.3