Fixed some docstrings for spells and features.

This commit is contained in:
Mark Wolfman
2021-04-08 13:36:58 -05:00
parent 4719ad4305
commit 2aa5afd538
39 changed files with 2643 additions and 2657 deletions
+8 -8
View File
@@ -3,12 +3,12 @@ from dungeonsheets.spells.spells import Spell
class VampiricTouch(Spell):
"""The touch of your shadow-wreathed hand can siphon force from others to heal your
wounds. Make a melee spell attack against a creature within your reach. On a
wounds. Make a melee spell attack against a creature within your reach. On a
hit, the target takes 3d6 necrotic damage, and you regain hit points equal to
half the amount of necrotic damage dealt. Until the spell ends, you can make the
attack again on each of your turns as an action.
attack again on each of your turns as an action.
At Higher Levels: When you
**At Higher Levels:** When you
cast this spell using a spell slot of 4th level or higher, the damage increases
by 1d6 for each slot level above 3rd.
"""
@@ -26,13 +26,13 @@ class VampiricTouch(Spell):
class ViciousMockery(Spell):
"""You unleash a string of insults laced with subtle enchantments at a creature you
can see within range.
can see within range.
If the target can hear you (thought it need not
understand you), it must succeed on a Wisdom saving throw or take 1d4 psychic
damage and have disadvantage on the next attack roll it makes before the end of
its next turn.
At Higher Levels: This spell's damage increases by 1d4 when you
**At Higher Levels:** This spell's damage increases by 1d4 when you
reach 5th level (2d4), 11th level (3d4), and 17th level (4d4).
"""
name = "Vicious Mockery"
@@ -53,10 +53,10 @@ class VitriolicSphere(Spell):
creature in that area must make a Dexterity saving throw. On a failed save, a
creature takes 10d4 acid damage and another 5d4 acid damage at the end of its
next turn. On a successful save, a creature takes half the initial damage and no
damage at the end of its next turn.
damage at the end of its next turn.
At Higher Levels: When you cast this spell
using a spell slot of 5th level or higher, the initial damage increases by 2d4
**At Higher Levels:** When you cast this spell
using a spell slot of 5th level or higher, the initial damage increases by 2d4
for each slot level above 4th.
"""
name = "Vitriolic Sphere"