diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/daylight.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/daylight.json')
-rw-r--r-- | parsed/spells/daylight.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/parsed/spells/daylight.json b/parsed/spells/daylight.json new file mode 100644 index 0000000..101af94 --- /dev/null +++ b/parsed/spells/daylight.json @@ -0,0 +1,18 @@ +{ + "entry": "spells", + "name": "daylight", + "level": 3, + "type": "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 |