﻿add_namespace = wot
add_namespace = wotnews

#Major Terrorist attacks timetable
country_event = {
	id = wot.1
	title = wot.1.t
	desc = wot.1.d
	
	is_triggered_only = yes
	hidden = yes
	
	trigger = {
		NOT = { has_government = fascism } #Just incase some tomfoolery happens
		original_tag = USA
	}
	
	option = {
		name = wot.1.a
		log = "[GetDateText]: [This.GetName]: wot.1.a executed"
		ai_chance = { factor = 100 }
		news_event = { hours = 18 id = wotnews.1 }
		country_event = { id = wot.2 hours = 12 }
		if = {
			limit = { NOT = { has_country_flag = USA_increased_intelligence_efforts } }
			random_list = {
				5 = { set_country_flag = major_terrorist_attacks_discovered }
				80 = { set_country_flag = terrorist_attacks_succeed_no_fourth_plane }
				15 = { set_country_flag = terrorist_attacks_succeed_fourth_plane }
			}
		}
		if = {
			limit = { has_country_flag = USA_increased_intelligence_efforts }
			random_list = {
				15 = { set_country_flag = major_terrorist_attacks_discovered }
				75 = { set_country_flag = terrorist_attacks_succeed_no_fourth_plane }
				10 = { set_country_flag = terrorist_attacks_succeed_fourth_plane }
			}
		}
	}
}

#Proceeds the things
country_event = {
	id = wot.2
	title = wot.2.t
	desc = {
		text = wot.2.da
		trigger = { has_country_flag = major_terrorist_attacks_discovered }
	}
	
	desc = {
		text = wot.2.db
		trigger = { has_country_flag = terrorist_attacks_succeed_no_fourth_plane }
	}
	
	desc = { 
		text = wot.2.dc
		trigger = { has_country_flag = terrorist_attacks_succeed_fourth_plane }
	}
	picture = GFX_nine_eleven
	
	is_triggered_only = yes
	fire_only_once = yes
	
	immediate = {
		hidden_effect = {
			set_country_flag = USA_911_happened
			every_other_country = {							#September 12th: International Reactions
				limit = { 
					OR = { 
						has_idea = NATO_member 
						tag = CAN 
						tag = ENG 
						tag = AST 
						tag = GER 
						tag = FRA 
						tag = POL 
						tag = IRQ
					}
				}
				country_event = { id = wot.3 days = 1 }
			}
			country_event = { id = wot.4 days = 2 }	#September 13th: Hillary Clinton backs the post-9/11
			country_event = { id = wot.5 days = 3 }	#September 14th: National Prayer Service
			country_event = { id = wot.6 days = 4 }	#September 15th: Murder of Balbir Singh Sondhi
			country_event = { id = wot.7 days = 7 }	#September 18th: Anthrax Attacks
			country_event = { id = wot.8 days = 9 }	#September 20th: The War on Terror Speech
		}
	}
			
	
	option = {
		name = wot.2.a
		trigger = { has_country_flag = major_terrorist_attacks_discovered }
		log = "[GetDateText]: [This.GetName]: wot.2.a executed"
		ai_chance = { factor = 100 }
		add_stability = -0.05
	}
	
	option = {
		name = wot.2.b
		trigger = { has_country_flag = terrorist_attacks_succeed_no_fourth_plane }
		log = "[GetDateText]: [This.GetName]: wot.2.b executed"
		ai_chance = { factor = 100 }
		add_stability = -0.10
	}
	
	option = {
		name = wot.2.c
		trigger = { has_country_flag = terrorist_attacks_succeed_fourth_plane }
		log = "[GetDateText]: [This.GetName]: wot.2.c executed"
		ai_chance = { factor = 100 }
		add_stability = -0.15
	}
}

