1. Europa Universalis IV
  2. News

Europa Universalis IV News

Developer Diary - 1.34 AI Improvements

Welcome to this week's Dev Diary! Today I'm back to talk about some of the changes we've made to the AI for 1.34.

National Ambitions

For a long time, there has been code and script for the AI to be aware of the conditions of its missions and decisions and try to achieve some of them. But because of various issues this has not had a significant impact.

For 1.34, we’ve made sure the AI takes many of these conditions into account, especially those related to conquests. We also made the AI pursue cultural unification, depending on government rank. These changes will work together with the AI’s more organic desires to shape its ambition and strategy. The result is an effect which is just noticeable in terms of AI behavior, but compounds over time to create AI empires - sometimes historically reminiscent - that provide a real challenge to players who continue into the late game.

We were a little worried that this might cause games to all look the same, but our hands-off overnight games look arguably even more varied than before.

Here are a bunch of recent hands-off 1821 maps, only slightly cherry-picked:



It makes us happy and proud to see the AI form historical countries such as Germany, Italy and Qing.

Typically, these AIs balance off each other nicely. If your plan as a player is to “Kill Ottomans early, then chill”, you may find that you’ve just aided some other AI in taking their place as your end-game boss. Admittedly though, a downside of this more opportunistic AI is less clean borders.



Peace Negotiation

What started out as an investigation into why AIs often left OPMs alive in peace deals, turned into a slightly bigger project.

When the AI is winning a war, and making demands, it has a bunch of preferences that it tries to balance against each other for an optimal peace deal. This is unlike when it is losing, where it will only care about objective measures such as war score cost. However, when the AI is winning, but receives an offer, it has previously relied on very coarse-grained expressions for whether the offer matches its preferences:
  • “Does not want parts of the offer”
  • “Requires X to be part of the offer”
  • “Wants other concessions than gold”

This has given clever players a little too much room to outsmart the AI.

In 1.34, the second expression in particular has been reworked, to allow the AI to express its preferences in more detail. Let’s take a look at an example:



Here, I was trying to get out of a bad situation by giving away my ally’s land, but Nassau wouldn’t have it. It’s not that they don’t want Candar to be released - note the green thumb - it’s that they’d much rather have me release some of my own land. Unlike the old “Requires X to be part of the offer”, this new condition can not be circumvented by completely filling the peace deal with less important treaties.

As a consequence of this, we’ve also been able to loosen up the “Does not want” condition by making the thumbs green in more cases.

One more subtle but important change is that when an AI warleader considers a separate peace with individual enemies, it will be more lenient. This helps expanding AIs take more stuff, while also reducing the risk and cost of war, compared to just waiting for the enemy warleader to sign a deal. It will also make it more risky for players to start a war where they rely too heavily on their allies.

As a related side note, we’ve fixed a crash related to the PRESS_THEM_FURTHER moddable define. If enabled, it makes your war allies who have been promised land get mad at not getting enough land, even if the war leader doesn’t take anything for itself.



Independence Wars



Given that we’re doing a Scandinavia-themed update, it seemed appropriate to do something about subjects’ willingness to declare independence. We haven’t changed a lot, but subjects will overall be a bit bolder when it comes to declaring independence. In particular they may now do it while at war, if at 100% Liberty Desire, so no more constant wars to pacify your subjects. There’s not much more to say about it, but we can for example see independent Sweden a bit more often, as well as a collapsing Timurids and occasionally breakaway nations in the Americas.



War Evaluation


(But Tunis will accept once I start the war)

When the AI considers starting a new war, it will look at basically the same information as the player can see in this window to figure out who will join on either side. Unfortunately, this has had a couple of bugs, related to the “Attitude towards enemies” and “Distant war” reasons potentially changing as the war starts and additional countries join. This has made both players and AIs declare suicidal wars.

These inconsistencies have now been fixed, where we could find them. But the problem remains when predicting acceptance for recursively called allies (such as allies of the Holy Roman Emperor when attacking a member state). Because of this, already in 1.33, the player interface doesn’t try to tell you whether those countries will join or not. But the AI still tried to “look at the checkmark”. In 1.34, the AI will simply assume that recursively called countries would all join. This will fix the “Burgundy suicides into Liege” bug.



Passive Subjects

Players with Rights of Man are able to set their subjects’ military focus to “Passive” and “Defensive”, but these focuses have been a bit wonky for some time. We fixed a number of bugs with these for 1.34, and there is one I would especially like to share.

In very simplified terms, this is how Passive was originally coded:

Objective #1: Avoid foreign territory.
Objective #2: Avoid enemy armies on home territory.
Objective #3: Avoid attrition (with a big margin if possible).


But then single-province subjects with big armies would stay and take attrition (especially if another country is also standing there), as well as when enemy armies are approaching. So the objectives were reordered:

Objective #1: Avoid enemy armies on home territory.
Objective #2: Avoid attrition (with a big margin if possible).
Objective #3: Avoid foreign territory.


And it turns out the AI knows you can’t take attrition while fighting a battle… So “passive” subjects would sometimes actively seek out enemy armies on foreign territory in order to avoid attrition!



Other

There have been a number of improvements to for example army and navy handling. This Dev Diary is already long enough, but the biggest bug worth mentioning is when the AI would just lock its armies in place near the coast, while its navy was too afraid (often irrationally) to come and pick them up. This easily caused e.g. Denmark/England/Spain not making themselves useful in wars.

Historically, many AI bugs have been caused late in the development cycle of a patch, perhaps because they often need time to be found. Right now, we’re quite happy with the state of the AI in our internal builds so we will try not to repeat that mistake by stirring things up before 1.34 releases.



Patch Notes

Here are roughly the AI-related patch notes so far. This is still WIP and a more final and curated list will be released in connection with the update as usual.


Buildings
- AI will now properly calculate when to construct Docks based on a multitude of factors such as sailor percentage, idea group choices, capital position and more.
- Fixed that AI sometimes deleted all forts right after a bad war.
- Fixed another case of AI deleting forts unnecessarily.
- Fixed bug that 'Conqueror' ruler personality made AI delete all/most forts.
- AI less keen to build fort in capital (though still preferred). This will somewhat reduce the fort slog in Central Europe.

Budgeting
- Changed AI budgeting algorithm to be more flexible. Fixes e.g. small CNs sometimes not colonizing when they should.

