From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -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..28aed79 --- /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