# DOZER TANK
equipments = {

	ultra_heavy_artillery_equipment = {
		year = 1936

		is_archetype = yes

		picture = GFX_SOV_prototype_armor_3_medium		

		type = {
			artillery
			armor 
		}

		group_by = archetype
		
		interface_category = interface_category_land

		max_military_factories = 5

		#Misc Abilities
		reliability = 0.5

		#Defensive Abilities
		defense = 10
		breakthrough = 15
		hardness = 0.5
		armor_value = 40

		#Offensive Abilities
		soft_attack = 80
		hard_attack = 20
		ap_attack = 250
		air_attack = 0

		fuel_consumption = 3

		additional_collateral_damage = 600

		#Space taken in convoy
		lend_lease_cost = 10
		
		build_cost_ic = 80

		resources = {
			tungsten = 5
			steel = 6
			chromium = 3
		}
	}

	ultra_heavy_artillery_equipment_1 = {
		year = 1936

		archetype = ultra_heavy_artillery_equipment
		priority = 50
		visual_level = 1
		#is_convertable = yes
	}
}

