trait_robot_est_industry_adopt = {
	cost = 2
	category = robotic
	tags = { machine positive pop_output mineral }

	allowed_archetypes = { ROBOT MACHINE }
	
	species_potential_add = {
		exists = from
        from = {
            OR = {
				has_tradition = tr_est_industry_adopt
			}
        }
    }
	
	modifier = {
		planet_jobs_minerals_produces_mult = 0.20
	}
	slave_cost = {
		energy = 950
	}
	opposites = {
		"trait_robot_power_drills"
	}
	assembly_score = {
		modifier = {
			add = 1.5
			from = { has_mining_designation = yes }
		}
		modifier = {
			add = 0.5
			from = { has_rural_designation = yes }
		}
	}
}