invade_irq = {
	enable = {
		tag = USA
		focus_progress = {
			focus = USA_invade_iraq
			progress > 0.01
		}
		country_exists = IRQ
	}
	abort = {
		NOT = {
			country_exists = IRQ
		}
	}
	
	ai_strategy = {
		type = protect
		id = "KUW"			
		value = 200
	}
	
	ai_strategy = {
		type = antagonize
		id = "IRQ"			
		value = 200
	}
}