division_template = {
	name = "Infantry Division"  
	division_names_group = USA_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 }
        artillery_brigade = { x = 3 y = 0 }
        anti_tank_brigade = { x = 4 y = 0 }
	}
	support = {
		anti_tank = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		engineer = { x = 0 y = 2 }
		signal_company = { x = 0 y = 3 }
	}
}
division_template = {
	name = "Marines"  
	division_names_group = USA_INF_01

	regiments = {
	    marine = { x = 0 y = 0 }
		marine = { x = 0 y = 1 }
		marine = { x = 0 y = 2 }
   		marine = { x = 1 y = 0 }
		marine = { x = 1 y = 1 }
		marine = { x = 1 y = 2 }
  		marine = { x = 2 y = 0 }
		marine = { x = 2 y = 1 }
		marine = { x = 2 y = 2 }
        artillery_brigade = { x = 3 y = 0 }
        anti_tank_brigade = { x = 4 y = 0 }
	}
	support = {
		anti_tank = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		engineer = { x = 0 y = 2 }
		signal_company = { x = 0 y = 3 }
	}
}
division_template = {
	name = "Airborne Division"
	division_names_group = USA_PAR_01

	regiments = {
		paratrooper = { x = 0 y = 0 }
		paratrooper = { x = 0 y = 1 }
		paratrooper = { x = 0 y = 2 }
		paratrooper = { x = 1 y = 0 }
		paratrooper = { x = 1 y = 1 }
		paratrooper = { x = 1 y = 2 }
		paratrooper = { x = 2 y = 0 }
		paratrooper = { x = 2 y = 1 }
		paratrooper = { x = 2 y = 2 }
	}
	support = {
		artillery = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		engineer = { x = 0 y = 2 }
		signal_company = { x = 0 y = 3 }
	}
}
division_template = {
	name = "Motorised Division" 	# Represents both frontline and reserve motorized divisions (excluding London Divs)
	division_names_group = USA_MOT_01 

	regiments = {
        motorized = { x = 0 y = 0 }
		motorized = { x = 0 y = 1 }
		motorized = { x = 0 y = 2 }
   		motorized = { x = 1 y = 0 }
		motorized = { x = 1 y = 1 }
		motorized = { x = 1 y = 2 }
  	    motorized = { x = 2 y = 0 }
		motorized = { x = 2 y = 1 }
		motorized = { x = 2 y = 2 }
		motorized = { x = 0 y = 3 }
		motorized = { x = 1 y = 3 }
        artillery_brigade = { x = 3 y = 0 }     
        anti_tank_brigade = { x = 4 y = 0 }
	}
	support = {
	 	artillery = { x = 0 y = 0 }
		recon = { x = 0 y = 1 }
		engineer = { x = 0 y = 2 }
	}
}
division_template = {
	name = "Armored Division"
	division_names_group = USA_ARM_01

	regiments = {
		medium_armor = { x = 0 y = 0 }		# REVISIT -- L Arm = Pz IIC (variant?) for all
		medium_armor = { x = 0 y = 1 }		
		medium_armor = { x = 0 y = 2 }
		medium_armor = { x = 0 y = 3 }
		mechanized = { x = 1 y = 0 }
		mechanized = { x = 1 y = 1 }
		mechanized = { x = 1 y = 2 }
		mechanized = { x = 1 y = 3 }
		mechanized = { x = 1 y = 4 }
	}
	support = {
	   		mot_recon = { x = 0 y = 0 }
		 	engineer = { x = 0 y = 1 }
	    	artillery = { x = 0 y = 2 }
			anti_tank = { x = 0 y = 3 }
			field_hospital = { x = 0 y = 4 }
	}
}

