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/identify.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/identify.json (limited to 'parsed/spells/identify.json') diff --git a/parsed/spells/identify.json b/parsed/spells/identify.json new file mode 100644 index 0000000..029990d --- /dev/null +++ b/parsed/spells/identify.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "identify", + "level": 1, + "type": "divination", + "classes": [ + "bard", + "wizard" + ], + "casting_time": "1 minute", + "range": "Touch", + "components": "V, S, M (a pearl worth at least 100 gp and an owl feather)", + "duration": "Instantaneous", + "text": "You choose one object that you must touch throughout the casting of the spell. If it is a magic item or some other magic-imbued object, you learn its properties and how to use them, whether it requires attunement to use, and how many charges it has, if any. You learn whether any spells are affecting the item and what they are. If the item was created by a spell, you learn which spell created it. \nIf you instead touch a creature throughout the casting, you learn what spells, if any, are currently affecting it." +} \ No newline at end of file -- cgit v1.2.3