• 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.
Welcome back to our weekly series of development diaries about Europa Universalis. This time we’ll talk about two features that will be part of the next expansion.

Theocracies
This is based on something we read in the suggestions forum. Monarchies and Republics have had their Legitimacy and Republican Tradition, but Theocracies haven’t had a unique mechanic yet. The next expansion will add a concept we call Devotion. Devotion ranges for 0 to 100, and impacts several thing.

Devotion impacts your religious abilities, your prestige gain and your tax-income.

You primarily gain devotion from high religious unity and the devoutness idea. Low stability will decrease it, while being Defender of the Faith will increase it.

There are also a lot of events that impact your devotion.

Another unique mechanic for theocracies is the fact that they always have an heir, and they have somewhat of control of it.

If you do not have an heir, you get a chance to select one heir. Heirs are age 40+ with random stats. You can then pick one of the following.

  • A Local Noble – Loses 5 devotion, but gains +10 Prestige
  • A Foreign Noble - Gains +100 relation with a random nation.
  • A Merchant's Son - +25% yearly income, lost 10 devotion
  • A Papal Protege – Catholic only. Gains +10 Papal Influence
  • A Talented Theologian: +10 Devotion
  • A local preacher – +5 Devotion & -10 Prestige


Government Ranks
A new feature in the next expansion is the introduction of proper Government Ranks. In previous versions, most countries would either be simply a Kingdom or a Republic, with a few special cases like Byzantium's Imperial Government and vassalized Kings becoming Dukes. If you don't get the expansion, this changes little, but for those with it most government types will come in three ranks: Duchy, Kingdom and Empire. While these are the names of the ranks, it doesn't mean there aren't any ranks for Republics - Venice's Serene Republic is on the same level as a Kingdom, for example.

