but...why? is there any problem with killing billions of defected species who can't even think what they've been told to think?
i guess it means you'll have to team up with xeno and feed him planets filled with useless pops.
If they truly are non-sentient, they propably have the same purge overriddes as T1 and T2 Robots.
Edit: here is it from the gamerules file. Note that it says that there could be hardcoded limitations on top of these.
Code:
#Root = country
#This = pop
can_purge_pop = {
if = {
limit = {
OR = {
ROOT = { has_policy_flag = purge_allowed_all }
AND = {
ROOT = { has_policy_flag = purge_allowed_xenos_only }
NOT = {
OR = {
is_same_species = ROOT
is_species = "ROBOT_POP_SPECIES_3"
}
}
}
AND = {
ROOT = {
OR = {
has_policy_flag = ai_servitude
has_policy_flag = ai_outlawed
}
}
is_species = "ROBOT_POP_SPECIES_3"
}
has_trait = trait_robotic_1 # allow if non-sentient robot
has_trait = trait_robotic_2 # allow if non-sentient robot
}
}
always = yes
else = {
custom_tooltip = {
text = "PURGE_UNALLOWED_WRONG_POLICY"
always = no
}
}
}
}
You can purge a pop if either of these is true:
- You have general purging enabeled.
- You have Xeno Purge allowed and it is neither prime species nor T3 Robot
- You have AI Servitude or Outlawed and it is a T3 Robot
- It is a T1 Robot
- It si a T2 Robot
Expanding that to include Hivemind when you have hivemind would be rather trivial.