﻿division_template = { #Note: Switzerland did have infantry divisions in their small Standing Army, but replacing all with mountaineers to limit them and differentiate them more against the citizen militias. 
	name = "Gebirgsinfanterie"  
	division_names_group = SWI_MNT_01 
	force_allow_recruiting = yes	
	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 1 y = 0 }

	}
	support = {
		recon = { x = 0 y = 0 }      # Recon bn mix of cav recon, ACs, and tankettes
		engineer = { x = 0 y = 1 }   
	}
}

division_template = { #French version of the above
	name = "Infanterie de montagne"  
	division_names_group = SWI_MNT_01	
	force_allow_recruiting = yes	
	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 1 y = 0 }
	}
	support = {
		recon = { x = 0 y = 0 }      # Recon bn mix of cav recon, ACs, and tankettes
		engineer = { x = 0 y = 1 }   
	}
}

division_template = { #Italian version of the above
	name = "Fanteria di montagna"  
	division_names_group = SWI_MNT_01	
	force_allow_recruiting = yes	
	regiments = {
		mountaineers = { x = 0 y = 0 }
		mountaineers = { x = 0 y = 1 }
		mountaineers = { x = 1 y = 0 }
	}
	support = {
		recon = { x = 0 y = 0 }      # Recon bn mix of cav recon, ACs, and tankettes
		engineer = { x = 0 y = 1 }   
	}
}

division_template = {
	name = "Leichte-Brigade" 			
	division_names_group = SWI_CAV_01
	is_locked = yes
	obsolete = yes
	# Independent Cavalry Brigade
	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
	}
}


division_template = {
	name = "Kavallerie Division"				# 1. Kavalerrie Brigaden
	division_names_group = SWI_CAV_01

	regiments = {
		cavalry = { x = 0 y = 0 }
		cavalry = { x = 0 y = 1 }
		cavalry = { x = 0 y = 2 }
		cavalry = { x = 1 y = 0 }
		cavalry = { x = 1 y = 1 }
		cavalry = { x = 1 y = 2 }
		cavalry = { x = 2 y = 0 }
		cavalry = { x = 2 y = 1 }
		cavalry = { x = 2 y = 2 }
	}
	priority = 1
}
division_template = {
	name = "Infanterie Division"					# Represents Infanterie Welles 1-4
	division_names_group = SWI_INF_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
		infantry = { x = 1 y = 0 }
		infantry = { x = 1 y = 1 }
		infantry = { x = 1 y = 2 }
		infantry = { x = 2 y = 0 }
		infantry = { x = 2 y = 1 }
		infantry = { x = 2 y = 2 }
	}
	priority = 1
}
division_template = {
	name = "Panzer Division"					# Represents Leichte Divisions (10. Div, PzG Kempf)
	division_names_group = SWI_ARM_01

	regiments = {
		light_armor = { x = 0 y = 0 }
		light_armor = { x = 0 y = 1 }
		light_armor = { x = 0 y = 2 }
		light_armor = { x = 1 y = 0 }
		light_armor = { x = 1 y = 1 }
		light_armor = { x = 1 y = 2 }
		cavalry = { x = 2 y = 0 }
		cavalry = { x = 2 y = 1 }
		cavalry = { x = 2 y = 2 }
	}
	priority = 2
}

division_template = {
	name = "Sicherungs Brigade"				# Represents Border Guard Commands, Fortress Groups, etc.
	division_names_group = SWI_GAR_01

	regiments = {
		infantry = { x = 0 y = 0 }
		infantry = { x = 0 y = 1 }
		infantry = { x = 0 y = 2 }
	}
	priority = 0
}


units = {
	###### Schweizer Armee ######
	### 1. Armeekorps ###
	division = {
		name = "Infanterie de montagne 10"
		location = 11590
		division_template = "Infanterie de montagne"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}

	### 2. Armeekorps ###
	division = {
		name = "Gebirgsbrigade 11"
		location = 11604
		division_template = "Gebirgsinfanterie"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}
	### 3. Armeekorps ###
	division = {
		name = "Gebirgsbrigade 12"
		location = 658
		division_template = "Gebirgsinfanterie"
		start_experience_factor = 0.2
		start_equipment_factor = 0.3

	}

	division = { # "Ticino Division"
		name = "Ticino Division"
		location = 9600
		division_template = "Fanteria di montagna"
		start_experience_factor = 0.3
		start_equipment_factor = 0.3

	}
}
