sub_units = {
	super_heavy_armor = {
		abbreviation = "STK"
		sprite = heavy_armor
		map_icon_category = armored
		priority = 2520
		ai_priority = 2520
		active = yes

		type = {
			armor
		}
		
		group = support

		categories = {
			category_army
			category_front_line
			category_mechanical
			category_all_armor
			category_tanks
		}

		##COMBAT stats
		soft_attack = 0.0
		hard_attack = 0.5
		air_attack = 0.0
		defense = -0.2
		breakthrough = 0.0
		combat_width = 1.0

		need = {
			super_heavy_tank_chassis = 12
		}

		manpower = 500
		max_organisation = 8
		default_morale = 0.3
		max_strength = 1.7
		training_time = 150
		suppression = 0.6
		weight = 3.65
		
		supply_consumption = 0.25
		own_equipment_fuel_consumption_mult = 1.2


		forest = {
			attack = -0.15
			defence = -0.10
			movement = -0.25
		}
		jungle = {
			attack = -0.25
			defence = -0.20
			movement = -0.70
		}
		hills = {
			attack = -0.05
			defence = 0.05
			movement = -0.35
		}
		mountain = {
			attack = -0.25
			defence = -0.10
			movement = -0.85
		}
		urban = {
			attack = -0.25
			defence = -0.15
			movement = 0.20
		}
		marsh = {
			attack = -0.10
			defence = -0.05
			movement = -0.75
		}
		desert = {
			attack = 0.00
			defence = 0.00
			movement = -0.40
		}
		river = {
			movement = -0.25
		}
	}
}
