diff --git a/dungeonsheets/spells.py b/dungeonsheets/spells.py index 5969eac..4f55e14 100644 --- a/dungeonsheets/spells.py +++ b/dungeonsheets/spells.py @@ -4563,6 +4563,26 @@ class TimeStop(Spell): magic_school = "Transmutation" classes = () +class TollTheDead(Spell): + """You point at one creature you can see within range, and the sound + of a dolorous bell fills the air around it for a moment. The target + must succeed on a Wisdom saving throw or take 1d8 necrotic damage. If + the target is missing any of its hit points, it instead takes 1d12 + necrotic damage. + + The spell’s damage increases by one die when you reach 5th level (2d8 + or 2d12), 11th level (3d8 or 3d12), and 17th level (4d8 or 4d12). + + """ + name = "Toll The Dead" + level = 0 + casting_time = "1 action" + casting_range = "60 ft" + components = ('V',) + materials = "" + duration = "Instantaneous" + magic_school = "Necromancy" + classes = () class TrueResurrection(Spell): """You touch a creature that has been dead for no longer than 200