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/clairvoyance.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/clairvoyance.json (limited to 'parser/spells/clairvoyance.json') diff --git a/parser/spells/clairvoyance.json b/parser/spells/clairvoyance.json new file mode 100644 index 0000000..58e3855 --- /dev/null +++ b/parser/spells/clairvoyance.json @@ -0,0 +1,16 @@ +{ + "name": "clairvoyance", + "level": 3, + "school": "divination", + "classes": [ + "bard", + "cleric", + "sorcerer", + "wizard" + ], + "casting_time": "10 minutes", + "range": "1 mile", + "components": "V, S, M (a focus worth at least 100 gp, either a jeweled horn for hearing or a glass eye for seeing)", + "duration": "Concentration, up to 10 minutes", + "text": "You create an invisible sensor within range in a location familiar to you (a place you have visited or seen before) or in an obvious location that is unfamiliar to you (such as behind a door, around a corner, or in a grove of trees). The sensor remains in place for the duration, and it can't be attacked or otherwise interacted with. \nWhen you cast the spell, you choose seeing or hearing. You can use the chosen sense through the sensor as if you were in its space. As your action, you can switch between seeing and hearing. \nA creature that can see the sensor (such as a creature benefiting from **_see invisibility_** or truesight) sees a luminous, intangible orb about the size of your fist." +} \ No newline at end of file -- cgit v1.2.3