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/Slow.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Slow.json (limited to 'parser/spells/Slow.json') diff --git a/parser/spells/Slow.json b/parser/spells/Slow.json new file mode 100644 index 0000000..e6a0dc0 --- /dev/null +++ b/parser/spells/Slow.json @@ -0,0 +1,14 @@ +{ + "name": "Slow", + "level": 3, + "school": "transmutation", + "classes": [ + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "120 feet", + "components": "V, S, M (a drop of molasses)", + "duration": "Concentration, up to 1 minute", + "text": "You alter time around up to six creatures of your choice in a 40-foot cube within range. Each target must succeed on a Wisdom saving throw or be affected by this spell for the duration. \nAn affected target's speed is halved, it takes a \u22122 penalty to AC and Dexterity saving throws, and it can't use reactions. On its turn, it can use either an action or a bonus action, not both. Regardless of the creature's abilities or magic items, it can't make more than one melee or ranged attack during its turn. \nIf the creature attempts to cast a spell with a casting time of 1 action, roll a d20. On an 11 or higher, the spell doesn't take effect until the creature's next turn, and the creature must use its action on that turn to complete the spell. If it can't, the spell is wasted. \nA creature affected by this spell makes another Wisdom saving throw at the end of its turn. On a successful save, the effect ends for it." +} \ No newline at end of file -- cgit v1.2.3