namespace = ult_strategic_resources_production

country_event = {
	id = ult_strategic_resources_production.1
	
	hide_window = yes
	is_triggered_only = yes
	
	immediate = {
		set_country_flag = ult_sr_found
		give_technology = {
			tech = tech_mine_living_metal
			message = yes
		}
		give_technology = {
			tech = tech_mine_zro
			message = yes
		}
		give_technology = {
			tech = tech_mine_dark_matter
			message = yes
		}
	}
}