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

		<long_name>BTR-60P</long_name>
		<short_name>BTR-60P</short_name>
		<comment>APC with 7.62mm SGMB machine gun. Crew of 2, can mount infantry</comment>

		<uniform_profile>uniform_profile_russian_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_russian_tank_crew.png</uniform_game>
		<uniform_ranks>uniform_ranks_russian_tank.png</uniform_ranks>
	</description>

	<vehicle>

		<attributes>
			<image_profile>Profile-BTR60P.png</image_profile>
			<weight>9900</weight>
			<steel>STEEL_HOMOGENEOUS</steel>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name>GAZ49</name>
				<horsepower>180</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>
		</drive>

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

			<width>283</width>
			<length>745</length>
			<height>170</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>7@40</upper_front>
				<lower_front>9@-47</lower_front>
				<upper_side>7@20</upper_side>
				<lower_side>7@-20</lower_side>
				<upper_rear>7@40</upper_rear>
				<lower_rear>7@-20</lower_rear>
				<top>0</top>
				<bottom>5</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_RIFLE_AKMS</type></weapon>
				<ammo><for>WEAPON_RIFLE_AKMS</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_RIFLE_AKMS</type></weapon>
				<ammo><for>WEAPON_RIFLE_AKMS</for><rounds>60</rounds></ammo>
			</man>
		</hull>	
			<fixed_weapon>
			<image_view>Image-SGMB gun.png</image_view>

			<offsetX>0</offsetX>
			<offsetY>-220</offsetY>
			<offsetZ>200</offsetZ>
			<minAngle>-30</minAngle>
			<maxAngle>120</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_SGMB</type></weapon>
			<weapon><type>WEAPON_CANNON_CREDIT3</type></weapon>
			<ammo><for>WEAPON_LMG_SGMB</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_RIFLE_AKMS</type></weapon>
				<ammo><for>WEAPON_RIFLE_AKMS</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>
		<exhaust_pipe>
			<offsetX>-70</offsetX>
			<offsetY>340</offsetY>
			<horizontal_angle>180</horizontal_angle>
			<vertical_angle>0</vertical_angle>
		</exhaust_pipe>

	</vehicle>

	<availability>
		<data><month>11</month><year>1959</year><number>1</number></data>
		<data><month>12</month><year>1987</year><number>10000</number></data>
	</availability>

</squad>