USA = {
	light_tank_chassis = {
		pool = {
			models = {
				USA_light_armor_2_entity #Chaffee (Advanced LT)
				USA_light_armor_entity #M3 Stuart (Improved light tank) (Base Game tank)
				USA_light_armor_0_entity #M2 (Basic LT) #Best match for Great War Tank
			}
		}
	}
	light_tank_chassis_0 = {
		pool = {
			models = {
				USA_light_armor_0_entity #M2 (Basic LT) -> Pick oldest tank
			}
		}
	}
	light_tank_chassis_1 = {
		pool = {
			models = {
				USA_light_armor_0_entity #M2 (Basic LT)
			}
		}
	}
	#light_tank_chassis_2 uses vanilla light_armor_entity
	light_tank_chassis_3 = {
		pool = {
			models = {
				USA_light_armor_2_entity #Chaffee (Advanced LT)
			}
		}
	}

	light_tank_destroyer_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_light_armor_2_entity #Chaffee (Advanced LT)
				USA_light_armor_entity #M3 Stuart (Improved light tank) (Base Game tank)
				USA_light_armor_0_entity #M2 (Basic LT)
			}
		}
	}

	light_tank_artillery_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_light_armor_2_entity #Chaffee (Advanced LT)
				USA_light_armor_entity #M3 Stuart (Improved light tank) (Base Game tank)
				USA_light_armor_0_entity #M2 (Basic LT)
			}
		}
	}

	light_tank_aa_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_light_armor_2_entity #Chaffee (Advanced LT)
				USA_light_armor_entity #M3 Stuart (Improved light tank) (Base Game tank)
				USA_light_armor_0_entity #M2 (Basic LT)
			}
		}
	}

	medium_tank_chassis = {
		pool = {
			models = {
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
			}
		}
	}
	medium_tank_chassis_0 = {
		pool = {
			models = {
				USA_medium_armor_0_entity #M3 Lee (Basic MT) -> Pick oldest tank
			}
		}
	}
	medium_tank_chassis_1 = {
		pool = {
			models = {
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
			}
		}
	}
	#medium_tank_chassis_2 uses vanilla medium_armor_entity
	medium_tank_chassis_3 = {
		pool = {
			models = {
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
			}
		}
	}

	medium_tank_destroyer_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
			}
		}
	}

	medium_tank_artillery_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
			}
		}
	}

	medium_tank_aa_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
			}
		}
	}

#HEAVY
	heavy_tank_chassis = {
		pool = {
			models = {
				USA_heavy_armor_entity #M26 Pershing (Advanced Heavy Tank) (Base Game tank)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_0_entity #T1 (Basic HT)
			}
		}
	}
	heavy_tank_chassis_0 = {
		pool = {
			models = {
				USA_heavy_armor_0_entity #T1 (Basic HT) -> Pick oldest tank
			}
		}
	}
	heavy_tank_chassis_1 = {
		pool = {
			models = {
				USA_heavy_armor_0_entity #T1 (Basic HT)
			}
		}
	}
	heavy_tank_chassis_2 = {
		pool = {
			models = {
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
			}
		}
	}
	#heavy_tank_chassis_3 uses vanilla heavy_armor_entity

	heavy_tank_destroyer_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_heavy_armor_entity #M26 Pershing (Advanced Heavy Tank) (Base Game tank)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_0_entity #T1 (Basic HT)
			}
		}
	}

	heavy_tank_artillery_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_heavy_armor_entity #M26 Pershing (Advanced Heavy Tank) (Base Game tank)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_0_entity #T1 (Basic HT)
			}
		}
	}

	heavy_tank_aa_chassis = {
		pool = {
			weight = 0.2
			models = {
				USA_heavy_armor_entity #M26 Pershing (Advanced Heavy Tank) (Base Game tank)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_0_entity #T1 (Basic HT)
			}
		}
	}

	super_heavy_tank_chassis = {
		pool = {
		 
		 
			models = { #Only one tier so advanced should show up at the top of the list for heavy in this category
				USA_heavy_armor_0_entity #T1 (Basic HT)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_entity #M26 Pershing (Advanced HT)
				USA_super_heavy_armor_entity #T95 (SH Tank)
			}
		}
	}

	super_heavy_tank_destroyer_chassis = {
		pool = {
			
			models = {
				USA_heavy_armor_0_entity #T1 (Basic HT)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_entity #M26 Pershing (Advanced HT) 
				USA_super_heavy_armor_entity #T95 (SH Tank)
			}
		}
	}

	super_heavy_tank_artillery_chassis = {
		pool = {
			
			models = {
				USA_heavy_armor_0_entity #T1 (Basic HT)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_entity #M26 Pershing (Advanced HT) 
				USA_super_heavy_armor_entity #T95 (SH Tank)
			}
		}
	}

	super_heavy_tank_aa_chassis = {
		pool = {
			
			models = {
				USA_heavy_armor_0_entity #T1 (Basic HT)
				USA_heavy_armor_1_entity #M6A1 (Improved HT)
				USA_heavy_armor_entity #M26 Pershing (Advanced HT)
				USA_super_heavy_armor_entity #T95 (SH Tank)
			}
		}
	}

	modern_tank_chassis = {
		pool = {
			weight = 1945
			models = { #Only one tier so modern should show up at the top of the list for modern in this category
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_modern_armor_entity #M46 Patton (Modern Tank)
			}
		}
	}

	modern_tank_destroyer_chassis = {
		pool = {
			weight = 1945
			models = { #Only one tier so modern should show up at the top of the list for modern in this category
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_modern_armor_entity #M46 Patton (Modern Tank)
			}
		}
	}

	modern_tank_artillery_chassis = {
		pool = {
			weight = 1945
			models = { #Only one tier so modern should show up at the top of the list for modern in this category
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_modern_armor_entity #M46 Patton (Modern Tank)
			}
		}
	}

	modern_tank_aa_chassis = {
		pool = {
			weight = 1945
			models = { #Only one tier so modern should show up at the top of the list for modern in this category
				USA_medium_armor_0_entity #M3 Lee (Basic MT)
				USA_medium_armor_entity #M4 Sherman (Improved Medium Tank) (Base Game tank)
				USA_medium_armor_2_entity #T20 M27 (Advanced MT)
				USA_modern_armor_entity #M46 Patton (Modern Tank)
			}
		}
	}
}

