STAT_DEFAULTS = {
'characterstat_UIDisplayedRace' : 'Human', #Species the girl belongs to for description purposes
'characterstat_RaceUsedForFunctions' : 'human', #Race is used by functions
'characterstat_CurrentRelationshipPoints' : 1, #Value to unlock scenes post quest completion
'characterstat_CurrentQuestStage' : 0, #Quest Progress
'characterstat_DateOfLastQuestAdvancement' : [0,0,0],
'characterstat_IsStillActive' : True, #Is still available to become a matron
'characterstat_NumberOfSexualEncountersAfterRecruited' : 0, #sexual encounters with the player
'characterstat_NumberOfWeeksPregnant' : 0, # number of weeks pregnant
'characterstat_NumberOfSexualEncountersNotImpregnated' : 0, # number of sexual encounters without impregnation used to counter balance lower fertility characters.
'characterstat_LabelsOfSexScenesForMemories' : ['none'], # Labels of sex scenes associated with character
'characterstat_AreTheyCurrentlyPregnant' : False, # Is the character pregnant
'characterstat_NumberOfOffspring' : 0, # Number of children had
'characterstat_ThresholdToImpregnate' : 50, # How easy the character is to impregnate
'characterstat_HasBeenBorn' : False, #Status determining if character has been born.
'characterstat_TypeOfCharacter' : "Matron", # Type of Character (Matron and Daughter main two types TBI, others MNI)
'characterstat_AssociatedCharacters' : ['none'], #List of characters that share relationship gains with this character. (TBI)
'characterstat_GaveBirthLastWeek' : False, #Just recently gave birth flag
'characterstat_ListOfDaughterCharacters' : ['none'], #List of children born
'characterstat_UIDisplayedCharacterImage' : '/characters/default.webp', # Image to show on character interaction screen
'characterstat_OptionSexScenesEnabled' : True, # Enables sex scenes can be disabled by player if they just want to ignore those interactions for any reason
'characterstat_RelationshipThresholdsToUnlockNewScenes' : [25,50,75,100,125,150,175,200], # standard relationship thresholds to unlock new scenes for characters
'characterstat_LabelsOfScenesToUnlockBasedOnRelationship' : ['none'], #the labels for threshold scenes
'characterstat_LabelsOfSexScenesAfterRecruited' : ['none'], # the labels for sex scenes after harem member
'characterstat_PersonalityType' : "Laidback", # The Basic Personality determines available generic date types.
'characterstat_WasIntroducedToPlayer' : False, #Flag for introduction sequence for daughter characters. (TBI)
'characterstat_NicknameForYou' : "Dear", # The nickname the character will use for you (TBI)
'characterstat_PlayerCallsHer' : "Honey", # The nickname the character is called by you (TBI)
'characterstat_LabelsOfPregnantSexScenes' : ['none'], # Specific Labels to Call When Bedroom Option is called when character is currently pregnant (TBI)
'characterstat_IsAResidentCharacter' : False, #Resident of a Town (MNI)
'characterstat_GeneratedID' : "No One", #Generation System ID to determine which images to show (MNI)
'characterstat_ListOfGeneratedDaughters' : ['none'], #Generation System randomly generated daughters (MNI)
'characterstat_NameOfMother' : "Unknown", # (MNI)
'characterstat_RPGLevel' : 1, # (MNI)
'characterstat_RPGStrength' : 1, # (MNI)
'characterstat_RPGVitality' : 1, # (MNI)
'characterstat_RPGCharisma' : 1, # (MNI)
'characterstat_RPGHealthPool' : 100, # (MNI)
'characterstat_RPGTotalExperience' : 0, # (MNI)
'characterstat_RPGCurrentExperience' : 0, # (MNI)
'characterstat_RPGExperienceNeedToLevel' : 1000, # (MNI)
}