Is there some issue with the Authoritarian faction's Stratified society requirement? I tried to make Auth/Xenophile/materialist empire but the faction keeps complaining about lack of stratified society. I tried both stratified and academic privileges but neither works. Robots are under servitude.
Relevant part of the faction demand in spoiler, I am not familiar enough to judge if there is some mistake or not:
Relevant part of the faction demand in spoiler, I am not familiar enough to judge if there is some mistake or not:
demand = {
title = "TOTALITARIAN_STRATIFICATION"
unfulfilled_title = "TOTALITARIAN_NO_STRATIFICATION"
desc = "TOTALITARIAN_STRATIFICATION_DESC"
fulfilled_effect = 10
unfulfilled_effect = -20
potential = {
exists = owner
}
trigger = {
owner = {
OR = {
NOT = {
any_owned_pop = {
NOR = {
has_living_standard = { type = living_standard_stratified }
has_living_standard = { type = living_standard_academic_privilege }
}
}
}
any_owned_pop = {
OR = {
has_citizenship_type = { type = citizenship_slavery }
has_citizenship_type = { type = citizenship_purge }
has_citizenship_type = { type = citizenship_ai_servitude }
}
}
}
}
}
}
title = "TOTALITARIAN_STRATIFICATION"
unfulfilled_title = "TOTALITARIAN_NO_STRATIFICATION"
desc = "TOTALITARIAN_STRATIFICATION_DESC"
fulfilled_effect = 10
unfulfilled_effect = -20
potential = {
exists = owner
}
trigger = {
owner = {
OR = {
NOT = {
any_owned_pop = {
NOR = {
has_living_standard = { type = living_standard_stratified }
has_living_standard = { type = living_standard_academic_privilege }
}
}
}
any_owned_pop = {
OR = {
has_citizenship_type = { type = citizenship_slavery }
has_citizenship_type = { type = citizenship_purge }
has_citizenship_type = { type = citizenship_ai_servitude }
}
}
}
}
}
}