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/Tongues.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 parser/spells/Tongues.json (limited to 'parser/spells/Tongues.json') diff --git a/parser/spells/Tongues.json b/parser/spells/Tongues.json new file mode 100644 index 0000000..8a639a1 --- /dev/null +++ b/parser/spells/Tongues.json @@ -0,0 +1,17 @@ +{ + "name": "Tongues", + "level": 3, + "school": "divination", + "classes": [ + "bard", + "cleric", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, M (a small clay model of a ziggurat)", + "duration": "1 hour", + "text": "This spell grants the creature you touch the ability to understand any spoken language it hears. Moreover, when the target speaks, any creature that knows at least one language and can hear the target understands what it says." +} \ No newline at end of file -- cgit v1.2.3