#Written by Hiddengearz

technologies = {

	#cool, basically variables
	
	#X axis
	
	@1945 = -4
	@1965 = 0
	@1975 = 4
	@1985 = 8
	@1995 = 12
	@2005 = 16
	@2015 = 20
	@2025 = 24
	@2035 = 28
	#@1944 = 16
	#@1945 = 18
	#@1946 = 20
	
	#Y Axis
	@row1 = -2
	@row2 = 0
	@row3 = 2
	@row4 = 4
	@row5 = 6
	@row6 = 8
	@row7 = 10
	
	#1945
	Early_APC = {

		enable_equipments = {
			#APC_0
		}
		enable_subunits = {
			Mech_Inf_Bat
			Arm_Inf_Bat
			Mech_Air_Inf_Bat
			Arm_Air_Inf_Bat
			Mech_Marine_Bat
			Arm_Marine_Bat
			Armour_Bat
			Armour_Comp
			Mech_Recce_Bat
			Mech_Recce_Comp
			Arm_Recce_Bat
			Arm_Recce_Comp
			H_Engi_Bat
			H_Engi_Comp
			Arm_Air_assault_Bat
	
		}
		path = {
			leads_to_tech = APC_1
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = IFV_1
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = MBT_1
			research_cost_coeff = 1
		}
		
		research_cost = 1
		start_year = 1945
		folder = {
			name = armour_folder
			position = { x = @row2 y = @1945 }
		}
		
		sub_technologies = {
			Air_APC_0
			AMPH_APC_0
		}
		
		ai_will_do = {
			factor = 15
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	
	fake_Cat_ARMOR = {
		research_cost = 1	
		categories = {
			Cat_ARMOR
		}

		#fake tech
		ai_will_do = {
			factor = -100
		}
	}
	
	#1965
	MBT_1 = {

		enable_equipments = {
			MBT_1
		}
		
		path = {
			leads_to_tech = MBT_2
			research_cost_coeff = 1
		}
		
		research_cost = 2.1
		start_year = 1965
		folder = {
			name = armour_folder
			position = { x = @row1 y = @1965 }
		}
		
		sub_technologies = {
			ENGI_MBT_1
		}
		
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	
	ENGI_MBT_1 = {

		enable_equipments = {
			ENGI_MBT_1
		}
		enable_subunits = {
			H_Engi_Bat
			H_Engi_Comp
		}
		
		research_cost = 1.1
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = ENGI_MBT_2
					has_tech = ENGI_MBT_3
					has_tech = ENGI_MBT_4
					has_tech = ENGI_MBT_5
					has_tech = ENGI_MBT_7
					has_tech = ENGI_MBT_8
					can_research = ENGI_MBT_2
					can_research = ENGI_MBT_3
					can_research = ENGI_MBT_4
					can_research = ENGI_MBT_5
					can_research = ENGI_MBT_7
					can_research = ENGI_MBT_8
				}
			}
		}
	}
	
	#1975
	MBT_2 = {

		enable_equipments = {
			MBT_2
		}
		
		path = {
			leads_to_tech = MBT_3
			research_cost_coeff = 1
		}
		
		research_cost = 2.2
		start_year = 1975
		folder = {
			name = armour_folder
			position = { x = @row1 y = @1975 }
		}
		
		sub_technologies = {
			ENGI_MBT_2
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	ENGI_MBT_2 = {

		enable_equipments = {
			ENGI_MBT_2
		}

		research_cost = 1.2
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = ENGI_MBT_3
					has_tech = ENGI_MBT_4
					has_tech = ENGI_MBT_5
					has_tech = ENGI_MBT_7
					has_tech = ENGI_MBT_8
					can_research = ENGI_MBT_3
					can_research = ENGI_MBT_4
					can_research = ENGI_MBT_5
					can_research = ENGI_MBT_7
					can_research = ENGI_MBT_8
				}
			}
		}
	}
	
	#1985
	MBT_3 = {

		enable_equipments = {
			MBT_3
		}
		
		path = {
			leads_to_tech = MBT_4
			research_cost_coeff = 1
		}

		research_cost = 2.3
		start_year = 1985
		folder = {
			name = armour_folder
			position = { x = @row1 y = @1985 }
		}
		
		sub_technologies = {
			ENGI_MBT_3
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	ENGI_MBT_3 = {

		enable_equipments = {
			ENGI_MBT_3
		}

		research_cost = 1.3
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = ENGI_MBT_4
					has_tech = ENGI_MBT_5
					has_tech = ENGI_MBT_7
					has_tech = ENGI_MBT_8
					can_research = ENGI_MBT_4
					can_research = ENGI_MBT_5
					can_research = ENGI_MBT_7
					can_research = ENGI_MBT_8
				}
			}
		}
	}
	
	#1995
	MBT_4 = {

		enable_equipments = {
			MBT_4
		}
		
		path = {
			leads_to_tech = MBT_5
			research_cost_coeff = 1
		}
		
		research_cost = 2.4
		start_year = 1995
		folder = {
			name = armour_folder
			position = { x = @row1 y = @1995 }
		}
		
		sub_technologies = {
			ENGI_MBT_4
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	ENGI_MBT_4 = {

		enable_equipments = {
			ENGI_MBT_4
		}

		research_cost = 1.4
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = ENGI_MBT_5
					has_tech = ENGI_MBT_7
					has_tech = ENGI_MBT_8
					can_research = ENGI_MBT_5
					can_research = ENGI_MBT_7
					can_research = ENGI_MBT_8
				}
			}
		}
	}
	
	#2015
	MBT_5 = {

		enable_equipments = {
			MBT_5
		}
		
		path = {
			leads_to_tech = MBT_7
			research_cost_coeff = 1
		}
		
		research_cost = 2.6
		start_year = 2015
		folder = {
			name = armour_folder
			position = { x = @row1 y = @2015 }
		}
		
		sub_technologies = {
			ENGI_MBT_5
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	ENGI_MBT_5 = {

		enable_equipments = {
			ENGI_MBT_5
		}

		research_cost = 1.6
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = ENGI_MBT_7
					has_tech = ENGI_MBT_8
					can_research = ENGI_MBT_7
					can_research = ENGI_MBT_8
				}
			}
		}
	}
	
	#2025
	MBT_7 = {

		enable_equipments = {
			MBT_7
		}
		
		path = {
			leads_to_tech = MBT_8
			research_cost_coeff = 1
		}
		
		research_cost = 2.7
		start_year = 2025
		folder = {
			name = armour_folder
			position = { x = @row1 y = @2025 }
		}
		
		sub_technologies = {
			ENGI_MBT_7
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	ENGI_MBT_7 = {

		enable_equipments = {
			ENGI_MBT_7
		}

		research_cost = 1.7
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = ENGI_MBT_8
					can_research = ENGI_MBT_8
				}
			}
		}
	}
	
	#2035
	MBT_8 = {

		enable_equipments = {
			MBT_8
		}
		
		# path = {
			# leads_to_tech = MBT_3
			# research_cost_coeff = 1
		# }
		
		research_cost = 2.8
		start_year = 2035
		folder = {
			name = armour_folder
			position = { x = @row1 y = @2035 }
		}
		
		sub_technologies = {
			ENGI_MBT_8
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_MBT
		}
	}
	ENGI_MBT_8 = {

		enable_equipments = {
			ENGI_MBT_8
		}

		research_cost = 1.8
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_ENG_MBT
		}
		
		ai_will_do = {
			factor = 1
		}
	}
	
	####APC####
	
	#1965
	APC_1 = {

		enable_equipments = {
			APC_1
		}
		
		path = {
			leads_to_tech = APC_2
			research_cost_coeff = 1
		}
		
		research_cost = 1.4
		start_year = 1965
		folder = {
			name = armour_folder
			position = { x = @row2 y = @1965 }
		}
		
		sub_technologies = {
			Air_APC_1
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_1 = {

		enable_equipments = {
			Air_APC_1
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_2
					has_tech = Air_APC_3
					has_tech = Air_APC_4
					has_tech = Air_APC_5
					has_tech = Air_APC_6
					has_tech = Air_APC_7
					has_tech = Air_APC_8
					can_research = Air_APC_2
					can_research = Air_APC_3
					can_research = Air_APC_4
					can_research = Air_APC_5
					can_research = Air_APC_6
					can_research = Air_APC_7
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#1975
	APC_2 = {

		enable_equipments = {
			APC_2
		}
		
		path = {
			leads_to_tech = APC_3
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1975
		folder = {
			name = armour_folder
			position = { x = @row2 y = @1975 }
		}
		
		sub_technologies = {
			Air_APC_2
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_2 = {

		enable_equipments = {
			Air_APC_2
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_3
					has_tech = Air_APC_4
					has_tech = Air_APC_5
					has_tech = Air_APC_6
					has_tech = Air_APC_7
					has_tech = Air_APC_8
					can_research = Air_APC_3
					can_research = Air_APC_4
					can_research = Air_APC_5
					can_research = Air_APC_6
					can_research = Air_APC_7
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#1985
	APC_3 = {

		enable_equipments = {
			APC_3
		}
		
		path = {
			leads_to_tech = APC_4
			research_cost_coeff = 1
		}
		
		research_cost = 1.6
		start_year = 1985
		folder = {
			name = armour_folder
			position = { x = @row2 y = @1985 }
		}
		
		sub_technologies = {
			Air_APC_3
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_3 = {

		enable_equipments = {
			Air_APC_3
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_4
					has_tech = Air_APC_5
					has_tech = Air_APC_6
					has_tech = Air_APC_7
					has_tech = Air_APC_8
					can_research = Air_APC_4
					can_research = Air_APC_5
					can_research = Air_APC_6
					can_research = Air_APC_7
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#1995
	APC_4 = {

		enable_equipments = {
			APC_4
		}
		
		path = {
			leads_to_tech = APC_5
			research_cost_coeff = 1
		}
		
		research_cost = 1.7
		start_year = 1995
		folder = {
			name = armour_folder
			position = { x = @row2 y = @1995 }
		}
		
		sub_technologies = {
			Air_APC_4
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_4 = {

		enable_equipments = {
			Air_APC_4
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_5
					has_tech = Air_APC_6
					has_tech = Air_APC_7
					has_tech = Air_APC_8
					can_research = Air_APC_5
					can_research = Air_APC_6
					can_research = Air_APC_7
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#2005
	APC_5 = {

		enable_equipments = {
			APC_5
		}
		
		path = {
			leads_to_tech = APC_6
			research_cost_coeff = 1
		}
		
		research_cost = 1.8
		start_year = 2005
		folder = {
			name = armour_folder
			position = { x = @row2 y = @2005 }
		}
		
		sub_technologies = {
			Air_APC_5
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_5 = {

		enable_equipments = {
			Air_APC_5
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_6
					has_tech = Air_APC_7
					has_tech = Air_APC_8
					can_research = Air_APC_6
					can_research = Air_APC_7
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#2015
	APC_6 = {

		enable_equipments = {
			APC_6
		}
		
		path = {
			leads_to_tech = APC_7
			research_cost_coeff = 1
		}
		
		research_cost = 1.9
		start_year = 2015
		folder = {
			name = armour_folder
			position = { x = @row2 y = @2015 }
		}
		
		sub_technologies = {
			Air_APC_6
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_6 = {

		enable_equipments = {
			Air_APC_6
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_7
					has_tech = Air_APC_8
					can_research = Air_APC_7
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#2025
	APC_7 = {

		enable_equipments = {
			APC_7
		}
		
		path = {
			leads_to_tech = APC_8
			research_cost_coeff = 1
		}
		
		research_cost = 2
		start_year = 2025
		folder = {
			name = armour_folder
			position = { x = @row2 y = @2025 }
		}
		
		sub_technologies = {
			Air_APC_7
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_7 = {

		enable_equipments = {
			Air_APC_7
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_APC_8
					can_research = Air_APC_8
				}
			}
		}
	}
	
	#2035
	APC_8 = {

		enable_equipments = {
			APC_8
		}
		
		research_cost = 2.1
		start_year = 2035
		
		folder = {
			name = armour_folder
			position = { x = @row2 y = @2035 }
		}
		
		sub_technologies = {
			Air_APC_8
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
		}
	}
	Air_APC_8 = {

		enable_equipments = {
			Air_APC_8
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_APC
			Cat_AIR_APC
		}
		
		ai_will_do = {
			factor = 1
		}
	}
	
	###IFV###
	
	#1965
	IFV_1 = {

		enable_equipments = {
			IFV_1
		}
		
		path = {
			leads_to_tech = IFV_2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = Rec_tank_0
			research_cost_coeff = 1
		}
		
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = armour_folder
			position = { x = @row3 y = @1965 }
		}
		
		sub_technologies = {
			Air_IFV_1
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_1 = {

		enable_equipments = {
			Air_IFV_1
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_2
					has_tech = Air_IFV_3
					has_tech = Air_IFV_4
					has_tech = Air_IFV_5
					has_tech = Air_IFV_7
					has_tech = Air_IFV_8
					can_research = Air_IFV_2
					can_research = Air_IFV_3
					can_research = Air_IFV_4
					can_research = Air_IFV_5
					can_research = Air_IFV_7
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#1975
	IFV_2 = {

		enable_equipments = {
			IFV_2
		}
		
		path = {
			leads_to_tech = IFV_3
			research_cost_coeff = 1
		}
		
		research_cost = 1.8
		start_year = 1975
		folder = {
			name = armour_folder
			position = { x = @row3 y = @1975 }
		}
		
		sub_technologies = {
			Air_IFV_2
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_2 = {

		enable_equipments = {
			Air_IFV_2
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_3
					has_tech = Air_IFV_4
					has_tech = Air_IFV_5
					has_tech = Air_IFV_7
					has_tech = Air_IFV_8
					can_research = Air_IFV_3
					can_research = Air_IFV_4
					can_research = Air_IFV_5
					can_research = Air_IFV_7
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#1985
	IFV_3 = {

		enable_equipments = {
			IFV_3
		}
		
		path = {
			leads_to_tech = IFV_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = Rec_tank_1
			research_cost_coeff = 1
		}
		
		research_cost = 1.9
		start_year = 1985
		folder = {
			name = armour_folder
			position = { x = @row3 y = @1985 }
		}
		
		sub_technologies = {
			Air_IFV_3
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_3 = {

		enable_equipments = {
			Air_IFV_3
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_4
					has_tech = Air_IFV_5
					has_tech = Air_IFV_7
					has_tech = Air_IFV_8
					can_research = Air_IFV_4
					can_research = Air_IFV_5
					can_research = Air_IFV_7
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#1995
	IFV_4 = {

		enable_equipments = {
			IFV_4
		}
		
		path = {
			leads_to_tech = IFV_5
			research_cost_coeff = 1
		}
		
		research_cost = 2
		start_year = 1995
		folder = {
			name = armour_folder
			position = { x = @row3 y = @1995 }
		}
		
		sub_technologies = {
			Air_IFV_4
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_4 = {

		enable_equipments = {
			Air_IFV_4
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_5
					has_tech = Air_IFV_7
					has_tech = Air_IFV_8
					can_research = Air_IFV_5
					can_research = Air_IFV_7
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#2005
	IFV_5 = {

		enable_equipments = {
			IFV_5
		}
		
		path = {
			leads_to_tech = IFV_6
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = Rec_tank_2
			research_cost_coeff = 1
		}
		
		research_cost = 2.1
		start_year = 2005
		folder = {
			name = armour_folder
			position = { x = @row3 y = @2005 }
		}
		
		sub_technologies = {
			Air_IFV_5
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_5 = {

		enable_equipments = {
			Air_IFV_5
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_6
					has_tech = Air_IFV_7
					has_tech = Air_IFV_8
					can_research = Air_IFV_6
					can_research = Air_IFV_7
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#2015
	IFV_6 = {

		enable_equipments = {
			IFV_6
		}
		
		path = {
			leads_to_tech = IFV_7
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = Rec_tank_3
			research_cost_coeff = 1
		}
		
		research_cost = 2.2
		start_year = 2015
		folder = {
			name = armour_folder
			position = { x = @row3 y = @2015 }
		}
		
		sub_technologies = {
			Air_IFV_6
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_6 = {

		enable_equipments = {
			Air_IFV_6
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_7
					has_tech = Air_IFV_8
					can_research = Air_IFV_7
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#2025
	IFV_7 = {

		enable_equipments = {
			IFV_7
		}
		
		path = {
			leads_to_tech = IFV_8
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = Rec_tank_4
			research_cost_coeff = 1
		}
		
		research_cost = 2.3
		start_year = 2025
		folder = {
			name = armour_folder
			position = { x = @row3 y = @2025 }
		}
		
		sub_technologies = {
			Air_IFV_7
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_7 = {

		enable_equipments = {
			Air_IFV_7
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Air_IFV_8
					can_research = Air_IFV_8
				}
			}
		}
	}
	
	#2035
	IFV_8 = {

		enable_equipments = {
			IFV_8
		}
		
		path = {
			leads_to_tech = Rec_tank_5
			research_cost_coeff = 1
		}
		
		research_cost = 2.4
		start_year = 2035
		folder = {
			name = armour_folder
			position = { x = @row3 y = @2035 }
		}
		
		sub_technologies = {
			Air_IFV_8
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
		}
	}
	Air_IFV_8 = {

		enable_equipments = {
			Air_IFV_8
		}

		research_cost = 1
		
		categories = {
			Cat_ARMOR
			Cat_AFV
			Cat_IFV
			Cat_AIR_IFV
		}
		
		ai_will_do = {
			factor = 1
		}
	}
	
	#1965
	Rec_tank_0 = {

		enable_equipments = {
			Rec_tank_0
		}
		enable_subunits = {
			armor_Recce_Bat
			armor_Recce_Comp
		}
		path = {
			leads_to_tech = Rec_tank_1
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = IFV_1
			research_cost_coeff = 1
		}
		
		#sub_technologies = {
			#Amph_Rec_tank_0
		#	Air_Rec_tank_0
		# }
		research_cost = 1.4
		start_year = 1965
		folder = {
			name = armour_folder
			position = { x = @row4 y = @1965 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Rec_tank_1
					has_tech = Rec_tank_2
					has_tech = Rec_tank_3
					has_tech = Rec_tank_4
					has_tech = Rec_tank_5
					can_research = Rec_tank_1
					can_research = Rec_tank_2
					can_research = Rec_tank_3
					can_research = Rec_tank_4
					can_research = Rec_tank_5
				}
			}
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_REC_TANK
		}
	}
	#1985
	Rec_tank_1 = {

		enable_equipments = {
			Rec_tank_1
		}
		
		path = {
			leads_to_tech = Rec_tank_2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = IFV_3
			research_cost_coeff = 1
		}
		#sub_technologies = {
		#	Amph_Rec_tank_1
		#	Air_Rec_tank_1
		# }
		
		research_cost = 1.5
		start_year = 1985
		folder = {
			name = armour_folder
			position = { x = @row4 y = @1985 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Rec_tank_2
					has_tech = Rec_tank_3
					has_tech = Rec_tank_4
					has_tech = Rec_tank_5
					can_research = Rec_tank_2
					can_research = Rec_tank_3
					can_research = Rec_tank_4
					can_research = Rec_tank_5
				}
			}
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_REC_TANK
		}
	}
	#2005
	Rec_tank_2 = {

		enable_equipments = {
			Rec_tank_2
		}
		
		path = {
			leads_to_tech = Rec_tank_3
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = IFV_5
			research_cost_coeff = 1
		}
		#sub_technologies = {
			#Amph_Rec_tank_2
			#Air_Rec_tank_2
		# }
		
		research_cost = 1.6
		start_year = 2005
		folder = {
			name = armour_folder
			position = { x = @row4 y = @2005 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Rec_tank_3
					has_tech = Rec_tank_4
					has_tech = Rec_tank_5
					can_research = Rec_tank_3
					can_research = Rec_tank_4
					can_research = Rec_tank_5
				}
			}
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_REC_TANK
		}
	}
	#2015
	Rec_tank_3 = {

		enable_equipments = {
			Rec_tank_3
		}
		
		path = {
			leads_to_tech = Rec_tank_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = IFV_6
			research_cost_coeff = 1
		}
		#sub_technologies = {
			#Amph_Rec_tank_2
			#Air_Rec_tank_2
		# }
		
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = armour_folder
			position = { x = @row4 y = @2015 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Rec_tank_4
					has_tech = Rec_tank_5
					can_research = Rec_tank_4
					can_research = Rec_tank_5
				}
			}
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_REC_TANK
		}
	}
	#2025
	Rec_tank_4 = {

		enable_equipments = {
			Rec_tank_4
		}
		
		path = {
			leads_to_tech = Rec_tank_5
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = IFV_7
			research_cost_coeff = 1
		}
		
		#sub_technologies = {
			#Amph_Rec_tank_3
			#Air_Rec_tank_3
		# }
		
		research_cost = 1.8
		start_year = 2025
		folder = {
			name = armour_folder
			position = { x = @row4 y = @2025 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0
				OR = {
					has_tech = Rec_tank_5
					can_research = Rec_tank_5
				}
			}
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_REC_TANK
		}
	}
	#2035
	Rec_tank_5 = {

		enable_equipments = {
			Rec_tank_5
		}
		
		path = {
			leads_to_tech = IFV_8
			research_cost_coeff = 1
		}
		
		#sub_technologies = {
			#Amph_Rec_tank_4
			#Air_Rec_tank_4
		# }
		
		research_cost = 1.9
		start_year = 2035
		folder = {
			name = armour_folder
			position = { x = @row4 y = @2035 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_ARMOR
			Cat_TANKS
			Cat_REC_TANK
		}
	}
	
	#1965
	util_vehicle_0 = {

		enable_equipments = {
			util_vehicle_0
		}
		enable_subunits = {
			Mot_Inf_Bat
			Mot_Air_Inf_Bat
			Mot_Marine_Bat
			Mot_Recce_Bat
			Mot_Recce_Comp
		}
		
		path = {
			leads_to_tech = util_vehicle_1
			research_cost_coeff = 1
		}
		
		
		research_cost = 1
		start_year = 1965
		folder = {
			name = armour_folder
			position = { x = @row5 y = @1965 }
		}
		
		ai_will_do = {
			factor = 10
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#1975
	util_vehicle_1 = {

		enable_equipments = {
			util_vehicle_1
		}
		
		path = {
			leads_to_tech = util_vehicle_2
			research_cost_coeff = 1
		}
		
		
		research_cost = 1.1
		start_year = 1975
		folder = {
			name = armour_folder
			position = { x = @row5 y = @1975 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#1985
	util_vehicle_2 = {

		enable_equipments = {
			util_vehicle_2
		}
		
		path = {
			leads_to_tech = util_vehicle_3
			research_cost_coeff = 1
		}
		
		research_cost = 1.2
		start_year = 1985
		folder = {
			name = armour_folder
			position = { x = @row5 y = @1985 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#1995
	util_vehicle_3 = {

		enable_equipments = {
			util_vehicle_3
		}
		
		path = {
			leads_to_tech = util_vehicle_4
			research_cost_coeff = 1
		}
		
		
		research_cost = 1.3
		start_year = 1995
		folder = {
			name = armour_folder
			position = { x = @row5 y = @1995 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#2005
	util_vehicle_4 = {

		enable_equipments = {
			util_vehicle_4
		}
		
		path = {
			leads_to_tech = util_vehicle_5
			research_cost_coeff = 1
		}
		
		
		research_cost = 1.4
		start_year = 2005
		folder = {
			name = armour_folder
			position = { x = @row5 y = @2005 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#2015
	util_vehicle_5 = {

		enable_equipments = {
			util_vehicle_5
		}
		
		path = {
			leads_to_tech = util_vehicle_6
			research_cost_coeff = 1
		}
		
		
		research_cost = 1.5
		start_year = 2015
		folder = {
			name = armour_folder
			position = { x = @row5 y = @2015 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#2025
	util_vehicle_6 = {

		enable_equipments = {
			util_vehicle_6
		}
		
		path = {
			leads_to_tech = util_vehicle_7
			research_cost_coeff = 1
		}
		
		
		research_cost = 1.6
		start_year = 2025
		folder = {
			name = armour_folder
			position = { x = @row5 y = @2025 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	#2035
	util_vehicle_7 = {

		enable_equipments = {
			util_vehicle_7
		}
		
		path = {
			leads_to_tech = util_vehicle_8
			research_cost_coeff = 1
		}
		
		
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = armour_folder
			position = { x = @row5 y = @2035 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			Cat_AFV
			Cat_UTIL
			Cat_ARMOR
		}
	}
	
	
}
