要求所有人都在等级社会,没有排除机器人直接-20幸福度
demand = {
title = "TOTALITARIAN_STRATIFICATION"
unfulfilled_title = "TOTALITARIAN_NO_STRATIFICATION"
desc = "TOTALITARIAN_STRATIFICATION_DESC"
fulfilled_effect = 10
unfulfilled_effect = -20
potential = {
exists = owner
}
trigger = {
owner = {
NOT = {
any_owned_pop = {
NOR = {
has_living_standard = { type = living_standard_stratified }
has_citizenship_type = { type = citizenship_slavery }
has_citizenship_type = { type = citizenship_purge }
}
}
}
}
}
}
demand = {
title = "TOTALITARIAN_STRATIFICATION"
unfulfilled_title = "TOTALITARIAN_NO_STRATIFICATION"
desc = "TOTALITARIAN_STRATIFICATION_DESC"
fulfilled_effect = 10
unfulfilled_effect = -20
potential = {
exists = owner
}
trigger = {
owner = {
NOT = {
any_owned_pop = {
NOR = {
has_living_standard = { type = living_standard_stratified }
has_citizenship_type = { type = citizenship_slavery }
has_citizenship_type = { type = citizenship_purge }
}
}
}
}
}
}