#Diplomatic Response to 9/11
country_event = {
	id = wot.3 
	title = wot.3.t
	desc = wot.3.d
	picture = GFX_report_event_schroeder_and_bush
	
	is_triggered_only = yes
	
	option = {
		name = wot.3.a
		log = "[GetDateText]: [This.GetName]: wot.3.a executed"
		ai_chance = { 
			factor = 90
			modifier = {
				factor = 0
				original_tag = IRQ
				NOT = { has_government = democratic }
			}
		}
		USA = {
			add_opinion_modifier = {
				target = ROOT
				modifier = nine_eleven_total_loyalty
			}
		}
		add_political_power = -20
		add_stability = -0.01
	}
	option = {
		name = wot.3.b
		log = "[GetDateText]: [This.GetName]: wot.3.b executed"
		ai_chance = { 
			factor = 10
			modifier = {
				factor = 2
				original_tag = IRQ
				NOT = { has_government = democratic }
			} 
		}
		USA = {
			add_opinion_modifier = {
				target = ROOT
				modifier = nine_eleven_loyalty
			}
		}	
		add_stability = 0.01
	}
	option = {
		name = wot.3.c
		log = "[GetDateText]: [This.GetName]: wot.3.c executed"
		ai_chance = { 
			factor = 0
			modifier = {
				add = 80 
				original_tag = IRQ
				NOT = { has_government = democratic }
			}
		}
		USA = {
			add_opinion_modifier = {
				target = ROOT
				modifier = imminent_danger_to_national_security 
			}
		}
		add_popularity = { ideology = fascism popularity = 0.05 }
		add_popularity = { ideology = nationalist popularity = 0.05 }
	}
}

#Opposition politician backs the government
country_event = {
	id = wot.4
	title = wot.4.t
	desc = {
		text = wot.4.da
		trigger = { is_in_array = { array = ruling_party value = 1 } }
	}
	desc = {
		text = wot.4.db
		trigger = { is_in_array = { array = ruling_party value = 2 } }
	}
	picture = GFX_hillary_clinton_young
	
	is_triggered_only = yes
	
	trigger = {
		has_government = democratic
		OR = {	#Either Republicans or Democrats in office
			is_in_array = {
				array = ruling_party
				value = 1
			}
			is_in_array = {
				array = ruling_party
				value = 2
			}
		}
	}
	
	option = {	#We stand united
		name = wot.4.a
		log = "[GetDateText]: [This.GetName]: wot.4.a executed"
		ai_chance = { factor = 90 }
		add_stability = 0.03
		hidden_effect = {
			news_event = {
				id = wotnews.2
				hours = 6
			}
		}
		#Increase the popularities of the ruling coalition by 10%, and the main opposition party by 5%
		custom_effect_tooltip = TT_OEF_RAISE_POPULARITIES
		for_each_loop = {
			array = ruling_party
			value = v
			multiply_variable = { party_pop_array^v = 1.1 }
		}
		for_each_loop = {
			array = gov_coalition_array
			value = v
			multiply_variable = { party_pop_array^v = 1.1 }
		}
		if = {
			limit = {
				is_in_array = {
					array = ruling_party
					value = 1
				}
			}
			multiply_variable = { party_pop_array^2 = 1.05 }
		}
		if = {
			limit = {
				is_in_array = {
					array = ruling_party
					value = 2
				}
			}
			multiply_variable = { party_pop_array^1 = 1.05 }
		}
		hidden_effect = {	
			recalculate_party = yes
		}
	}
	option = {	#They're trying to benefit from a tragedy
		name = wot.4.b
		log = "[GetDateText]: [This.GetName]: wot.4.b executed"
		ai_chance = { factor = 10 }
		#Decrease the popularities of the ruling coalition by 5%, and the main opposition party by 10%
		custom_effect_tooltip = TT_OEF_LOWER_POPULARITIES
		for_each_loop = {
			array = ruling_party
			value = v
			multiply_variable = { party_pop_array^v = 0.95 }
		}
		for_each_loop = {
			array = gov_coalition_array
			value = v
			multiply_variable = { party_pop_array^v = 0.95 }
		}
		if = {
			limit = {
				is_in_array = {
					array = ruling_party
					value = 1
				}
			}
			multiply_variable = { party_pop_array^2 = 0.9 }
		}
		if = {
			limit = {
				is_in_array = {
					array = ruling_party
					value = 2
				}
			}
			multiply_variable = { party_pop_array^1 = 0.9 }
		}
		hidden_effect = {	
			recalculate_party = yes
		}
	}		
}

