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