is_unemployed = { hidden_trigger = { OR = { is_pop_category = ruler_unemployment is_pop_category = specialist_unemployment is_pop_category = worker_unemployment is_pop_category = simple_drone_unemployment is_pop_category = complex_drone_unemployment is_pop_category = bio_trophy_unemployment is_pop_category = slave_unemployment } } } is_enslaved = { hidden_trigger = { OR = { is_pop_category = slave is_pop_category = slave_unemployment has_citizenship_type = { country = root type = citizenship_slavery } } } } is_being_purged = { hidden_trigger = { is_pop_category = purge } } pop_amount = { count_owned_pop_amount = { } } sapient_pop_amount = { count_owned_pop_amount = { limit = { is_sapient = yes } } } psionic_pop_amount = { count_owned_pop_amount = { limit = { has_psionic_species_trait = yes } } } is_elite_category = { OR = { is_pop_category = ruler is_pop_category = ruler_unemployment } } has_cyborg_assimilation_living_standard = { OR = { has_living_standard = { type = living_standard_cyborg_ego_assimilation country = $COUNTRY$ } has_living_standard = { type = living_standard_cyborg_ego_assimilation_psionic country = $COUNTRY$ } has_living_standard = { type = living_standard_cyborg_assimilation country = $COUNTRY$ } has_living_standard = { type = living_standard_cyborg_assimilation_psionic country = $COUNTRY$ } } } has_psionic_assimilation_living_standard = { OR = { has_living_standard = { type = living_standard_psi_assimilation country = $COUNTRY$ } has_living_standard = { type = living_standard_psi_assimilation_cyborg country = $COUNTRY$ } } } has_synthetic_assimilation_living_standard = { has_living_standard = { type = living_standard_tech_assimilation country = $COUNTRY$ } } has_dissociation_living_standard = { has_living_standard = { type = living_standard_deassimilation country = $COUNTRY$ } } has_anti_psionic_assimilation_living_standard = { has_living_standard = { type = living_standard_shroud_inoculation country = $COUNTRY$ } } has_ego_assimilation_living_standard = { OR = { has_living_standard = { type = living_standard_ego_assimilation country = $COUNTRY$ } has_living_standard = { type = living_standard_ego_assimilation_psionic country = $COUNTRY$ } } }