# ##################
# Thruster Components
# ##################

#Ion Thrusters
tech_thrusters_2 = {
	area = engineering
	cost = @tier2cost1
	tier = 2
	category = { propulsion }
	ai_update_type = all
	prerequisites = { "tech_thrusters_1" }
	weight = @tier2weight1

	weight_modifier = {
		factor = 1.25
		modifier = {
			factor = 2
			has_technology = tech_destroyers
		}
	}

	prereqfor_desc = {
		hide_prereq_for_desc = component
		custom = {
			title = "TECH_UNLOCK_THRUSTER_2_TITLE"
			desc = "TECH_UNLOCK_THRUSTER_2_DESC"
		}
	}

	ai_weight = {
		factor = 100 #important component
	}
}

#Plasma Thrusters
tech_thrusters_3 = {
	area = engineering
	cost = @tier3cost1
	tier = 3
	category = { propulsion }
	ai_update_type = all
	prerequisites = { "tech_thrusters_2" }
	weight = @tier3weight1

	weight_modifier = {
		factor = 1.25
		modifier = {
			factor = 2
			has_technology = tech_cruisers
		}
	}

	prereqfor_desc = {
		hide_prereq_for_desc = component
		custom = {
			title = "TECH_UNLOCK_THRUSTER_3_TITLE"
			desc = "TECH_UNLOCK_THRUSTER_3_DESC"
		}
	}

	ai_weight = {
		factor = 100 #important component
	}
}

#Impulse Thrusters
tech_thrusters_4 = {
	area = engineering
	cost = @tier4cost1
	tier = 4
	category = { propulsion }
	ai_update_type = all
	prerequisites = { "tech_thrusters_3" }
	weight = @tier4weight1

	weight_modifier = {
		factor = 1.25
		modifier = {
			factor = 2
			has_technology = tech_battleships
		}
	}

	prereqfor_desc = {
		hide_prereq_for_desc = component
		custom = {
			title = "TECH_UNLOCK_THRUSTER_4_TITLE"
			desc = "TECH_UNLOCK_THRUSTER_4_DESC"
		}
	}

	ai_weight = {
		factor = 100 #important component
	}
}
