SOV = {

	light_tank_chassis = {
		pool = {
			weight = 0.9
			icons = {
			}
			models = {
				SOV_light_armor_0_entity #T-26 (Basic Light Tank)
				SOV_light_armor_2_entity #T-60 Scout (Advanced Light Tank)
			}
		}
	}
	light_tank_chassis_0 = { #Use the oldest tank for GW (no T-18 3D model)
		pool = {
			models = {
				SOV_light_armor_0_entity #T-26 (Basic Light Tank)
			}
		}
	}
	light_tank_chassis_1 = {
		pool = {
			models = {
				SOV_light_armor_0_entity #T-26 (Basic Light Tank)
			}
		}
	}
	#light_tank_chassis_2 = { #BT-7 (Improved Light Tank) is already in vanilla as SOV_light_armor_entity
	#	pool = {
	#		models = {
	#			
	#		}
	#	}
	#}
	light_tank_chassis_3 = { #Not needed latest light tank model will show up here anyways
		pool = {
			models = {
				SOV_light_armor_2_entity #T-60 Scout (Advanced Light Tank)
			}
		}
	}

	medium_tank_chassis = {
		pool = {
			weight = 0.9
			icons = {
			}
			models = {
				SOV_medium_armor_0_entity #T-32 (Basic Medium Tank)
				SOV_medium_armor_2_entity #T-44 (Advanced Medium Tank)
			}
		}
	}
	#medium_tank_chassis_0 = { #Use the oldest tank for GW (no T-28 3D model) -----> MM: Now we got the T-28 model
	#	pool = {
	#		models = {
	#			SOV_medium_armor_0_entity #T-32 (Basic Medium Tank)
	#		}
	#	}
	#}
	medium_tank_chassis_1 = {
		pool = {
			models = {
				SOV_medium_armor_0_entity #T-32 (Basic Medium Tank)
			}
		}
	}
	#medium_tank_chassis_2 = { #T-34 (Improved Medium Tank) is already in vanilla as SOV_medium_armor_entity
	#	pool = {
	#		models = {
	#			
	#		}
	#	}
	#}
	medium_tank_chassis_3 = {
		pool = {
			models = {
				SOV_medium_armor_2_entity #T-44 (Advanced Medium Tank)
			}
		}
	}

	heavy_tank_chassis = {
		pool = {
			weight = 0.9
			icons = {
			}
			models = {
				SOV_heavy_armor_0_entity #T-35 (Basic Heavy Tank)
				SOV_heavy_armor_2_entity #IS (Advanced Heavy Armor)
			}
		}
	}
	heavy_tank_chassis_0 = { #Use the oldest tank for GW (no T-28 3D model)
		pool = {
			models = {
				SOV_heavy_armor_0_entity #T-35 (Basic Heavy Tank)
			}
		}
	}
	
	heavy_tank_chassis_1 = {
		pool = {
			models = {
				SOV_heavy_armor_0_entity #T-35 (Basic Heavy Tank)
			}
		}
	}

	#heavy_tank_chassis_2 = { #KV-1 (Improved Heavy Tank) is already in vanilla as SOV_heavy_armor_entity
	#	pool = {
	#		models = {
	#		}
	#	}
	#}

	heavy_tank_chassis_3 = {
		pool = {
			models = {
				SOV_heavy_armor_2_entity #IS (Advanced Heavy Armor)
			}
		}
	}
}

