equipments = {

	armor_equipment_steam_car = {
		year = 1880

		is_archetype = yes
		is_buildable = no
		type = armor
		group_by = archetype

		interface_category = interface_category_armor
		
		upgrades = {
			tank_reliability_upgrade
		}

		reliability = 0.65
		maximum_speed = 18

		defense = 12
		breakthrough = 1
		hardness = 0.4
		armor_value = 0.5

		soft_attack = 8
		hard_attack = 0.05
		ap_attack = 0.05
		air_attack = 0

		lend_lease_cost = 1
		
		build_cost_ic = 90
		resources = {
			steel = 3
			coal = 2
			machine_parts = 1
		}
	}
	
	armor_equipment_steam_car_0 = {
		year = 1880
		archetype = armor_equipment_steam_car
		priority = 5
		visual_level = 0
	}
	
}