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

		<long_name>CA-1 Schneider</long_name>
		<short_name>CA-1</short_name>
		<comment>A medium tank with a 75mm cannon and 2 LMGs</comment>

		<uniform_profile>uniform_profile_french_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_french_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>3</month><year>1917</year><number>200</number></data>
		<data><month>12</month><year>1918</year><number>200</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Schneider.png</image_profile>
			<weight>14600</weight>
		</attributes>

		<drive>
			<engine>
				<name>Panhard 17</name>
				<horsepower>60</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2400</rpm_limit>
			</engine>

			<gears>
				<forward_1st>5.20</forward_1st>
				<forward_2nd>3.36</forward_2nd>
				<forward_3rd>2.05</forward_3rd>
				<forward_4th>1.52</forward_4th>
				<reverse_1st>-1.52</reverse_1st>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<exhaust_pipe>
				<offsetX>0</offsetX>
				<offsetY>260</offsetY>
				<horizontal_angle>180</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

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

			<width>205</width>
			<length>500</length>
			<height>180</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>15@55</upper_front>
				<lower_front>15@-20</lower_front>
				<side>15</side>
				<upper_rear>15</upper_rear>
				<lower_rear>15@-35</lower_rear>
				<top>10</top>
				<bottom>5</bottom>
			</armour>

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

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>16</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>205</width>
			<length>370</length>
			<height>50</height>

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

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

		<fixed_weapon>
			<offsetX>75</offsetX>
			<offsetY>-60</offsetY>
			<offsetZ>140</offsetZ>
			<minAngle>-20</minAngle>
			<maxAngle>20</maxAngle>
			<offsetAngle>20</offsetAngle>

			<rotate_time>36</rotate_time>
			<weapon><type>WEAPON_CANNON_75MM_SCHNEIDER_BLOCKHAUS</type></weapon>
			<ammo><for>WEAPON_CANNON_75MM_SCHNEIDER_BLOCKHAUS</for><flavour>FLAVOUR_HE</flavour><rounds>50</rounds></ammo>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>16</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>16</rounds></ammo>
			</man>
		</fixed_weapon>

		<fixed_weapon>
			<offsetX>-90</offsetX>
			<offsetY>55</offsetY>
			<offsetZ>140</offsetZ>
			<minAngle>-50</minAngle>
			<maxAngle>50</maxAngle>
			<offsetAngle>-90</offsetAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_LMG_HOTCHKISS_1914</type></weapon>
			<ammo><for>WEAPON_LMG_HOTCHKISS_1914</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_MACHINE_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_M1892</type></weapon>
				<ammo><for>WEAPON_PISTOL_M1892</for><rounds>16</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>