Countries will start with whatever is closest to the rank they had historically, so the King of Burgundy becomes the Duke of Burgundy, while Byzantium is very much an Empire despite no longer having a special government form. Vassals, Marches and non-Elector members of the HRE are always Duchy rank, and certain government types only come in a single rank (such as Ming's Celestial Empire, which is always an Empire). Countries that are not locked to a particular rank can raise their rank through the Government screen by fulfilling certain requirements such as a certain level of prestige and total development level of your nation.

So what benefit do you get from a higher government rank, besides a new title and fancier headgear? Well, for one, higher government ranks are able to change their National Focus more often, with the default 25 year cooldown being 20 years for Kingdoms, and a mere 15 years for Empires. The bonuses granted from each government are now also set per rank, with government types getting more autonomy reduction from the higher ranks, while others such as Steppe Hordes have their base government bonuses to force limits, manpower and looting speed increased by higher government ranks.

Finally, this system also comes with a complete and mod-friendly overhaul of how government names and titles are handled. Under the old system, if you wanted to for example call your Greek Emperor a Basileus, you would have to create a particular localisation string that might get overwritten by other localisation strings, and there was no ability to differentiate between the titles of say, a Greek Western Technology Group Emperor and a Greek Eastern Technology Group Emperor. Under the new system, you script specific government name/title entries that might look something like this:


Code:
byzantine_monarchy = {
rank_1 = PRINCIPALITY
rank_2 = KINGDOM
rank_3 = EMPIRE


ruler_1 = AUTOKRATOR
ruler_1_female = AUTOKRATEIRA
ruler_2 = DESPOT
ruler_2_female = DESPOTISSA
ruler_3 = BASILEUS
ruler_3_female = BASILISSA

trigger = {
   government = monarchy
   tag = BYZ
}
}


The game goes through the government entries, picks the first one it finds where the trigger evaluates true, and applies those government titles to that nation. This means that if you so desire, you could create a complete unique set of government names for each and every country in the game!


AQP3Ng9.jpg
 
No more myriad of kings in the HRE, sounds good. I'd like to see an option to become a Grand Duchy for powerful non-electors though, Kingdom tier which I imagine is what Austria's Archduchy will be.
 
Finally, this system also comes with a complete and mod-friendly overhaul of how government names and titles are handled. Under the old system, if you wanted to for example call your Greek Emperor a Basileus, you would have to create a particular localisation string that might get overwritten by other localisation strings, and there was no ability to differentiate between the titles of say, a Greek Western Technology Group Emperor and a Greek Eastern Technology Group Emperor. Under the new system, you script specific government name/title entries that might look something like this:
I really like that you now can change the titles easily. By the way are there anybody here who knows if konge or drot was the most used word for king in Danish during the period? Or when drotning became dronning?

Perhaps also limit the amounts of empires; at least in Europe. There weren't proclaimed countless of empires during the period after all.

Electors can be King rank, normal princes are stuck at Duke.
I really don't like this. Bohemia was the only kingdom in the empire and that gave it a special place. Why not just have the electors called their historical title of Kurfürst? As an elector you could only become a king by having a kingdom outside the empire---and even then you were still only a duke in those of your lands which were inside the empire. It was called king in Prussia for a reason.

I said can be, not will start as. Brandenburg starts as a Duchy, and can become a Kingdom if they get large enough.

Electors that lose their electorate drop in rank, you do not automatically gain rank upon becoming one.
What if Brandenburg adds all its new lands to the empire or only acquires land in the empire---i.e. through inheritance? Than it would be plainly wrong to allow them to be a king. And hopefully being emperor is barred from all HRE members except the emperor.
 
  • 3
Reactions:
I realize this is a game and not a simulation, but what on earth is the rationale behind lowering the time cooldown for changing the national focus for higher government forms? I'd surely imagine an empire would be more difficult to steer than a duchy, as in oil tanker vs. sailing boat.

Yea, bonuses like less time needed to choose national focus + yearly decrease in autonomy in an empire? quite immersive breaking since it was the opposite happening in history with every empire/kingdom that existed.

Wouldnt be better to give diplomatic reputation (ex: +1 for duchy, +2 for kingdom, +3 for empire) / better relationship over time/ bonus relationship with other nations instead? or even attach it to the capacity of guarantee/warning other nations? Such changes would still give the feeling of progress, no?
 
Last edited:
  • 2
Reactions:
You primarily gain devotion from high religious unity and the devoutness idea. Low stability will decrease it, while being Defender of the Faith will increase it.

Government Ranks
A new feature in the next expansion is the introduction of proper Government Ranks. In previous versions, most countries would either be simply a Kingdom or a Republic, with a few special cases like Byzantium's Imperial Government and vassalized Kings becoming Dukes. If you don't get the expansion, this changes little, but for those with it most government types will come in three ranks: Duchy, Kingdom and Empire. While these are the names of the ranks, it doesn't mean there aren't any ranks for Republics - Venice's Serene Republic is on the same level as a Kingdom, for example.

Countries will start with whatever is closest to the rank they had historically, so the King of Burgundy becomes the Duke of Burgundy, while Byzantium is very much an Empire despite no longer having a special government form. Vassals, Marches and non-Elector members of the HRE are always Duchy rank, and certain government types only come in a single rank (such as Ming's Celestial Empire, which is always an Empire). Countries that are not locked to a particular rank can raise their rank through the Government screen by fulfilling certain requirements such as a certain level of prestige and total development level of your nation.

Steppe Hordes have their base government bonuses to force limits, manpower and looting speed increased by higher government ranks.

1. Any penalties from low devotion? I.e. Higher unrest.
2. Do theocracies have bonuses in religious conversion?
3. Mind elaborating more on ranks for republics?
4. And promotion of ranks too. How does it count raising development level? Conquest, development or both? And are they fixed for every country? And vassals should not be able to promote themselves too right?
5. Any more special bonuses to unique governments like those of the steppe hordes?

P. S. This expansion is freakinggggggg awesome. It needs a freaking awesome name too. Not common sense please. It's not awesome enough.
P. P. S. That memel tho and great Lake African provinces too?
 
Good idea! It would place Theocracies somewhere in-between monarchies and republics. It should be an easy and clear design though, so that we have:

MIL heirs that get higher MIL and lower DIP and ADM on average:
  • A Local Noble – Loses 5 devotion, but gains +10 Prestige
  • A Foreign Noble - Gains +100 relation with a random nation.
DIP heirs that get higher DIP and lower MIL and ADM on average:
  • A Merchant's Son - +25% yearly income, lost 10 devotion
  • A Papal Protege – Catholic only. Gains +10 Papal Influence
ADM heirs that get higher ADM and lower DIP and MIL on average:
  • A Talented Theologian - +5 Devotion
  • A local preacher – +10 Devotion & -5 Prestige
Exactly what i meant.
 
My guess for the Talented Theologian vs Local Preacher:

In order for Talented Theologian to be an option, you must have a Theologian available in your advisor pool. If you select that option, the Theologian is then removed from your advisor pool (to become your heir).

Alternatively: it simply has a random chance of showing up at all.

Nothing suggests all options are always available! After all, Foreign Noble can't be an option if you have no neighbor kingdoms of the same religion.
 
  • 5
Reactions:
Will the foreign noble heir option for theocracies have the dynasty of the foreign nation in question? If so would that mean I could finally get a Hohenzollern grandmaster of the Teutonic order that converts to Protestantism and forms Prussia? Pretty please :)
 
A couple questions:

* How can you lose your government rank? Obviously being vassalized is one way. Presumably switching between government categories could do this, though maybe it depends on how? An Empire-level horde that reforms shouldn't revert to Duke level, but a monarchy that breaks into a republic from rebellion might.

* Can you define your government level names and ruler titles in the Nation Designer?
 
Il Principe seems good enough of a name for me.

Or, since it has some special stuff for England, its name can be Leviathan.

Hmm possible but since I feel the Parliament is one of the main features of the expansion, this should be its name
P. S. Leviathan, seriously? As in the sea monster?
 
Last edited:
Yea, bonuses like less time needed to choose national focus + yearly decrease in autonomy in an empire? quite immersive breaking since it was the opposite happening in history with every empire/kingdom that existed.

Wouldnt be better to give diplomatic reputation (ex: +1 for duchy, +2 for kingdom, +3 for empire) / better relationship over time/ bonus relationship with other nations instead? or even attach it to the capacity of guarantee/warning other nations? Such changes would still give the feeling of progress, no?
This is a very good idea. Especially since there was quite alot of prestige in being e.g. the HRE even in the late 18th century even though you had practically no power over the princes. You were still considered the first of the European rulers.
 
It should be now if it isn't. But sadly paradox only made 3 ranks. Quote paradox :"proper" governmental ranks.

The difference between county and duchy is not relevant enough on EUs level of simulation, but you could set it up to display them as counties.
 
  • 7
  • 3
  • 1
Reactions:
Landgrave and Margraves are exclusive HRE ranks I believe. They should be included. :)

Can you post the requirements needed to ascend rank? Also if you are in the HRE, does the Emperor need to give you permission to rank up?
 
I think you should introduce some restrictions:

No country in HRE should be able to reach kingdom rank with exception of united Germany and Italy (there should be event that HRE emperor agreed and grants us those titles). Historically Brandenburg turned into Prussia just becouse they couldn't claim to be kings of Brandenburg becouse Brandenburg was in HRE.
System what you are proposing that electors can be kings doesn't make sense. Also once achived you shouldn't lose your title (for example when kingdom of Burgundy turns into kingdom of Netherlands and joins HRE).

Catholic or maybe even protestant/reformed nations shouldn't be able to claim title of the emperor as long as Holy Roman Empire exists. Revolutionary state should be exception from this rule and be able to became revolutionary empire.

Ortodox nations shouldn't be able to claim title of the emperor as long as Bizantine Empire exists. Ethiopia could be exception.

Some events for catholic nations about emperor's and pope's approval for king title would be nice. Historically duke of Burgundy was close to convincing Holy Roman Emperor to give him king's crown.
 
  • 7
  • 3
Reactions: