Expansionist Zealotry privilege is still unclear

  • 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.

RMS Oceanic

General
49 Badges
Jan 27, 2014
2.488
3.635
  • Darkest Hour
  • Crusader Kings II
  • Magicka
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: El Dorado
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Way of Life
  • Europa Universalis III
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Mare Nostrum
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
1643810762771.png


As part of experimenting with new Byzantine strategies I decided to take the privilege for my opening war against Epirus, and sure enough it worked as advertised. I have since vassalised and converted Epirus, and now the Privilege is giving me the negative parts, despite being at war with a heretic or heathen merely months ago. I went into the code to take a look:

Code:
conditional_modifier = {
        trigger = {
            NOT = {
                any_known_country = {
                    NOT = { religion = root }
                    OR = {
                        war_with = root
                        truce_with = root
                    }
                }
            }
            NOT = { has_country_modifier = recently_force_converted_protagonist_timer }
            NOT = { has_country_modifier = recently_annexed_other_religion_timer }
        }
        modifier = {
            church_loyalty_modifier = -0.1
            land_morale = -0.05
        }
        is_bad = yes
    }
    penalties = {
    }
    ai_will_do = {
        factor = 0
    }

So even though I've recently fought a Heretic, because they're no longer a heretic the privilege "forgets" this. I'm wondering if there's a way to address this loophole.
 
  • 2
  • 1Love
  • 1Haha
Reactions: