﻿<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="51">
    <author>ItsJustin, Nordwestmodding</author>
    <version>1.0.0.0</version>
    <title>
        <en>Weidemann eHoftrac-Pack</en>
		<de>Weidemann eHoftrac-Pack</de>
    </title>
    <description>
        <en>
<![CDATA[The new 1160 eHoftrac - the innovation for your business!

eHoftrac:
  Price: € 34,000
  Motor: electric
  SimpleIC (door, roof)

Charging station:
  Price: € 200
  For placing on a wall

Bale spike:
  Price: 600 €

Double knife mower:
  Price: 4500 €
  Mowing under fences/field edges/road edges

Riding arena planner:
  Price: 7500 €
  Work on the riding arena/in the riding hall
  Function as weeder

Salt spreader:
  Price: 1200 €
  Salt spreader for the yard and small paths
  The control panel is automatically visible in the 1160 eHoftrac

Installation:
  1. Place the charging station in the parking position of the Weidemann eHoftrac.
  2. If the eHoftrac is not used, park the vehicle at the parking position and "refuel" ("refueling" takes place, since this simulates charging the battery).

Tips:
  1. To place the charging station, I recommend the "PlaceAnywhere" modification from Github, in order to place the charging station perfectly.
  2. I recommend using external attachments because the "Stoll" attachments are too wide.
]]>
        </en>
        <de>
<![CDATA[Der neue 1160 eHoftrac – Die Innovation für Ihren Betrieb!

eHoftrac:
  Preis: 34.000€
  Motor: Elektro
  SimpleIC (Tür, Dach)

Ladestation:
  Preis: 250€
  Zum Platzieren an eine Wand
  
Ballenspieß:
  Preis: 600€
  
Doppelmessermähwerk:
  Preis: 4500€
  Mähen unter Zäunen/Feldränder/Straßenränder
  
Reitplatzplaner:
  Preis: 7500€
  Arbeiten auf dem Reitplatz/in der Reithalle
  Funktion als Striegel
  
Salzstreuer:
  Preis: 1200€
  Salzstreuer für den Hof und kleine Wege
  Bedienteil wird automatisch im 1160 eHoftrac sichtbar

Inbetriebnahme:
  1. Platzieren Sie die Ladestation an die Parkposition des Weidemann eHoftrac.
  2. Sollte der eHoftrac nicht genutzt werden, das Fahrzeug an der Parkposition abstellen und "tanken" (Das "tanken" dauert, da hierbei das Laden des Akkus simuliert wird).

Tipps:
  1. Zum Platzieren der Ladestation empfehle ich die Modifikation "PlaceAnywhere" von Github, um die Ladestation perfekt zu platzieren.
  2. Ich empfehle die Nutzung externer Anbaugeräte, da die "Stoll"-Anbaugeräte zu breit sind.
]]>
        </de>
    </description>
    <iconFilename>icon.dds</iconFilename>
    <multiplayer supported="true" />
    
	<extraSourceFiles>
        <sourceFile filename="scripts/SeasonsAvailabilityCheck.lua"/>
    </extraSourceFiles>

    <specializations>
        <specialization name="saltSpreader" className="SaltSpreader" filename="scripts/SaltSpreader.lua"/>
		<specialization name="solarBatteryScript" className="solarBatteryScript" filename="scripts/solarBatteryScript.lua"/>
    </specializations>
	
    <storeItems>
        <!--storeItem xmlFilename="Ladestation.xml"/-->
        <storeItem xmlFilename="Weidemann1160.xml"/>
        <storeItem xmlFilename="attachments/Ballengabel/Ballengabel.xml"/>
        <storeItem xmlFilename="attachments/Doppelmessermaehwerk/Doppelmesser.xml"/>
        <!--storeItem xmlFilename="attachments/Rundballenabwickelgeraet/Rundballenabwickelgeraet.xml"/-->
        <storeItem xmlFilename="attachments/Salzstreuer/Salzstreuer.xml"/>
        <storeItem xmlFilename="attachments/Reitplatzplaner/Reitplatzplaner.xml"/>
    </storeItems>
	
	<brands>
		<brand name="WEIDEMANN" title="Weidemann" image="brand.dds"/>
		<brand name="RASPLIE" title="Rasplie" image="brand_RASPLIE.dds"/>
	</brands>
	
	<vehicleTypes>
		<type name="saltSpreader" parent="spreader" filename="$dataS/scripts/vehicles/Vehicle.lua">
            <specialization name="saltSpreader"/>
            <specialization name="dischargeable"/>
            <specialization name="bunkerSiloInteractor"/>
        </type>
		
		<type name="eHoftrac" parent="tractor" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
            <specialization name="solarBatteryScript"/>
        </type>
	</vehicleTypes>
	
	<l10n>
		<text name="shopItem_fuelstation">
            <en>Loadingstation</en>
			<de>Ladestation</de>
        </text>
		<text name="function_fuelstation">
            <en>Electric loading-station for Weidemann 1160 eHoftrac (Has to be placed at a wall!)</en>
            <de>Elektrische Ladestation für Weidemann 1160 eHoftrac (Muss an einer Wand platziert werden!)</de>
        </text>
		<text name="shopItem_BaleFork">
            <en>Balefork</en>
			<de>Ballengabel</de>
        </text>
		<text name="config_withoutstvzo">
            <en>Without Admission</en>
			<de>Ohne StVZO</de>
        </text>
		<text name="config_withstvzo">
            <en>With Admission</en>
			<de>Mit StVZO</de>
        </text>
		<text name="config_withouteps">
            <en>Without EPS-Roof</en>
			<de>Ohne EPS-Dach</de>
        </text>
		<text name="config_witheps">
            <en>With EPS-Roof</en>
			<de>Mit EPS-Dach</de>
        </text>
        <text name="function_saltSpreader">
            <en>Salt spreaders spread salt that melts small layers of snow.</en>
            <de>Salzstreuer verteilen Salz, das niedrigen Schnee zum Schmelzen bringt.</de>
        </text>
		<text name="Battery"><en>Battery</en><de>Batterie</de></text>
	</l10n>
</modDesc>
