tr_oeo_extraction_adopt = {
	unlocks_agenda = agenda_oeo_extraction_economy
	modifier = {
		station_gatherers_minerals_produces_mult = 0.2
	}
}

tr_oeo_extraction_finish = {
	custom_tooltip_with_modifiers = tr_oeo_extraction_finish_desc
	modifier = {
		ascension_perks_add = 1
	}
	on_enabled = {
		hidden_effect = {
			country_event = {
				id = oeo_extraction_scan.3
			}
		}
	}
}

tr_oeo_extraction_advanced_prospecting = {
	custom_tooltip = tr_oeo_extraction_advanced_prospecting_desc
	modifier = {}
	possible = {}
	on_enabled = {
		hidden_effect = {
			country_event = {
				id = oeo_extraction_scan.4
			}
		}
	}
	ai_weight = {
		factor = 1000
	}
}
tr_oeo_extraction_tend_the_furnaces = {
	modifier = {
		megastructures_oeo_arc_furnace_upkeep_mult = -0.2
		megastructures_oeo_arc_furnace_cost_mult = -0.2
	}
	#custom_tooltip_with_modifiers = tr_oeo_extraction_tend_the_furnaces_desc
	possible = {
		has_technology = tech_orbital_arc_furnace
		has_tradition = tr_oeo_extraction_advanced_prospecting
	}
	ai_weight = {
		factor = 1000
	}
}
tr_oeo_extraction_fires_of_ambition = {
	possible = {
		has_tradition = tr_oeo_extraction_advanced_prospecting
	}
	modifier = {
		station_gatherers_minerals_produces_mult = 0.2
		station_gatherers_minerals_cost_mult = -0.2
	}

	ai_weight = {
		factor = 1000
	}
}
tr_oeo_extraction_asteroid_economy = {
	custom_tooltip_with_modifiers = tr_oeo_extraction_asteroid_economy_desc
	modifier = {
		megastructures_oeo_miner_cost_mult = -0.2
	}
	possible = {
		has_tradition = tr_oeo_extraction_advanced_prospecting
	}
	ai_weight = {
		factor = 1000
	}
}

tr_oeo_extraction_drill_baby_drill = {
	
	possible = {
		has_tradition = tr_oeo_extraction_asteroid_economy
		has_tradition = tr_oeo_extraction_fires_of_ambition
		has_tradition = tr_oeo_extraction_tend_the_furnaces
		has_technology = tech_orbital_ring_tier_1
	}
	on_enabled = {
		hidden_effect = {
			if = {
				limit = {
					NOT = { has_technology = tech_oeo_orbital_drill }
				}
				add_research_option = tech_oeo_orbital_drill
			}
		}
	}
	custom_tooltip_with_modifiers = tr_oeo_extraction_drill_baby_drill_effect_desc
	
	modifier = {
	}

	ai_weight = {
		factor = 1000
	}
}
