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

		<long_name>Tiger-M</long_name>
		<short_name>Tiger-M</short_name>
		<comment>Tiger-M "Cornet-D" modification armoured car "Tiger-M" main gun "ATGM" 2x type "Cornet"</comment>

		<uniform_profile>uniform_profile_american_tank_RAF.png</uniform_profile>
		<uniform_game>uniform_game_american_RAF.png</uniform_game>
	</description>

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

	<vehicle>
		<attributes>
			<image_profile>Profile-TigerM-ATGM.png</image_profile>
			<weight>5300</weight>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name>GAZ-562</name>
				<horsepower>150</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>6</forwards>
				<reverse>2</reverse>
			</gears>

			<steering>STEERING_FRONT_WHEELS</steering>

			<exhaust_pipe>
				<offsetX>-70</offsetX>
				<offsetY>430</offsetY>
				<horizontal_angle>-200</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-TigerM-ATGM.png</image_view>

			<width>220</width>
			<length>570</length>
			<height>100</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>10@15</upper_front>
				<lower_front>8</lower_front>
				<side>10</side>
				<rear>7</rear>
				<top>5</top>
				<bottom>5</bottom>
			</armour>

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

		<superstructure>
			<width>220</width>
			<length>400</length>
			<height>100</height>

			<offsetX>0</offsetX>
			<offsetY>100</offsetY>

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

   <fixed_weapon>
			<image_view>Image-TigerM-ATGM turret-1.png</image_view>

			<offsetX>-80</offsetX>
			<offsetY>290</offsetY>
			<offsetZ>230</offsetZ>
			<minAngle>-60</minAngle>
			<maxAngle>60</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_ATGM_152_CORNET</type></weapon>
			<ammo><for>WEAPON_ATGM_152_CORNET</for><flavour>FLAVOUR_ATGM</flavour><rounds>12</rounds></ammo>


		</fixed_weapon>

		<fixed_weapon>
			<image_view>Image-TigerM-ATGM turret-2.png</image_view>

			<offsetX>80</offsetX>
			<offsetY>290</offsetY>
			<offsetZ>230</offsetZ>
			<minAngle>-60</minAngle>
			<maxAngle>60</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_ATGM_152_CORNET</type></weapon>
			<ammo><for>WEAPON_ATGM_152_CORNET</for><flavour>FLAVOUR_ATGM</flavour><rounds>12</rounds></ammo>


		</fixed_weapon>
		
	</vehicle>
</squad>











































































































