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/speak_with_dead.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/speak_with_dead.json (limited to 'parser/spells/speak_with_dead.json') diff --git a/parser/spells/speak_with_dead.json b/parser/spells/speak_with_dead.json new file mode 100644 index 0000000..8264ca3 --- /dev/null +++ b/parser/spells/speak_with_dead.json @@ -0,0 +1,14 @@ +{ + "name": "speak with dead", + "level": 3, + "school": "necromancy", + "classes": [ + "bard", + "cleric" + ], + "casting_time": "1 action", + "range": "10 feet", + "components": "V, S, M (burning incense)", + "duration": "10 minutes", + "text": "You grant the semblance of life and intelligence to a corpse of your choice within range, allowing it to answer the questions you pose. The corpse must still have a mouth and can't be undead. The spell fails if the corpse was the target of this spell within the last 10 days. \nUntil the spell ends, you can ask the corpse up to five questions. The corpse knows only what it knew in life, including the languages it knew. Answers are usually brief, cryptic, or repetitive, and the corpse is under no compulsion to offer a truthful answer if you are hostile to it or it recognizes you as an enemy. This spell doesn't return the creature's soul to its body, only its animating spirit. Thus, the corpse can't learn new information, doesn't comprehend anything that has happened since it died, and can't speculate about future events." +} \ No newline at end of file -- cgit v1.2.3