Geopolitics - Declare wars
- Fixed some cases of AI declaring war over provinces it can't/won't take.
- Made AI less likely to declare war on island nations it lacks the transports to invade.
- Fixed bug that revolutionary AI could declare war on coalition target with any cb, thinking coalition members would join.
- AI is no longer blocked from declaring independence when at war.
- Fixed bug that sometimes made aggressor AI erroneously think HRE allies would refuse to join when attacking HRE minors.

Geopolitics - Missions and Decisions
- Added AI weights to mission trees which make them now more considerate which mission they want to strive for and how much (for context related reasons).
- AI now understands and tries to achieve army_size and army_size_percent triggers in missions.

Geopolitics - Other
- Fixed bug that AI couldn't get hostile towards, and hence rarely attacked, others’ vassals and some other subjects.
- AI is now better at evaluating when to annex/integrate a subject.
- Fixed bug that catholic AI colonial nations avoided expanding into overlord's Tordesilla regions.
- Reduced AI avoidance of having interest in provinces that are vital to allies.
- AI Duchies are now permanently interested in provinces of their culture, Kingdoms their entire culture group, and Empires also all provinces on their border.

Peacemaking
- Fixed some issues with AI peace acceptance 'wants other concessions than gold' and 'does not want anything else', causing AI to often leave OPMs in peaces.
- Fixed bug sometimes preventing AI from taking the last enemy province.
- AI warleaders are now more happy to make separate peaces with non-cobelligerents.
- AI will unconditionally surrender in more cases.

Army
- Fixed one bug that made AI send armies far away instead of defending home.
- Made AI more likely to reinforce adjacent battles.
- Improved AI attrition handling. Should get both less attrition and less confused behavior.
- Fixed bug that AI helped allies with rebels even when at peace.
- AI overlord now treat subjects' rebels like their own in more cases.
- Fixed bug that made AI ignore flanking when evaluating battle.
- Fixed multiple cases of AI subjects being stupid when set to Passive or Defensive.
- Increased preferred size of AI armies, especially late game.
- Increased AI desire to disrupt sieges, especially with high progress.
- Improved AI logic for when to abandon sieges.
- Made AI armies prioritize coordinated offensives more.
- Made army AI try to stay close to enemy armies when it has nothing else to do.
- AI somewhat more likely to defend homeland.
- Improved AI for consolidation before battle.
- Fixed instance of AI armies going back and forth when sieging.
- AI vassals no longer delete exiled armies if they can get home.
- Fixed issues with autonomous sieging and rebel suppression missions.
- Fixed case of AI armies canceling movement every other day

Navy
- Fixed some issues with AI naval invasions.
- Made AI better at understanding when a naval invasion risks being intercepted.
- Fixed bug that made AI often unassign general when naval invading.
- Fixed yet another case of AI naval invasion stalling forever.
- Made AI fleets consider troops further away when protecting straits.

Trade Company
- Fixed bug that AI sometimes wouldn't ever core Trade Company provinces.
- AI will no longer accidentally remove trade companies by creating states.

Cheats
- Fixed bug that AI could add provinces to HRE when emperor, even if not a member.
- Fixed bug that AI could use Break Alliance for Favors diplomatic action with Leviathan disabled.


That's it for today. I hope you found this Dev Diary interesting!

Next week my colleague Pavía will be showing all the new Monuments that will be added in the 1.34 Update, along with some game balance and changes we want to share and discuss with the community, coming also for free in the update.

Developer Diary - Finland + Lübeck

Hyvää päivää! Welcome to this week’s developer diary where I will be revealing two new mission trees: Finland and Lübeck! As a note ahead of time, the new Finland mission tree will be part of the upcoming DLC, while we decided to grant Emperor’s Lübeck tree to Hamburg and Bremen (with the appropriate tweaks, available for Emperor owners) and give Lübeck a brand new, expansive set of missions for the base game. However, more on that further down!

Please keep in mind that the numbers showcased here are NOT FINAL and are very much subject to change based on your feedback!

During the timeline of the game, Finland rested under the crown of Sweden and had some regional development in terms of its farming population. The Finnish cavalry known as the Hakkapeliita were famed for their ability to provide valuable skirmishers, reconnaissance, and devastating charges in campaigns against both Russia and Poland. However, as with the Teutonic Order, Gotland and Livonia, this set of missions revolves around a scenario in which Finland fought (and won) their independence, making them a valid contender for the Scandinavian crown and expanding their domain across several shores and regions.

Despite Finland’s status as a releasable tag, we felt it was appropriate to satisfy the demands for a proper and interesting Finnish mission tree:




Finland will receive 15 new missions, each one carefully crafted to offer new and unique rewards, leading into the formation of Scandinavia and the domination of the Baltic shores. Please note that the art of the icons is placeholder and is not final!

Raise Our Army will give a short yet tactically crucial bonus to your forces, allowing you the ability to outmaneuver the numerically superior Swedes and their wartime allies:



What’s more, you will gain access to a unique version of the Hakkapeliitta Cavalry which costs no Army Professionalism to recruit:



The mission Defend Independence will require you to make allies, raise your stability and bring balance to your financial affairs by having no loans. As a reward, you will be able to write your own story, your saga, which will grant you a scaling reward based on your ruler’s achievements during his lifetime at the time of completing the mission. The factors for the reward are:

  • Stability (Administrative Accomplishment)
  • Number of Allies (Diplomatic Accomplishment)
  • The amount of development you’ve grown by (Military Accomplishment)


Each of these will grant our ruler between 1 and 3 monarch stats (or monarch points if already at 6), along with this powerful ruler-tied modifier as well as permanent claims on the Baltic Trade Node (that’s a surprise tool that we will use later):



Completing the aforementioned mission will open the way for 3 new missions. First off, conquering Stockholm from your former overlords will change the name of Stockholm (if your culture is Finnish), grant it some development and give you access to a discounted advisor:




Seize the Means will task you with seizing the means of production behind Europe’s prime source of copper and will grant you a good bit of ducats from your copper and iron production, the ‘Industrious’ trait (if your ruler has enough available slots) as well as the following reward:



Expanding St. Olav’s Tower will yield quite an interesting and powerful local reward:



Keep in mind that if for whatever reason an enemy force (another nation or rebels) takes control of the province, you will lose the above modifier!

Declaring a Baltic Empire will give you a new name and if you have Mandate of Heaven the following reward along with granting you the rank of Empire:



On the right side of the tree you will see missions relating to the development of the countryside and the founding of new cities:



Founding Turku, an important city for Finland guarding the way to and from Stockholm:




Founding Helsinki will grant a level 2 Center of Trade as well as a few buildings for your newly developed province. Note that if you complete the mission with a Shipyard and a Dockyard, you will instead gain their upgraded versions:



