Added appearance and backstory attrs to character

This commit is contained in:
tim_jackins
2021-05-28 11:08:58 -04:00
parent d2df428969
commit 428b9ea2e3
+15
View File
@@ -223,6 +223,21 @@ class Character:
# Features IN MAJOR DEVELOPMENT
custom_features = list()
feature_choices = list()
# Appearance
# portrait = placeholder not sure how to implement
age = 0
height = ''
weight = ''
eyes = ''
skin = ''
hair = ''
# Background
allies = ''
faction_name = ''
# faction_symbol = placeholder not sure how to implement
backstory = ''
other_feats_traits = ''
treasure = ''
def __init__(
self,