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