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

		<long_name>T-60</long_name>
		<short_name>T-60</short_name>
		<comment>A light scout tank armed with a 20mm TNSh cannon and a light machine gun</comment>

		<uniform>romanian_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>1</month><year>1942</year><number>175</number></data>
		<data><month>12</month><year>1945</year><number>100</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-T-60 (romanian).png</image_profile>
			<weight>5800</weight>
		</attributes>

		<drive>
			<engine>
				<name>GAZ 202</name>
				<horsepower>76</horsepower>
				<reliability>RELIABILITY_POOR</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2500</rpm_limit>
			</engine>

			<gears>
				<forwards>4</forwards>
				<reverse>1</reverse>
			</gears>

			<steering>STEERING_CLUTCH_AND_BRAKE</steering>

			<exhaust_pipe><offsetX>87</offsetX><offsetY>200</offsetY><angle>90</angle></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-T-60.png</image_view>

			<width>234</width>
			<length>381</length>
			<height>88</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>20@28</upper_front>
				<lower_front>20@-28</lower_front>
				<side>15</side>
				<upper_rear>15@25</upper_rear>
				<lower_rear>15@-25</lower_rear>
				<top>10</top>
				<bottom>10</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>

		<superstructure>
			<width>234</width>
			<length>315</length>
			<height>49</height>

			<offsetX>0</offsetX>
			<offsetY>52</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>15@35</front>
				<side>15</side>
				<rear>15@40</rear>
				<top>10</top>
			</armour>
		</superstructure>

		<turret>
			<image_view>Image-T-60 turret.png</image_view>

			<diameter>122</diameter>
			<height>45</height>
			<offsetX>-22</offsetX>
			<offsetY>15</offsetY>

			<rotate_time>24</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>25@35</front>
				<side>15@35</side>
				<rear>15@35</rear>
				<top>10</top>
				<mantlet>35</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_20_TNSH</type><offsetX>5</offsetX><offsetY>-36</offsetY></weapon>
			<weapon><type>WEAPON_LMG_DT</type><offsetX>-23</offsetX><offsetY>-30</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_20_TNSH</for><flavour>FLAVOUR_AP</flavour><rounds>250</rounds></ammo>
			<ammo><for>WEAPON_CANNON_20_TNSH</for><flavour>FLAVOUR_HE</flavour><rounds>500</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>
		</turret>
	</vehicle>
</squad>
