demand = { # "XENOIST_NO_SLAVES"
title = "XENOIST_NO_SLAVES"
unfulfilled_title = "XENOIST_SLAVES"
desc = "XENOIST_NO_SLAVES_DESC"
unfulfilled_effect = -20
potential = {
exists = owner
owner = {
any_owned_pop = {
NOR = {
is_same_species = root.owner
is_robot_pop = yes
is_sentient = no
}
}
}
}
trigger = {
owner = {
NOT = {
any_owned_pop = {
species = {
has_citizenship_type = {
type = citizenship_slavery
country = root.owner
}
}
}
}
}
}
}
title = "XENOIST_NO_SLAVES"
unfulfilled_title = "XENOIST_SLAVES"
desc = "XENOIST_NO_SLAVES_DESC"
unfulfilled_effect = -20
potential = {
exists = owner
owner = {
any_owned_pop = {
NOR = {
is_same_species = root.owner
is_robot_pop = yes
is_sentient = no
}
}
}
}
trigger = {
owner = {
NOT = {
any_owned_pop = {
species = {
has_citizenship_type = {
type = citizenship_slavery
country = root.owner
}
}
}
}
}
}
}