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

		<long_name>Kamaz 4310</long_name>
		<short_name>Kamaz 4310</short_name>
		<comment>Infantry Moving Truck</comment>

		<uniform_profile>uniform_profile_german_AFU.png</uniform_profile>
		<uniform_game>uniform_game_german_AFU.png</uniform_game>
	</description>

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

	<vehicle>
		<attributes>
			<image_profile>Profile-Kamaz20.png</image_profile>
			<weight>2000</weight>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name></name>
				<horsepower>50</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>-70</offsetX>
				<offsetY>-8</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

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

			<width>296</width>
			<length>750</length>
			<height>280</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>1</front>
				<side>1</side>
				<rear>1</rear>
				<top>1</top>
				<bottom>1</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
			</man>
		</hull>
	</vehicle>
</squad>
