unfucking the mod
This commit is contained in:
parent
cbe3fbcda2
commit
d887392b56
1167 changed files with 26982 additions and 13 deletions
105
common/scripted_character_templates/00_scholar_template.txt
Normal file
105
common/scripted_character_templates/00_scholar_template.txt
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
|
||||
# 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue