equipments = {

	support_equipment = {
		year = 1902

		is_archetype = yes
		picture = archetype_support_equipment
		is_buildable = no
		type = {
			infantry
			motorized
			support
		}
		group_by = archetype

		interface_category = interface_category_land

		reliability = 0.8

		#Space taken in convoy
		lend_lease_cost = 1

		build_cost_ic = 4
		resources = {
			aluminium = 1
			steel = 2
		}
	}

	support_equipment_1 = {
		year = 1902

		archetype = support_equipment
		priority = 20
	}

	support_equipment_2 = {
		year = 1902

		parent = support_equipment_1

		max_strength = 1

		reliability = 0.85
		archetype = support_equipment
		priority = 20
	}

	support_equipment_3 = {
		year = 1902

		parent = support_equipment_2

		max_strength = 2

		reliability = 0.9
		archetype = support_equipment
		priority = 20
	}

}
