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/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..9421130 --- /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