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/slow.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/slow.json (limited to 'parsed/spells/slow.json') diff --git a/parsed/spells/slow.json b/parsed/spells/slow.json new file mode 100644 index 0000000..bd77bbf --- /dev/null +++ b/parsed/spells/slow.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "slow", + "level": 3, + "type": "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