﻿add_namespace = syriacivilwar
add_namespace = syriacivilwar_news

country_event = {
	id = syriacivilwar.1
	title = syriacivilwar.1.t
	desc = syriacivilwar.1.d
	
	fire_only_once = yes
	
	trigger = {
		AND = {
			tag = SYR
			SYR = { has_government = nationalist} 
			date > 2006.1.1
		}
	}
			
		
	
	mean_time_to_happen = {
		days = 1900
	}		
	
	option = {
		name = syriacivilwar.1.o1 #Crush the protests!
		
		ai_chance = {
			factor = 60
			modifier = {
				factor = 100
				is_historical_focus_on = yes
			}
		}
		
		add_national_unity = -0.2
		
		random_list = { 
			70 = { 
				start_civil_war = {
						ruling_party = nationalist
						ideology = social_liberal
						size = 0.5
					}
					
					random_other_country = {
					limit = {
						original_tag = SYR
						has_government = social_liberal
					}
					
					add_ideas = all_adults_serve
					
					load_oob = "syrian_civil_war_rebels"
				}
					
			} 
			
			30 = {
				add_national_unity = 0.3
			}
		}
		
		
	}
	
	option = {
		name = syriacivilwar.1.o2 #Give into the demands.
		
		ai_chance = {
			factor = 40
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
		
		add_national_unity = 0.1
		
		set_politics = {
			elections_allowed = yes
		}
		
		add_popularity = {
			ideology = islamist
			popularity = 0.16
		}
		
		add_popularity = {
			ideology = conservative
			popularity = 0.15
		}
		
		add_popularity = {
			ideology = nationalist
			popularity = -0.15
		}
		
		add_popularity = {
			ideology = social_liberal
			popularity = 0.15
		}
		
		
	}
	
	
}