#National Prayer Service
country_event = {
	id = wot.5
	title = wot.5.t
	desc = wot.5.d
	picture = GFX_national_prayer_service_2001
	
	is_triggered_only = yes
	
	option = {
		name = wot.5.a
		log = "[GetDateText]: [This.GetName]: wot.5.a executed"
		ai_chance = { factor = 90 }
		lose_pp_for_month = yes
		add_stability = 0.05
		add_war_support = 0.05		
		hidden_effect = {
			news_event = {
				id = wotnews.3
				hours = 6
			}
		}
	}
	option = {
		name = wot.5.b
		log = "[GetDateText]: [This.GetName]: wot.5.b executed"
		ai_chance = { factor = 10 }
	}		
}

#Murder of Balbir Singh Sodhi
country_event = {
	id = wot.6
	title = wot.6.t
	desc = wot.6.d
	picture = GFX_balbir_singh_sodhi
	
	is_triggered_only = yes
	
	option = {
		name = wot.6.a
		log = "[GetDateText]: [This.GetName]: wot.6.a executed"
		ai_chance = { factor = 95 }
		add_political_power = -5
		hidden_effect = {
			news_event = {
				id = wotnews.4
				hours = 6
			}
		}
	}
	option = {
		name = wot.6.b
		log = "[GetDateText]: [This.GetName]: wot.6.b executed"
		ai_chance = { factor = 5 }
		add_political_power = -100
		add_popularity = { ideology = nationalist popularity = 0.03 }
		hidden_effect = {
			news_event = {
				id = wotnews.4
				hours = 6
			}
		}
	}
}

#Anthrax Attacks
country_event = {
	id = wot.7
	title = wot.7.t
	desc = wot.7.d
	picture = GFX_fbi
	
	is_triggered_only = yes
	
	option = {
		name = wot.7.a
		log = "[GetDateText]: [This.GetName]: wot.7.a executed"
		ai_chance = { factor = 80 }
		add_stability = -0.03	
		hidden_effect = {
			news_event = {
				id = usa_news.13
				hours = 6
			}
		}
	}
	option = {
		name = wot.7.b
		log = "[GetDateText]: [This.GetName]: wot.7.b executed"
		ai_chance = { factor = 20 }
		lose_pp_for_15_days = yes		
		hidden_effect = {
			news_event = {
				id = wotnews.5
				hours = 6
			}
		}
	}
}

#The War on Terror Speech
country_event = {
	id = wot.8
	title = wot.8.t
	desc = wot.8.d
	picture = GFX_george_w_bush
	
	is_triggered_only = yes
	
	immediate = {
		set_country_flag = war_on_terror_speech
	}
	
	option = {
		name = wot.8.a
		log = "[GetDateText]: [This.GetName]: wot.8.a executed"
		ai_chance = { factor = 50 }
		add_stability = 0.045
		hidden_effect = {
			news_event = {
				id = wotnews.6
				hours = 6
			}
		}
	}
	option = {
		name = wot.8.b
		log = "[GetDateText]: [This.GetName]: wot.8.a executed"
		ai_chance = { factor = 50 }
		add_war_support = 0.045
		hidden_effect = {
			news_event = {
				id = wotnews.6
				hours = 6
			}
		}
	}
}

#US Demands extradition of bin Laden
country_event = {
	id = wot.9
	title = wot.9.t
	desc = wot.9.d
	picture = GFX_bin_laden
	
	is_triggered_only = yes
	
	option = {
		name = wot.9.a
		log = "[GetDateText]: [This.GetName]: wot.9.a executed"
		ai_chance = { factor = 95 }
		FROM = { country_event = { id = wot.10 days = 3 } }
		USA = {
			add_opinion_modifier = {
				target = ROOT
				modifier = terrorist_menace 
			}
		}
	}
	option = {
		name = wot.9.b
		log = "[GetDateText]: [This.GetName]: wot.9.a executed"
		ai_chance = { factor = 5 }
		FROM = { country_event = { id = wot.11 days = 3 } }
		add_stability = -0.10
		USA = {
			add_opinion_modifier = {
				target = ROOT
				modifier = military_cooperation   
			}
		}
	}
	
}

