I made these just to make it worthwile to play as finland and get rewarded for actually beating the Soviets in the Winter war.
Just copypasta the code to the very bottom of the file named "USSR" in your Hoi2> Armageddon> db> events> folder.
If there are errors let me know.
I might do more events for the start of continuation war, a while after Germany starts invading Soviet Union.
Just copypasta the code to the very bottom of the file named "USSR" in your Hoi2> Armageddon> db> events> folder.
If there are errors let me know.
Code:
#########################################################################
# Finland humiliates the USSR in the winter war
#########################################################################
event = {
id = 999999999
random = no
country = SOV
trigger = {
war = {country = SOV country = FIN }
AND = {
control = { province 152 data = FIN}
control = { province 151 data = FIN}
control = { province 150 data = FIN}
control = { province 135 data = FIN}
control = { province 133 data = FIN}
control = { province 134 data = FIN}
control = { province 187 data = FIN} #Leningrad & all of Karelia and Kola
}
}
name = "We have duly been beaten by the Finns."
desc = "When Stalin ordered the invasion of Finland, he expected a quick victory over the poorly equipped small finnish army. However, a winter of hit and run attacks and encirclements against the soviet troops on narrow forest roads quickly turned the tide, and towards the end, it was the soviets who were on the run. The final nail on the coffin was struck, when the finnish armies managed to succesfully invade the city of Leningrad. Stalin had no choice but to quickly set up peace talks and possibly even cede to the finns the fruits of their conquest."
style = 0
picture = "Bitter_Peace"
action_a = {
name = "We have been humiliated badly!"
command = { type = secedeprovince which = FIN value = 152 }
command = { type = secedeprovince which = FIN value = 151 }
command = { type = secedeprovince which = FIN value = 150 }
command = { type = secedeprovince which = FIN value = 135 }
command = { type = secedeprovince which = FIN value = 133 }
command = { type = secedeprovince which = FIN value = 134 }
command = { type = secedeprovince which = FIN value = 187 }
command = { type = dissent value = +55 }
command = { type = trigger which = 999999998 }
command = { type = peace which = FIN }
}
}
event = {
id = 999999998
random = no
country = FIN
# Triggered by SOV 999999999
name = "We are the champions my friend!"
desc = "In the past few months, the eyes of the world were all turned towards our little corner of the world, as the big Russian bear invaded us and expected an easy prey. But we all showed them that the Finnish lion is not something that will submit to easy victories by anyone. We have gained not just Karelia and Kola, but also the city of Leningrad, which we will rename back to St. Petersburg. Also, the Soviets are forced to pay some hefty reparations for damages."
picture = "finish_fortunes_of_war"
action_a = {
name = "Hurrah!"
command = { type = dissent value = -20 }
command = { type = money value = 1500 }
command = { type = manpowerpool value = 100 }
command = { type = metalpool value = 2500 }
command = { type = rarematerialspool value = 1500 }
command = { type = oilpool value = 5000 }
command = { type = construct which = ic where = 142 value = +5 }
command = { type = construct which = ic where = 141 value = +2 }
command = { type = construct which = ic where = 143 value = +2 }
command = { type = construct which = ic where = 187 value = +5 }
}
}
I might do more events for the start of continuation war, a while after Germany starts invading Soviet Union.