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/true_seeing.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 parsed/spells/true_seeing.json (limited to 'parsed/spells/true_seeing.json') diff --git a/parsed/spells/true_seeing.json b/parsed/spells/true_seeing.json new file mode 100644 index 0000000..282f932 --- /dev/null +++ b/parsed/spells/true_seeing.json @@ -0,0 +1,18 @@ +{ + "entry": "spells", + "name": "true seeing", + "level": 6, + "type": "divination", + "classes": [ + "bard", + "cleric", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (an ointment for the eyes that costs 25 gp; is made from mushroom powder, saffron, and fat; and is consumed by the spell)", + "duration": "1 hour", + "text": "This spell gives the willing creature you touch the ability to see things as they actually are. For the duration, the creature has truesight, notices secret doors hidden by magic, and can see into the Ethereal Plane, all out to a range of 120 feet." +} \ No newline at end of file -- cgit v1.2.3