N3OW/common/scripted_character_templates/00_scholar_template.txt

106 lines
2.1 KiB
Text
Raw Normal View History


# Root scholars
scholar_character = {
age = { 35 50 }
random_traits_list = {
count = 1
education_learning_3 = {}
education_learning_4 = {}
}
random_traits_list = {
count = 1
lifestyle_herbalist = {}
lifestyle_physician = {}
lifestyle_mystic = {}
lifestyle_gardener = {}
theologian = {}
shrewd = {}
}
trait = loyal
random_traits = yes
faith = root.faith
culture = root.culture
gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
learning = {
min_template_high_skill
max_template_high_skill
}
}
writer_character = {
age = { 25 60 }
random_traits_list = {
count = 1
education_learning_2 = {}
education_learning_3 = {}
education_learning_4 = {}
education_stewardship_2 = {}
education_stewardship_3 = {}
}
random_traits_list = {
count = 1
devoted = {}
scholar = {}
}
random_traits = yes
faith = root.faith
culture = root.culture
gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
martial = {
min_template_low_skill
max_template_low_skill
}
learning = {
min_template_high_skill
max_template_high_skill
}
}
# Capital county-based scholars
capital_scholar_character = {
age = { 35 50 }
random_traits_list = {
count = 1
education_learning_2 = {}
education_learning_3 = {}
education_learning_4 = {}
}
random_traits = yes
faith = capital_county.faith
culture = capital_county.culture
gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
learning = {
min_template_high_skill
max_template_high_skill
}
}
capital_writer_character = {
age = { 25 60 }
random_traits_list = {
count = 1
education_learning_2 = {}
education_learning_3 = {}
education_learning_4 = {}
education_stewardship_2 = {}
education_stewardship_3 = {}
}
random_traits_list = {
count = 1
devoted = {}
scholar = {}
}
random_traits = yes
faith = capital_county.faith
culture = capital_county.culture
gender_female_chance = root_faith_dominant_gender_adjusted_female_chance
martial = {
min_template_low_skill
max_template_low_skill
}
learning = {
min_template_high_skill
max_template_high_skill
}
}