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

Henry Wu

Second Lieutenant
8 Badges
Aug 6, 2009
148
0
  • Darkest Hour
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Semper Fi
  • Arsenal of Democracy
  • Hearts of Iron IV: Cadet
Can Soviet Union annex Baltic states peacefully by event? how to trigger it?

if not, can it be done by "demand territory" in diplomacy screen?

or it can only be done by military actions?

thanks
 
Yes.

You can write an event your self to annex Baltic states. I wrote one for Germany.

######################
# Baltic States Annexation
######################
event = {
id = 505006
random = no
country = GER
trigger = {
ai = no
exists = EST
exists = LAT
exists = LIT
NOT = {
OR = {
event = 2600 #Molotov-Ribbentrop Pact historical
event = 2601 #Molotov-Ribbentrop Pact limited
war = { country = [GER] country = [SOV] }
alliance = { country = [EST] country = [SOV] }
alliance = { country = [LAT] country = [SOV] }
alliance = { country = [LIT] country = [SOV] }
exists = POL
}
}
}

name = "Annexation of the Baltic States"
desc = "Sir, the Baltic States want to be a part of our great nation in fear of an invasion from the east. What should we do?"
style = 0
picture = "german_strategic_victory2"

date = { day = 1 month = october year = 1939 }
offset = 10
deathdate = { day = 29 month = januray year = 1941 }

action_a = {
name = "Great! Annex!" #Partisan value will be high
ai_chance = 0
command = { type = inherit which = EST }
command = { type = inherit which = LAT }
command = { type = inherit which = LIT }
command = { type = manpowerpool value = 600 }
command = { type = dissent value = -10 }

}
action_b = {
name = "No need"
ai_chance = 100
command = { }
}
}
 
To Tiger, thanks for your advice, but there is no original event??

To Macdaddy, but i checked the chance of demand territory already... it's 0% for 3 states !!! should i pay money to increase the relation?
 
To Tiger, thanks for your advice, but there is no original event??

To Macdaddy, but i checked the chance of demand territory already... it's 0% for 3 states !!! should i pay money to increase the relation?

Check the event file ussr in db/event folder to see if there is or not. Did that happen historically? (I don't know because I don't care for SOV. I nuke them in every game.)

I demanded Chur and Zurich from Switzerland in every game (50% chance). Germany's belligerence is pretty high (>71) so I think that scared them.