N3OW/common/scripted_character_templates/00_physician_character_template.txt
2026-04-25 18:55:31 -04:00

108 lines
1.8 KiB
Text

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
}
}
}
}
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
}
}
}
}