<squad>
	<description>
		<type>TYPE_HALFTRACK</type>
		<long_name>M113 APC</long_name>
		<short_name>M113</short_name>
		<comment>armored personnel carrier</comment>
		<nationality>NATIONALITY_RUSSIAN</nationality>
	</description>

	<vehicle>

		<attributes>
			<image_profile>Profile-M113.png</image_profile>
			<weight>10300</weight>
			<steel>STEEL_HOMOGENEOUS</steel>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>ENGINE_WHITE_160AX</engine>

			<reliability>RELIABILITY_VERY_GOOD</reliability>

			<rpm_idle>500</rpm_idle>
			<rpm_limit>2500</rpm_limit>

			<gears_forward_1st>7.56</gears_forward_1st>
			<gears_forward_2nd>4.00</gears_forward_2nd>
			<gears_forward_3rd>2.00</gears_forward_3rd>
			<gears_forward_4th>1.00</gears_forward_4th>

			<gears_reverse_1st>-5.65</gears_reverse_1st>

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

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

			<width>283</width>
			<length>500</length>
			<height>200</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>2@2</upper_front>
				<lower_front>5@2</lower_front>
				<side>2</side>
				<rear>1</rear>
				<top>1</top>
				<bottom>2</bottom>
			</armour>

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

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<turret>
			<image_view>Image-HMG gun.png</image_view>

			<diameter>115</diameter>
			<height>31</height>
			<offsetX>0</offsetX>
			<offsetY>-65</offsetY>

			<rotate_time>12</rotate_time>
			<gyro_stabilised>no</gyro_stabilised>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>10@2</front>
				<side>2@5</side>
				<rear>2@2</rear>
				<top>2</top>
				<mantlet>2</mantlet>
			</armour>

			<weapon><type>WEAPON_HMG_50CAL</type><offsetX></offsetX></weapon>
			<weapon><type>WEAPON_LMG_PK</type><offsetX>22</offsetX></weapon>
			<ammo><for>WEAPON_HMG_50CAL</for><rounds>500</rounds></ammo>
			<ammo><for>WEAPON_LMG_PK</for><rounds>3000</rounds></ammo>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</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>2022</year><number>1</number></data>
  <data><month>12</month><year>2025</year><number>1</number></data>
 </availability>

</squad>