I'm trying to make Authoritarian empires able to purge, but it doesn't seem to work.
I made the following changes to policies.txt:
and
The tooltip still says I have to be gestalt or xenophobe. What am I doing wrong?
I made the following changes to policies.txt:
option = {
name = "purge_not_allowed"
valid = {
NOT = { has_ethic = ethic_gestalt_consciousness }
NOT = { has_valid_civic = "civic_fanatic_purifiers" }
NOT = { has_ethic = ethic_authoritarian }
NOT = { has_ethic = ethic_fanatic_authoritarian }
}
policy_flags = {
purge_not_allowed
}
}and
option = {
name = "purge_allowed"
in_breach_of = {
{
key = resolution_rulesofwar_reverence_for_life
}
}
policy_flags = {
purge_allowed
}
modifier = {}
valid = {
custom_tooltip = {
success_text = is_not_a_signatory_vassal_success
fail_text = is_not_a_signatory_vassal_fail
NOT = { any_agreement = { agreement_preset = preset_signatory } }
}
custom_tooltip = {
fail_text = is_broken_shackles_origin
NOT = { has_origin = origin_broken_shackles }
}
OR = {
has_ethic = ethic_gestalt_consciousness
has_ethic = ethic_xenophobe
has_ethic = ethic_fanatic_xenophobe
has_ethic = ethic_authoritarian
has_ethic = ethic_fanatic_authoritarian
has_menace_perk = menp_undertaker # Unlocked with Crisis Level 1
}
}The tooltip still says I have to be gestalt or xenophobe. What am I doing wrong?