add_namespace = shreksouthernturkey

country_event = {
    id = shreksouthernturkey.1
	title = "Shrek Demands Southern Turkey!"
	desc = "Shrek has demanded our south, what do we do?"
	picture = GFX_report_event_europe_funeral

	is_triggered_only = yes

	option = {
		name = "We cannot afford a war."
		ai_chance = { factor = 25 }
		SHR = {
			country_event = { id = shreksouthernturkey.2 }
		  	
        }

	}
	
	option = {
		name = "No ogres in Turkey, thanks."
		ai_chance = { factor = 50 }
		SHR = {
			country_event = { id = shreksouthernturkey.3 }
        }
	}
	
	option = {
		name = "This is a threat to our existence, we will destroy Shrek!."
		ai_chance = { factor = 25 }
			SHR = {
			country_event = { id = shreksouthernturkey.4 }
			
			TUR = {
		    create_wargoal = {
             type = annex_everything
			 target = SHR
		 
		    }

        }
	}
}