add_namespace = finland100

#The Soviets seek peace negotiations

country_event = {
	id = finland100.1
	title = finland100.1.t
	desc = finland100.1.d
	picture = GFX_report_event_swedish_soldier
	
	is_triggered_only = yes

	option = {
	    name = finland100.1.a
		    leave_faction = yes
		    ENG = { white_peace = { tag = FIN } }
			SOV = { 
				white_peace = {
					tag = FIN 
				}
            }				
			#Karjala
			if = {
				limit = {
					owns_state = 146
				}
				146 = { transfer_state_to = SOV }
			}
			#Salia
			if = {
				limit = {
					owns_state = 147
				}
				147 = { transfer_state_to = SOV }
			}
			#Olonets
			if = {
				limit = {
					owns_state = 216
				}
				216 = { transfer_state_to = SOV }
			}
			#Kostomuksha
			if = {
				limit = {
					owns_state = 911
				}
				911 = { transfer_state_to = SOV }
			}
			#PETSAMO
			if = {
				limit = {
					owns_state = 722
				}
				722 = { transfer_state_to = SOV }
			}
		    SOV = { add_to_faction = FIN }
			GER = { country_event = germany_2.5 hours = 1 }
		    ai_chance = 100
    }
	option = {
	    name = finland100.1.b
	    add_war_support = -0.1
		add_stability = -0.1
		ai_chance = 0
	}
}