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

		<long_name>Car with machine gun</long_name>
		<short_name>Cars</short_name>
		<comment>A car with an attached 12.7 mm NSV machine gun</comment>

		<uniform_profile>uniform_profile_german_tank_AFU.png</uniform_profile>
		<uniform_game>uniform_game_german_tank_AFU.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>1990</year><number>10</number></data>
		<data><month>12</month><year>2040</year><number>10</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Cars UA.png</image_profile>
			<weight>4300</weight>
		</attributes>

		<drive>
			<engine>
				<name></name>
				<horsepower>220</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

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

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe>
				<offsetX>50</offsetX>
				<offsetY>300</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Cars UA.png</image_view>

			<width>200</width>
			<length>540</length>
			<height>100</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>6</upper_front>
				<lower_front>6@-15</lower_front>
				<side>6</side>
				<rear>6</rear>
				<top>6</top>
				<bottom>6</bottom>
			</armour>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_RIFLE_AK_74</type></weapon>
				<ammo><for>WEAPON_RIFLE_AK_74</for><rounds>150</rounds></ammo>
			</man>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_RIFLE_AK_74</type></weapon>
				<ammo><for>WEAPON_RIFLE_AK_74</for><rounds>150</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>200</width>
			<length>200</length>
			<height>100</height>

			<offsetX>0</offsetX>
			<offsetY>-30</offsetY>

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

		<fixed_weapon>
			<image_view>Image-Cars UA turret.png</image_view>

			<offsetX>0</offsetX>
			<offsetY>90</offsetY>
			<offsetZ>230</offsetZ>
			<minAngle>-50</minAngle>
			<maxAngle>50</maxAngle>

			<rotate_time>10</rotate_time>
			<weapon><type>WEAPON_HMG_NSV</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_HMG_NSV</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_RIFLE_AK_74</type></weapon>
				<ammo><for>WEAPON_RIFLE_AK_74</for><rounds>150</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
