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