mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 21:01:26 +02:00
Epub for gm notes now prints monster spells, if specified.
This commit is contained in:
@@ -403,6 +403,9 @@ class Priest(Monster):
|
||||
climb_speed = 0
|
||||
hp_max = 27
|
||||
hit_dice = "5d8"
|
||||
spells = ["light", "sacred_flame", "thaumaturgy", "cure wounds",
|
||||
"guiding bolt", "sanctuary", "lesser_restoration",
|
||||
"spiritual weapon", "dispel magic", "spirit guardians"]
|
||||
|
||||
|
||||
class Pseudodragon(Monster):
|
||||
|
||||
Reference in New Issue
Block a user