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/true_seeing.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parser/spells/true_seeing.json (limited to 'parser/spells/true_seeing.json') diff --git a/parser/spells/true_seeing.json b/parser/spells/true_seeing.json new file mode 100644 index 0000000..65aedc9 --- /dev/null +++ b/parser/spells/true_seeing.json @@ -0,0 +1,17 @@ +{ + "name": "true seeing", + "level": 6, + "school": "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