division_template = {
	name = "Lett tank Divisjon"		

	regiments = {
		light_armor = { x = 0 y = 0 }
		light_armor = { x = 0 y = 1 }
		light_armor = { x = 1 y = 0 }
		light_armor = { x = 1 y = 1 }
	}
}
units = {
	
	division= {			
		name = "1st Lett Tank Divisjon"		
		location = 3712
		division_template = "Lett tank Divisjon"
		start_experience_factor = 0.04
		start_equipment_factor = 1.00

	}	
	division= {			
		name = "2nd Lett Tank Divisjon"		
		location = 3715
		division_template = "Lett tank Divisjon"
		start_experience_factor = 0.04
		start_equipment_factor = 1.00

	}		
	division= {			
		name = "3rd Lett Tank Divisjon"		
		location = 3775
		division_template = "Lett tank Divisjon"
		start_experience_factor = 0.04
		start_equipment_factor = 1.00

	}
	
}
instant_effect = {
add_equipment_to_stockpile = { 
	type = light_tank_equipment_1
	amount = 500
    producer = EQS
   }
}