18 lines
386 B
Text
18 lines
386 B
Text
weak_claim_requirements = {
|
|
type = character
|
|
text = {
|
|
localization_key = weak_claim_male_dominated
|
|
trigger = {
|
|
faith = { has_doctrine_parameter = female_claims_are_weak }
|
|
}
|
|
}
|
|
text = {
|
|
localization_key = weak_claim_female_dominated
|
|
trigger = {
|
|
faith = { has_doctrine_parameter = male_claims_are_weak }
|
|
}
|
|
}
|
|
text = {
|
|
localization_key = weak_claim_general
|
|
}
|
|
}
|