From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -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..4239a8e --- /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