equipments = {

	motorized_equipment = {
		is_archetype = yes
		is_buildable = no
		type = {
			motorized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		maximum_speed = 18
		reliability = 0.8
		hardness = 0.1

		#Space taken in convoy
		lend_lease_cost = 5

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

	motorized_equipment_1 = {
		archetype = motorized_equipment
		priority = 30			
	}

}
