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

50 lines
No EOL
1.1 KiB
Text

peasant_leader_stewardship_character = {
age = { 20 40 }
dynasty = none
random_traits = yes
culture = scope:project_county.culture
faith = scope:project_county.faith
gender_female_chance = {
if = {
limit = { scope:project_county.faith = { has_doctrine = doctrine_gender_male_dominated } }
add = 0
}
else_if = {
limit = { scope:project_county.faith = { has_doctrine = doctrine_gender_female_dominated } }
add = 100
}
else = {
add = 50
}
}
stewardship = {
min_template_decent_skill
max_template_decent_skill
}
}
peasant_leader_martial_character = {
age = { 20 40 }
dynasty = none
random_traits = yes
culture = scope:project_county.culture
faith = scope:project_county.faith
gender_female_chance = {
if = {
limit = { scope:project_county.faith = { has_doctrine = doctrine_gender_male_dominated } }
add = 0
}
else_if = {
limit = { scope:project_county.faith = { has_doctrine = doctrine_gender_female_dominated } }
add = 100
}
else = {
add = 50
}
}
martial = {
min_template_decent_skill
max_template_decent_skill
}
}