From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Speak_with_Animals.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/Speak_with_Animals.json (limited to 'parser/spells/Speak_with_Animals.json') diff --git a/parser/spells/Speak_with_Animals.json b/parser/spells/Speak_with_Animals.json new file mode 100644 index 0000000..c1ba016 --- /dev/null +++ b/parser/spells/Speak_with_Animals.json @@ -0,0 +1,15 @@ +{ + "name": "Speak with Animals", + "level": 1, + "school": "divination", + "classes": [ + "bard", + "druid", + "ranger" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S", + "duration": "10 minutes", + "text": "You gain the ability to comprehend and verbally communicate with beasts for the duration. The knowledge and awareness of many beasts is limited by their intelligence, but at minimum, beasts can give you information about nearby locations and monsters, including whatever they can perceive or have perceived within the past day. You might be able to persuade a beast to perform a small favor for you, at the GM's discretion." +} \ No newline at end of file -- cgit v1.2.3