#Taliban decline to extradite bin Laden
country_event = {
	id = wot.10
	title = wot.10.t
	desc = wot.10.d
	picture = GFX_bin_laden
	
	is_triggered_only = yes
	
	option = {
		name = wot.10.a
		log = "[GetDateText]: [This.GetName]: wot.10.a executed"
		ai_chance = { factor = 100 }
		set_country_flag = bin_Laden_stays_home
	}
	
}

#Taliban agree to extradite bin Laden
country_event = {
	id = wot.11
	title = wot.11.t
	desc = wot.11.d
	picture = GFX_bin_laden
	
	is_triggered_only = yes
	
	option = {
		name = wot.11.a
		log = "[GetDateText]: [This.GetName]: wot.11.a executed"
		ai_chance = { factor = 100 }
		set_country_flag = Cooperation_with_taleban
	}
	
}

#US Requests help in Afghanistan
country_event = {
	id = wot.12
	title = wot.12.t
	desc = wot.12.d
	picture = GFX_afghanistan_war
	
	is_triggered_only = yes
	
	option = {
		name = wot.12.a		#Send troops
		log = "[GetDateText]: [This.GetName]: wot.12.a executed"
		ai_chance = { 
			factor = 30
			modifier = {
				factor = 3
				OR = {
					original_tag = ENG
					original_tag = CAN
					original_tag = AST
				}
			}
			modifier = {
				factor = 0.5
				num_divisions < 10
			}
		}
		lose_pp_for_month = yes
		if = {
			limit = { NOT = { has_idea = intervention_regional_interventionism  } }
			add_ideas = intervention_regional_interventionism  
		}
		if = {
			limit = { is_ai = yes }
			add_ai_strategy = {
				type = send_volunteers_desire
				id = AFG
				value = 200
			}
			add_ai_strategy = {
				type = befriend
				id = AFG
				value = 200
			}
			add_ai_strategy = {
				type = support
				id = AFG
				value = 200
			}
		}
	}
	option = {
		name = wot.12.b		#Only provide equipment
		log = "[GetDateText]: [This.GetName]: wot.12.b executed"
		ai_chance = { 
			factor = 50 
			modifier = {
				factor = 0.5
				OR = {
					original_tag = ENG
					original_tag = CAN
					original_tag = AST
				}
			}
			modifier = {
				factor = 2
				num_divisions < 10
			}
		}
		lose_pp_for_15_days = yes
		if = {
			limit = { is_ai = yes }
			add_ai_strategy = {
				type = befriend
				id = AFG
				value = 100
			}
			add_ai_strategy = {
				type = support
				id = AFG
				value = 100
			}
		}
	}
	option = {
		name = wot.12.c		#We'll provide moral support
		log = "[GetDateText]: [This.GetName]: wot.12.c executed"
		ai_chance = { 
			factor = 20
			modifier = {
				factor = 0.5
				OR = {
					original_tag = ENG
					original_tag = CAN
					original_tag = AST
				}
			}
		}
		add_stability = -0.03
	}
}	

