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

		<long_name>BA-27</long_name>
		<short_name>BA-27</short_name>
		<comment>A heavy armoured car 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>1</month><year>1928</year><number>215</number></data>
		<data><month>6</month><year>1941</year><number>50</number></data>
		<data><month>8</month><year>1941</year><number>10</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-BA-27.png</image_profile>
			<weight>5140</weight>
		</attributes>

		<drive>
			<engine>
				<name>GAZ MM</name>
				<horsepower>35</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

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

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe>
				<offsetX>30</offsetX>
				<offsetY>200</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-BA-27.png</image_view>

			<width>192</width>
			<length>450</length>
			<height>133</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>7@10</front>
				<side>7@10</side>
				<rear>7@10</rear>
				<top>7</top>
				<bottom>7</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>133</width>
			<length>200</length>
			<height>46</height>

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

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

		<turret>
			<image_view>Image-BA-27 turret.png</image_view>

			<diameter>115</diameter>
			<height>73</height>
			<offsetX>0</offsetX>
			<offsetY>70</offsetY>

			<rotate_time>23</rotate_time>

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

			<weapon><type>WEAPON_CANNON_37_M28</type></weapon>
			<weapon><type>WEAPON_LMG_DT</type><offsetX>15</offsetX></weapon>
			<ammo><for>WEAPON_CANNON_37_M28</for><flavour>FLAVOUR_AP</flavour><rounds>13</rounds></ammo>
			<ammo><for>WEAPON_CANNON_37_M28</for><flavour>FLAVOUR_HE</flavour><rounds>27</rounds></ammo>
			<ammo><for>WEAPON_LMG_DT</for><rounds>2775</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_MACHINE_GUNNER</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>
