﻿INJECT:atmospheric_engine = {
	ai_weight = {
		value = 3 # KAI: Prioritize pre-requisite tech for railways

		if = {
			limit = {
				OR = {
					 has_strategy = ai_strategy_industrial_expansion
					 has_strategy = ai_strategy_resource_expansion
				}
			}
			add = 2
		}
	}
}

INJECT:mechanical_tools = {
	ai_weight = {
		value = 2 # KAI: Prioritize pre-requisite tech for railways
	}
}

INJECT:steam_turbine = {
	ai_weight = {
		value = 2 # KAI: Important for the adoption of electricity
	}
}

INJECT:radio = {
	ai_weight = {
		value = 2 # KAI: Required by most late game military units
	}
}

INJECT:telephone = {
	ai_weight = {
		value = 2 # KAI: Should be researched before central planning
	}
}
