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/Daylight.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parser/spells/Daylight.json (limited to 'parser/spells/Daylight.json') diff --git a/parser/spells/Daylight.json b/parser/spells/Daylight.json new file mode 100644 index 0000000..fa5f734 --- /dev/null +++ b/parser/spells/Daylight.json @@ -0,0 +1,17 @@ +{ + "name": "Daylight", + "level": 3, + "school": "evocation", + "classes": [ + "cleric", + "druid", + "paladin", + "ranger", + "sorcerer" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S", + "duration": "1 hour", + "text": "A 60-foot-radius sphere of light spreads out from a point you choose within range. The sphere is bright light and sheds dim light for an additional 60 feet. \nIf you chose a point on an object you are holding or one that isn't being worn or carried, the light shines from the object and moves with it. Completely covering the affected object with an opaque object, such as a bowl or a helm, blocks the light. \nIf any of this spell's area overlaps with an area of darkness created by a spell of 3rd level or lower, the spell that created the darkness is dispelled." +} \ No newline at end of file -- cgit v1.2.3