mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Fixed remaining docstrings to be valid rst, and cleaned up TeX templates.
This commit is contained in:
@@ -99,21 +99,22 @@ class Telepathy(Spell):
|
||||
|
||||
|
||||
class Teleport(Spell):
|
||||
"""This spell instantly transports you and up to eight willing creatures of your
|
||||
choice that you can see within range, or a single object that you can see within
|
||||
range, to a destination you select. If you target an object, it must be able to
|
||||
fit entirely inside a 10-foot cube, and it can't be held or carried by an
|
||||
"""This spell instantly transports you and up to eight willing
|
||||
creatures of your choice that you can see within range, or a
|
||||
single object that you can see within range, to a destination you
|
||||
select. If you target an object, it must be able to fit entirely
|
||||
inside a 10-foot cube, and it can't be held or carried by an
|
||||
unwilling creature.
|
||||
|
||||
The destination you choose must be known to you, and it
|
||||
must be on the same plane of existence as you. Your familiarity with the
|
||||
destination determines whether you arrive there successfully. The DM rolls d100
|
||||
and consults the table.
|
||||
|
||||
|
||||
The destination you choose must be known to you, and it must be on
|
||||
the same plane of existence as you. Your familiarity with the
|
||||
destination determines whether you arrive there successfully. The
|
||||
DM rolls d100 and consults the table.
|
||||
|
||||
================= ====== ============ ========== =========
|
||||
Familiarity Mishap Similar Area Off Target On Target
|
||||
================= ====== ============ ========== =========
|
||||
Permanent circle -- -- -- 01-100
|
||||
Permanent circle -- -- -- 01-100
|
||||
Associated object -- -- -- 01-100
|
||||
Very familiar 01–05 06–13 14–24 25–100
|
||||
Seen casually 01–33 34–43 44–53 54–100
|
||||
@@ -852,5 +853,3 @@ class Tsunami(Spell):
|
||||
ritual = False
|
||||
magic_school = "Conjuration"
|
||||
classes = ('Druid',)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user