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

		<long_name>BA-64</long_name>
		<short_name>BA-64</short_name>
		<comment>A captured Soviet armored scout car, with a single light machine gun</comment>

		<uniform>romanian_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>10</month><year>1943</year><number>51</number></data>
		<data><month>2</month><year>1945</year><number>51</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-BA-64 (romanian) .png</image_profile>
			<weight>2400</weight>
		</attributes>

		<drive>
			<engine>
				<name>GAZ MM</name>
				<horsepower>50</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>190</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-BA-64B.png</image_view>

			<width>175</width>
			<length>385</length>
			<height>133</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>15@5</upper_front>
				<lower_front>15@-5</lower_front>
				<side>15</side>
				<upper_rear>15@10</upper_rear>
				<lower_rear>15@-45</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>133</width>
			<length>245</length>
			<height>28</height>

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

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

		<turret>
			<image_view>Image-BA-64B turret.png</image_view>

			<diameter>115</diameter>
			<height>52</height>
			<offsetX>0</offsetX>
			<offsetY>85</offsetY>

			<rotate_time>20</rotate_time>

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

			<weapon><type>WEAPON_LMG_DT</type></weapon>
			<ammo><for>WEAPON_LMG_DT</for><rounds>2400</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>
