trait_robot_est_industry_adopt = {
	cost = 2

	allowed_archetypes = { ROBOT MACHINE }
	
	species_potential_add = {
        from = {
            Or = {
				has_active_tradition = tr_est_industry_adopt_robots
				has_active_tradition = tr_est_industry_adopt_machines
			}
        }
    }
	
	modifier = {
		planet_jobs_minerals_produces_mult = 0.20
	}
	opposites = {
		"trait_robot_power_drills"
	}
	initial = no
	randomized = no
}