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

		<long_name>LVT-4</long_name>
		<short_name>LVT-4</short_name>
		<comment>An amphibious vehicle armed with three .30cal MMGs and a 20mm Polsten cannon. Can mount an infantry squad</comment>

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

	<availability>
		<data><month>7</month><year>1944</year><number>20</number></data>
		<data><month>12</month><year>1945</year><number>20</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-LVT-4 (british).png</image_profile>
			<weight>14800</weight>
			<can_mount_infantry>yes</can_mount_infantry>
			<is_amphibious>yes</is_amphibious>
		</attributes>

		<drive>
			<engine>
				<name>Continental W-670-9A</name>
				<horsepower>250</horsepower>
				<reliability>RELIABILITY_GOOD</reliability>
				<mount>MOUNT_FRONT</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

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

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>111</offsetX><offsetY>270</offsetY><angle>135</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-LVT-4 (british).png</image_view>

			<width>325</width>
			<length>797</length>
			<height>240</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>13@-40</front>
				<side>6</side>
				<rear>6@-40</rear>
				<top>6</top>
				<bottom>6</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>

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

		<superstructure>
			<width>325</width>
			<length>640</length>
			<height>44</height>

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

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

		<fixed_weapon>
			<image_view>Image-LVT(A)-1 HMG.png</image_view>

			<offsetX>130</offsetX>
			<offsetY>200</offsetY>
			<offsetZ>310</offsetZ>

			<rotate_time>10</rotate_time>
			<rotate_left>80</rotate_left>
			<rotate_right>80</rotate_right>
			<offset_angle>90</offset_angle>

			<weapon><type>WEAPON_LMG_M1919</type></weapon>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2000</rounds></ammo>

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

		<fixed_weapon>
			<image_view>Image-LVT(A)-1 HMG.png</image_view>

			<offsetX>-130</offsetX>
			<offsetY>200</offsetY>
			<offsetZ>310</offsetZ>

			<rotate_time>10</rotate_time>
			<rotate_left>80</rotate_left>
			<rotate_right>80</rotate_right>
			<offset_angle>-90</offset_angle>

			<weapon><type>WEAPON_LMG_M1919</type></weapon>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2000</rounds></ammo>

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

		<fixed_weapon>
			<offsetX>50</offsetX>
			<offsetY>-270</offsetY>
			<offsetZ>260</offsetZ>

			<rotate_time>10</rotate_time>
			<rotate_left>0</rotate_left>
			<rotate_right>0</rotate_right>

			<weapon><type>WEAPON_LMG_M1919</type></weapon>
			<ammo><for>WEAPON_LMG_M1919</for><rounds>2000</rounds></ammo>

		</fixed_weapon>

		<fixed_weapon>
			<image_view>Image-LVT-4 (british) turret.png</image_view>

			<offsetX>0</offsetX>
			<offsetY>-90</offsetY>
			<offsetZ>310</offsetZ>

			<rotate_time>10</rotate_time>
			<AA>yes</AA>
			<rotate_left>0</rotate_left>
			<rotate_right>0</rotate_right>

			<weapon><type>WEAPON_CANNON_20_POLSTEN</type></weapon>
			<ammo><for>WEAPON_CANNON_20_POLSTEN</for><flavour>FLAVOUR_HE</flavour><rounds>2000</rounds></ammo>

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