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/Light.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Light.json (limited to 'parser/spells/Light.json') diff --git a/parser/spells/Light.json b/parser/spells/Light.json new file mode 100644 index 0000000..77998bf --- /dev/null +++ b/parser/spells/Light.json @@ -0,0 +1,16 @@ +{ + "name": "Light", + "level": 0, + "school": "evocation", + "classes": [ + "bard", + "cleric", + "sorcerer", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, M (a firefly or phosphorescent moss)", + "duration": "1 hour", + "text": "You touch one object that is no larger than 10 feet in any dimension. Until the spell ends, the object sheds bright light in a 20-foot radius and dim light for an additional 20 feet. The light can be colored as you like. Completely covering the object with something opaque blocks the light. The spell ends if you cast it again or dismiss it as an action. \nIf you target an object held or worn by a hostile creature, that creature must succeed on a Dexterity saving throw to avoid the spell." +} \ No newline at end of file -- cgit v1.2.3