# DOZER TANK
equipments = {

	halftrack_transport_equipment = {
		year = 1936

		is_archetype = yes
		is_buildable = no
		#is_convertable = yes
		picture = GFX_CZE_prototype_armor_0_medium
		type = armor
		group_by = archetype
		
		interface_category = interface_category_armor
		
		upgrades = {
			tank_reliability_upgrade
			tank_engine_upgrade
			tank_armor_upgrade
		}
		
		#Misc Abilities
		maximum_speed = 8
		reliability = 0.7
		fuel_consumption = 0

		#Defensive Abilities
		defense = 6
		breakthrough = 0
		hardness = 0.3
		armor_value = 5

		#Offensive Abilities
		soft_attack = 0
		hard_attack = 0
		ap_attack = 0
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 4
		
		build_cost_ic = 4 
		
		resources = {
			steel = 1
			coal = 1
		}
		
		
	}

	halftrack_transport_equipment_1 = {
		year = 1936

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

