<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_RUSSIAN</nationality>

		<long_name>T-80</long_name>
		<short_name>T-80</short_name>
		<comment>A light tank armed with a 45mm 20-K cannon and a light machine gun</comment>

		<uniform>russian_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>10</month><year>1943</year><number>120</number></data>
		<data><month>12</month><year>1945</year><number>75</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-T-80.png</image_profile>
			<weight>11600</weight>
		</attributes>

		<drive>
			<engine>
				<name>GAZ 203</name>
				<horsepower>170</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>94</offsetX><offsetY>199</offsetY><angle>90</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-T-80.png</image_view>

			<width>232</width>
			<length>381</length>
			<height>99</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>35@71</upper_front>
				<lower_front>45@-31</lower_front>
				<side>25</side>
				<rear>25@-43</rear>
				<top>15</top>
				<bottom>10</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>234</width>
			<length>320</length>
			<height>59</height>

			<offsetX>0</offsetX>
			<offsetY>60</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>35@33</front>
				<side>25</side>
				<rear>15@70</rear>
				<top>15</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-T-80 turret.png</image_view>

			<diameter>144</diameter>
			<height>65</height>
			<offsetX>-22</offsetX>
			<offsetY>0</offsetY>

			<rotate_time>60</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>35@47</front>
				<side>35@23</side>
				<rear>35@28</rear>
				<top>15</top>
				<mantlet>45</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_45_20K</type><offsetX>2</offsetX><offsetY>-15</offsetY></weapon>
			<weapon><type>WEAPON_LMG_DT</type><offsetX>-28</offsetX><offsetY>-16</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_45_20K</for><flavour>FLAVOUR_AP</flavour><rounds>13</rounds></ammo>
			<ammo><for>WEAPON_CANNON_45_20K</for><flavour>FLAVOUR_CANISTER</flavour><rounds>10</rounds></ammo>
			<ammo><for>WEAPON_CANNON_45_20K</for><flavour>FLAVOUR_HE</flavour><rounds>71</rounds></ammo>
			<ammo><for>WEAPON_LMG_DT</for><rounds>1071</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
