diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/true_seeing.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/true_seeing.json')
-rw-r--r-- | parsed/spells/true_seeing.json | 18 |
1 files changed, 18 insertions, 0 deletions
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 |