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

		<long_name>BT-2</long_name>
		<short_name>BT-2</short_name>
		<comment>A light tank with a 37mm cannon and a light machine gun</comment>

		<uniform_profile>uniform_profile_russian_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_russian_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>5</month><year>1931</year><number>50</number></data>
		<data><month>7</month><year>1941</year><number>5</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-BT-2.png</image_profile>
			<weight>10200</weight>
		</attributes>

		<drive>
			<engine>
				<name>Model M5</name>
				<horsepower>400</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe>
				<offsetX>33</offsetX>
				<offsetY>260</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>

			<exhaust_pipe>
				<offsetX>-33</offsetX>
				<offsetY>260</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-BT-2.png</image_view>

			<width>227</width>
			<length>500</length>
			<height>130</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>12@45</upper_front>
				<lower_front>12@-10</lower_front>
				<side>12</side>
				<upper_rear>12@9</upper_rear>
				<lower_rear>12@-9</lower_rear>
				<top>10</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>168</width>
			<length>371</length>
			<height>25</height>

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

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

		<turret>
			<image_view>Image-BT-2 turret.png</image_view>

			<diameter>133</diameter>
			<height>67</height>
			<offsetX>0</offsetX>
			<offsetY>-65</offsetY>

			<rotate_time>23</rotate_time>

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

			<weapon><type>WEAPON_CANNON_37_B_3</type></weapon>
			<weapon><type>WEAPON_LMG_DT</type><offsetX>20</offsetX></weapon>
			<ammo><for>WEAPON_CANNON_37_B_3</for><flavour>FLAVOUR_APC</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_B_3</for><flavour>FLAVOUR_HE</flavour><rounds>76</rounds></ammo>
			<ammo><for>WEAPON_LMG_DT</for><rounds>2000</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_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
