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

ModsNewbie

Sergeant
14 Badges
Jun 13, 2019
64
2
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
Hi, I was raiding as Irish Catholic tribal chief when I thought, well I have that useless church,

why don't I destroy that for bit of money and prestige. Who cares if the pope gets angry?

So I created the decision as follows:

settlement_decisions = {
destroy_temple = {
only_rulers = yes
filter = realm_owned
ai_target_filter = owned

from_potential = {
ai=no
is_ruler = yes
}

potential = {
holding_type = temple
}

allow = {
}

effect = {
destroy_settlement = THIS
effect = {
destroy_settlement = THIS
FROM = { opinion = {
modifier = church_opinion_angry
who = ROOT
year = 5
}
wealth = 500
prestige = 500
}
}

revoke_allowed = { always = no }
ai_will_do = { factor = 0 }
}
}

Now when I tested it, I found out that it only worked half-way. I was able to get the money and prestige,

but I did not get the Pope and the entire church to become angry at me for burning down a church holding.

Can anyone tell me what I did wrong? I also attached the original decision files that I created in case you need it.

Your help is much appreciated and thank you for your time.
 

Attachments

  • destroy_holdings_decisions.txt
    1,2 KB · Views: 0
Last edited: