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/Color_Spray.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Color_Spray.json (limited to 'parser/spells/Color_Spray.json') diff --git a/parser/spells/Color_Spray.json b/parser/spells/Color_Spray.json new file mode 100644 index 0000000..79b646d --- /dev/null +++ b/parser/spells/Color_Spray.json @@ -0,0 +1,14 @@ +{ + "name": "Color Spray", + "level": 1, + "school": "illusion", + "classes": [ + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Self (15-foot cone)", + "components": "V, S, M (a pinch of powder or sand that is colored red, yellow, and blue)", + "duration": "1 round", + "text": "A dazzling array of flashing, colored light springs from your hand. Roll 6d10; the total is how many hit points of creatures this spell can effect. Creatures in a 15-foot cone originating from you are affected in ascending order of their current hit points (ignoring unconscious creatures and creatures that can't see). \nStarting with the creature that has the lowest current hit points, each creature affected by this spell is blinded until the spell ends. Subtract each creature's hit points from the total before moving on to the creature with the next lowest hit points. A creature's hit points must be equal to or less than the remaining total for that creature to be affected. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 2nd level or higher, roll an additional 2d10 for each slot level above 1st." +} \ No newline at end of file -- cgit v1.2.3