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/arcane_eye.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/arcane_eye.json (limited to 'parser/spells/arcane_eye.json') diff --git a/parser/spells/arcane_eye.json b/parser/spells/arcane_eye.json new file mode 100644 index 0000000..ead26ac --- /dev/null +++ b/parser/spells/arcane_eye.json @@ -0,0 +1,13 @@ +{ + "name": "arcane eye", + "level": 4, + "school": "divination", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (a bit of bat fur)", + "duration": "Concentration, up to 1 hour", + "text": "You create an invisible, magical eye within range that hovers in the air for the duration. \nYou mentally receive visual information from the eye, which has normal vision and darkvision out to 30 feet. The eye can look in every direction. \nAs an action, you can move the eye up to 30 feet in any direction. There is no limit to how far away from you the eye can move, but it can't enter another plane of existence. A solid barrier blocks the eye's movement, but the eye can pass through an opening as small as 1 inch in diameter." +} \ No newline at end of file -- cgit v1.2.3