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/locate_object.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 parser/spells/locate_object.json (limited to 'parser/spells/locate_object.json') diff --git a/parser/spells/locate_object.json b/parser/spells/locate_object.json new file mode 100644 index 0000000..91e0c23 --- /dev/null +++ b/parser/spells/locate_object.json @@ -0,0 +1,18 @@ +{ + "name": "locate object", + "level": 2, + "school": "divination", + "classes": [ + "bard", + "cleric", + "druid", + "paladin", + "ranger", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S, M (a forked twig)", + "duration": "Concentration, up to 10 minutes", + "text": "Describe or name an object that is familiar to you. You sense the direction to the object's location, as long as that object is within 1,000 feet of you. If the object is in motion, you know the direction of its movement. \nThe spell can locate a specific object known to you, as long as you have seen it up close--within 30 feet--at least once. Alternatively, the spell can locate the nearest object of a particular kind, such as a certain kind of apparel, jewelry, furniture, tool, or weapon. \nThis spell can't locate an object if any thickness of lead, even a thin sheet, blocks a direct path between you and the object." +} \ No newline at end of file -- cgit v1.2.3