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/silence.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/silence.json (limited to 'parser/spells/silence.json') diff --git a/parser/spells/silence.json b/parser/spells/silence.json new file mode 100644 index 0000000..43ea82c --- /dev/null +++ b/parser/spells/silence.json @@ -0,0 +1,15 @@ +{ + "name": "silence", + "level": 2, + "school": "illusion", + "classes": [ + "bard", + "cleric", + "ranger" + ], + "casting_time": "1 action", + "range": "120 feet", + "components": "V, S", + "duration": "Concentration, up to 10 minutes", + "text": "For the duration, no sound can be created within or pass through a 20-foot-radius sphere centered on a point you choose within range. Any creature or object entirely inside the sphere is immune to thunder damage, and creatures are deafened while entirely inside it. Casting a spell that includes a verbal component is impossible there." +} \ No newline at end of file -- cgit v1.2.3