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

SAS

20+ Years on the Forum
Moderator
203 Badges
Jan 13, 2002
8.032
691
  • Diplomacy
  • 200k Club
  • 500k Club
  • Paradox Order
  • Humble Paradox Bundle
  • March of the Eagles
  • Europa Universalis: Rome Collectors Edition
  • Imperator: Rome Deluxe Edition
Looking in the MotE/decisions folder and there are none for Prussia. There are lots of events for them tho.
 

Thanik

Lt. General
5 Badges
Mar 26, 2012
1.576
112
  • Hearts of Iron III
  • March of the Eagles
  • Victoria 2
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
For all german minors:

join_confederation_rhine = {
potential = {
has_country_flag = refused_confederation_rhine
OR = {
tag = BAD
tag = BRU
tag = BAV
tag = BER
tag = HES
tag = SAX
tag = WES
tag = WUR
tag = NAS
tag = MEK
tag = OLD
tag = HRE
}
}
allow = {
exists = RHC
}
effect = {
clr_country_flag = refused_confederation_rhine
if = {
limit = {
NOT = {
tag = HRE
}
}
any_owned = {
secede_province = RHC
}
}
}
ai_will_do = {
factor = 1
modifier = {
factor = 80
alliance_with = FRA
}
modifier = {
factor = 0.01
war_with = FRA
}
modifier = {
factor = 100
any_owned_province = {
is_capital = yes
controlled_by = FRA
}
}
}
}
And for France to create RHC:

# RHINE CONFEDERACY

create_rhc = {
potential = {
tag = FRA
has_global_flag = dissolve_hre_flag
NOT = { has_global_flag = rhc_created }
}
allow = {
year = 1806
NOT = { exists = RHC }
controls = 486 #Frankfurt
controls = 550 #Erfurt
controls = 515 #Regensburg
controls = 499 #Würsburg
controls = 546 #Dessau
controls = 528 #Schwerin
controls = 553 #Saalfeld
}
effect = {
set_global_flag = rhc_created
release_vassal = RHC
FRA = {
country_event = 10290
}
RHC = {
define_ruler = {
name = "Napoleon Bonaparte"
picture = "FRA_NapoleonI"
MIL = 9
DIP = 7
ADM = 9
}
}
}
ai_will_do = {
factor = 1
modifier = {
factor = 100
war = yes
}
}
}

So you can create RHC, and all allied countries, and provinces controlled by France will join.
Some cosmetic changes and you can create United Germany earlier than historical:)
 
Last edited: