From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -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..889c188 --- /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