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

		<long_name>Tancuri R-1</long_name>
		<short_name>R-1</short_name>
		<comment>A Czechoslovak-designed tankette with a 7.92mm ZB-37 machine gun and a 7.92mm ZB-30 machine gun</comment>

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

	<availability>
		<data><month>1</month><year>1939</year><number>36</number></data>
		<data><month>12</month><year>1945</year><number>36</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Tancuri R1.png</image_profile>
			<weight>3500</weight>
		</attributes>

		<drive>
			<engine>
				<name>Praha 6-Cyl</name>
				<horsepower>60</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<mount>MOUNT_FRONT</mount>
				<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>-25</offsetX><offsetY>125</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Tancuri R1.png</image_view>

			<width>179</width>
			<length>320</length>
			<height>65</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>12@30</upper_front>
				<lower_front>12@-30</lower_front>
				<side>8</side>
				<rear>8</rear>
				<top>8</top>
				<bottom>6</bottom>
			</armour>

		</hull>

		<superstructure>
			<width>179</width>
			<length>200</length>
			<height>55</height>

			<offsetX>0</offsetX>
			<offsetY>17</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>12@17</upper_front>
				<lower_front>12@60</lower_front>
				<side>8</side>
				<upper_rear>8@60</upper_rear>
				<lower_rear>8@30</lower_rear>
				<top>8</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<offsetX>-25</offsetX>
			<offsetY>-55</offsetY>
			<offsetZ>80</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>25</rotate_left>
			<rotate_right>20</rotate_right>

			<weapon><type>WEAPON_LMG_ZB_30</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_LMG_ZB_30</for><rounds>1500</rounds></ammo>

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

		<turret>
			<image_view>Image-Tancuri R1 turret.png</image_view>

			<diameter>80</diameter>
			<height>47</height>
			<offsetX>-33</offsetX>
			<offsetY>6</offsetY>

			<rotate_time>26</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>12@10</front>
				<side>12@10</side>
				<rear>12@10</rear>
				<top>8</top>
				<mantlet>12</mantlet>
			</armour>

			<weapon><type>WEAPON_HMG_ZB_53</type></weapon>
			<ammo><for>WEAPON_HMG_ZB_53</for><rounds>1500</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_M1912</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1912</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
