• We will be taking the forums down for scheduled maintenance on Tuesday, May 22nd 2023 at around 8:00 CDT / 13:00 UTC for up to an hour hour.
  • 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.

unmerged(20123)

First Lieutenant
Sep 27, 2003
210
0
Visit site
to get the prussian events posted here? mainly ones that lead to unification and/or war with various nations. a big request, but I'm still working on formulating my pre-victoria plan and knowing the events are a major part of it. God I need this game. I am going crazy.
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
As your freindly neighborhood Vicky-bringer to the people, I can atleast tell you that you have several roads to go with the unification of Germany. One is the Democrazy one:


#########################################################################
# Popular Unification of Germany
#########################################################################
event = {
id = 4612
random = no
country = PRU

trigger = {
NOT = { constitution = { country = ANH type = monarchy } }
NOT = { constitution = { country = AUS type = monarchy } }
NOT = { constitution = { country = BAD type = monarchy } }
NOT = { constitution = { country = BAY type = monarchy } }
NOT = { constitution = { country = BRA type = monarchy } }
NOT = { constitution = { country = BRE type = monarchy } }
NOT = { constitution = { country = COB type = monarchy } }
NOT = { constitution = { country = FRM type = monarchy } }
NOT = { constitution = { country = FRM type = monarchy } }
NOT = { constitution = { country = HAM type = monarchy } }
NOT = { constitution = { country = HAN type = monarchy } }
NOT = { constitution = { country = HED type = monarchy } }
NOT = { constitution = { country = HEK type = monarchy } }
NOT = { constitution = { country = HLS type = monarchy } }
NOT = { constitution = { country = LIP type = monarchy } }
NOT = { constitution = { country = LUB type = monarchy } }
NOT = { constitution = { country = MEC type = monarchy } }
NOT = { constitution = { country = MEI type = monarchy } }
NOT = { constitution = { country = NAS type = monarchy } }
NOT = { constitution = { country = NGF type = monarchy } }
NOT = { constitution = { country = SGF type = monarchy } }
NOT = { constitution = { country = OLD type = monarchy } }
NOT = { constitution = { country = PRU type = monarchy } }
NOT = { constitution = { country = SAX type = monarchy } }
NOT = { constitution = { country = WEI type = monarchy } }
NOT = { constitution = { country = WUR type = monarchy } }
}

name = "EVT_1509_NAME"
desc = "EVT_1509_DESC"
style = 0

date = { day = 15 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1851 }

action_a = {
name = "ACCEPT" # Accept
command = { type = constitution which = democracy }
command = { type = executive_designation which = parliamentarism }
command = { type = party_system which = multi_party }
command = { type = national_value which = equality }
command = { type = set_ruling_party which = 4600 }
command = { type = country which = GER }
}
}
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
Another is this:

#########################################################################
# The Proposal of the Frankfurt Assembly
#########################################################################
event = {
id = 4615
random = no
country = PRU

trigger = {
constitution = { type = monarchy }
NOT = { war = { country = PRU country = FRM } }
}

name = "EVT_4615_NAME"
desc = "EVT_4615_DESC"
style = 0

date = { day = 2 month = july year = 1849 }

action_a = {
name = "DECLINE" # Decline
ai_chance=70
command = { type = sleepevent which = 4620 }
command = { type = sleepevent which = 3001 } # GER
command = { type = prestige value = 50 }
}
action_b = {
name = "ACCEPT" # Accept
ai_chance=30
command = { type = constitution which = constitutional_monarchy }
command = { type = executive_designation which = hms_government }
command = { type = party_system which = multi_party }
command = { type = national_value which = liberty }
command = { type = prestige value = -200 }
command = { type = country which = GER }
command = { type = trigger which = 3705 } # FRM
command = { type = sleepevent which = 4619 }
command = { type = sleepevent which = 4616 }
command = { type = sleepevent which = 3000 } # GER
}
}

That will create the NGF (north-german-federation) and will eventually make them a sattelite.
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
Originally posted by Sehnsucht
so thats basically meaning you can unify once all the german minors become a democray? is there set unification events or are they all built off of the conditions of the german minors?

