KUR_war_on_terror_category = {

	KUR_join_invasion_of_iraq = {
		
		visible = {
			USA = {
				has_country_flag = Operation_iraqi_freedom
				has_war_with = IRQ
			}
		}

		available = {
			NOT = { has_war_with = IRQ }
			IRQ = {	any_owned_state = {	is_controlled_by = USA } }
		}
		
		cost = 50

		selectable_mission = yes
		days_remove = 15
		fire_only_once = yes	
		
		war_with_on_remove = IRQ
		
		remove_effect = {
			if = {
				limit = { is_subject_of = IRQ }
				IRQ = { release = KUR }
			}
			create_wargoal = {
				target = IRQ
				type = annex_everything 
			}
			add_ai_strategy = {
				type = declare_war
				id = "IRQ"
				value = 200
			}
		}
		
		ai_will_do = {
			factor = 10
		}
		
	}
}