physician_low_character_template = { age = { 18 50 } dynasty = none faith = root.faith culture = root.culture gender_female_chance = 50 # Traits random_traits_list = { count = 1 education_learning_1 = {} education_learning_2 = {} } trait = lifestyle_physician random_traits = yes # Skills learning = { min_template_decent_skill max_template_decent_skill } after_creation = { add_trait_xp = { trait = lifestyle_physician value = { small_lifestyle_random_xp_low small_lifestyle_random_xp_high } } } } physician_high_character_template = { age = { 24 50 } dynasty = none faith = root.faith culture = root.culture gender_female_chance = 50 # Traits random_traits_list = { count = 1 education_learning_2 = {} education_learning_3 = {} education_learning_4 = {} } trait = lifestyle_physician random_traits = yes # Skills learning = { min_template_medium_skill max_template_medium_skill } after_creation = { add_trait_xp = { trait = lifestyle_physician value = { medium_lifestyle_random_xp_low medium_lifestyle_random_xp_high } } random = { chance = 10 if = { limit = { root.capital_province = { geographical_region = world_europe } } add_character_flag = ai_will_not_convert set_character_faith = faith:trenchsinger } } } } physician_excellent_character_template = { age = { 30 60 } dynasty = none faith = root.faith culture = root.culture gender_female_chance = 50 # Traits random_traits_list = { count = 1 education_learning_3 = {} education_learning_4 = {} } trait = lifestyle_physician random_traits = yes # Skills learning = { min_template_medium_skill max_template_medium_skill } after_creation = { add_trait_xp = { trait = lifestyle_physician value = { medium_lifestyle_random_xp_high 100 } } random = { chance = 66 if = { limit = { NOT = { has_trait = lifestyle_herbalist } } add_trait = lifestyle_herbalist } } random = { chance = 33 if = { limit = { root.capital_province = { geographical_region = world_europe } } add_character_flag = ai_will_not_convert set_character_faith = faith:trenchsinger } } } }