mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 21:01:26 +02:00
Removed non utf-8 characters
This commit is contained in:
@@ -2,7 +2,7 @@ from .spells import Spell
|
||||
|
||||
|
||||
class Jump(Spell):
|
||||
"""You touch a creature. The creature’s jump distance is tripled until the spell
|
||||
"""You touch a creature. The creature's jump distance is tripled until the spell
|
||||
ends.
|
||||
"""
|
||||
name = "Jump"
|
||||
@@ -10,7 +10,7 @@ class Jump(Spell):
|
||||
casting_time = "1 action"
|
||||
casting_range = "Touch"
|
||||
components = ('V', 'S', 'M')
|
||||
materials = """A grasshopper’s hind leg"""
|
||||
materials = """A grasshopper's hind leg"""
|
||||
duration = "1 minute"
|
||||
ritual = False
|
||||
magic_school = "Transmutation"
|
||||
|
||||
Reference in New Issue
Block a user