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

		<long_name>Medium Mark A Whippet</long_name>
		<short_name>Whippet</short_name>
		<comment>This armoured fighting vehicle was intended for fast mobile assaults</comment>

		<uniform_profile>uniform_profile_british_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_british_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>3</month><year>1918</year><number>500</number></data>
		<data><month>12</month><year>1918</year><number>500</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Whippet.png</image_profile>
			<weight>14900</weight>
		</attributes>

		<drive>
			<engine>
				<name>Daimler 4 1L</name>
				<horsepower>95</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forward_1st>5.00</forward_1st>
				<forward_2nd>3.11</forward_2nd>
				<reverse_1st>-3.00</reverse_1st>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

		</drive>

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

			<width>170</width>
			<length>510</length>
			<height>136</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>14@35</upper_front>
				<lower_front>14@-25</lower_front>
				<upper_side>13@10</upper_side>
				<lower_side>13</lower_side>
				<upper_rear>5@40</upper_rear>
				<lower_rear>5@-50</lower_rear>
				<top>4</top>
				<bottom>4</bottom>
			</armour>

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

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>50</rounds></ammo>
			</man>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>50</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>170</width>
			<length>190</length>
			<height>110</height>

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

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>10@40</upper_front>
				<lower_front>10</lower_front>
				<upper_side>10</upper_side>
				<lower_side>10@-10</lower_side>
				<upper_rear>4@55</upper_rear>
				<lower_rear>4</lower_rear>
				<top>10</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<offsetX>-100</offsetX>
			<offsetY>140</offsetY>
			<offsetZ>200</offsetZ>
			<minAngle>-80</minAngle>
			<maxAngle>80</maxAngle>
			<offsetAngle>-90</offsetAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_HOTCHKISS_MK1</type></weapon>
			<ammo><for>WEAPON_LMG_HOTCHKISS_MK1</for><rounds>2000</rounds></ammo>

		</fixed_weapon>

		<fixed_weapon>
			<offsetX>50</offsetX>
			<offsetY>140</offsetY>
			<offsetZ>200</offsetZ>
			<minAngle>-80</minAngle>
			<maxAngle>80</maxAngle>
			<offsetAngle>90</offsetAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_HOTCHKISS_MK1</type></weapon>
			<ammo><for>WEAPON_LMG_HOTCHKISS_MK1</for><rounds>2000</rounds></ammo>

		</fixed_weapon>

		<fixed_weapon>
			<offsetX>-40</offsetX>
			<offsetY>45</offsetY>
			<offsetZ>200</offsetZ>
			<minAngle>-20</minAngle>
			<maxAngle>20</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_HOTCHKISS_MK1</type></weapon>
			<ammo><for>WEAPON_LMG_HOTCHKISS_MK1</for><rounds>2000</rounds></ammo>

		</fixed_weapon>

		<fixed_weapon>
			<offsetX>-40</offsetX>
			<offsetY>230</offsetY>
			<offsetZ>200</offsetZ>
			<minAngle>-80</minAngle>
			<maxAngle>80</maxAngle>
			<offsetAngle>180</offsetAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_HOTCHKISS_MK1</type></weapon>
			<ammo><for>WEAPON_LMG_HOTCHKISS_MK1</for><rounds>2000</rounds></ammo>

		</fixed_weapon>
	</vehicle>
</squad>
