sub_units = {

	revolving_tank_brigade = {
		abbreviation = "RTB"
		sprite = light_armor
		map_icon_category = armored
		priority = 100
		ai_priority = 0
		active = no
		
		type = {
			armor
		}
		
		group = armor
		
		categories = {
			category_all_armor
			category_tanks
			category_army
		}		
		
		combat_width = 2

		need = {
			modra_revolving_tank_equipment_1 = 60
		}

		essential = {
			modra_revolving_tank_equipment_1
		}
		
		manpower = 400
		max_organisation = 20
		default_morale = 0.2
		max_strength = 6
		training_time = 150
		weight = 0.6

		supply_consumption = 0.2

		forest = {
			defence = 0.1
		}

		urban = {
			attack = 0.1
			defence = 0.1
		}

		hills = {
			movement = -0.1
		}

		mountain = {
			movement = -0.2
		}

		jungle = {
			defence = 0.1
		}

		marsh = {
			movement = -0.05
		}

		river = {
			attack = -0.2
			movement = -0.2
		}

		amphibious = {
			attack = -0.2
		}
	}
}
