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

jruderman

Major
36 Badges
Oct 20, 2014
593
66
  • Cities in Motion 2
  • Europa Universalis IV: Res Publica
  • Majesty 2
  • Magicka
  • Knights of Pen and Paper +1 Edition
  • Impire
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Major Wiki Contributor
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury
  • Stellaris: Lithoids
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Crusader Kings II: Reapers Due
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Cities: Skylines
  • Warlock: Master of the Arcane
  • Europa Universalis IV
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:

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

  • Holy_Roman_Revolt1067_01_17.ck2
    3,5 MB · Views: 1
Upvote 0