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/Irresistible_Dance.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Irresistible_Dance.json (limited to 'parser/spells/Irresistible_Dance.json') diff --git a/parser/spells/Irresistible_Dance.json b/parser/spells/Irresistible_Dance.json new file mode 100644 index 0000000..bf7b9a1 --- /dev/null +++ b/parser/spells/Irresistible_Dance.json @@ -0,0 +1,14 @@ +{ + "name": "Irresistible Dance", + "level": 6, + "school": "enchantment", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V", + "duration": "Concentration, up to 1 minute", + "text": "Choose one creature that you can see within range. The target begins a comic dance in place: shuffling, tapping its feet, and capering for the duration. Creatures that can't be charmed are immune to this spell. \nA dancing creature must use all its movement to dance without leaving its space and has disadvantage on Dexterity saving throws and attack rolls. While the target is affected by this spell, other creatures have advantage on attack rolls against it. As an action, a dancing creature makes a Wisdom saving throw to regain control of itself. On a successful save, the spell ends." +} \ No newline at end of file -- cgit v1.2.3