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

Adohleas

Second Lieutenant
37 Badges
Nov 9, 2010
130
1
  • Crusader Kings II
  • Magicka
  • Prison Architect
  • Crusader Kings Complete
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Shadowrun: Hong Kong
  • Stellaris: Megacorp
  • Stellaris: Leviathans Story Pack
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Sons of Abraham
  • Victoria 2
  • Warlock: Master of the Arcane
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Mount & Blade: Warband
  • Knights of Pen and Paper 2
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris - Path to Destruction bundle
  • Stellaris: Synthetic Dawn
  • Lead and Gold
  • Knights of Pen and Paper +1 Edition
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: The Republic
  • Crusader Kings II: Legacy of Rome
Is there a way to give the title tier king a value check so you can create a titular empire if you own a total of 4+ of any kingdoms, and not just a specific set of kingdoms? I know you can use primary_title = { tier = KING } as the check, but I was never able to figure out how to add a value that checks the total amount of kingdoms you own.
 
Couldn't you do a really big check against all possible king titles, and if at least four return yes, allow the option? I think a better implementation would just be allowing certain empires that actually make sense from a collection of various kingships, though.
 
I feel the layout of De Jure Kingdoms would pre-incline particular existing countries toward forming titular empires rather early. I think it ought be based more around total number of provinces in the entire realm. Approaching the size of the HRE and the Byzantine Empire, plus a large amount of piety and prestige.
 
Edit: Nevermind I got it working, I had to use this instead:

Code:
		allow = {
			FROM = { num_of_king_titles = 4 }
			primary_title = { title = k_croatia }
		}
 
Last edited:
The problem is, can't anyone who has four kingdoms usurp this title?

Oh wait, they hve to have primary title kingdom of croatia.

They may be able to Usurp the Kingdom of Croatia if you give it away to a vassal and the enemy conquers it from you, but the Empire cant be created again unless nobody is controlling it.
Currently making a simple mod that will let any kingdom create an Empire of their primary kingdom as long as they hold 4 kingdoms themselves.