diff options
Diffstat (limited to 'parsed/spells/silence.json')
-rw-r--r-- | parsed/spells/silence.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parsed/spells/silence.json b/parsed/spells/silence.json new file mode 100644 index 0000000..23e78b3 --- /dev/null +++ b/parsed/spells/silence.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "silence", + "level": 2, + "type": "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 |