<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_UKRAINIAN</nationality>

		<long_name>BRDM-2</long_name>
		<short_name>BRDM-2</short_name>
		<comment>Amphibious armoured scout car</comment>

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

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

	<vehicle>
		<attributes>
			<image_profile>Profile-BRDM-2.png</image_profile>
			<weight>13600</weight>
		</attributes>

		<drive>
			<engine>
				<name>KAMAZ 7403</name>
				<horsepower>260</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forward_1st>7.56</forward_1st>
				<forward_2nd>4.00</forward_2nd>
				<forward_3rd>2.00</forward_3rd>
				<forward_4th>1.00</forward_4th>
				<reverse_1st>-5.65</reverse_1st>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<can_make_smoke_screen>yes</can_make_smoke_screen>

			<exhaust_pipe>
				<offsetX>-80</offsetX>
				<offsetY>287</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>

			<exhaust_pipe>
				<offsetX>80</offsetX>
				<offsetY>287</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-BRDM-2.png</image_view>

			<width>195</width>
			<length>575</length>
			<height>83</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>14@-60</upper_front>
				<lower_front>14@-50</lower_front>
				<upper_side>7@-35</upper_side>
				<lower_side>7</lower_side>
				<rear>7@-10</rear>
				<top>3</top>
				<bottom>3</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_RIFLE_AK_74</type></weapon>
				<ammo><for>WEAPON_RIFLE_AK_74</for><rounds>120</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>200</width>
			<length>575</length>
			<height>85</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>7@45</upper_front>
				<lower_front>14@60</lower_front>
				<side>7@30</side>
				<rear>7@10</rear>
				<top>7</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-BRDM-2 turret.png</image_view>

			<diameter>80</diameter>
			<height>60</height>
			<offsetX>0</offsetX>
			<offsetY>30</offsetY>

			<rotate_time>10</rotate_time>

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

			<weapon><type>WEAPON_HMG_KPVT</type></weapon>
			<weapon><type>WEAPON_LMG_PKT</type><offsetX>15</offsetX></weapon>
			<ammo><for>WEAPON_HMG_KPVT</for><rounds>1000</rounds></ammo>
			<ammo><for>WEAPON_LMG_PKT</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>