• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Apollon

above and beyond
19 Badges
Feb 26, 2001
611
37
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: No Step Back
  • Victoria 3 Sign Up
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Hearts of Iron IV: La Resistance
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Cities: Skylines - Parklife
  • Age of Wonders III
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Cities: Skylines
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: The Old Gods
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:

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?