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/faithful_hound.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/faithful_hound.json (limited to 'parser/spells/faithful_hound.json') diff --git a/parser/spells/faithful_hound.json b/parser/spells/faithful_hound.json new file mode 100644 index 0000000..ba1f6bc --- /dev/null +++ b/parser/spells/faithful_hound.json @@ -0,0 +1,13 @@ +{ + "name": "faithful hound", + "level": 4, + "school": "conjuration", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "30 feet", + "components": "V, S, M (a tiny silver whistle, a piece of bone, and a thread)", + "duration": "8 hours", + "text": "You conjure a phantom watchdog in an unoccupied space that you can see within range, where it remains for the duration, until you dismiss it as an action, or until you move more than 100 feet away from it. \nThe hound is invisible to all creatures except you and can't be harmed. When a Small or larger creature comes within 30 feet of it without first speaking the password that you specify when you cast this spell, the hound starts barking loudly. The hound sees invisible creatures and can see into the Ethereal Plane. It ignores illusions. \nAt the start of each of your turns, the hound attempts to bite one creature within 5 feet of it that is hostile to you. The hound's attack bonus is equal to your spellcasting ability modifier + your proficiency bonus. On a hit, it deals 4d8 piercing damage." +} \ No newline at end of file -- cgit v1.2.3