
equipments = {
	planktank_equipment = {
		year = 1934

		can_be_produced = {

		}

		is_archetype = yes
		is_convertable = yes
		picture = GFX_planktank_machines_medium		
		type = armor
		group_by = archetype
		
		interface_category = interface_category_armor
		
		upgrades = {

		}
		
		#Misc Abilities
		maximum_speed = 4
		reliability = 0.8

		#Defensive Abilities
		defense = 30
		breakthrough = 100
		hardness = 0.99
		armor_value = 145

		#Offensive Abilities
		soft_attack = 55
		hard_attack = 66
		ap_attack = 146
		air_attack = 0

		#Space taken in convoy
		lend_lease_cost = 15
		
		build_cost_ic = 500
		resources = {
			#oil = 2
			steel = 3
			chromium = 4
		}
		
		fuel_consumption = 0
	}
	
	planktank_equipment_1 = {
		year = 1918

		archetype = planktank_equipment
		priority = 20	
	}
	
}