units = {

	### 12. Army Group ###

	### First Army ###

	division= {
		name = "78. US Infantry Division"
		location = 11493
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "9. US Infantry Division"
		location = 11493
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "9. US Armored Division"
		location = 6377
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "69. US Infantry Division"
		location = 6513
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "104. US Infantry Division"
		location = 6513
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}

	### Third Army ###

	division= {
		name = "1. US Infantry Division"
		location = 3561
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "2. US Infantry Division"
		location = 3561
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "70. US Infantry Division"
		location = 425
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "97. US Infantry Division"
		location = 425
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "4. US Infantry Division"
		location = 3500
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "14. US Armored Division"
		location = 3500
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "99. US Infantry Division"
		location = 3500
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "16. US Armored Division"
		location = 3500
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "4. US Armored Division"
		location = 13116
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "5. US Infantry Division"
		location = 13116
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "11. US Armored Division"
		location = 6421
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "26. US Infantry Division"
		location = 6421
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "90. US Infantry Division"
		location = 11417
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "13. US Armored Division"
		location = 11417
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "65. US Infantry Division"
		location = 11417
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "71. US Infantry Division"
		location = 11417
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "80. US Infantry Division"
		location = 11417
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}

	### Ninth Army - Ruhr Pocket ###

	division= {
		name = "2. US Armored Division"
		location = 6570
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "6. US Armored Division"
		location = 6570
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "76. US Infantry Division"
		location = 6570
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "87. US Infantry Division"
		location = 529
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "89. US Infantry Division"
		location = 529
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "30. US Infantry Division"
		location = 529
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "35. US Infantry Division"
		location = 9547
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "83. US Infantry Division"
		location = 9547
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "84. US Infantry Division"
		location = 9547
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "102. US Infantry Division"
		location = 9443
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "29. US Infantry Division"
		location = 9443
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "75. US Infantry Division"
		location = 9443
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "79. US Infantry Division"
		location = 6535
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "95. US Infantry Division"
		location = 6535
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "3. US Armored Division"
		location = 6535
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "8. US Armored Division"
		location = 6622
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}

	### Fifteenth Army - Ruhr Pocket ###

	division= {
		name = "66. US Infantry Division"
		location = 3512
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "106. US Infantry Division"
		location = 3512
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "5. US Armored Division"
		location = 3512
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "7. US Armored Division"
		location = 3444
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "8. US Infantry Division"
		location = 3444
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "82. US Infantry Division"
		location = 3444
		division_template = "Airborne Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "101. US Infantry Division"
		location = 587
		division_template = "Airborne Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "17. US Infantry Division"
		location = 587
		division_template = "Airborne Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "94. US Infantry Division"
		location = 587
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "28. US Infantry Division"
		location = 587
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}

	### 6. Army Group ###

	### Seventh Army ###

	division= {
		name = "12. US Armored Division"
		location = 6594
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "45. US Infantry Division"
		location = 6594
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "63. US Infantry Division"
		location = 6594
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "100. US Infantry Division"
		location = 6581
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "10. US Armored Division"
		location = 6581
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "44. US Infantry Division"
		location = 6581
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "103. US Infantry Division"
		location = 6568
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "3. US Infantry Division"
		location = 6568
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "20. US Armored Division"
		location = 6568
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "42. US Infantry Division"
		location = 3558
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "86. US Infantry Division"
		location = 3558
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division= {
		name = "2. French Armored Division"
		location = 3558
		division_template = "Armored Division"
		start_experience_factor = 0.3
	}
	division= {
		name = "36. US Infantry Division"
		location = 3558
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}

	### PACIFIC THEATER ###
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 12371
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 7627
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 1602
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 1269
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 1269
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 12103
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 12103
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 13025
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 13025
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 13025
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 13044
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 13044
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 13044
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 7
		}
		location = 11932
		division_template = "Infantry Division"	
		start_experience_factor = 0.6
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 17
		}
		location = 11932
		division_template = "Infantry Division"	
		start_experience_factor = 0.6
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 77
		}
		location = 11932
		division_template = "Infantry Division"	
		start_experience_factor = 0.6
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 96
		}
		location = 11932
		division_template = "Infantry Division"	
		start_experience_factor = 0.6
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 11932
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 2
		}
		location = 11932
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 6
		}
		location = 11932
		division_template = "Marines"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 
		}
		location = 4180
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}


	### Philippines ###
		### 6th Army ###

	# I Corps
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 6
		}
		location = 4350
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 43
		}
		location = 12253
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	# XIV Corps
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 37
		}
		location = 4423
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	# X Corps
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 1
		}
		location = 4373
		division_template = "Motorised Division" 
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 77
		}
		location = 4373
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	# XXIV Corps
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 7
		}
		location = 4269
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 95
		}
		location = 4269
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 11
		}
		location = 1388
		division_template = "Airborne Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 25
		}
		location = 1288
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 158
		}
		location = 7323
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
		start_equipment_factor = 0.2
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 13
		}
		location = 1221
		division_template = "Armored Division"	
		start_experience_factor = 0.3
	}

	### 8th Army ###
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 23
		}
		location = 4373
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 24
		}
		location = 4288
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}	
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 40
		}
		location = 1261
		division_template = "Infantry Division"	
		start_experience_factor = 0.7
		start_equipment_factor = 0.50
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 40
		}
		location = 7307
		division_template = "Infantry Division"	
		start_experience_factor = 0.7
		start_equipment_factor = 0.50
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 31
		}
		location = 7385
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 41
		}
		location = 7417
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
	division = { 
		division_name = {
			is_name_ordered = yes
			name_order = 93
		}
		location = 12118
		division_template = "Infantry Division"	
		start_experience_factor = 0.3
	}
}

instant_effect = {
	add_equipment_production = {
		equipment = {
			type = infantry_equipment_3
			creator = "USA"
		}
		requested_factories = 15
		progress = 0.9
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = artillery_equipment_3
			creator = "USA" 
		}
		requested_factories = 9
		progress = 0.8
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = anti_tank_equipment_2
			creator = "USA" 
		}
		requested_factories = 7
		progress = 0.8
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = support_equipment_1
			creator = "USA" 
		}
		requested_factories = 8
		progress = 0.3
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = motorized_equipment_1
			creator = "USA" 
		}
		requested_factories = 3
		progress = 0.4
		efficiency = 100
	}
	add_equipment_production = {
		equipment = {
			type = mechanized_equipment_2
			creator = "USA" 
		}
		requested_factories = 4
		progress = 0.6
		efficiency = 100
	}

	add_equipment_to_stockpile = {
    type = infantry_equipment_3
    amount = 100000
    producer = USA
    } 

    add_equipment_to_stockpile = {
    type = support_equipment_1
    amount = 7000
    producer = USA
    }

    add_equipment_to_stockpile = {
    type = artillery_equipment_3
    amount = 7000
    producer = USA
    }

    add_equipment_to_stockpile = {
    type = motorized_equipment_1
    amount = 20000
    producer = USA
    }

    add_equipment_to_stockpile = {
    type = mechanized_equipment_1
    amount = 5000
    producer = USA
    }
    add_equipment_to_stockpile = {
    type = anti_tank_equipment_2
    amount = 4130
    producer = USA
    }
    add_equipment_to_stockpile = {
    type = anti_air_equipment_2
    amount = 3130
    producer = USA
    }
}