They are built on the condition of the minors.
I like that very much, foreign intervention and politic games.
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
The last?:


#########################################################################
# The Conservative Empire
#########################################################################
event = {
id = 4616
random = no
country = PRU

trigger = {
OR = {
constitution = { country = ANH type = monarchy }
constitution = { country = ANH type = constitutional_monarchy }
}
OR = {
constitution = { country = BAD type = monarchy }
constitution = { country = BAD type = constitutional_monarchy }
}
OR = {
constitution = { country = BAY type = monarchy }
constitution = { country = BAY type = constitutional_monarchy }
}
OR = {
constitution = { country = BRA type = monarchy }
constitution = { country = BRA type = constitutional_monarchy }
}
OR = {
constitution = { country = BRE type = monarchy }
constitution = { country = BRE type = constitutional_monarchy }
}
OR = {
constitution = { country = COB type = monarchy }
constitution = { country = COB type = constitutional_monarchy }
}
OR = {
constitution = { country = FRM type = monarchy }
constitution = { country = FRM type = constitutional_monarchy }
}
OR = {
constitution = { country = HAM type = monarchy }
constitution = { country = HAM type = constitutional_monarchy }
}
OR = {
constitution = { country = HAN type = monarchy }
constitution = { country = HAN type = constitutional_monarchy }
}
OR = {
constitution = { country = HED type = monarchy }
constitution = { country = HED type = constitutional_monarchy }
}
OR = {
constitution = { country = HEK type = monarchy }
constitution = { country = HEK type = constitutional_monarchy }
}
OR = {
constitution = { country = HLS type = monarchy }
constitution = { country = HLS type = constitutional_monarchy }
}
OR = {
constitution = { country = LIP type = monarchy }
constitution = { country = LIP type = constitutional_monarchy }
}
OR = {
constitution = { country = LUB type = monarchy }
constitution = { country = LUB type = constitutional_monarchy }
}
OR = {
constitution = { country = MEC type = monarchy }
constitution = { country = MEC type = constitutional_monarchy }
}
OR = {
constitution = { country = MEI type = monarchy }
constitution = { country = MEI type = constitutional_monarchy }
}
OR = {
constitution = { country = NAS type = monarchy }
constitution = { country = NAS type = constitutional_monarchy }
}
OR = {
constitution = { country = NGF type = monarchy }
constitution = { country = NGF type = constitutional_monarchy }
}
OR = {
constitution = { country = SGF type = monarchy }
constitution = { country = SGF type = constitutional_monarchy }
}
OR = {
constitution = { country = OLD type = monarchy }
constitution = { country = OLD type = constitutional_monarchy }
}
OR = {
constitution = { country = PRU type = monarchy }
constitution = { country = PRU type = constitutional_monarchy }
}
OR = {
constitution = { country = SAX type = monarchy }
constitution = { country = SAX type = constitutional_monarchy }
}
OR = {
constitution = { country = WEI type = monarchy }
constitution = { country = WEI type = constitutional_monarchy }
}
OR = {
constitution = { country = WUR type = monarchy }
constitution = { country = WUR type = constitutional_monarchy }
}
}

name = "EVT_3305_NAME"
desc = "EVT_3305_DESC"
style = 0

date = { day = 20 month = april year = 1851 }

action_a = {
name = "ACCEPT" # Accept
command = { type = constitution which = monarchy }
command = { type = executive_designation which = laws_by_decree }
command = { type = party_system which = multi_party }
command = { type = national_value which = order }
command = { type = country which = GER }
}
}

And in my experience, the most common.
 

unmerged(20123)

First Lieutenant
Sep 27, 2003
210
0
Visit site
alrightey, thank you mightely for your help. when is the preprogrammed war with denmarK? I don't think naming my first built battleship "the mork" is enough. for the bringer of viccy to the masses, only naming my first born child "mork" will suffice.
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
Originally posted by Sehnsucht
so to get that 1849 one you have to be a monarchy? and that one doesn't actually unite anything, it just satellites them? whats the point then, because there is no diploannexing

