• 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.1.1] Succession voting: "is a claimant" is backwards

Game Version
3.0.1.1

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,
Holy Fury

Do you have mods enabled?
Yes

Please explain your issue is in as much detail as possible.
"He is a claimant to the title: +30" is presumably intended to trigger when the candidate has a claim on the emperor's title. Instead, it triggers when the candidate has a claim on the title belonging to the emperor's chosen successor.

The problem is in this block:

Code:
		additive_modifier = {
			value = 30
			localisation_key = tooltip_feudal_elector_vote_strong_claimant
			FROM = {
				has_claim = FROMFROM
			}
		}
		additive_modifier = {
			value = 15
			localisation_key = tooltip_feudal_elector_vote_weak_claimant
			FROM = {
				has_weak_claim = FROMFROM
			}
		}

Changing "FROMFROM" to "ROOT_FROMFROM" fixes the issue.

(Additionally, "has_claim" in the first clause should be changed to "has_strong_claim" so weak claims don't count twice.)

Steps to reproduce the issue.
1. Load the save
2. Look to see why the Prince-Bishop of Trier is voting for the Duke of Styria as the next Holy Roman Emperor:

2a. Click Laws (F4)
2b. Click HRE in the top strip of Laws screen
2c. Click Inheritance tab of Laws screen
2d. Click "View Electors"
2e. Hover "Candidate Score" next to the elector (Trier)

Upload Attachment
 

Attachments

  • Saxony938_02_01-vote-based-on-claim.ck2
    9,2 MB · Views: 1
Upvote 0