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

		<long_name>BMP-1 (Early)</long_name>
		<short_name>BMP-1</short_name>
		<comment>IFV with a 73mm 2A28 'Grom' gun and 7.62mm PKT machine gun. Crew of 3. 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-BMP1.png</image_profile>
			<weight>13000</weight>
			<steel>STEEL_HOMOGENEOUS</steel>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name>UTD20</name>
				<horsepower>300</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>600</rpm_idle>
				<rpm_limit>2880</rpm_limit>
			</engine>

			<gears>
				<forwards>8</forwards>
				<reverse>4</reverse>
			</gears>

			<steering>STEERING_TWIN_TRANSMISSION_WITH_REVERSE</steering>
		</drive>

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

			<width>294</width>
			<length>673</length>
			<height>160</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>7@80</upper_front>
				<lower_front>19@-57</lower_front>
				<upper_side>16@18</upper_side>
				<lower_side>18</lower_side>
				<rear>16@-12</rear>
				<top>6</top>
				<bottom>6</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-BMP1 turret.png</image_view>

			<diameter>130</diameter>
			<height>35</height>
			<offsetX>0</offsetX>
			<offsetY>55</offsetY>

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

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>23@42</front>
				<side>19@36</side>
				<rear>13@30</rear>
				<top>6</top>
				<mantlet>33</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_73_2A28_GROM</type><offsetX>-7</offsetX><offsetY>-120</offsetY></weapon>
			<weapon><type>WEAPON_CANNON_CREDIT3</type></weapon>
			<weapon><type>WEAPON_LMG_PKT</type><offsetX>25</offsetX><offsetY>-10</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_73_2A28_GROM</for><flavour>FLAVOUR_HEAT</flavour><rounds>30</rounds></ammo>
			<ammo><for>WEAPON_CANNON_73_2A28_GROM</for><flavour>FLAVOUR_HE</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_LMG_PKT</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>
		</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>4</month><year>1966</year><number>1</number></data>
		<data><month>12</month><year>1969</year><number>3000</number></data>
		<data><month>12</month><year>1972</year><number>3000</number></data>
	</availability>

</squad>