﻿<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="63">
    <author>GIANTS SOFTWARE,BlueBird_Modding</author>
    <version>1.0.0.0</version>
	<title>
        <en>Fendt Favorit 500 Series</en>
    </title>
    <description>
        <en>
            <![CDATA[Fendt Favorit 500 Series
Price: 76.000€
Power: 110-150hp

Improvements:
 - Windowos can be opened
 - Color choice
 - New Wheel configurations
 - Types 512C and 514C added
 - 2 different exhaust pipes
 - GPS Configuration
 ]]>
        </en>
        <de>
            <![CDATA[Fendt Favorit 500 Series
Preis: 76.000€
Leistung: 110-150PS

Verbesserungen:
 - Scheiben lassen sich öffnen
 - Farbwahl
 - Neue Reifenconfigurationen
 - Typen 512C und 514C hinzugefügt
 - 2 Verschiedene Auspuffanlagen 
 - GPS Konfiguration
]]>
        </de>
    </description>
	
	<specializations>
        <specialization name="toggleAnimation" className="toggleAnimation"	filename="scripts/toggleAnimation.lua"/>
    </specializations>
	
	<vehicleTypes>
		<type name="fendt500" parent="baseDrivable" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
			<specialization name="toggleAnimation" />
		</type>		
    </vehicleTypes>
	
	<actions>
		<action name="TA_anim1" category="VEHICLE" axisType="HALF"/>
		<action name="TA_anim2" category="VEHICLE" axisType="HALF"/>
		<action name="TA_anim3" category="VEHICLE" axisType="HALF"/>
		<action name="TA_anim4" category="VEHICLE" axisType="HALF"/>
	</actions>
	
	<inputBinding>
		<actionBinding action="TA_anim1">
			<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_t" axisComponent="+" neutralInput="0" index="1"/>
		</actionBinding>
		<actionBinding action="TA_anim2">
			<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_y" axisComponent="+" neutralInput="0" index="1"/>
		</actionBinding>
		<actionBinding action="TA_anim3">
			<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_g" axisComponent="+" neutralInput="0" index="1"/>
		</actionBinding>
		<actionBinding action="TA_anim4">
			<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_h" axisComponent="+" neutralInput="0" index="1"/>
		</actionBinding>
	</inputBinding>	
	
	<l10n>
        <text name="configuration_Stoll">      <en>Stoll Console</en>        <de>Stoll Konsole</de>            </text>
        <text name="configuration_Hauer">      <en>Hauer Console</en>        <de>Hauer Konsole</de>            </text>
        <text name="configuration_Alö">        <en>Alö Console</en>        <de>Alö Konsole</de>            </text>
        <text name="configuration_fender">     <en>Without Fender</en>       <de>Frontkotflügel abbauen</de>   </text>
        <text name="new_metal">                <en>New metal</en>            <de>Neues Metall</de>             </text>
        <text name="old_metal">                <en>Old metal</en>            <de>Altes Metall</de>             </text>
        <text name="configuration_valueWheelBroadRim1">  <en>Wide tires rim 2</en>            <de>Breitreifen Felge 1</de>             </text>
        <text name="configuration_valueWheelBroadRim2">  <en>Wide tires rim 1</en>            <de>Breitreifen Felge 2</de>             </text>
		<text name="Auspuff1511c">  <en>Exhaust pipe 1/511c</en>            <de>Auspuff 1/511c</de>             </text>
		<text name="Auspuff1512c">  <en>Exhaust pipe 1/512c</en>            <de>Auspuff 1/512c</de>             </text>
        <text name="Auspuff1514c">  <en>Exhaust pipe 1/514c</en>            <de>Auspuff 1/514c</de>             </text>
		<text name="Auspuff1515c">  <en>Exhaust pipe 1/515c</en>            <de>Auspuff 1/515c</de>             </text>
		<text name="Auspuff1515cTuning">  <en>Exhaust 1/515c Tuning</en>            <de>Auspuff 1/515c Tuning</de>             </text>
		<text name="Auspuff2511c">  <en>Exhaust pipe 2/511c</en>            <de>Auspuff 2/511c</de>             </text>
		<text name="Auspuff2512c">  <en>Exhaust pipe 2/512c</en>            <de>Auspuff 2/512c</de>             </text>
		<text name="Auspuff2514c">  <en>Exhaust pipe 2/514c</en>            <de>Auspuff 2/514c</de>             </text>
		<text name="Auspuff2515c">  <en>Exhaust pipe 2/515c</en>            <de>Auspuff 2/515c</de>             </text>
		<text name="Auspuff2515cTuning">  <en>Exhaust 2/515c Tuning</en>            <de>Auspuff 2/515c Tuning</de>             </text>
		<text name="no_frontPto"> <en>without front pto</en> <de>ohne Frontzapfwelle</de> </text>
		<text name="with_frontPto"> <en>with front pto</en> <de>mit Frontzapfwelle</de> </text>
		<text name="with_GPS">		<en>John Deere StarFire 6000</en>		<de>John Deere StarFire 6000</de>	</text>
		<text name="without_GPS">	<en>without GPS</en>					<de>ohne GPS</de>					</text>
		
		<!--TOGGLEANIMATION-->
		<text name="input_TA_anim1">
			<en>open rear window</en>
			<de>Heckscheibe öffnen</de>
		</text>	
		<text name="input_TA_anim2">
			<en>open driver's door</en>
			<de>Fahrertür öffnen</de>
		</text>	
		<text name="input_TA_anim3">
			<en>Open roof window</en>
			<de>Dachfester öffnen</de>
		</text>
		<text name="input_TA_anim4">
			<en>Open front window</en>
			<de>Frontfenster öffnen</de>
		</text>		

</l10n>
	
    <multiplayer supported="true"/>
    <iconFilename>store/icon_favorit500.png</iconFilename>
    <storeItems>
        <storeItem rootNode="vehicle" xmlFilename="favorit500.xml"/>
    </storeItems>
    
</modDesc>
