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

		<long_name>T-37A</long_name>
		<short_name>T-37A</short_name>
		<comment>A light amphibious scout tank armed with a 7.62mm DT machine gun</comment>

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

	<availability>
		<data><month>1</month><year>1933</year><number>1200</number></data>
		<data><month>1</month><year>1941</year><number>1200</number></data>
		<data><month>6</month><year>1941</year><number>1200</number></data>
		<data><month>6</month><year>1942</year><number>500</number></data>
		<data><month>12</month><year>1943</year><number>50</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-T-37.png</image_profile>
			<weight>3200</weight>
			<is_amphibious>yes</is_amphibious>
		</attributes>

		<drive>
			<engine>
				<name>GAZ MM</name>
				<horsepower>50</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

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

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe><offsetX>95</offsetX><offsetY>173</offsetY><angle>90</angle></exhaust_pipe>
		</drive>

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

			<width>210</width>
			<length>375</length>
			<height>88</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>10@-15</front>
				<side>8</side>
				<upper_rear>8</upper_rear>
				<lower_rear>8@-25</lower_rear>
				<top>6</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>210</width>
			<length>230</length>
			<height>49</height>

			<offsetX>0</offsetX>
			<offsetY>72</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>10@35</front>
				<side>8</side>
				<rear>8@40</rear>
				<top>6</top>
			</armour>
		</superstructure>

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

			<diameter>95</diameter>
			<height>45</height>
			<offsetX>34</offsetX>
			<offsetY>15</offsetY>

			<rotate_time>24</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>10</front>
				<side>10</side>
				<rear>10</rear>
				<top>8</top>
				<mantlet>0</mantlet>
			</armour>

			<weapon><type>WEAPON_LMG_DT</type><offsetX>6</offsetX><offsetY>-24</offsetY></weapon>
			<ammo><for>WEAPON_LMG_DT</for><rounds>585</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>
		</turret>
	</vehicle>
</squad>
