
#Triangulation protoplanetary disks
tech_protostar_triangulation = {
	area = physics
	cost = @tier4cost1
	tier = 4
	category = { computing }
	ai_update_type = all	
	prerequisites = { "tech_sensors_3" }
	weight = @tier4weight1
	
	weight_modifier = {
		modifier = {
			factor = 1.25
			has_tradition = tr_discovery_adopt
		}
	}
	
	ai_weight = {
		factor = 1.25 #good component
		modifier = {
			factor = 1.5
			any_owned_planet = {
				solar_system = { 
					OR = {
						is_star_class = sc_tt_red
						is_star_class = sc_tt_orange
						is_star_class = sc_tt_white
						is_star_class = sc_ae
						is_star_class = sc_protostar
						is_star_class = sc_fu
					}
				}
			}
		}
	}
}

#Stellar emission analysis
tech_emission_analysis = {
	area = physics
	cost = @tier4cost1
	tier = 4
	category = { computing }
	ai_update_type = all	
	prerequisites = { "tech_sensors_3" }
	weight = @tier4weight1
	
	weight_modifier = {
		modifier = {
			factor = 1.25
			has_tradition = tr_discovery_adopt
		}
	}
	
	ai_weight = {
		factor = 1.25 #good component
		modifier = {
			factor = 1.5
			any_owned_planet = {
				solar_system = { 
					OR = {
						is_star_class = sc_w_azure
						is_star_class = sc_w_red
						is_star_class = sc_w_green
						is_star_class = sc_w_purple
						is_star_class = sc_nova_1
						is_star_class = sc_nova_2
						is_star_class = sc_collapsar
						is_star_class = sc_lbv_blue
						is_star_class = sc_lbv_green
						is_star_class = sc_lbv_red
						is_star_class = sc_microquasar_1
						is_star_class = sc_microquasar_2
					}
				}
			}
		}
	}
}

#Gamma-ray burst prediction
tech_gamma_prediction = {
	area = physics
	cost = @tier4cost1
	tier = 4
	category = { computing }
	ai_update_type = all	
	prerequisites = { "tech_sensors_3" }
	weight = @tier4weight1
	
	weight_modifier = {
		modifier = {
			factor = 1.25
			has_tradition = tr_discovery_adopt
		}
	}
	
	ai_weight = {
		factor = 1.25 #good component
		modifier = {
			factor = 1.5
			any_owned_planet = {
				solar_system = { 
					OR = {
						is_star_class = sc_collapsar
						is_star_class = sc_nova_1
						is_star_class = sc_nova_2
						is_star_class = sc_microquasar_1
						is_star_class = sc_microquasar_2
					}
				}
			}
		}
	}
}
