equipments = {

	medium_range_sam_equipment = {
		year = 1949

		is_archetype = yes
		is_buildable = no
		picture = archetype_anti_air_equipment
		type = {
			anti_air
			infantry
			rocket
		}
		group_by = archetype
		interface_category = interface_category_land

		# Medium-range SAM batteries are pure anti-air assets.
		reliability = 0.72
		maximum_speed = 4
		defense = 0
		breakthrough = 0
		hardness = 0
		armor_value = 0
		soft_attack = 0
		hard_attack = 0
		ap_attack = 0
		air_attack = 95
		lend_lease_cost = 4
		build_cost_ic = 14
		resources = {
			aluminium = 3
			tungsten = 2
		}
	}

	medium_range_sam_equipment_1 = {
		year = 1949
		archetype = medium_range_sam_equipment
		is_buildable = yes
		priority = 80
		visual_level = 0
	}

	medium_range_sam_equipment_2 = {
		year = 1954
		archetype = medium_range_sam_equipment
		parent = medium_range_sam_equipment_1
		is_buildable = yes
		priority = 80
		visual_level = 1

		reliability = 0.78
		air_attack = 125
		build_cost_ic = 18
		resources = {
			aluminium = 4
			tungsten = 2
		}
	}
}
