#####################
# Enable Socialists
#####################
country_event = {
	id = 1000
	title = "EVTNAME1000"
	desc = "EVTDESC1000"
	picture = "Socialism"
	
	picture = "parliamentary_scandal"
	
	trigger = {
		NOT = {
			is_ideology_enabled = socialist 
		}
		year = 1860
		literacy = 0.6
		OR = {
			unemployment = 0.2
			NOT = {
				poor_strata_life_needs = 0.8
			}
		}
	}
	major = yes
	fire_only_once = yes

	mean_time_to_happen = {
		months = 500
		
		modifier = {
			factor = 0.5
			invention = pierre_joseph_proudhon
		}
		modifier = {
			factor = 1.5
			poor_strata_life_needs = 0.95
		}
	}

	option = {
		name = "EVTOPTA1000"
		enable_ideology = socialist
	}
}

#####################
# Enable Communists
#####################
country_event = {
	id = 1001
	title = "EVTNAME1001"
	desc = "EVTDESC1001"
	picture = "Socialism"
	
	picture = "parliamentary_scandal"
	
	trigger = {
		NOT = {
			is_ideology_enabled = communist 
		}
		year = 1870
		literacy = 0.65
		OR = {
			planned_economy = 20
			pro_atheism = 15
			pro_military = 15
			unemployment = 0.2
		}
	}
	
	major = yes
	fire_only_once = yes

	mean_time_to_happen = {
		months = 600
		
		modifier = {
			factor = 0.5
			invention = karl_marx
		}
		modifier = {
			factor = 0.8
			invention = friedrich_engels
		}
		modifier = {
			factor = 1.5
			poor_strata_life_needs = 0.95
		}
	}

	option = {
		name = "EVTOPTA1001"
		enable_ideology = communist
	}
}

##########################
# Enable Anarcho-Liberal
##########################
country_event = {
	id = 1002
	title = "EVTNAME1002"
	desc = "EVTDESC1002"
	picture = "AnarchoLiberals"
	
	picture = "parliamentary_scandal"
	
	trigger = {
		NOT = {
			is_ideology_enabled = anarcho_liberal 
		}
		year = 1848
		literacy = 0.7
		OR = {
			laissez_faire = 15
			pluralism = 10
			anti_military = 20
			social_reform_want = 0.5
			unemployment = 0.2
		}
	}
	
	major = yes
	fire_only_once = yes
	
	mean_time_to_happen = {
		months = 24
	}

	option = {
		name = "EVTOPTA1002"
		enable_ideology = anarcho_liberal
	}
}

##################
# Enable Fascist
##################
country_event = {
	id = 1003
	title = "EVTNAME1003"
	desc = "EVTDESC1003"
	picture = "Fascist"
	
	picture = "parliamentary_scandal"
	
	trigger = {
		NOT = {
			is_ideology_enabled = fascist 
		}
		
		year = 1905 
		literacy = 0.75
		
		OR = {
			interventionism = 25
			secularized = 25
			jingoism = 5
			residency = 5
			social_reform_want = 0.5
			unemployment = 0.2
		}
	}
	
	major = yes
	fire_only_once = yes
	
	mean_time_to_happen =  {
		months = 600
		
		modifier = {
			factor = 0.5
			invention = karl_marx
		}
		modifier = {
			factor = 0.9
			war_exhaustion = 4
		}
		modifier = {
			factor = 0.9
			average_consciousness = 4
		}
		modifier = {
			factor = 1.2
			NOT = {
				average_consciousness = 3
			}
		}
	}

	option = {
		name = "EVTOPTA1003"
		enable_ideology = fascist
	}
}