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/hideous_laughter.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/hideous_laughter.json (limited to 'parsed/spells/hideous_laughter.json') diff --git a/parsed/spells/hideous_laughter.json b/parsed/spells/hideous_laughter.json new file mode 100644 index 0000000..5a5d4a8 --- /dev/null +++ b/parsed/spells/hideous_laughter.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "hideous laughter", + "level": 1, + "type": "enchantment", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (tiny tarts and a feather that is waved in the air)", + "duration": "Concentration, up to 1 minute", + "text": "A creature of your choice that you can see within range perceives everything as hilariously funny and falls into fits of laughter if this spell affects it. The target must succeed on a Wisdom saving throw or fall prone, becoming incapacitated and unable to stand up for the duration. A creature with an Intelligence score of 4 or less isn't affected. \nAt the end of each of its turns, and each time it takes damage, the target can make another Wisdom saving throw. The target has advantage on the saving throw if it's triggered by damage. On a success, the spell ends." +} \ No newline at end of file -- cgit v1.2.3