mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-01 18:38:27 +02:00
Added makefile to install all dependencies
This commit is contained in:
@@ -137,9 +137,15 @@ class DarkOnesBlessing(Feature):
|
||||
warlock level (minimum of 1)
|
||||
|
||||
"""
|
||||
name = "Dark One's Blessing"
|
||||
_name = "Dark One's Blessing"
|
||||
source = "Warlock (The Fiend Patron)"
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
level = self.owner.Warlock.level
|
||||
mod = self.owner.charisma.modifier
|
||||
return self._name + ' ({:d} HP)'.format(level + mod)
|
||||
|
||||
|
||||
class DarkOnesOwnLuck(Feature):
|
||||
"""Starting at 6th level, you can call on your patron to alter fate in your
|
||||
|
||||
Reference in New Issue
Block a user