Finetuning the Finances of the realm will require you to increase your income, employ a level 2 Administrative Advisor, run a positive monthly balance and have no loans:




The Turku Academy, your domain’s first university and institution of higher education, will yield the Scholar trait for your ruler, Innovativeness and more:



The culmination of the Finnish tree ends with unleashing the White Death upon Europe and a powerful permanent country modifier to go with it:



Of course, you are welcome to form Scandinavia and gain the Scandinavian mission tree, however Finland will not have a unique Scandinavian tree, as its senior siblings in the region do.



Now, 1.34 will also hone and improve as well as add new content for the base game. One such addition is an expanded mission tree for Lübeck. Before we delve into it, I would like to repeat that the Emperor DLC Lübeck tree will be available for Hamburg and Bremen (if you have the Emperor DLC) with a good number of tweaks and new rewards as well as localisation.
Moreover, the Hanseatic League will now be a formable nation with its own set of national ideas (essentially Lübeck with a different name and better ideas). Since that’s out of the way, let’s go, Lübeck!

From a historical perspective, Lübeck (and the Hansa as a whole) has seen better days. The 15th century brought a lot of decline for their merchants, with business shifting westwards towards the English channel. You are tasked with reviving the mercantilist grip of the League, expanding it and creating a trade Empire the likes of which the world has never seen. To assist you in your endeavors, the various missions of your tree also benefit the members of your trade league, giving you a reason to care for them and if possible, expand their ranks:



The top half of the tree will focus on expanding the League outwards. However, many of these missions will not require direct conquest. You will be able to complete many of these via diplomacy as well! The goal is to give the player the freedom to choose how they want to approach the tree.

The conquest branch will start with requiring you to raise an army which will seamlessly grant claims for and flow into missions about Visby, Mecklenburg, Riga and more.



Gateway to the East will require you to have Riga be part of the trade league and have high opinion of you or control the similarly named province as well as having a certain amount of troops.




Restore Visby will lead you to restoring a historical stronghold for the League:





Gaining ports in Danzig, cooperating with the Traders and developing the city of Danzig will grant the following benefits:



The conquest path ends with the appointment of an official War Minister. Every different military advisor will grant a different, dynamic reward:



The second part of the tree is wholly dedicated to the internal affairs of both Lübeck itself and the Hansa as a general league of trade nations. Initially, you will have to expand the Old City of Lübeck and its market, yielding powerful Trade Efficiency and Institution Spread modifiers for a few years followed by the Peace of Vordingborg, imitating the styles of Italian Bookkeeping and Financing the Guilds of Lübeck:







Of course, no Hansa playthrough would be complete without a mission to address and expand the Hansehalle, the legendary administrative center and the heart of the entire Hansa:





Funding the shipbuilders’ Guild will grant a flavor event about the legendary Hanseatic Cog which will grant Light Ship Cost as well as Sailors and increased Naval Leader Maneuver. Elsewhere, Organize Hanseatic Diets will require you to bring peace within the Trade League and develop Diplomatic channels between yourself and potential members or subjects:



Impose Lübeck Law will grant another dynamic reward, based on which faction is in power at the time of completion:



Presenting a grown and powerful economy as well as increasing your total development in the Tend to the Towns mission will yield a positive bonus for you and your Trade League members:



Developing the Mineral Trade in Europe has quite a spicy reward that will, just like its predecessors, change depending on the circumstances of its completion, here’s the direct and less likely outcome of importing large amounts of precious metals in your ports:



To wrap up the flavor part of the tree, declaring the Queen of the Hansa mission will turn all members of your trade League into subjects and grant a diplomatic relations modifier to cover part of the upkeep costs for 30 years. Furthermore, you will gain monarch power scaled to the Development of your capital, 10 points per development to be precise:



The event Crowning of a New Queen grants 2 different bonuses. Either you change your country’s name to The Hanseatic League and gain a new idea set or keep your current ideas while your ruler gains +1 adm/dip/mil and you gain 3 Mercantilism:



The new Hanseatic League national ideas:

FU2_ideas = {
start = {
trade_efficiency = 0.2
merchants = 1
}

bonus = {
trade_steering = 0.2
}

trigger = {
tag = HSA
has_country_flag = hsa_proclaimed_queen_of_the_hansa_flag
}
free = yes

FU2_foreign_kontors = {
global_trade_power = 0.15
}
FU2_the_handelsmarine = {
global_ship_trade_power = 0.25
global_ship_cost = -0.05
}
FU2_reform_queens_army = {
discipline = 0.05
}
FU2_adler_von_lubeck_legacy = {
heavy_ship_power = 0.1
}
FU2_merchants_with_state = {
global_trade_goods_size_modifier = 0.1
development_cost = -0.05
}
FU2_spread_the_northern_style = {
idea_cost = -0.1
}
regularised_contribution = {
global_prov_trade_power_modifier = 0.20
}
}


Earlier in this Developer Diary, I mentioned that the Emperor DLC Lübeck tree will be playable for Hamburg and Bremen, since Lübeck got a shiny new tree. To add to that, the Hanseatic League, which is the reward for the final flavor mission for Lübeck, is now available as a formable nation and will come outfitted with the Lübeck tree and the evolved idea set I showcased just above.

In the interest of time, this Developer Diary cannot be too large. Thus, we have intentionally omitted showcasing the rest of the flavor coming for Lübeck. This Diary barely covers 40% of the new content! As mentioned above, this Lübeck mission tree will be part of the **base game** and will come fitted with 36 new missions and 20 new events!

Lastly, I would like to bring another small change to your attention: the UI for Estates has been reworked and I would like to give special thanks to Artemis, whose UI work served as the basis for our own:



Now passing the mic over to my dear friend and colleague Ogele to talk about new shiny Theocratic Reforms!

Hello there!

In the last development diaries we have shown new government reforms for monarchies, republics and even pirate republics which will all be part of the 1.34 update. Today I want to finish this topic for good as I will present to you what we have in store for theocracies!



Theocracies were the last on our list for new government reforms and had already a bunch of interesting and fun choices to pick from. As such, they don’t receive as many new reforms as for example monarchies and republics do. With that being said, we still think they deserve some love nonetheless and because of that we have decided to add 2 new theocracy specific tiers.

Tier 2:



Note: Internal Mission, External Mission and Mission to Civilize are unchanged while Mission on the High Sea only requires one owned port instead of a capital port.

Tier 3:



Education of the Theocrat will immediately trigger an event for you when picked which allows you to choose what stat bonus your next heir shall receive:




