One line summary of your issue
[3.0] Oust Ruler does not set HRE to Elective
Game Version
3.0
What expansions do you have installed?
The Reapers Due,
Conclave,
Horse Lords,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
When the council is fully empowered, an Oust Ruler faction war should change succession to elective. With patch 3.0, this no longer works for the HRE, and succession is instead changed to gavelkind.
The problem is in this snippet of powerful_vassal_takeover_war . on_success_title:
There should be an "OR" around the first two conditions. I have verified that adding this "OR" fixes the issue.
Steps to reproduce the issue.
Load the save, accept the emperor's surrender. Succession should change to Princely Elective but instead changes to Gavelkind.
Upload Attachment
[3.0] Oust Ruler does not set HRE to Elective
Game Version
3.0
What expansions do you have installed?
The Reapers Due,
Conclave,
Horse Lords,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
When the council is fully empowered, an Oust Ruler faction war should change succession to elective. With patch 3.0, this no longer works for the HRE, and succession is instead changed to gavelkind.
The problem is in this snippet of powerful_vassal_takeover_war . on_success_title:
Code:
if = {
limit = {
title = e_hre
has_title_flag = alternate_hre
NOR = { has_law = succ_feudal_elective has_law = succ_hre_elective }
There should be an "OR" around the first two conditions. I have verified that adding this "OR" fixes the issue.
Steps to reproduce the issue.
Load the save, accept the emperor's surrender. Succession should change to Princely Elective but instead changes to Gavelkind.
Upload Attachment
Attachments
Upvote
0