prospect_for_resources = {
	develop_aluminium_mines_iraq = { #675
		
		icon = aluminium

		allowed = {
			
		}

		highlight_states = {
			state = 675
		}

		available = {
			has_tech = excavation2
			num_of_civilian_factories_available_for_projects > 2
			owns_state = 675
			controls_state = 675
		}

		visible = {
			owns_state = 675
			controls_state = 675
			675 = {
				NOT = {
					has_state_flag = hajara_aluminium_developed
				}
			}
		}

		fire_only_once = yes

		cost = 25
		days_remove = 60

		modifier = {
			civilian_factory_use = 3
		}

		ai_will_do = {
			factor = 1
		}
		remove_effect = { 
			675 = { set_state_flag = hajara_aluminium_developed } 
			675 = {
				add_resource = {
					type = aluminium
					amount = 8
				}
			}
		}
	}
}