light_mfat_brigade = {
	type = land
	sprite = Tank
	active = no
	
	#Size Definitions
	max_strength = 30
	default_organisation = 30
	default_morale = 0.30
	officers = 50

	#Building Costs
	build_cost_ic = 18.00
	build_cost_manpower = 1.00
	build_time = 220

	#Misc Abilities
	maximum_speed = 10.00
	transport_weight = 20.00
	supply_consumption = 3.00
	fuel_consumption = 8.00
	radio_strength = 2

	#Defensive Abilities
	defensiveness = 4.70
	toughness = 4.50
	softness = 0.20
	air_defence = 3.50

	#Offensive Abilities
	suppression = 0.20
	soft_attack = 3.80
	hard_attack = 3.40
	air_attack = 2.50

	urban = {
		attack = -0.20
		defence = -0.10
	}
	jungle = {
		attack = -0.15
		defence = -0.15
		movement = -0.10
	}
	forest = {
		attack = -0.10
		defence = -0.10
		movement = -0.05
	}
	woods = {
		attack = -0.05
		defence = -0.05
	}

	combat_width = 2

	completion_size = 1.0
	on_completion = armour_practical
	priority = 10
	
}