equipments = {

	artillery_equipment = {
		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.6
		maximum_speed = 3.5

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

		#Offensive Abilities
		soft_attack = 13
		hard_attack = 1
		ap_attack = 2
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 4
		is_convertable = yes
		
		supply_consumption = 0.11
		build_cost_ic = 4.5
		resources = {
			tungsten = 1
			steel = 2
		}
	}

	artillery_equipment_1 = {
		year = 1934

		archetype = artillery_equipment
		priority = 50
		visual_level = 0
	}
	
	artillery_equipment_2 = {
		year = 1939

		archetype = artillery_equipment
		parent = artillery_equipment_1
		priority = 50
		visual_level = 1

		is_convertable = yes
		can_convert_from = {
			artillery_equipment_1
		}
		reliability = 0.75

		defense = 14
		breakthrough = 14
		soft_attack = 14
		
		supply_consumption = 0.12
		build_cost_ic = 5
	}
	
	artillery_equipment_3 = {
		year = 1942

		archetype = artillery_equipment
		parent = artillery_equipment_2
		priority = 50
		visual_level = 2
		

		is_convertable = yes
		can_convert_from = {
			artillery_equipment_1
			artillery_equipment_2
		}
		reliability = 0.9

		defense = 15
		breakthrough = 15
		soft_attack = 15
		
		supply_consumption = 0.12
		build_cost_ic = 5
	}

}