This event will always trigger when you get a new ruler and fires before you can select an heir so your heir will benefit from the bonus you choose.

While we are at it: the Kingdom of God reform for the Papal State is still in the 3rd tier, but has received some buffs to make it more on par with theocracies which have access to the Papal Influence and Education of the Theocrat:



Tier 5:


Note: Only Subservient Bureaucrats and Zealous Administrators received changes

Tier 6:


Note: Magister Militum Dei and Embrace Conciliarism are Papal State only

Tier 8:


Note: only “Pursuit of Knowledge” is new here, the other reforms are former Tier 2 reforms which have been moved to Tier 8.

Tier 9:


Governments which have the “Is a Monastic Order” government trait gain access to four additional reforms which are already part of the game right now.



Tier 10:



Tier 11:



Tier 12:




That was it for this week! Next week Gnivom will talk about the AI changes and adjustments for 1.34. Until then, we wish you all a great week!

Developer Diary - Gotland

Welcome to our next Development Diary for Europa Universalis IV! The majority of the new content for the upcoming DLC has been revealed so far and all that is missing are two nations - one of them is an island nation which almost never sees the light of day.



Prior to 1.34 Gotland was a province occupied by a rebel stack led by the Danish ex-king Eric of Pomerania. This has changed now and Gotland is selectable at the start of the game with Eric as its ruler.

Originally a commercial center situated in the crossroads between the merchants of Russia and Germany, Visby has quite an interesting history during the century prior to the beginning of the game. Home to privateers such as the Victual Brothers and the bastion of a former Danish King, Gotland ended up being the guarantee of peace between the Teutonic Knights and the monarchs of Denmark. Coupled with a fresh new mission tree, its very own great project and unique new paths to explore, Gotland will offer a fascinating playthrough.

As Gotland was a member of the Hansa, the hideout of the ex-king Eric and a base of operation of Eric’s piracy, the fate of Gotland is quite open-ended (though, in 99% of games Gotland will probably end up as territory of Denmark or Sweden as these two countries still have their core on Gotland).

The content for Gotland is intended to reflect the possibilities Gotland’s history could have gone and as such when you start as Gotland you get the following event instantly:



When you select the second choice you get a follow-up event:



Of course the claims of Eric won’t make much sense when he dies before pressing them against Denmark. If you select the monarchy path of your missions and Eric finds himself buried with the head first in the mudflat then you get an event which allows you to change your direction (this only triggers when you picked the monarchy missions though):



But what are these missions even about? Let’s start taking a look at them, starting with the monarchy missions:



As your goal is to become Denmark, the monarchy missions of Gotland are a little bit shorter, but will help you with your ambition.
“Dynastic Relations” for example gives you 10k manpower per nation which has the same dynasty as you and has at least 100 opinion of you. As you start with the Gryf dynasty you can get 20k manpower rather easily from Stettin and Wolgast - if you manage to finish the mission before they annex each other.
Meanwhile, “The Enemy of My Enemy” makes alliances with rivals or enemies of Denmark easier.
The biggest supporter would be the HRE however. “The Emperor’s Treasury” is mission which allows you to make a deal with the Emperor upon reaching 100 opinion of him:



Naturally, this event triggers an interaction with the Emperor:



Of course you can accept or reject these conditions:



Taking the help of the Emperor will have consequences. If you ever manage to get Holstein or Slesvig then you get confronted with an event which reminds you of your end of the deal:



Of course you are free to ignore your promise, but this will result into a diplomatic escalation of the situation:



Of course the event for the ultimatum has a proper title which is a homage to a different demand of German territory in history:



As Eric was voted out by the nobles of Norway and Sweden it is only natural that you want to get on Norway and Sweden’s good sides - either through diplomacy (they have 100 opinion of you) or through espionage (you have 50 spy network in their overlord).



The main focus of the monarchy missions is your war with Denmark. “War for the Crown” which is doable after getting any kind of cb against Denmark will give you a restoration of Personal Union casus belli against Denmark as well as 10% Land and Naval Morale for 25 years.
“Take over Sjaelland” which can be achieved by occupying the capital of Denmark (in this case it is Sjaelland) will trigger the following event:



If you manage to get 50 War Score against Denmark, control the Danish capital and be at war with Denmark for 3 years you can complete the mission “Execute the Wrong King” which will end the war immediately in your favor:



Of course these missions are all completable if you manage to win the war against Denmark on your own and get them under a personal union before. In that case the events will not fire, but their rewards are given directly by the missions themselves.
Also, if Norway or Sweden are independent then you gain a PU cb against either of them in this event.

As soon you have the Kalmar Union under your control you can complete the mission “Back in Control” and get the following event:



From this point forward you are then playing as Denmark, though with a slightly easier time with Sweden.

But not everybody wants to play “Denmark with extra steps” and so you can choose to become a republic instead.



Your mission tree is tailored to become the dominant trade power of the Baltic Sea, rivaling the likes of Lübeck or Riga.
As it has become a little bit of an unofficial tradition for this DLC, so does Gotland too have a way to join the HRE with the “Imperial Protection” mission. The claims of the mission tree are few and mostly focused on the Baltic coast of Germany as well as the lands of Denmark and Novgorod.
Real highlights of this mission tree are +25% Permanent Ship Trade Power from the mission “Compete with the Hansa”, as well as +25 Trade Power in the English Channel until the end of the campaign from “Channel’s Trade”.
“Gutnish Trade Fleet”, “Strong Mercantilism” and “Gotland’s Trade Empire” have dynamic rewards which depend on which faction is currently at power:



“Gotland’s Trade Empire” has of course the most impactful reward of all three of them:



But what if you don’t want to make your ducats the honest way through trade and commercial? What if you want to embrace the historical roleplay of Eric, the king who became a pirate? For that there is the last and biggest mission tree of Gotland which explores this path.



The Gotland AI will always take the Pirate missions as historically Eric of Pomerania was living the pirate life on Gotland until he eventually died.
The pirate missions are divided into three greater branches and some miscellaneous missions which are adopted from the generic Pirate missions and slightly adjusted for the North Sea.
Starting from the left to right, the missions starting with “Gotlander Pirate Fleet” are your conquest and exploration missions, handling Denmark and, of course, the Caribbean. When you complete the mission “Pirates of the Caribbean” you get the option to move your capital in to the new world through an event:



Meanwhile, the mission “The Worst Pirate” gives the following rewards if you own or have a subject own Tortuga:



