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

		<long_name>Ford-A Izhorskiy</long_name>
		<short_name>FAI</short_name>
		<comment>An armored car with light armor and a single light machine gun</comment>

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

	<availability>
		<data><month>1</month><year>1934</year><number>50</number></data>
		<data><month>1</month><year>1939</year><number>50</number></data>
		<data><month>5</month><year>1943</year><number>1</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-FAI.png</image_profile>
			<weight>2000</weight>
		</attributes>

		<drive>
			<engine>
				<name>GAZ-A L-head I4</name>
				<horsepower>42</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>3</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe><offsetX>30</offsetX><offsetY>210</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-FAI.png</image_view>

			<width>175</width>
			<length>420</length>
			<height>127</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>6@5</upper_front>
				<lower_front>6@-5</lower_front>
				<side>6</side>
				<upper_rear>4@10</upper_rear>
				<lower_rear>4@-45</lower_rear>
				<top>6</top>
				<bottom>4</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>6@12</front>
				<side>6@12</side>
				<rear>4@10</rear>
				<top>6</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-FAI turret.png</image_view>

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

			<rotate_time>23</rotate_time>

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

			<weapon><type>WEAPON_LMG_DT</type></weapon>
			<ammo><for>WEAPON_LMG_DT</for><rounds>1323</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>
		</turret>
	</vehicle>
</squad>
