equipments = {

	artillery_equipment_h = {
		year = 1934

		is_archetype = yes
		picture = archetype_artillery_equipment		
		type = {
			artillery
			infantry #adding infantry type
			#motorized #Removing motorized type
		}
		group_by = archetype
		
		interface_category = interface_category_land

		#Misc Abilities
		reliability = 0.4
		maximum_speed = 3.0

		#Defensive Abilities
		defense = 28
		breakthrough = 28
		hardness = 0
		armor_value = 0

		#Offensive Abilities
		soft_attack = 28
		hard_attack = 2
		ap_attack = 3
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 4
		is_convertable = yes
		
		supply_consumption = 0.24
		build_cost_ic = 9
		resources = {
			tungsten = 2
			steel = 2
		}
	}

	artillery_equipment_h_1 = {
		year = 1934

		archetype = artillery_equipment_h
		priority = 50
		visual_level = 0
	}
	
	artillery_equipment_h_2 = {
		year = 1939

		archetype = artillery_equipment_h
		parent = artillery_equipment_h_1
		priority = 50
		visual_level = 1

		is_convertable = yes
		can_convert_from = {
			artillery_equipment_h_1
		}
		reliability = 0.6

		defense = 31
		breakthrough = 31
		soft_attack = 31
		
		supply_consumption = 0.25
		build_cost_ic = 9.5
	}
	
	artillery_equipment_h_3 = {
		year = 1942

		archetype = artillery_equipment_h
		parent = artillery_equipment_h_2
		priority = 50
		visual_level = 2
		

		is_convertable = yes
		can_convert_from = {
			artillery_equipment_h_1
			artillery_equipment_h_2
		}
		reliability = 0.8

		defense = 33
		breakthrough = 33
		soft_attack = 33
		
		supply_consumption = 0.27
		build_cost_ic = 9.5
	}

	artillery_equipment_h_4 = {
		year = 1945

		archetype = artillery_equipment_h
		parent = artillery_equipment_h_3
		priority = 50
		visual_level = 3
		
		can_convert_from = {
			artillery_equipment_h_3
		}
		reliability = 0.9

		defense = 36
		breakthrough = 36
		soft_attack = 36
		
		supply_consumption = 0.28
		build_cost_ic = 10
	}