#Set up new administration in Afghanistan
country_event = {
	id = wot.13
	title = wot.13.t
	desc = {
		text = wot.13.da
		trigger = { AFG = { NOT = { has_country_flag = Massoud_dead } } }
	}
	desc = {
		text = wot.13.db
		trigger = { AFG = { has_country_flag = Massoud_dead } }
	}
	picture = GFX_bonn_agreement
	
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = { news_event = { id = wotnews.8 hours = 6 } }
	}
	
	option = {
		name = wot.13.a		#Hamid Karzai (make Afghanistan Western)
		log = "[GetDateText]: [This.GetName]: wot.13.a executed"
		ai_chance = { factor = 70 }
		custom_effect_tooltip = TT_AFGHANISTAN_NEW_ADMINISTRATION_KARZAI
		AFG = { 
			country_event = { id = Afghanistan.4 } 
			set_country_flag = AFG_new_administration_Karzai
		}
	}
	option = {
		name = wot.13.b 	#Burhanuddin Rabbani
		log = "[GetDateText]: [This.GetName]: wot.13.b executed"
		ai_chance = { factor = 15 }
		custom_effect_tooltip = TT_AFGHANISTAN_NEW_ADMINISTRATION_RABBANI
		AFG = { 
			country_event = { id = Afghanistan.4 }
			set_country_flag = AFG_new_administration_Rabbani
		}
	}
	option = {
		name = wot.13.c 	#Ahmad Shah Massoud
		log = "[GetDateText]: [This.GetName]: wot.13.c executed"
		trigger = { AFG = { has_country_flag = Massoud_dead } }
		ai_chance = { factor = 150 }
		custom_effect_tooltip = TT_AFGHANISTAN_NEW_ADMINISTRATION_MASSOUD
		AFG = { 
			country_event = { id = Afghanistan.4 }
			set_country_flag = AFG_new_administration_Massoud 
		}
	}
	option = {
		name = wot.13.d 	#Mohammed Zahir Shah
		log = "[GetDateText]: [This.GetName]: wot.13.d executed"
		ai_chance = { factor = 5 }
		custom_effect_tooltip = TT_AFGHANISTAN_NEW_ADMINISTRATION_ZAHIR_SHAH
		AFG = { 
			country_event = { id = Afghanistan.4 }
			set_country_flag = AFG_new_administration_Zahir_Shah
		}
	}
	
}	

#US Petitions invasion of Iraq
country_event = {
	id = wot.14
	title = wot.14.t
	desc = wot.14.d
	picture = GFX_iraq_war3
	
	is_triggered_only = yes
	
	option = {
		name = wot.14.a		
		log = "[GetDateText]: [This.GetName]: wot.14.a executed"
		ai_chance = { 
			factor = 5 
			modifier = {
				factor = 5
				original_tag = ENG
			}
		}
		set_country_flag = voted_in_favor_of_iraq_invasion
	}
	option = {
		name = wot.14.b 	
		log = "[GetDateText]: [This.GetName]: wot.14.b executed"
		ai_chance = { 
			factor = 95
			modifier = {
				factor = 0.8 
				original_tag = ENG
			}
		}
		set_country_flag = voted_against_of_iraq_invasion
	}
	
}

#Petition denied
country_event = {
	id = wot.15
	title = wot.15.t
	desc = wot.15.d
	picture = GFX_iraq_war3

	fire_only_once = yes
	
	trigger = {
		has_country_flag = US_UN_vote_on_iraq
		OR = {
			ENG = { has_country_flag = voted_against_of_iraq_invasion }
			CHI = { has_country_flag = voted_against_of_iraq_invasion }
			SOV = { has_country_flag = voted_against_of_iraq_invasion }
			FRA = { has_country_flag = voted_against_of_iraq_invasion }
		}
	}
	
	mean_time_to_happen = {
		days = 7
	}
	
	option = {
		name = wot.15.a		
		log = "[GetDateText]: [This.GetName]: wot.15.a executed"
		ai_chance = { factor = 95 }
		set_country_flag = us_prepare_for_iraq_invasion
	}
	option = {
		name = wot.15.b 	
		log = "[GetDateText]: [This.GetName]: wot.15.b executed"
		ai_chance = { factor = 5 }
	}
	
}

#Petition approved
country_event = {
	id = wot.16
	title = wot.16.t
	desc = wot.16.d
	picture = GFX_iraq_war3

	fire_only_once = yes
	
	trigger = {
		has_country_flag = US_UN_vote_on_iraq
		ENG = { has_country_flag = voted_in_favor_of_iraq_invasion }
		CHI = { has_country_flag = voted_in_favor_of_iraq_invasion }
		SOV = { has_country_flag = voted_in_favor_of_iraq_invasion }
		FRA = { has_country_flag = voted_in_favor_of_iraq_invasion }
	}
	
	mean_time_to_happen = {
		days = 7
	}
	
	option = {
		name = wot.16.a		
		log = "[GetDateText]: [This.GetName]: wot.16.a executed"
		ai_chance = { factor = 100 }
		set_country_flag = Operation_iraqi_freedom
		create_wargoal = {
			type = puppet_wargoal_focus
			target = IRQ
		}
		add_ai_strategy = {
			type = declare_war
			id = "IRQ"
			value = 200
		}
		hidden_effect = { news_event = { id = wotnews.10 hours = 6 } }
	}
	
}

