From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/clairvoyance.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parsed/spells/clairvoyance.json (limited to 'parsed/spells/clairvoyance.json') diff --git a/parsed/spells/clairvoyance.json b/parsed/spells/clairvoyance.json new file mode 100644 index 0000000..ab82230 --- /dev/null +++ b/parsed/spells/clairvoyance.json @@ -0,0 +1,17 @@ +{ + "entry": "spells", + "name": "clairvoyance", + "level": 3, + "type": "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