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

		<long_name>BTR-60PB</long_name>
		<short_name>BTR-60PB</short_name>
		<comment>APC with 14.5mm KPVT machine gun and 7.62 PKT 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-BTR60PB.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-BTR60PB.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>17</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>	
		
		<turret>
			<image_view>Image-BTR60PB turret.png</image_view>

			<diameter>130</diameter>
			<height>31</height>
			<offsetX>0</offsetX>
			<offsetY>-80</offsetY>

			<rotate_time>10</rotate_time>
			<gyro_stabilised>no</gyro_stabilised>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>10@42</front>
				<side>7@36</side>
				<rear>7@30</rear>
				<top>7</top>
				<mantlet>7</mantlet>
			</armour>

			<weapon><type>WEAPON_HMG_KPVT</type><offsetY>-20</offsetY></weapon>
			<weapon><type>WEAPON_LMG_PKT</type><offsetX>22</offsetX></weapon>
			<weapon><type>WEAPON_CANNON_CREDIT3</type></weapon>
			<ammo><for>WEAPON_HMG_KPVT</for><rounds>750</rounds></ammo>
			<ammo><for>WEAPON_LMG_PKT</for><rounds>3000</rounds></ammo>

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

		<exhaust_pipe>
			<offsetX>-70</offsetX>
			<offsetY>340</offsetY>
			<horizontal_angle>180</horizontal_angle>
			<vertical_angle>0</vertical_angle>
		</exhaust_pipe>
	</vehicle>

	<availability>
		<data><month>1</month><year>1960</year><number>1</number></data>
		<data><month>12</month><year>1987</year><number>25000</number></data>
	</availability>

</squad>