One line summary of your issue
[3.1] Pope says my pregnant wife has a barren womb
Game Version
3.1
What expansions do you have installed?
Jade Dragon,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
When I asked the Pope to let me divorce my pregnant wife, he said "+20: [her] womb is barren"
I think a line for "NOT = { trait = pregnant }" should be added to this block in common/scripted_score_values/01_scripted_score_values_papal_ai_behavior.txt:
Steps to reproduce the issue.
1. Play as a Catholic man
2. Have a wife on her first pregnancy
3. Ask the Pope to allow a divorce
Upload Attachment
[3.1] Pope says my pregnant wife has a barren womb
Game Version
3.1
What expansions do you have installed?
Jade Dragon,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
When I asked the Pope to let me divorce my pregnant wife, he said "+20: [her] womb is barren"
I think a line for "NOT = { trait = pregnant }" should be added to this block in common/scripted_score_values/01_scripted_score_values_papal_ai_behavior.txt:
Code:
additive_modifier = {
value = 20
localisation_key = POPE_AIREASON_MODIFIER_MARRIAGE_BARE_WOMB
FROMFROM = {
is_female = yes
NOT = { num_of_children = 1 }
age = 25
}
}
Steps to reproduce the issue.
1. Play as a Catholic man
2. Have a wife on her first pregnancy
3. Ask the Pope to allow a divorce
Upload Attachment
Upvote
0