sub_units = {

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

		type = {
			armor
		}
		
		group = armor_combat_support

		categories = {
			category_army
			category_front_line
			category_mechanical
			category_all_armor
			category_tanks
		}

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

		need = {
			super_heavy_tank_chassis = 15
		}

		manpower = 500
		max_organisation = 10
		default_morale = 0.3
		max_strength = 2
		training_time = 180
		weight = 2.4
		
		supply_consumption = 0.30
		own_equipment_fuel_consumption_mult = 1.5

		#Tanks are awesome
		# soft_attack = 0.5

		suppression = 2.5	

		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
		}
	}
}
