Moddesc:
	<specializations>
        <specialization name="solarBatteryScript" className="solarBatteryScript" filename="scripts/solarBatteryScript.lua"/>
    </specializations>
	
	<vehicleTypes>
		<type name="your vehicleType name" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua"  parent="xxxxxx">
			...
			...
			...
			...
			<specialization name="solarBatteryScript" />
		</type>
	</vehicleTypes>
	
	<l10n>
		<text name="Battery"><en>Battery</en><de>Batterie</de></text>
	</l10n>
	
XML (optional):
	<solarBatteryScript batteryTime="0.25" showInHud="true" warnSoundFile="$data/sounds/vehicles/reverse_beep/komatsu_reverse_beep_loop.ogg"/>
	
	
	batteryTime (optional) = Zeit in Stunden, wie lange die Batterie hält --> Standard: 0.25
	showInHud (optional) = Wenn true, werden Batterie-Infos im F1-Hud angezeugt --> Standard: true
	dieselFillUnitIndex = index vom fillUnit welches "DIESEL" als fillType hat --> Standard: 1
	warnSoundFile (optional) = Benutzerdefinierter WarnSound --> Standard: "$data/sounds/vehicles/reverse_beep/komatsu_reverse_beep_loop.ogg"