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/Comprehend_Languages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Comprehend_Languages.json (limited to 'parser/spells/Comprehend_Languages.json') diff --git a/parser/spells/Comprehend_Languages.json b/parser/spells/Comprehend_Languages.json new file mode 100644 index 0000000..7e1a650 --- /dev/null +++ b/parser/spells/Comprehend_Languages.json @@ -0,0 +1,16 @@ +{ + "name": "Comprehend Languages", + "level": 1, + "school": "divination", + "classes": [ + "bard", + "sorcerer", + "warlock", + "wizard" + ], + "casting_time": "1 action", + "range": "Self", + "components": "V, S, M (a pinch of soot and salt)", + "duration": "1 hour", + "text": "For the duration, you understand the literal meaning of any spoken language that you hear. You also understand any written language that you see, but you must be touching the surface on which the words are written. It takes about 1 minute to read one page of text. \nThis spell doesn't decode secret messages in a text or a glyph, such as an arcane sigil, that isn't part of a written language." +} \ No newline at end of file -- cgit v1.2.3