#Asking countries to join Invasion of Iraq
country_event = {
	id = wot.17
	title = wot.17.t
	desc = wot.17.d
	picture = GFX_iraq_war3
	
	is_triggered_only = yes
	
	option = {
		name = wot.17.a		#Send troops
		log = "[GetDateText]: [This.GetName]: wot.17.a executed"
		ai_chance = { 
			factor = 30
			modifier = {
				factor = 3
				OR = {
					original_tag = ENG
					original_tag = POL
					original_tag = AST
				}
			}
			modifier = {
				factor = 0.5
				num_divisions < 10
			}
		}
		lose_pp_for_month = yes
		if = {
			limit = { NOT = { has_idea = intervention_regional_interventionism  } }
			add_ideas = intervention_regional_interventionism  
		}
		if = {
			limit = { is_ai = yes }
			add_ai_strategy = {
				type = send_volunteers_desire
				id = USA
				value = 200
			}
		}
	}
	option = {
		name = wot.17.b		#We don't want to take part
		log = "[GetDateText]: [This.GetName]: wot.17.b executed"
		ai_chance = { 
			factor = 50 
			modifier = {
				factor = 0.5
				OR = {
					original_tag = ENG
					original_tag = POL
					original_tag = AST
				}
			}
			modifier = {
				factor = 2
				num_divisions < 10
			}
		}
	}
	
}

#Capture of Saddam Hussein Trigger
country_event = {
	id = wot.18
	hidden = yes

	fire_only_once = yes

	trigger = {
		has_global_flag = success_of_operation_iraqi_freedom
		IRQ = { is_subject_of = USA }
		date > 2003.12.12
		date < 2006.12.30
	}

	immediate = {
		set_global_flag = saddam_hussein_captured
	}

	option = {
		log = "[GetDateText]: [This.GetName]: wot.18 executed"
		news_event = {
			id = wotnews.12
			hours = 6
		}
	}
}	

#Saddam Hussein Sentenced to Death Trigger
country_event = {
	id = wot.19
	hidden = yes

	fire_only_once = yes

	trigger = {
		date > 2006.12.29
		date < 2015.1.1
		has_global_flag = success_of_operation_iraqi_freedom
		IRQ = { is_puppet_of = USA }
	}

	option = {
		log = "[GetDateText]: [This.GetName]: wot.19 executed"
		news_event = {
			id = wotnews.13
			hours = 6
		}
	}
}

### NEWS EVENTS ###
#9/11 News Event
news_event = {
	id = wotnews.1
	title = wotnews.1.t
	desc = {
		text = wotnews.1.da
		trigger = { FROM = { has_country_flag = major_terrorist_attacks_discovered } }
	}
	desc = {
		text = wotnews.1.db
		trigger = { FROM = { has_country_flag = terrorist_attacks_succeed_no_fourth_plane } }
	}
	desc = {
		text = wotnews.1.dc
		trigger = { FROM = { has_country_flag = terrorist_attacks_succeed_fourth_plane } }
	}
	picture = GFX_news_nine_eleven
	
	major = yes
	
	is_triggered_only = yes
	
	option = {
		name = wotnews.1.o1
		log = "[GetDateText]: [This.GetName]: wotnews.1.o1 executed"
		trigger = { original_tag = USA }
	}
	
	option = {
		name = wotnews.1.o2
		log = "[GetDateText]: [This.GetName]: wotnews.1.o2 executed"
		trigger = {
			has_idea = NATO_member
			NOT = { original_tag = USA }
		}
	}
	
	option = {
		name = wotnews.1.o3
		log = "[GetDateText]: [This.GetName]: wotnews.1.o3 executed"
		trigger = {
			NOT = { has_idea = NATO_member }
			NOT = { original_tag = USA }
			NOT = { has_government = fascism }
		}
	}
	
	option = {
		name = wotnews.1.o4
		log = "[GetDateText]: [This.GetName]: wotnews.1.o4 executed"
		trigger = {
			NOT = { original_tag = USA }
			has_government = fascism
		}
	}
}