The missions branching from “Reach the Mediterranean” are all about raiding and looting certain places of importance such as Rome and its Curia coffers, or Venice and its arsenal. “Pirate versus Berber” on the other hand is more of a mission for all those who played in the Mediterranean and had to suffer under the Berbers.
Each one of these three missions rewards you with an unique event which is of narrative nature. But they also contain strong rewards which are fitting to the text. Here is the event “The Raid of the Venetian Arsenal” which is the reward of the mission “Raid the Arsenal”:

I will come back to the “Legendary Pirate” personality later.

“Terror of the Baltics” and the followup missions are about, well, raiding the Baltic Sea, but also “liberating” Lübeck, Danzig and Riga from their owners and incorporating them into your pirate republic. Each mission gives their respective city the following reward:



“The Pirate Haven” is the finisher of these missions and is completed when you own at least 10 provinces which are either centers of trade or have a river estuary. Finishing it gives you a reward which mirrors the Merchant Republic dynamic mission reward:



Finally a few words for the remaining missions:
“A Pirate Federation” works exactly like the generic pirate mission. “Global Piracy” requires you to privateer in at least 10 different trade nodes of the world and gives you extra privateer efficiency of 33% until the end of the game. “Scourge of the North Sea” requires you to privateer in the North Sea and the English Channel while “Loot London” and “Loot the Low Countries” are rather self-explanatory. All of these missions reward you with good chunks of money.
“Renowned Pirate King” is a special version of the “Renowned Buccaneer” mission of the generic Pirate mission. But it is worth mentioning that both missions have received an additional bonus in its reward:



The “Legendary Pirate” is a new ruler personality which can be gained through either mission rewards - as it was the case in Gotland’s mission tree - or by winning against an enemy who is above your own weight. Also, all historical pirates have the “Legendary Pirate” personality.



It goes without saying that the Legendary Pirate is part of the free update and not locked behind the newest DLC.

Speaking of free content: monarchies and republics received new government reforms, and so did the Pirate Republics some new reforms to play with too! I will list the tiers where a new reform has been added or an old Pirate reform has been adjusted and will highlight them.

Tier 2:



Tier 4 (they are all new):



Tier 7 (they are all new):



Tier 8:



Tier 10 (the first three are generic Republican reforms, hence their theme is not quite fitting for Pirates):



Tier 11 (the first three are generic Republican reforms, hence their theme is not quite fitting for Pirates):



Tier 12:



Next to the pirate government reforms we also have added some new naval doctrines. In the development diary for Denmark we presented you some of the new naval doctrines and you gave us ideas for new additions of naval doctrines. While not all were able to make the cut for 1.34, some of your suggestions have been implemented!

For Venetian countries



For Korean (or Snocized-Korean) countries



For Japanese countries



For Lower Saxon countries (in that case it is mostly relevant for Lübeck):



It goes without saying that the icons for the Naval Doctrines are placeholder.

Last but not least we also did some balance changes regarding the navy to make them (and their ideas) a little bit more impactful.

Blockaded provinces now receive +0.25 Monthly Devastation and -50% Local Trade Power additionally to the +20% Local Ship and Regiment recruitment time.
Additionally, blockading a country’s ports not only increases +0.10 Monthly War Exhaustion but also -75% Global Trade Power and -75% Trade Steering, scaled by proportion of (core, state) development blockades.

1.33 buffed the Maritime Ideas and Naval ideas and while we are happy with Maritime ideas for now, the Naval ideas are still lackluster in their usage. They do their purpose which is buffing the navy, but due to how EU4 works naval battles are rarely of big concern and as such the Naval Ideas have a too high opportunity cost.
So we have decided to give a secondary role to Naval ideas which is rewarding your land conflict if you have naval dominance by giving the fourth idea “Naval Glory” +1 Blockade Impact on Siege additionally to the Yearly Navy Tradition. The +10% Ship Durability has been moved from the bonus of the ideas group to the sixth idea, “Oak Forests for Ships” (the +20% Heavy Ship Combat Ability remains) while the bonus now has -100% Naval Barrage cost next to the +15% Ship Disengagement Chance.
The Naval/Maritime policy “The Naval Supremacy Act” now gives +1 Blockade Impact on Siege instead of +50% Privateer Efficiency. The +50% Blockade Efficiency remains unaffected here.

Finally one quick Quality of Life addition to the game:



That was it for today! Next week PDX Big Boss will present the final country which receives content from this DLC. Little hint: it is NOT a nation you can select when you start the game.

With that being said I wish you all a nice week!

Developer Diary - Commonwealth

Dzień dobry! Welcome to today’s developer diary! We will be taking a first look at the new Polish, Lithuanian and Commonwealth trees!

But first, allow me to introduce myself. I am Big Boss, the newest addition to the Content Design team. I started playing Europa Universalis during 2011 and have loved spending time looking at and painting maps since then. More recently, I have been working on several mods, so some of you may know me from my work there. I am genuinely very excited to share with you all the hard work the team has been putting into this update and praise the immense amounts of support I have received from my new colleagues and mentors! As we delve into this developer diary, please keep in mind that the icons and event images as well as numbers displayed are by no means final!

The beginning of the game finds Poland rudderless, with her King, who maintained a union over Lithuania, Hungary and Croatia, having died a mere day earlier, after risking his fate against the Ottomans at the battlefield of Varna. Thus, Poland starts at a quite precarious state: a vacant throne, the Nobility’s Golden Liberty in full effect, and surrounded by powerful neighbors. At the same time, the Ottomans in the South and the Muscovites in the East are taking great steps to consolidate and expand their domain.



So what’s new for Poland? For starters, they have access to two new T1 Government reforms. The first one is the Great Sejm reform, granted to them at game start:



Bear in mind that any and all numbers you see in this Developer Diary are strictly work-in-progress and are subject to change, especially in response to valuable feedback from the community!

The second T1 reform is a special reform for Poland upon accepting the Union with Lithuania:



Unlike the Great Sejm reform, the Polish Elective Monarchy grants the ability to elect various princes to the throne, a steeper absolutism malus and, similarly to the Great Sejm, it enables the Parliament and grants a reduced Unrest bonus.

Speaking of the union with Lithuania, it should be noted that some changes were made to that event. Now, it will fire even if Lithuania is a player. A Player Lithuania will be able to decline, but AI Lithuania will always accept. This was done in order to further facilitate the idea that Poland and Lithuania make a great co-op campaign, which is also complimented by both mission trees granting bonuses that follow the spirit of cooperation between the two nations. Here’s how the new event plays out:





