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/Dancing_Lights.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Dancing_Lights.json (limited to 'parser/spells/Dancing_Lights.json') diff --git a/parser/spells/Dancing_Lights.json b/parser/spells/Dancing_Lights.json new file mode 100644 index 0000000..ec05074 --- /dev/null +++ b/parser/spells/Dancing_Lights.json @@ -0,0 +1,15 @@ +{ + "name": "Dancing Lights", + "level": 0, + "school": "evocation", + "classes": [ + "bard", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "120 feet", + "components": "V, S, M (a bit of phosphorus or wychwood, or a glowworm)", + "duration": "Concentration, up to 1 minute", + "text": "You create up to four torch-sized lights within range, making them appear as torches, lanterns, or glowing orbs that hover in the air for the duration. You can also combine the four lights into one glowing vaguely humanoid form of Medium size. Whichever form you choose, each light sheds dim light in a 10- foot radius. \nAs a bonus action on your turn, you can move the lights up to 60 feet to a new spot within range. A light must be within 20 feet of another light created by this spell, and a light winks out if it exceeds the spell's range." +} \ No newline at end of file -- cgit v1.2.3