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

		<long_name>Ehrhardt E-V/4</long_name>
		<short_name>Ehrhardt E-V/4</short_name>
		<comment>An armoured car with three 8mm machine guns</comment>

		<uniform_profile>uniform_profile_german_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_german_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>1914</year><number>10</number></data>
		<data><month>12</month><year>1918</year><number>10</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Ehrhardt.png</image_profile>
			<weight>7650</weight>
		</attributes>

		<drive>
			<engine>
				<name>Krupp M311</name>
				<horsepower>85</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forward_1st>7.56</forward_1st>
				<forward_2nd>3.31</forward_2nd>
				<forward_3rd>1.88</forward_3rd>
				<forward_4th>1.21</forward_4th>
				<forward_5th>1.00</forward_5th>
				<forward_6th>0.73</forward_6th>
				<reverse_1st>-5.65</reverse_1st>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe>
				<offsetX>0</offsetX>
				<offsetY>260</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

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

			<width>180</width>
			<length>520</length>
			<height>146</height>

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

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

		<superstructure>
			<width>150</width>
			<length>352</length>
			<height>83</height>

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

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>9@20</front>
				<side>9</side>
				<upper_rear>6@45</upper_rear>
				<lower_rear>6</lower_rear>
				<top>6</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>.png</image_view>

			<diameter>120</diameter>
			<height>56</height>
			<offsetX>0</offsetX>
			<offsetY>70</offsetY>

			<rotate_time>23</rotate_time>

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


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

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

		<fixed_weapon>
			<offsetX>0</offsetX>
			<offsetY>30</offsetY>
			<offsetZ>250</offsetZ>
			<minAngle>-30</minAngle>
			<maxAngle>30</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_MG13</type></weapon>
			<ammo><for>WEAPON_LMG_MG13</for><rounds>3000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_P38</type></weapon>
				<ammo><for>WEAPON_PISTOL_P38</for><rounds>16</rounds></ammo>
			</man>
		</fixed_weapon>

		<fixed_weapon>
			<offsetX>60</offsetX>
			<offsetY>50</offsetY>
			<offsetZ>180</offsetZ>
			<minAngle>-30</minAngle>
			<maxAngle>30</maxAngle>
			<offsetAngle>90</offsetAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_MG13</type></weapon>
			<ammo><for>WEAPON_LMG_MG13</for><rounds>3000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_P38</type></weapon>
				<ammo><for>WEAPON_PISTOL_P38</for><rounds>16</rounds></ammo>
			</man>
		</fixed_weapon>

		<fixed_weapon>
			<offsetX>-60</offsetX>
			<offsetY>50</offsetY>
			<offsetZ>180</offsetZ>
			<minAngle>-30</minAngle>
			<maxAngle>30</maxAngle>
			<offsetAngle>-90</offsetAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_MG13</type></weapon>
			<ammo><for>WEAPON_LMG_MG13</for><rounds>3000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_P38</type></weapon>
				<ammo><for>WEAPON_PISTOL_P38</for><rounds>16</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