To further immerse the players into the gravity of their choices, I went ahead and added a few dynamic missions for Poland, based on your choice between the local noble or the Lithuanian PU. Accepting the Lithuanian union will lead you towards developing the Lithuanian core as well as elevating their nation financially and (later on) artistically as you prepare them for the eventual integration:





This branch ends with you declaring the Imperial Commonwealth, which grants a powerful temporary bonus:



On the other side, declining the PU with Lithuania will grant you the path that leads you towards the West via entering the Empire, leading it and passing reforms.



Note: You will still receive claims on Lithuania and be able to form the Commonwealth!
The first mission’s reward is an event for the current Emperor to admit you in the Empire:



This path will also contain new and innovative rewards such as the new modifier ‘Reasons to Elect’:



The final mission for the Imperial path of the West will imbue Poland with a sizeable bonus to their Imperial Authority Gain as well as extra Diplomatic skills for her ruler.

[h2]Main Body of the Polish Tree[/h2]

Addressing the aftermath of the Varna crusade will have a profound impact on the rest of the missions further below. Opting to pursue friendship with Hungary and/or Bohemia will lead both parties to a shared sphere of prosperity, historical friendship and powerful bonuses to last as long as the alliance is maintained. However, should you choose to rival and become antagonistic towards them, the reward will switch to a PU CB / Permanent Claims based on the country’s union eligibility. To be clear; you can pursue friendship with one of them and antagonize the other, the choice rests entirely with you!



Internally, Poland needs to address the growing influence of the nobility. Regarding that, in the mission ‘Leverage the Magnates’, you are granted the opportunity to cooperate with them and win their favor via great concessions or directly oppose them. Keep in mind that due to their tremendous influence, opposing them is quite difficult. Working alongside them will reduce the cost of Parliamentary Bribes (which will be increased by default for 1.34) and grants a small Loyalty bonus until you pass further legislation as the Commonwealth to reduce their authority. Alternatively, if you dare to oppose their authority, you will gain an event to face a major uprising of Magnates that will also reward you with a unique new modifier:





The missions directly below it follow the turbulent history of Poland and will have you attempt to pass legislation and reform the government by undoing nobility influence. Choosing to oppose the nobles in the mission shown above will also impact the following few missions!

The mission ‘Great Sejm’ will unlock a new personality type ‘Reformist’ which grants more reform progress growth as well as new unique Parliamentary Issues for Poland! The new personality can be assigned to all rulers with at least 4 Administrative Skill.

Resolving the matter of Hungary and Bohemia will yield dynamic rewards based on whether you completed them via conquest or diplomacy. This also impacts the reward for ‘Balance the Princely Lands’:



Moving on, you will also be tasked with harnessing the Polish Renaissance, dealing with the Piasts of Mazovia and developing Krakow:





On the Conquest front, you will be led towards quelling Roman’s Rebellion in the South and seizing control of Wallachia, raising troops from nobility strongholds and assisting the Prussian Confederation:







Note: Assisting the Danzig merchants may lead to the formation of Royal Prussia as a subject under the Polish crown which will have its own few missions to break free from your hold!

Of course, the Polish tree holds many many more cool new additions, events and rewards and they are up to you to discover!

Finally, Poland (and the Commonwealth in general) will have access to a new special unit, the Winged Hussars! I am very excited to finally talk about this new unit.
  • They will be available for Poland and PLC via a national idea
  • In our current build you may recruit 1 Winged Hussar per 100 Development
  • They come armed with +1 Cavalry Shock and +100% Reinforcement Cost
  • They are further empowered by your choices in the mission tree!




The Winged Hussars have arrived!

As a side note, we currently have not chosen yet what colour the Carolean and Hussar unitbox will have. Janissaries are red, Cossacks are orange. Feel free to suggest potential colours!

[h2]The Lithuanian Mission Tree[/h2]

Alongside Poland, Lithuania will be getting her very own missions. It builds upon the old mission tree and greatly expands it, honing and improving upon the unique aspects of playing as Lithuania:



Among the highlights of the Lithuanian tree are the ability to call upon a host of Cossacks, new unique T1 Government reforms (yes, plural!) and the potential to utilize the Tribes Estate for a limited time.







Alongside these new additions, Lithuania will gain access to new events and flavor:



If you choose to remain as Lithuania for a little longer beyond Administrative Tech 10, we made sure to accommodate your stay with flavorful missions that will entice you to stick around a while in order to get all the rewards and complete the tree:



[h2]The Commonwealth[/h2]

Building upon the solid foundation that is the Polish mission tree, Commonwealth missions originally appear as part of the Polish tree, marked as “Locked Missions”. Unlike other formables, we took the creative decision to showcase the Commonwealth tree to the Polish player, before accessing it. The reason behind this is to prepare the player for whatever challenges and requirements the PLC missions will ask for and ensure the player is not caught off guard.

Thus, if you hover your mouse over the Locked Missions, you will see the requirements as well as potential rewards beforehand.

Now that’s out of the way, let’s take a look at some of the missions we have in store for the Commonwealth, starting with this one, my favorite, ‘A Lifetime of War’:





Note; Since the mission only requires one of the listed requirements for it to be completed, you may see fewer choices in your version of the event, based on which way you choose to complete the mission. Shape and sharpen your army the way you want to!

Note: Please be aware that these numbers are not final!

A PLC tree would not be complete without its ‘Invest in Eastern Poland’ Mission, which requires you to have 40 provinces with a manufactory or a level 3 Center of Trade and either 40% Global Trade Goods Produced or 7 ‘Trading-in’ Bonuses. Here is the reward:



Following in the steps made before forming the PLC, and after completing the Great Sejm mission, you will gain access to flavor missions that will assist you in passing and repealing the Articles of Agreement (Pacta Conventa) and even rewriting them completely from scratch, with more favorable terms on the behest of the monarch, if you chose to oppose the Magnates in a previous mission:



The conclusion of the major flavor part of the tree is the mission ‘Dominate the Markets’ which grants a new mechanic we made specifically for the PLC, the ability to reset or extend a Golden Era:





[h2]External Affairs of the Commonwealth[/h2]

No major mission tree would be complete without a robust conquest path. That much is true for the PLC, which will be granted missions, a new Casus Belli and even gain Streltsy as a one-time reward from one of their missions:







Moving on, ‘Prevent the Deluge’ will task you with dealing with whoever the ruler of Scandinavia is, be it Sweden or anyone else. You may deal with them in a multitude of ways, including diplomacy or conquest. Should you choose to approach Sweden diplomatically, both nations will be positively impacted by a wave of prosperity. Sweden will gain +25% increased production for its metals and historical friendship while you will gain direct access to Scandinavian copper and iron, reducing your overall military costs:



