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/locate_animals_or_plants.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parsed/spells/locate_animals_or_plants.json (limited to 'parsed/spells/locate_animals_or_plants.json') diff --git a/parsed/spells/locate_animals_or_plants.json b/parsed/spells/locate_animals_or_plants.json new file mode 100644 index 0000000..31eba86 --- /dev/null +++ b/parsed/spells/locate_animals_or_plants.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "locate animals or plants", + "level": 2, + "type": "divination", + "classes": [ + "bard", + "druid", + "ranger" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S, M (a bit of fur from a bloodhound)", + "duration": "Instantaneous", + "text": "Describe or name a specific kind of beast or plant. Concentrating on the voice of nature in your surroundings, you learn the direction and distance to the closest creature or plant of that kind within 5 miles, if any are present." +} \ No newline at end of file -- cgit v1.2.3