# DOZER TANK
equipments = {

	open_topped_spg_equipment = {
		year = 1936

		is_archetype = yes
		is_buildable = no
		#is_convertable = yes
		picture = GFX_SOV_prototype_armor_0_medium
		type = armor
		group_by = archetype
		
		interface_category = interface_category_armor
		
		upgrades = {
			tank_reliability_upgrade
			tank_engine_upgrade
			tank_armor_upgrade
			tank_gun_upgrade
		}
		
		#Misc Abilities
		maximum_speed = 16
		reliability = 0.7
		fuel_consumption = 1.8

		#Defensive Abilities
		defense = 2
		breakthrough = 4
		hardness = 0.25
		armor_value = 8

		#Offensive Abilities
		soft_attack = 5
		hard_attack = 20
		ap_attack = 70
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 8
		
		build_cost_ic = 8 
		
		resources = {
			steel = 1
			tungsten = 1
		}
		
		
	}

	open_topped_spg_equipment_1 = {
		year = 1936

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