The final conquest mission for the Commonwealth will set you up to become a supreme great power, requiring you to be a hegemon and have a tremendous amount of development under your belt:



Note: Development Efficiency’s number will be green in the final build!

The philosophy of the PLC missions is that of a tree whose content should last the average player till around the 1700s at the very least, so expect a lot of hard work and very worthwhile rewards from every single mission in this tree!

While we are on the subject of the Commonwealth, I would like to showcase some new implementations that the team worked hard for. As I mentioned above, the PLC will now enjoy a lot of new content including 2 different sets of National Ideas. One for nations whose primary culture is Lithuanian and one whose primary culture is not Lithuanian (namely Poland as an example):

Polish PLC Ideaset:

PLC_ideas = {
start = {
nobles_loyalty_modifier = 0.1
num_accepted_cultures = 2
}

bonus = {
monthly_reform_progress_modifier = 0.25
}

trigger = {
tag = PLC
NOT = { primary_culture = lithuanian }
}
free = yes

plc_prosperous_folwarks = {
global_trade_goods_size_modifier = 0.10
}
pol_jagiellonian_university = {
idea_cost = -0.10
}
plc_the_obrona_potoczna = {
drill_gain_modifier = 0.25
army_tradition = 1
}
pol_winged_hussars = {
cavalry_power = 0.3
can_recruit_hussars = yes
}
plc_refine_our_golden_liberty = {
monarch_admin_power = 1
}
pol_royal_guards = {
infantry_power = 0.10
}
plc_tempered_by_neighbors = {
discipline = 0.05
}
}



Lithuanian PLC Ideaset:

PLC_LIT_ideas = {
start = {
global_manpower_modifier = 0.25
tolerance_heretic = 3
}

bonus = {
governing_capacity_modifier = 0.15
}

trigger = {
tag = PLC
primary_culture = lithuanian
}
free = yes

warlord_dukes = {
max_hostile_attrition = 1
}
plc_tempered_by_neighbors = {
discipline = 0.05
}
new_magdeburg_laws = {
development_cost = -0.1
global_trade_goods_size_modifier = 0.05
}
reciprocal_guarantee_of_two_nations = {
all_estate_loyalty_equilibrium = 0.05
diplomatic_annexation_cost = -0.15
}
lithuanian_hussars = {
cavalry_power = 0.2
can_recruit_hussars = yes
}
statutes_of_lithuania = {
global_unrest = -2
}
lithuanian_renaissance = {
technology_cost = -0.05
}
}


I am at your disposal for any questions you may have about the trees, as I’d love to read and answer your feedback, and also feel free to suggest tweaks as well. Thank you for taking the time to read my very first Developer Diary! Next week my colleague Ogele will come back, to talk about some sea-related new content.

Developer Diary - Scandinavia

Welcome to our next Development Diary for Europa Universalis IV! For today we take a look at a fan favorite™ of the Scandinavian region: Scandinavia itself.

Unlike our other Scandinavian kingdoms, the unified country of Scandinavia was never a real country. Yet it is undeniable that Denmark and Sweden tried to unite Scandinavia under their own banner during the history of this region. The Kalmar Union was the closest to a unification of these countries.

As Scandinavia is a formable with little historical ties we decided to make its mission tree into an extension of pre-existing mission trees of Sweden, Denmark and Norway. The newly gained missions are either an expansion on the current playstyle, or are mirroring key missions from the other Scandinavian Kingdoms. So let us go through the different tags and how forming Scandinavia impacts them.

As Sweden already has a very extensive mission tree the formation of Scandinavia expands the mission tree by 13 new missions:



Sweden receives three new branches of their mission tree and two additional missions expanding the Caroleans and Hakkapeliitta even further.

Starting from the left, the missions “Invest in the Workforce”, “Scandes Infrastructure” and “Intensify Metal Production” are newly acquired missions which are available to both Denmark and Sweden when forming Scandinavia. They give you access to the Mountain Expansion privilege as well as the event chains to discover new sources of copper, iron and even silver in Scandinavia. So in other words: they are the development missions of Norway.

The missions started with “Handle the Empire” are Swedish specific as they are a continuation of Gustavus Adolphus’ ambitions in Germany. Either through conquest or diplomacy, the goal of these missions is to dominate the Holy Roman Empire. The great payoff of uniting Germany is the following reward:



Note: keep in mind that at this point you already are the strongest nation anyway, so the payoff is one final “get richer” reward.

The final branch on the right covers the construction of a flagship which should be the pride of Swedish Scandinavia. Of course this whole branch is a reference to the Vasa.



However, if you had the event “The Sinking of Vasa” before then this event changes slightly:



The missions “Refine the Caroleans” and “Incorporate the Cavalry” revolve around the Carolean and the Hakkapeliitta. With the former mission you need to specialize even further into your military by reaching 20% Discipline OR gain 14 Military Power per month, have 25 Swedish or Finnish provinces with a barracks and at least 75% Army Professionalism. As a reward you get the following effect:

Note: This image of the Carolean buff has been done before we got to rebalance it. Right now, the reward is not set in stone.

Meanwhile, the cavalry requires you to have the Hakkapeliitta in action for 5 years as well as either having 20% Cavalry Combat Ability OR 50 cavalry in total, and having at least 10 Finnish provinces with 10 development and a barracks.





You might notice that their names are in green. The reason for that is to showcase that these mercenaries cost no Army Professionalism to hire. They also possess a special tooltip when you hover over them to showcase their special feat:



These were the Scandinavian missions for Sweden. Two to go!
Next we move on to the Danish version of the Scandinavian missions:



As Denmark your missions for the Indian subcontinent get expanded even further. “Rule over West India” and “Dominate North India” give you claims on the vast Indian regions while the “Crown of India” finishes this path of the mission tree with a permanent modifier which increases Trade Steering by 20% and Trade Company Governing Cost by 25%.

Note: We did and still do consider adding the Indian estates as a reward too for the “Crown of India” mission. Due to problems with the UI (the estate window would require a rework to be able to show more than 5 estates + crownland at the same time) as well as the issues of immersion (all the Dharma estate events will assume you are an Indian nation, not a Scandinavian foreign power which happens to own India) we are hesitant to add this reward though.

Additionally to the development missions of Norway, you also get the ones of Sweden, which are about the Sami and the Forest Expansion. These two missions are shared with Norway. You also gain the Swedish missions about dominating the Baltic Sea and conquering the entire coastline of said sea.

