add_namespace = shrekcityfallsoviet

news_event = {
id = shrekcityfallsoviet.1
	title = "Fall Of The City Of Shrek"
	desc = fallofshreksovietunion
	picture = GFX_shreknews4
	
	major = yes
	
	trigger = {
		553 = { is_controlled_by = SOV }
		553 = { is_owned_by = SHR }
		SOV = { has_war_with = SHR }
		NOT = { has_global_flag = fall_of_city_of_shrek_soviet }
	}
	
	immediate = {
		set_global_flag = fall_of_city_of_shrek_soviet
	}
	
	mean_time_to_happen = {
		days = 2
	}
	
	option = {
		name = "worrying"
		trigger = {
			NOT = {
				TAG = SHR
				TAG = SOV
			}
		}
	}
	option = {
		name = "For The Motherland!"
		trigger = { TAG = SOV }
	}
	option = {
		name = "They will pay!"
		trigger = { TAG = SHR }
	}
}