From 2bdbcb2e791006817611b2ab8b152496f71e8aab Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Fri, 21 Jul 2017 13:02:50 +0200 Subject: [PATCH] Fixed speak with animals #118 --- dataSources/srd/spells.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dataSources/srd/spells.json b/dataSources/srd/spells.json index 5cb4c38c..ed67d714 100644 --- a/dataSources/srd/spells.json +++ b/dataSources/srd/spells.json @@ -4080,7 +4080,7 @@ }, { "castingTime": "action", - "description": "V, S", + "description": "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", "duration": "10 minutes", "level": 1, "range": "Self", @@ -4088,8 +4088,8 @@ "ritual": true, "name": "Speak with Animals", "components": { - "verbal": false, - "somatic": false, + "verbal": true, + "somatic": true, "concentration": false } },