#Democrats rally behind the Republican Government after 9/11
news_event = {
	id = wotnews.2
	title = wotnews.2.t
	desc = wotnews.2.d
	picture = GFX_news_hillary_clinton_young
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.2.a
		log = "[GetDateText]: [This.GetName]: wotnews.2.a executed"
	}
}

#National Prayer Service
news_event = {
	id = wotnews.3
	title = wotnews.3.t
	desc = wotnews.3.d
	picture = GFX_news_national_prayer_service_2001
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.3.a
		log = "[GetDateText]: [This.GetName]: wotnews.3.a executed"
	}
}

#Murder of Balbir Singh Sodhi
news_event = {
	id = wotnews.4
	title = wotnews.4.t
	desc = wotnews.4.d
	picture = GFX_news_balbir_singh_sodhi
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.4.a
		log = "[GetDateText]: [This.GetName]: wotnews.4 executed"
	}
}

#Anthrax Attacks
news_event = {
	id = wotnews.5
	title = wotnews.5.t
	desc = wotnews.5.d
	picture = GFX_news_fbi
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.5.a
		log = "[GetDateText]: [This.GetName]: wotnews.5.a executed"
	}
}

#The War on Terror Speech
news_event = {
	id = wotnews.6
	title = wotnews.6.t
	desc = wotnews.6.d
	picture = GFX_report_event_american_flag
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.6.a
		log = "[GetDateText]: [This.GetName]: wotnews.6.a executed"
	}
}

#Bush announces the Invasion of Afghanistan
news_event = {
	id = wotnews.7
	title = wotnews.7.t
	desc = wotnews.7.d
	picture = GFX_news_event_afghanistan_war4
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.7.a
		log = "[GetDateText]: [This.GetName]: wotnews.7.a executed"
	}
}

#Bonn Agreement
news_event = {
	id = wotnews.8
	title = wotnews.8.t
	desc = wotnews.8.d
	picture = GFX_news_bonn_agreement
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.8.a
		log = "[GetDateText]: [This.GetName]: wotnews.8.a executed"
	}
}

#Guantanamo bay
news_event = {
	id = wotnews.9
	title = wotnews.9.t
	desc = wotnews.9.d
	picture = GFX_report_event_guantanamo_bay
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.9.a
		log = "[GetDateText]: [This.GetName]: wotnews.9.a executed"
	}
}

#Invasion of Iraq appoved by the UN
news_event = {
	id = wotnews.10
	title = wotnews.10.t
	desc = wotnews.10.d
	picture = GFX_news_fate_of_iraq
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.10.a
		log = "[GetDateText]: [This.GetName]: wotnews.10.a executed"
	}
}

#Invasion of Iraq 
news_event = {
	id = wotnews.11
	title = wotnews.11.t
	desc = wotnews.11.d
	picture = GFX_news_fate_of_iraq
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.11.a
		log = "[GetDateText]: [This.GetName]: wotnews.11.a executed"
	}
}

#Saddam captured
news_event = {
	id = wotnews.12
	title = wotnews.12.t
	desc = wotnews.12.d
	picture = GFX_news_saddam_captured
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.12.a
		log = "[GetDateText]: [This.GetName]: wotnews.12.a executed"
	}
}

#Saddam sentenced to death
news_event = {
	id = wotnews.13
	title = wotnews.13.t
	desc = wotnews.13.d
	picture = GFX_news_saddam_captured
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.13.a
		log = "[GetDateText]: [This.GetName]: wotnews.13.a executed"
	}
}

#US withdraws from Iraq
news_event = {
	id = wotnews.14
	title = wotnews.14.t
	desc = wotnews.14.d
	picture = GFX_news_fate_of_iraq
	
	is_triggered_only = yes
	major = yes
	
	option = {
		name = wotnews.14.a
		log = "[GetDateText]: [This.GetName]: wotnews.14.a executed"
	}
}