mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Added appearance and backstory attrs to character
This commit is contained in:
@@ -223,6 +223,21 @@ class Character:
|
|||||||
# Features IN MAJOR DEVELOPMENT
|
# Features IN MAJOR DEVELOPMENT
|
||||||
custom_features = list()
|
custom_features = list()
|
||||||
feature_choices = 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__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user