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

		<long_name>Ordnance QF 25-pdr 'Bishop'</long_name>
		<short_name>Bishop</short_name>
		<comment>A Valentine tank chassis with a 25-pounder cannon</comment>

		<uniform>british_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1942</year><number>50</number></data>
		<data><month>2</month><year>1943</year><number>30</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Bishop.png</image_profile>
			<weight>17500</weight>
		</attributes>

		<drive>
			<engine>
				<name>AEC A190</name>
				<horsepower>131</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>5</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>-136</offsetX><offsetY>-169</offsetY><angle>270</angle></exhaust_pipe>
		</drive>

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

			<width>280</width>
			<length>535</length>
			<height>119</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>65@21</upper_front>
				<lower_front>65@-21</lower_front>
				<side>60</side>
				<rear>60</rear>
				<top>10</top>
				<bottom>7</bottom>
			</armour>

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

		<superstructure>
			<width>210</width>
			<length>210</length>
			<height>180</height>

			<offsetX>0</offsetX>
			<offsetY>-50</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>65</front>
				<side>30</side>
				<rear>17</rear>
				<top>10</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-Bishop cannon.png</image_view>

			<offsetX>-4</offsetX>
			<offsetY>-27</offsetY>
			<offsetZ>200</offsetZ>

			<rotate_time>24</rotate_time>
			<rotate_left>4</rotate_left>
			<rotate_right>4</rotate_right>

			<weapon><type>WEAPON_CANNON_25PDR_OQF</type></weapon>
			<ammo><for>WEAPON_CANNON_25PDR_OQF</for><flavour>FLAVOUR_HE</flavour><rounds>28</rounds></ammo>
			<ammo><for>WEAPON_CANNON_25PDR_OQF</for><flavour>FLAVOUR_APCBC</flavour><rounds>4</rounds></ammo>

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

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

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_ENFIELD</type></weapon>
				<ammo><for>WEAPON_PISTOL_ENFIELD</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