Finally, the mission “The Military Question” is the finisher for the mercenaries of Denmark. By having a completed Military idea group, 30% Army Professionalism, 40% Army Tradition and a level 3 Military Advisor you can fulfill this mission and trigger the following event:





That was the Danish Scandinavian missions. Last but not least, let’s see what Norway gets from forming Scandinavia.

Norway gets the biggest addition to its mission tree with 17 new missions from forming Scandinavia.



As Norwegian Scandiavia your New World ambition gets expanded way beyond North America. Do note that the “Dominate North America” and “Control South America” are not only about colonizing these continents, but also about keeping your rivals and enemies away from there. “Settle in Rio Grande” will give a permanent claim on every province owned by your rival/enemy or by their subjects in North America while “Expand the Frontier” does the same for South American provinces.

The final mission rewards of dominating the entirety of the New World are two permanent modifiers:



You will also gain some old world related missions such as new goals in Africa and the Baltic Sea.

The more exciting missions are, however, in the middle. With “Expand the Leidang” you unlock two new estate privileges for the Nobility which mirror the customizability of the Swedish Caroleans - but not it affects your marines.



Finally the mission “Kingdom of the Sea” gives a permanent 20% Good Produced and the bonus of getting 0.5% Army Professionalism whenever you hire an admiral.

Those were the Scandinavian mission trees for the three kingdoms. Of course you know that Scandinavia is not a formable exclusive to Sweden, Denmark and Norway, so the question arises: what happens if somebody else forms Scandinavia? Don’t worry, we got this case covered!



The Scandinavian mission tree was mostly inspired by the Germany mission tree as both formables are late game “what if” nations in EU4. Because of that the mission tree is split into 4 branches:
  • A conquest branch, which is about the conquest of North Germany, the British Isles, the Baltics and Russia. The big reward is a permanent +100 Power Projection.
  • A colonial branch which revolves around the New and the Old World colonialism. The highlight of these missions is a permanent Trade Company Investment cost reduction of 20% and Build Cost reduction of 10%.
  • A branch about absolutism and revolution - Scandinavia is a tag you form with admin tech 20 after all unless you are either Sweden, Denmark or Norway. +20% Max Absolutism, +1 Diplomat and -3 Global Unrest are the rewards for sticking to the late game.
  • A branch about the internal development of your country. Unlike the other branches, this one has the more interesting rewards and requirements. Through “Let the Ducat Roll” you unlock the Mountain and Forest Expansion privileges. “Invest in Finland” unlocks the Hakkapeliitta mercenaries for your country, “Develop the Scandes” fires the Norwegian event chain for the copper and iron in Scandinavia. And “Empire of the North” gives permanently +5% Development Efficiency.


That was it for the Scandinavian content for the DLC. However, I am not done yet with them as there are other changes related to this tag. First thing (and I know this one might not be very popular): Scandinavia is an Endgame Tag, which means you cannot form any other country other than the Roman Empire and the unified HRE.

To compensate this, however, Scandinavia receives its own unique set of ideas which reflects the different aspects of the Northern kingdoms:

SCA_ideas = {
start = {
discipline = 0.05
ship_durability = 0.1
}

bonus = {
manpower_recovery_speed = 0.33
}

trigger = {
tag = SCA
}
free = yes

sca_connecting_history = {
stability_cost_modifier = -0.2
}
sca_unified_scandinavian = {
possible_policy = 1
}
sca_danish_baltic_fleet = {
naval_morale = 0.2
}
sca_norwegian_marines = {
allowed_marine_fraction = 0.25
sailors_recovery_speed = 0.25
}
sca_finnish_hakkapeliita = {
cavalry_fire = 1
cavalry_power = 0.1
}
sca_swedish_carolean = {
infantry_power = 0.15
}
sca_empire_of_the_north = {
legitimacy = 1
devotion = 1
republican_tradition = 0.3
yearly_absolutism = 0.5
}
}


Next I want to close the Carolean topic. Our newest unit had a little bit of an identity crisis as their first iteration was one of a special elite unit and the second iteration was the result of a too harsh nerf hammer.

Now we have the third and final iteration of them:



Note: These three manpower modifiers do NOT stack with each other. So in Sweden’s case it would work like this: Swedish provinces give +33% more Manpower, Finnish provinces (which are accepted by Sweden) give +20% more Manpower, Danish provinces (which are not accepted but are in the same culture group) give +10% more Manpower.



Additionally, we reduced the number of development required to recruit a Carolean unit. Now you can recruit one regiment of Caroleans for every 10 development of Swedish or Finnish provinces.

The goal is to make the Caroleans more into the standard army of Sweden than a special elite force, but they should still have a significant punch. Maybe this version might be a bit too strong, but that is the one we will stick to until the release of the DLC.

Last week’s development diary showcased the monarchy government reforms and today I want to give an update in that regard.

Many of the new reforms and changes to old reforms adjusted absolutism for monarchies which was not a very popular approach whatsoever. Because of that we have decided to drop this idea entirely. We also did some rebalancing of the tiers. Here is the new update of the monarchy reforms:

Tier 2:



Tier 3:



Note: The requirements of the Centralized Bureaucracy reforms scales with the ages. With every age the range of the requirements increases by 10 (for example: Centralized Imperial Bureaucracy would require 35 provinces in the Age of Absolutism to be visible while during the Age of Discovery it would be only 15 provinces).

Tier 5:



Note: Only the “Dynastic Administration” is new here. The other three reforms are untouched from the current version.

Tier 6:



Note: Parliamentarism and States General are unchanged.

Tier 8:



Tier 9:

Note: L’Etat c’est moi is also part of this tier, but unchanged.

Tier 10:

Note: Not in picture, “Become a Republic” and “Install Theocratic Government” are also part of this tier, but unchanged.

We also overhauled the republican reforms too. See for yourself!



Tier 2:



Tier 3:



Note: Merchant republic related reforms will not be touched and are not shown here.

Tier 5:



Tier 6:



Tier 8:



Tier 9:



Tier 10:



Tier 11 and 12 are currently WIP.

Here is also an update for the shared Tier 4 and 7.

Tier 4:

Note: All the different reforms for the religions will be revealed in a later Development Diary.

Tier 7:



This was it for this week! Next week we will take a look into a region on the other side of the Baltic Sea. I won’t say which region, but expect for next week to learn to hate your nobles when you play the star of next week’s Development Diary.

Until then I wish you all a nice week!

EDIT: I just noticed that the numbers for the army tradition decay modifiers are off. Of course we mean -0.3% and -0.1% Army Tradition Decay, not -3.0% and -1.0%. This has been fixed internally already.