equipments = {

	motorized_equipment = {
		year = 1007

		is_archetype = yes
		picture = archetype_motorized_equipment		
		is_buildable = no
		type = {
			#infantry #Removing inf type 
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 12
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

		build_cost_ic = 2.5
		resources = {
			oil = 1
			rubber = 1
			steel = 1
		}
	}

	motorized_equipment_1 = {
		year = 1007

		archetype = motorized_equipment
		priority = 30

		is_convertable = yes
	}
	
	#Katyusha 
	motorized_rocket_equipment = {
		year = 1005

		is_archetype = yes
		picture = archetype_motorized_rocket_equipment			
		type = { 
			motorized
			artillery
			rocket
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		#Misc Abilities
		reliability = 0.8

		#Defensive Abilities
		defense = 15
		breakthrough = 12
		hardness = 0
		armor_value = 0

		#Offensive Abilities
		soft_attack = 50
		hard_attack = 1
		ap_attack = 2
		air_attack = 0
		
		build_cost_ic = 12
		resources = {
			oil = 1
			rubber = 1
			steel = 1
		}
	}
	
	motorized_rocket_equipment_1 = {
		year = 1010
		
		can_convert_from = {
			motorized_equipment_1
		}

		archetype = motorized_rocket_equipment
		priority = 70
		visual_level = 0
	}

}
