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

		<long_name>PT-76</long_name>
		<short_name>PT-76</short_name>
		<comment>Light amphibious tank</comment>

		<uniform_profile>uniform_profile_american_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_american_tank_crew.png</uniform_game>
	</description>

	<vehicle>

		<attributes>
			<image_profile>Profile-PT76.png</image_profile>
			<weight>14500</weight>
			<steel>STEEL_HOMOGENEOUS</steel>
		</attributes>

		<drive>
			<engine>
				<name>V6</name>
				<horsepower>240</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2100</rpm_limit>
			</engine>

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

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>
		</drive>

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

			<width>314</width>
			<length>691</length>
			<height>170</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>10@80</upper_front>
				<lower_front>10@-90</lower_front>
				<upper_side>10@0</upper_side>
				<lower_side>8@0</lower_side>
				<rear>6@-45</rear>
				<top>6</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>
		</hull>

		<turret>
			<image_view>Image-PT76 turret.png</image_view>

			<diameter>130</diameter>
			<height>45</height>
			<offsetX>0</offsetX>
			<offsetY>-55</offsetY>

			<rotate_time>10</rotate_time>
			<gyro_stabilised>yes</gyro_stabilised>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>15@35</front>
				<side>15@35</side>
				<rear>10@35</rear>
				<top>6</top>
				<mantlet>10</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_76_D_56</type><offsetX>0</offsetX><offsetY>0</offsetY></weapon>
			<weapon><type>WEAPON_LMG_SGMT</type><offsetX>25</offsetX><offsetY>-10</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_76_D_56</for><flavour>FLAVOUR_HEAT</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_CANNON_76_D_56</for><flavour>FLAVOUR_HE</flavour><rounds>10</rounds></ammo>
			<ammo><for>WEAPON_CANNON_76_D_56</for><flavour>FLAVOUR_AP</flavour><rounds>5</rounds></ammo>
			<ammo><for>WEAPON_CANNON_76_D_56</for><flavour>FLAVOUR_APCR</flavour><rounds>5</rounds></ammo>
			<ammo><for>WEAPON_LMG_SGMT</for><rounds>2000</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>
			<man>
				<job>JOB_LOADER</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>
		</turret>
		                                   <exhaust_pipe>
			<offsetX>-130</offsetX>
			<offsetY>50</offsetY>
			<horizontal_angle>135</horizontal_angle>
			<vertical_angle>0</vertical_angle>
		</exhaust_pipe>

	</vehicle>

	<availability>
		<data><month>1</month><year>2022</year><number>1</number></data>
		<data><month>12</month><year>2025</year><number>10</number></data>
	</availability>

</squad>