mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 21:01:26 +02:00
Added some personality characteristics
This commit is contained in:
@@ -52,6 +52,11 @@ class Character():
|
||||
sleight_of_hand = Skill(ability='dexterity')
|
||||
stealth = Skill(ability='dexterity')
|
||||
survival = Skill(ability='wisdom')
|
||||
# Characteristics
|
||||
personality_traits = ""
|
||||
ideals = ""
|
||||
bonds = ""
|
||||
flaws = ""
|
||||
# Inventory
|
||||
cp = 0
|
||||
sp = 0
|
||||
|
||||
Reference in New Issue
Block a user