﻿add_namespace = Egypt
	
#el-Kosheh Massacre		#ETD REMOVED
country_event = {
	id = Egypt.4
	title = Egypt.4.t
	desc = Egypt.4.d
	picture = GFX_egyptian_christian_massacre
	
	is_triggered_only = yes
	
	#We will fight them!
	option = {
		name = Egypt.4.a
		log = "[GetDateText]: [This.GetName]: Egypt.4.a executed"
		add_political_power = 25
		add_stability = -0.02
		
		ai_chance = { factor = 95 }
	}
	
	#They deserved it.
	option = {
		name = Egypt.4.b
		log = "[GetDateText]: [This.GetName]: Egypt.4.b executed"
		add_stability = -0.08
		add_popularity = {
			ideology = fascism
			popularity = 5
		}
		recalculate_party = yes
		ai_chance = { factor = 5 }
	}
}