Other than the political gain, I guess no point :D.
I'm playing a game as Prussia/Germany and that "popular unification" event is great, I wish I had gotten it ;).
Though the conservative empire is quite good to. There just seems to be alot of revolters in Germany...
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
Originally posted by Sehnsucht
alrightey, thank you mightely for your help. when is the preprogrammed war with denmarK? I don't think naming my first built battleship "the mork" is enough. for the bringer of viccy to the masses, only naming my first born child "mork" will suffice.

LOL!

Don't do that! I have had enough problems with "Mork" being confused with the sitcom "Mork and Mindy", and that is just cruel to do to a child...
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
There are two "Denmark/Slesvig" crisises (sp? naah, that's for sissies). One in 1847-60, AI chance of war about 55%.
The other one is in 1863-70 and AI chance of war are about 100%.
 

unmerged(20123)

First Lieutenant
Sep 27, 2003
210
0
Visit site
I could plan to call the kid "blanket"....

but then again, odds are against my genes being passed on to the next generation. if that happens, god helps us all

so in your expert opinion, what unification event should I try to base my game plan around?
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
IMHO the popular is the best, but also the most difficult one, as the Germans are quite eager to have Democrazy.

Baring that I would go for the conservative one, great for your prestige/economy, unified Germany is just big... Great manpower to fuel those factories (wars being fueled by my colonies...) and territorial claims on France and Denmark.

Beware of a multi-front war (i.e. against Russia/France/Austria) and that BB-value that will get you into then eventually... After the unification you should have a very large army to deter those pesky Russians/French, keep the freindship with Austria (or get one with one of the other two). You can consentrate on the army early on, do it. Skip the Navy for later
 

Mork

One armed man
6 Badges
Feb 22, 2003
5.244
443
Visit site
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron III
  • Victoria 2
  • 500k Club
  • Hearts of Iron II: Beta
Originally posted by Sehnsucht
hmmm, still confused. does every single german minor have to be a monarchy for that to work? or just one? do the ones that arn't monarchies not join germany?

AFAIK evey one has to be [notmonarchy] or the event will not fire.
 

Syt

Holstein's Envoy in Vienna
139 Badges
Jan 26, 2001
6.772
248
  • 500k Club
  • 200k Club
  • Crusader Kings III
  • Crusader Kings II: Holy Knight (pre-order)
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Conclave
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Sunset Invasion
  • Deus Vult
  • Victoria 3 Sign Up
  • Victoria 2
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria: Revolutions
  • Imperator: Rome Sign Up
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome - Magna Graecia
  • Stellaris: Galaxy Edition
  • Stellaris Sign-up
  • Stellaris: Federations
  • Stellaris: Nemesis
  • Stellaris: Lithoids
  • Stellaris: Leviathans Story Pack
  • Stellaris: Megacorp
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Stellaris: Distant Stars
  • Stellaris: Ancient Relics
  • Stellaris: Digital Anniversary Edition
  • Stellaris - Path to Destruction bundle
  • Stellaris: Necroids
  • Stellaris: Synthetic Dawn
  • BATTLETECH
  • BATTLETECH - Backer
  • BATTLETECH: Flashpoint
  • BATTLETECH: Season pass
  • BATTLETECH: Heavy Metal
Actually, in my current Argentina game, I had the Reich form after the Conservative Empire event, with only Saxony staying outside, squished between Austria-Hungary and Germany. :cool:
 

unmerged(6545)

Second Lieutenant
Nov 27, 2001
171
0
Visit site
I had this event as well, but if i remmeber my history....didn't Prussia and Austria have a war...one that lasted about 6 weeks, where Hannover was also over run...and that lead to the Franco-Prussian war, and while standing the Hall of Mirrors in Versilles, The Reich was proclaimed...
and that was in 1862...i think....so isn't a 1851 a little ahistorical?
I don't even think Bismark was in goverment at that time...