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

michx0

First Lieutenant
75 Badges
Feb 16, 2015
269
25
  • Hearts of Iron III Collection
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Jade Dragon
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Semper Fi
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Magicka
  • Leviathan: Warships
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Europa Universalis IV: Call to arms event
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Dungeonland
  • Europa Universalis III
  • Crusader Kings II
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Stellaris: Nemesis
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • War of the Roses
  • Warlock: Master of the Arcane
  • The Showdown Effect
One line summary of your issue
An annual "takfir on wrong character" report

Game Version
3.0

What expansions do you have installed?
All of the above

Do you have mods enabled?
No

Please explain your issue is in as much detail as possible.
Most events were fixed in 3.0, still there is one that escaped the fix hammer.

# Dynasty head is asked by wife to leave decadent character alone
character_event = {
id = 91375
desc = EVTDESC91375
picture = GFX_evt_quarrel

is_triggered_only = yes

option = {
name = EVTOPTA91373 # Accept
ai_chance = {
factor = 4
}
opinion = {
modifier = opinion_pleased
who = spouse
months = 240
}

- since it's your unfaithful wife who should be pleased, it should be reverse_opinion.

option = {
name = EVTOPTA91351 # Denounce
ai_chance = {
factor = 5
}
reverse_opinion = {
modifier = opinion_very_disappointed
who = spouse
months = 240
}
reverse_opinion = {
modifier = opinion_takfir
who = FROMFROM
months = 240
}
- FROMFROM is decadent character, so it should be "opinion".

Steps to reproduce the issue.


Upload Attachment
 
Upvote 0