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/Faerie_Fire.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Faerie_Fire.json (limited to 'parser/spells/Faerie_Fire.json') diff --git a/parser/spells/Faerie_Fire.json b/parser/spells/Faerie_Fire.json new file mode 100644 index 0000000..0d5aef0 --- /dev/null +++ b/parser/spells/Faerie_Fire.json @@ -0,0 +1,14 @@ +{ + "name": "Faerie Fire", + "level": 1, + "school": "evocation", + "classes": [ + "bard", + "druid" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V", + "duration": "Concentration, up to 1 minute", + "text": "Each object in a 20-foot cube within range is outlined in blue, green, or violet light (your choice). Any creature in the area when the spell is cast is also outlined in light if it fails a Dexterity saving throw. For the duration, objects and affected creatures shed dim light in a 10-foot radius. \nAny attack roll against an affected creature or object has advantage if the attacker can see it, and the affected creature or object can't benefit from being invisible." +} \ No newline at end of file -- cgit v1.2.3