Fixed remaining docstrings to be valid rst, and cleaned up TeX templates.

This commit is contained in:
Mark Wolfman
2021-04-15 22:31:14 -05:00
parent c8577187b0
commit 63c62a17f8
26 changed files with 416 additions and 498 deletions
+12 -13
View File
@@ -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 0105 0613 1424 25100
Seen casually 0133 3443 4453 54100
@@ -852,5 +853,3 @@ class Tsunami(Spell):
ritual = False
magic_school = "Conjuration"
classes = ('Druid',)