equipments = {

	anti_tank_equipment_1 = {
		year		= 1936
		
		archetype		= anti_tank_equipment
		priority		= 90
		visual_level	= 0
		
		is_convertable		= yes
	}
	
	anti_tank_equipment_2 = {
		year		= 1940
		
		archetype		= anti_tank_equipment
		parent		= anti_tank_equipment_1
		priority		= 90
		visual_level	= 1
		
		hard_attack	= 22
		ap_attack		= 100
		
		build_cost_ic	= 5
		resources = {
			tungsten	= 2
			steel	= 2
		}
		
		is_convertable		= yes
		
		can_convert_from = {
			anti_tank_equipment_1
		}
	}
	
	anti_tank_equipment_3 = {
		year		= 1943
		
		archetype		= anti_tank_equipment
		parent		= anti_tank_equipment_2
		priority		= 90
		visual_level	= 2
		
		hard_attack	= 30
		ap_attack		= 125
		
		build_cost_ic	= 6
		resources = {
			tungsten	= 2
			steel	= 3
		}
		
		is_convertable		= yes
		
		can_convert_from = {
			anti_tank_equipment_1
			anti_tank_equipment_2
		}
	}
}
