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

		<long_name>T-55</long_name>
		<short_name>T-55</short_name>
		<comment>Main Battle Tank</comment>

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

	<vehicle>

		<attributes>
			<image_profile>Profile-T-55.png</image_profile>
			<weight>36000</weight>
			<steel>STEEL_HOMOGENEOUS</steel>
		</attributes>

		<drive>
			<engine>ENGINE_MODEL_V_55</engine>

			<reliability>RELIABILITY_GOOD</reliability>

			<rpm_idle>500</rpm_idle>
			<rpm_limit>2500</rpm_limit>

			<gears_forward_1st>7.56</gears_forward_1st>
			<gears_forward_2nd>5.11</gears_forward_2nd>
			<gears_forward_3rd>3.50</gears_forward_3rd>
			<gears_forward_4th>2.50</gears_forward_4th>
			<gears_forward_5th>1.78</gears_forward_5th>
			<gears_forward_6th>1.11</gears_forward_6th>
			<gears_forward_7th>0.73</gears_forward_7th>

			<gears_reverse_1st>-5.65</gears_reverse_1st>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<can_make_smoke_screen>yes</can_make_smoke_screen>
		</drive>

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

			<width>337</width>
			<length>645</length>
			<height>140</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>100@59</upper_front>
				<lower_front>100@-56</lower_front>
				<side>80</side>
				<upper_rear>45@16</upper_rear>
				<lower_rear>30@-30</lower_rear>
				<top>30</top>
				<bottom>20</bottom>
			</armour>

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

		<turret>
			<image_view>Image-T55 turret.png</image_view>

			<diameter>182</diameter>
			<height>79</height>
			<offsetX>0</offsetX>
			<offsetY>-5</offsetY>

			<rotate_time>15</rotate_time>
			<gyro_stabilised>yes</gyro_stabilised>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>200@21</front>
				<side>160@15</side>
				<rear>65@10</rear>
				<top>30</top>
				<mantlet>50</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_100_D_10_T2S</type><offsetY>-60</offsetY></weapon>
			<weapon><type>WEAPON_LMG_DT</type><offsetX>35</offsetX></weapon>
			<ammo><for>WEAPON_CANNON_100_D_10_T2S</for><flavour>FLAVOUR_APCBC</flavour><rounds>10</rounds></ammo>
			<ammo><for>WEAPON_CANNON_100_D_10_T2S</for><flavour>FLAVOUR_APDS</flavour><rounds>10</rounds></ammo>
			<ammo><for>WEAPON_CANNON_100_D_10_T2S</for><flavour>FLAVOUR_HE</flavour><rounds>20</rounds></ammo>
			<ammo><for>WEAPON_LMG_DT</for><rounds>2000</rounds></ammo>

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

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

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_TOKAREV</type></weapon>
				<ammo><for>WEAPON_PISTOL_TOKAREV</for><rounds>60</rounds></ammo>
			</man>
		</turret>

		<exhaust_pipe>
			<offsetX>47</offsetX>
			<offsetY>300</offsetY>
			<horizontal_angle>180</horizontal_angle>
			<vertical_angle>0</vertical_angle>
		</exhaust_pipe>

		<exhaust_pipe>
			<offsetX>-47</offsetX>
			<offsetY>300</offsetY>
			<horizontal_angle>180</horizontal_angle>
			<vertical_angle>0</vertical_angle>
		</exhaust_pipe>

		<exhaust_pipe>
			<offsetX>-170</offsetX>
			<offsetY>220</offsetY>
			<horizontal_angle>180</horizontal_angle>
			<vertical_angle>0</vertical_angle>
		</exhaust_pipe>

	</vehicle>

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

</squad>