• 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(90027)

Major
8 Badges
Dec 30, 2007
635
0
  • Hearts of Iron Anthology
  • Arsenal of Democracy
  • Darkest Hour
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
  • Heir to the Throne
  • The Showdown Effect
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.

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.
 
Part of it, maybe say 25 dissent comes from the fact that both soviet army and Stalin have been made to look incompetent by a small band of Finnish soldiers, and another 30 from the loss of Stalingrad.

I found a pretty big error in those events. Every time i try to launch a game with the changes in effect, the game crashes. I have no idea what's wrong there, but i'll try to find it.
 
in my opinion, in vanilla it is good to give USSR dissent for finnish war in order to balance barbarossa..in my all games, german offensive was halted easily by red army and soon repelled..by giving soviets huge dissents with finnish war and adding germany some manpower with Goebbel's total war speech really improve the eastern front..
 
Part of it, maybe say 25 dissent comes from the fact that both soviet army and Stalin have been made to look incompetent by a small band of Finnish soldiers, and another 30 from the loss of Stalingrad.

I found a pretty big error in those events. Every time i try to launch a game with the changes in effect, the game crashes. I have no idea what's wrong there, but i'll try to find it.

I think you need to add an AI Chance to each of the choices, I think that is the problem, I hope I helped :D
 
Part of it, maybe say 25 dissent comes from the fact that both soviet army and Stalin have been made to look incompetent by a small band of Finnish soldiers, and another 30 from the loss of Stalingrad.

I found a pretty big error in those events. Every time i try to launch a game with the changes in effect, the game crashes. I have no idea what's wrong there, but i'll try to find it.

You mean Leningrad dont you...
 
It is very good that there is finally some events for a finish victory in the winter-war, but while I like most of the event, I do not belive Stalin would've acually agreed to ceede Leningrad itself. This was however easy for me to edit, so I would like to express my thanks for making these events.

Regards
The King