mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Add Mind Sliver and Wristpocket
This commit is contained in:
@@ -775,6 +775,27 @@ class MindBlank(Spell):
|
||||
classes = ('Bard', 'Wizard')
|
||||
|
||||
|
||||
class MindSliver(Spell):
|
||||
"""You drive a disorienting spike of psychic energy into the mind of one
|
||||
creature you can see within range. The target must succeed on
|
||||
an Intelligence saving throw or take 1d6 psychic damage and subtract 1d4
|
||||
from the next saving throw it makes before the end of your next turn.
|
||||
|
||||
At Higher Levels: This spell’s damage increases by 1d6 when you reach
|
||||
certain levels: 5th level (2d6), 11th level (3d6), and 17th level (4d6).
|
||||
"""
|
||||
name = "Mind Sliver"
|
||||
level = 0
|
||||
casting_time = "1 action"
|
||||
casting_range = "60 feet"
|
||||
components = ('V',)
|
||||
materials = """"""
|
||||
duration = "1 round"
|
||||
ritual = False
|
||||
magic_school = "Enchantment"
|
||||
classes = ('Sorcerer', 'Warlock', 'Wizard')
|
||||
|
||||
|
||||
class MindSpike(Spell):
|
||||
"""You reach into the mind of one creature you can see within range. The target
|
||||
must make a Wisdom saving throw, taking 3d8 psychic damage on a failed save, or
|
||||
|
||||
Reference in New Issue
Block a user