covering errors

This commit is contained in:
Heidesommer 2026-05-07 17:47:22 -04:00
parent c1b4784178
commit 79c630dcf9
38 changed files with 209 additions and 215 deletions

View file

@ -374,7 +374,7 @@ fp1_jomsviking_bigwig = {
#General
age = { 30 60 }
dynasty = none
faith = faith:norse_pagan
faith = faith:folketro
culture = culture:norse
#Education
random_traits_list = {
@ -416,13 +416,13 @@ fp1_jomsviking_bigwig = {
gender_female_chance = {
if = {
limit = {
faith:norse_pagan = { has_doctrine = doctrine_gender_male_dominated }
faith:folketro = { has_doctrine = doctrine_gender_male_dominated }
}
add = 0
}
else_if = {
limit = {
faith:norse_pagan = { has_doctrine = doctrine_gender_female_dominated }
faith:folketro = { has_doctrine = doctrine_gender_female_dominated }
}
add = 100
}
@ -445,7 +445,7 @@ fp1_jomsviking_retainer_martial = {
#General
age = { 25 45 }
dynasty = none
faith = faith:norse_pagan
faith = faith:folketro
culture = root.culture
#Education
random_traits_list = {
@ -478,13 +478,13 @@ fp1_jomsviking_retainer_martial = {
gender_female_chance = {
if = {
limit = {
faith:norse_pagan = { has_doctrine = doctrine_gender_male_dominated }
faith:folketro = { has_doctrine = doctrine_gender_male_dominated }
}
add = 0
}
else_if = {
limit = {
faith:norse_pagan = { has_doctrine = doctrine_gender_female_dominated }
faith:folketro = { has_doctrine = doctrine_gender_female_dominated }
}
add = 100
}
@ -504,7 +504,7 @@ fp1_jomsviking_retainer_prowess = {
#General
age = { 25 45 }
dynasty = none
faith = faith:norse_pagan
faith = faith:folketro
culture = root.culture
#Education
random_traits_list = {
@ -537,13 +537,13 @@ fp1_jomsviking_retainer_prowess = {
gender_female_chance = {
if = {
limit = {
faith:norse_pagan = { has_doctrine = doctrine_gender_male_dominated }
faith:folketro = { has_doctrine = doctrine_gender_male_dominated }
}
add = 0
}
else_if = {
limit = {
faith:norse_pagan = { has_doctrine = doctrine_gender_female_dominated }
faith:folketro = { has_doctrine = doctrine_gender_female_dominated }
}
add = 100
}