Hello, I hope you can help me.
I made this decision, but neather of those species relevant triggers works:
is_same_species always shows the founding species, even if there are onother on the planet. The second species is also hive, like the founder species, but even if I change it to purging form full citizenship, I only shows the main species as scoped...
I made this decision, but neather of those species relevant triggers works:
Code:
decision_plentiful_perks_coocon_extraction = {
owned_planets_only = yes
sound = event_administrative_work
icon = decision_resources
# enactment_time = 360
resources = {
category = decisions
cost = {
influence = 5
food = 500
}
}
potential = {
owner = {
has_ascension_perk = ap_total_assimilation
}
}
allow = {
any_owned_pop = {
NOT = {
is_exact_same_species = event_target:cocoon_species
}
NOT = { is_same_species = owner }
NOT = { is_same_species = root.owner }
NOT = { is_same_species = owner.species }
NOT = { is_same_species = owner.owner_species }
NOT = { is_same_species = owner_species }
NOT = { has_slavery_type = { country = from type = slavery_livestock } }
}
any_owned_pop = {
is_exact_same_species = event_target:cocoon_species
}
}
effect = {
[some planetary stuff or event, does not matter...
}
ai_weight = {
weight = 1
modifier = {
factor = 0
num_pops > 100
}
}
}
is_same_species always shows the founding species, even if there are onother on the planet. The second species is also hive, like the founder species, but even if I change it to purging form full citizenship, I only shows the main species as scoped...