equipments = {
	# Nebelwerfers!
	rocket_artillery_equipment = {
		year = 1940

		is_archetype = yes
		picture = archetype_rocket_artillery_equipment		
		type = { 
			artillery
			motorized
			rocket
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		#Misc Abilities
		reliability = 0.8
		maximum_speed = 4.0

		#Defensive Abilities
		defense = 12
		breakthrough = 15
		hardness = 0
		armor_value = 0

		#Offensive Abilities
		soft_attack = 15
		hard_attack = 1
		ap_attack = 2
		air_attack = 0
		
		build_cost_ic = 6
		supply_consumption = 0.30
		resources = {
			tungsten = 2
			steel = 1
		}
	}
	
	rocket_artillery_equipment_1 = {
		year = 1940

		archetype = rocket_artillery_equipment
		priority = 60
		visual_level = 0
	}
	
	rocket_artillery_equipment_2 = {
		year = 1943

		archetype = rocket_artillery_equipment
		parent = rocket_artillery_equipment_1
		priority = 60
		visual_level = 1
		
		defense = 27
		breakthrough = 36
		soft_attack = 36
		
		build_cost_ic = 8
		supply_consumption = 0.48
		resources = {
			tungsten = 2
			steel = 1
		}
	}
	
	#Katyusha 
	motorized_rocket_equipment = {
		year = 1934

		is_archetype = yes
		picture = archetype_motorized_rocket_equipment			
		type = { 
			artillery
			motorized
			rocket
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		#Misc Abilities
		reliability = 0.8

		#Defensive Abilities
		defense = 15
		breakthrough = 18
		hardness = 0
		armor_value = 0

		#Offensive Abilities
		soft_attack = 18
		hard_attack = 1
		ap_attack = 2
		air_attack = 0
		
		build_cost_ic = 12
		supply_consumption = 0.36
		resources = {
			#oil = 1
			rubber = 1
			steel = 1
		}

		fuel_consumption = 0.3
	}
	
	motorized_rocket_equipment_1 = {
		year = 1939

		archetype = motorized_rocket_equipment
		priority = 70
		visual_level = 0
	}
	
}
