Aggiorna e riorganizza maps_fillTypes.xml
Sono state apportate modifiche significative al file `maps_fillTypes.xml` per migliorare leggibilità, coerenza e funzionalità. - Riformattazione e allineamento del codice XML. - Aggiunti e rimossi tipi di riempimento (`fillType`) e categorie (`fillTypeCategory`). - Modificati i valori di `massPerLiter` per maggiore precisione. - Aggiornati i suoni associati (`fillTypeSound`) e i riferimenti a texture, immagini e pallet. - Riorganizzate le categorie di riempimento e migliorata la documentazione con nuovi commenti. - Migliorata la struttura generale del file per una manutenzione più semplice.
This commit is contained in:
@@ -11,39 +11,39 @@
|
|||||||
</fillTypeConverter>
|
</fillTypeConverter>
|
||||||
</fillTypeConverters>
|
</fillTypeConverters>
|
||||||
|
|
||||||
<!-- This file is used as main configuration file for fillTypes -->
|
<!-- This file is used as main configuration file for fillTypes -->
|
||||||
<!-- Lua code dynamically generates 3 array (diffuse,normal,specular) files from textures listed here -->
|
<!-- Lua code dynamically generates 3 array (diffuse,normal,specular) files from textures listed here -->
|
||||||
|
|
||||||
<!-- tipAnywhere + groundHeightShader.xml -->
|
<!-- tipAnywhere + groundHeightShader.xml -->
|
||||||
<!-- materials constructed dynamically -->
|
<!-- materials constructed dynamically -->
|
||||||
|
|
||||||
<!-- fillVolume + fillPlaneShader.xml -->
|
<!-- fillVolume + fillPlaneShader.xml -->
|
||||||
<!-- fillVolume loads 1 material from $data/fillPlanes/fillPlane_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- fillVolume loads 1 material from $data/fillPlanes/fillPlane_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
|
|
||||||
<!-- ShaderPlaneEffect + grainUnloadingShader.xml + unloadMesh in vehicle i3d file -->
|
<!-- ShaderPlaneEffect + grainUnloadingShader.xml + unloadMesh in vehicle i3d file -->
|
||||||
<!-- loads material from $data/effects/unload/unloadMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- loads material from $data/effects/unload/unloadMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
|
|
||||||
<!-- ShaderPlaneEffect + grainUnloadingSmokeShader.xml + unloadMeshSmoke in vehicle i3d file -->
|
<!-- ShaderPlaneEffect + grainUnloadingSmokeShader.xml + unloadMeshSmoke in vehicle i3d file -->
|
||||||
<!-- loads material from $data/effects/unload/unloadMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- loads material from $data/effects/unload/unloadMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
|
|
||||||
<!-- ShaderPlaneEffect + grainUnloadingShader.xml (pipeEffect variation) + pipeEffectMesh in vehicle i3d file -->
|
<!-- ShaderPlaneEffect + grainUnloadingShader.xml (pipeEffect variation) + pipeEffectMesh in vehicle i3d file -->
|
||||||
<!-- loads material from $data/effects/unload/unloadMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- loads material from $data/effects/unload/unloadMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
|
|
||||||
<!-- ParticleEffect + psColorShader.xml (fillTypeArray) + emitShape in vehicle i3d file -->
|
<!-- ParticleEffect + psColorShader.xml (fillTypeArray) + emitShape in vehicle i3d file -->
|
||||||
<!-- loaded one generic unload particle system from $data/effects/unload/unloadParticles.i3d -->
|
<!-- loaded one generic unload particle system from $data/effects/unload/unloadParticles.i3d -->
|
||||||
<!-- loaded one material from $data/effects/unload/unloadParticles_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- loaded one material from $data/effects/unload/unloadParticles_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
<!-- last mipmap (usually its 1 single color) from fillTypeId used as smoke color -->
|
<!-- last mipmap (usually its 1 single color) from fillTypeId used as smoke color -->
|
||||||
<!-- custom color can be set by fruitSmokeColor -->
|
<!-- custom color can be set by fruitSmokeColor -->
|
||||||
|
|
||||||
<!-- ShaderPlaneEffect + grainUnloadingBeltShader.xml + beltEffectMesh in vehicle i3d file -->
|
<!-- ShaderPlaneEffect + grainUnloadingBeltShader.xml + beltEffectMesh in vehicle i3d file -->
|
||||||
<!-- loads material from $data/effects/belt/beltMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- loads material from $data/effects/belt/beltMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
|
|
||||||
<!-- ShaderPlaneEffect + levelerShader.xml + levelerEffectMesh in vehicle i3d file -->
|
<!-- ShaderPlaneEffect + levelerShader.xml + levelerEffectMesh in vehicle i3d file -->
|
||||||
<!-- loads material from $data/effects/leveler/levelerMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
<!-- loads material from $data/effects/leveler/levelerMeshes_materialHolder.i3d and then set array index based on fillTypeId -->
|
||||||
|
|
||||||
<fillTypes>
|
<fillTypes>
|
||||||
<fillType name="WHEAT" title="$l10n_fillType_wheat" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="WHEAT" title="$l10n_fillType_wheat" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.78" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.00000000078" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.337">
|
<economy pricePerLiter="0.337">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.00" />
|
<factor period="1" value="1.00" />
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
distance="$data/fillPlanes/distance/wheatDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/wheatDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="BARLEY" title="$l10n_fillType_barley" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="BARLEY" title="$l10n_fillType_barley" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.68" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.00000000068" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.313">
|
<economy pricePerLiter="0.313">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.00" />
|
<factor period="1" value="1.00" />
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
distance="$data/fillPlanes/distance/barleyDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/barleyDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="OAT" title="$l10n_fillType_oat" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="OAT" title="$l10n_fillType_oat" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.50" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000005" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.532">
|
<economy pricePerLiter="0.532">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.00" />
|
<factor period="1" value="1.00" />
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
distance="$data/fillPlanes/distance/oatDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/oatDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CANOLA" title="$l10n_fillType_canola" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="CANOLA" title="$l10n_fillType_canola" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.60" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000006" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.603">
|
<economy pricePerLiter="0.603">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.07" />
|
<factor period="1" value="1.07" />
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
distance="$data/fillPlanes/distance/canolaDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/canolaDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SORGHUM" title="$l10n_fillType_sorghum" showOnPriceTable="true" achievementName="DeliverySorghum" unitShort="$l10n_unit_literShort">
|
<fillType name="SORGHUM" title="$l10n_fillType_sorghum" showOnPriceTable="true" achievementName="DeliverySorghum" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.85" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.00000000085" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.430">
|
<economy pricePerLiter="0.430">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
distance="$data/fillPlanes/distance/sorghumDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/sorghumDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="GRAPE" title="$l10n_fillType_grape" showOnPriceTable="true" achievementName="DeliveryGrapes" unitShort="$l10n_unit_literShort">
|
<fillType name="GRAPE" title="$l10n_fillType_grape" showOnPriceTable="true" achievementName="DeliveryGrapes" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.60" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000006" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.603">
|
<economy pricePerLiter="0.603">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -196,7 +196,7 @@
|
|||||||
distance="$data/fillPlanes/distance/grapeDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/grapeDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="OLIVE" title="$l10n_fillType_olive" showOnPriceTable="true" achievementName="DeliveryOlives" unitShort="$l10n_unit_literShort">
|
<fillType name="OLIVE" title="$l10n_fillType_olive" showOnPriceTable="true" achievementName="DeliveryOlives" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.60" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000006" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.603">
|
<economy pricePerLiter="0.603">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.99" />
|
<factor period="1" value="0.99" />
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
distance="$data/fillPlanes/distance/oliveDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/oliveDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SUNFLOWER" title="$l10n_fillType_sunflower" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="SUNFLOWER" title="$l10n_fillType_sunflower" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.35" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.00000000035" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.673">
|
<economy pricePerLiter="0.673">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.20" />
|
<factor period="1" value="1.20" />
|
||||||
@@ -248,7 +248,7 @@
|
|||||||
distance="$data/fillPlanes/distance/sunflowerDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/sunflowerDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SOYBEAN" title="$l10n_fillType_soybean" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="SOYBEAN" title="$l10n_fillType_soybean" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.70" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.778">
|
<economy pricePerLiter="0.778">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.99" />
|
<factor period="1" value="0.99" />
|
||||||
@@ -273,7 +273,7 @@
|
|||||||
distance="$data/fillPlanes/distance/soybeanDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/soybeanDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="MAIZE" title="$l10n_fillType_maize" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="MAIZE" title="$l10n_fillType_maize" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.80" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000008" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.380">
|
<economy pricePerLiter="0.380">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -299,7 +299,7 @@
|
|||||||
distance="$data/fillPlanes/distance/maizeDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/maizeDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="POTATO" title="$l10n_fillType_potato" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="POTATO" title="$l10n_fillType_potato" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.75" maxPhysicalSurfaceAngle="34" />
|
<physics massPerLiter="0.00000000075" maxPhysicalSurfaceAngle="34" />
|
||||||
<economy pricePerLiter="0.172">
|
<economy pricePerLiter="0.172">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
distance="$data/fillPlanes/distance/potatoesDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/potatoesDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SUGARBEET" title="$l10n_fillType_sugarBeet" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="SUGARBEET" title="$l10n_fillType_sugarBeet" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.70" maxPhysicalSurfaceAngle="34" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="34" />
|
||||||
<economy pricePerLiter="0.122">
|
<economy pricePerLiter="0.122">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
distance="$data/fillPlanes/distance/sugarBeetsDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/sugarBeetsDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SUGARBEET_CUT" title="$l10n_fillType_sugarBeetCut" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="SUGARBEET_CUT" title="$l10n_fillType_sugarBeetCut" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.70" maxPhysicalSurfaceAngle="34" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="34" />
|
||||||
<economy pricePerLiter="0.172">
|
<economy pricePerLiter="0.172">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
distance="$data/fillPlanes/distance/sugarBeetsCutDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/sugarBeetsCutDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="COTTON" title="$l10n_fillType_cotton" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="COTTON" title="$l10n_fillType_cotton" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.23" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.00000000023" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="1.252">
|
<economy pricePerLiter="1.252">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.11" />
|
<factor period="1" value="1.11" />
|
||||||
@@ -401,7 +401,7 @@
|
|||||||
distance="$data/fillPlanes/distance/fertilizerDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/fertilizerDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SUGARCANE" title="$l10n_fillType_sugarCane" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="SUGARCANE" title="$l10n_fillType_sugarCane" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.18" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.00000000018" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.119">
|
<economy pricePerLiter="0.119">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.94" />
|
<factor period="1" value="0.94" />
|
||||||
@@ -426,7 +426,7 @@
|
|||||||
distance="$data/fillPlanes/distance/sugarCaneDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/sugarCaneDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SEEDS" title="$l10n_fillType_seeds" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="SEEDS" title="$l10n_fillType_seeds" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.35" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.00000000035" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.9" />
|
<economy pricePerLiter="0.9" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_seeds.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_seeds.png" />
|
||||||
<pallet filename="$data/objects/bigBagPallet/seeds/bigBagPallet_seeds.xml" />
|
<pallet filename="$data/objects/bigBagPallet/seeds/bigBagPallet_seeds.xml" />
|
||||||
@@ -436,7 +436,7 @@
|
|||||||
distance="$data/fillPlanes/distance/genericSeedDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/genericSeedDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="EGG" title="$l10n_fillType_egg" showOnPriceTable="true">
|
<fillType name="EGG" title="$l10n_fillType_egg" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.01" maxPhysicalSurfaceAngle="23" />
|
<physics massPerLiter="0.00000000001" maxPhysicalSurfaceAngle="23" />
|
||||||
<economy pricePerLiter="1.5">
|
<economy pricePerLiter="1.5">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.79" />
|
<factor period="1" value="0.79" />
|
||||||
@@ -457,7 +457,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/eggBoxPallet/eggBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/eggBoxPallet/eggBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="WOOL" title="$l10n_fillType_wool" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="WOOL" title="$l10n_fillType_wool" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.01" maxPhysicalSurfaceAngle="80" />
|
<physics massPerLiter="0.00000000001" maxPhysicalSurfaceAngle="80" />
|
||||||
<economy pricePerLiter="0.6">
|
<economy pricePerLiter="0.6">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.13" />
|
<factor period="1" value="1.13" />
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/woolPallet/woolPallet.xml" />
|
<pallet filename="$data/objects/pallets/woolPallet/woolPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="MILK" title="$l10n_fillType_milk" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="MILK" title="$l10n_fillType_milk" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.7">
|
<economy pricePerLiter="0.7">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -498,7 +498,7 @@
|
|||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_milk.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_milk.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="WATER" title="$l10n_fillType_water" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="WATER" title="$l10n_fillType_water" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.1">
|
<economy pricePerLiter="0.1">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.95" />
|
<factor period="1" value="0.95" />
|
||||||
@@ -518,7 +518,7 @@
|
|||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_water.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_water.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="FORAGE" title="$l10n_fillType_forage" showOnPriceTable="false" fillPlaneColors="1.0 0.35 0.8" unitShort="$l10n_unit_literShort">
|
<fillType name="FORAGE" title="$l10n_fillType_forage" showOnPriceTable="false" fillPlaneColors="1.0 0.35 0.8" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.30" maxPhysicalSurfaceAngle="40" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="40" />
|
||||||
<economy pricePerLiter="0.042" />
|
<economy pricePerLiter="0.042" />
|
||||||
<effects prioritizedEffectType="ParticleEffect"/>
|
<effects prioritizedEffectType="ParticleEffect"/>
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_forage.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_forage.png" />
|
||||||
@@ -528,12 +528,12 @@
|
|||||||
distance="$data/fillPlanes/distance/forageDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/forageDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="FORAGE_MIXING" title="$l10n_fillType_forage_mixing" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="FORAGE_MIXING" title="$l10n_fillType_forage_mixing" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.30" maxPhysicalSurfaceAngle="40" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="40" />
|
||||||
<economy pricePerLiter="0.039" />
|
<economy pricePerLiter="0.039" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_forageMix.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_forageMix.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CHAFF" title="$l10n_fillType_chaff" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="CHAFF" title="$l10n_fillType_chaff" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.30" maxPhysicalSurfaceAngle="40" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="40" />
|
||||||
<economy pricePerLiter="0.042">
|
<economy pricePerLiter="0.042">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.08" />
|
<factor period="1" value="1.08" />
|
||||||
@@ -558,12 +558,12 @@
|
|||||||
distance="$data/fillPlanes/distance/chaffDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/chaffDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="TREESAPLINGS" title="$l10n_fillType_treeSaplings" showOnPriceTable="false">
|
<fillType name="TREESAPLINGS" title="$l10n_fillType_treeSaplings" showOnPriceTable="false">
|
||||||
<physics massPerLiter="0.01" maxPhysicalSurfaceAngle="80" />
|
<physics massPerLiter="0.00000000001" maxPhysicalSurfaceAngle="80" />
|
||||||
<economy pricePerLiter="0.100" />
|
<economy pricePerLiter="0.100" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_treeSaplings.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_treeSaplings.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="WOODCHIPS" title="$l10n_fillType_woodChips" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="WOODCHIPS" title="$l10n_fillType_woodChips" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.35" maxPhysicalSurfaceAngle="40" />
|
<physics massPerLiter="0.00000000035" maxPhysicalSurfaceAngle="40" />
|
||||||
<economy pricePerLiter="0.08">
|
<economy pricePerLiter="0.08">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.24" />
|
<factor period="1" value="1.24" />
|
||||||
@@ -588,7 +588,7 @@
|
|||||||
distance="$data/fillPlanes/distance/woodChipsDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/woodChipsDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SILAGE" title="$l10n_fillType_silage" showOnPriceTable="true" fillPlaneColors="1.0 0.5 0.9" unitShort="$l10n_unit_literShort">
|
<fillType name="SILAGE" title="$l10n_fillType_silage" showOnPriceTable="true" fillPlaneColors="1.0 0.5 0.9" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.45" maxPhysicalSurfaceAngle="40" />
|
<physics massPerLiter="0.00000000045" maxPhysicalSurfaceAngle="40" />
|
||||||
<economy pricePerLiter="0.171">
|
<economy pricePerLiter="0.171">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -613,13 +613,13 @@
|
|||||||
distance="$data/fillPlanes/distance/silageDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/silageDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="OILSEEDRADISH" title="$l10n_fillType_oilRadish" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="OILSEEDRADISH" title="$l10n_fillType_oilRadish" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.41" maxPhysicalSurfaceAngle="22.5" />
|
<physics massPerLiter="0.00000000041" maxPhysicalSurfaceAngle="22.5" />
|
||||||
<economy pricePerLiter="0.250" />
|
<economy pricePerLiter="0.250" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_oilRadish.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_oilRadish.png" />
|
||||||
<pallet filename="$data/objects/pallets/fillablePallet/fillablePallet.xml" />
|
<pallet filename="$data/objects/pallets/fillablePallet/fillablePallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="POPLAR" title="$l10n_fillType_poplar" showOnPriceTable="false">
|
<fillType name="POPLAR" title="$l10n_fillType_poplar" showOnPriceTable="false">
|
||||||
<physics massPerLiter="0.40" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.0000000004" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.040" />
|
<economy pricePerLiter="0.040" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_poplar.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_poplar.png" />
|
||||||
<textures diffuse ="$data/fillPlanes/poplar_diffuse.png"
|
<textures diffuse ="$data/fillPlanes/poplar_diffuse.png"
|
||||||
@@ -627,12 +627,12 @@
|
|||||||
specular="$data/fillPlanes/poplar_specular.png" />
|
specular="$data/fillPlanes/poplar_specular.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="WOOD" title="$l10n_fillType_wood" showOnPriceTable="false">
|
<fillType name="WOOD" title="$l10n_fillType_wood" showOnPriceTable="false">
|
||||||
<physics massPerLiter="0.7" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.0" />
|
<economy pricePerLiter="1.0" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_treeSaplings.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_treeSaplings.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="GRASS" title="$l10n_fillType_grass" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="GRASS" title="$l10n_fillType_grass" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.30" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.045">
|
<economy pricePerLiter="0.045">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -653,13 +653,13 @@
|
|||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_grass.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_grass.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="MEADOW" title="$l10n_fillType_grass" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="MEADOW" title="$l10n_fillType_grass" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.30" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0" />
|
<economy pricePerLiter="0" />
|
||||||
<effects fruitSmokeColor="0.0970 0.1130 0.0171 1.0000"/>
|
<effects fruitSmokeColor="0.0970 0.1130 0.0171 1.0000"/>
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_grass.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_grass.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="GRASS_WINDROW" title="$l10n_fillType_grass" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="GRASS_WINDROW" title="$l10n_fillType_grass" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.30" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.045">
|
<economy pricePerLiter="0.045">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -684,7 +684,7 @@
|
|||||||
distance="$data/fillPlanes/distance/grassDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/grassDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="DRYGRASS" title="$l10n_fillType_grass" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="DRYGRASS" title="$l10n_fillType_grass" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.07" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.00000000007" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.048">
|
<economy pricePerLiter="0.048">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -705,7 +705,7 @@
|
|||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_dryGrass_windrow.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_dryGrass_windrow.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="DRYGRASS_WINDROW" title="$l10n_fillType_dryGrass" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="DRYGRASS_WINDROW" title="$l10n_fillType_dryGrass" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.07" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.00000000007" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.056">
|
<economy pricePerLiter="0.056">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -731,7 +731,7 @@
|
|||||||
</fillType>
|
</fillType>
|
||||||
|
|
||||||
<fillType name="STRAW" title="$l10n_fillType_straw" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="STRAW" title="$l10n_fillType_straw" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.06" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.00000000006" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.041">
|
<economy pricePerLiter="0.041">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.00" />
|
<factor period="1" value="1.00" />
|
||||||
@@ -756,32 +756,32 @@
|
|||||||
distance="$data/fillPlanes/distance/strawDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/strawDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="DIESEL" title="$l10n_fillType_diesel" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="DIESEL" title="$l10n_fillType_diesel" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="1.25" />
|
<economy pricePerLiter="1.25" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_diesel.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_diesel.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="DEF" title="$l10n_fillType_def" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="DEF" title="$l10n_fillType_def" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="1.25" />
|
<economy pricePerLiter="1.25" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_def.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_def.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="AIR" title="$l10n_fillType_air" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="AIR" title="$l10n_fillType_air" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.0" />
|
<economy pricePerLiter="0.0" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_air.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_air.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="ELECTRICCHARGE" title="$l10n_fillType_electricCharge" showOnPriceTable="false" unitShort="$l10n_unit_kw">
|
<fillType name="ELECTRICCHARGE" title="$l10n_fillType_electricCharge" showOnPriceTable="false" unitShort="$l10n_unit_kw">
|
||||||
<physics massPerLiter="0.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.35" />
|
<economy pricePerLiter="0.35" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_electricCharge.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_electricCharge.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="METHANE" title="$l10n_fillType_methane" showOnPriceTable="false" unitShort="$l10n_unit_kg">
|
<fillType name="METHANE" title="$l10n_fillType_methane" showOnPriceTable="false" unitShort="$l10n_unit_kg">
|
||||||
<physics massPerLiter="0.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.45" />
|
<economy pricePerLiter="0.45" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_methane.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_methane.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SNOW" title="$l10n_fillType_snow" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="SNOW" title="$l10n_fillType_snow" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.3" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.0" />
|
<economy pricePerLiter="0.0" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_snow.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_snow.png" />
|
||||||
<textures diffuse ="$data/fillPlanes/snow_diffuse.png"
|
<textures diffuse ="$data/fillPlanes/snow_diffuse.png"
|
||||||
@@ -790,7 +790,7 @@
|
|||||||
distance="$data/fillPlanes/distance/snowDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/snowDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="ROADSALT" title="$l10n_fillType_roadSalt" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="ROADSALT" title="$l10n_fillType_roadSalt" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.2" maxPhysicalSurfaceAngle="32" />
|
<physics massPerLiter="0.0000000012" maxPhysicalSurfaceAngle="32" />
|
||||||
<economy pricePerLiter="0.0" />
|
<economy pricePerLiter="0.0" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_roadSalt.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_roadSalt.png" />
|
||||||
<textures diffuse ="$data/fillPlanes/roadSalt_diffuse.png"
|
<textures diffuse ="$data/fillPlanes/roadSalt_diffuse.png"
|
||||||
@@ -799,10 +799,10 @@
|
|||||||
distance="$data/fillPlanes/distance/roadSaltDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/roadSaltDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
|
|
||||||
<!-- __________________ Production Chains start __________________ -->
|
<!-- __________________ Production Chains start __________________ -->
|
||||||
|
|
||||||
<fillType name="FLOUR" title="$l10n_fillType_flour" showOnPriceTable="true">
|
<fillType name="FLOUR" title="$l10n_fillType_flour" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.17" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.00000000017" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.5">
|
<economy pricePerLiter="0.5">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.00" />
|
<factor period="1" value="1.00" />
|
||||||
@@ -823,7 +823,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/flourPallet/flourBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/flourPallet/flourBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="BREAD" title="$l10n_fillType_bread" showOnPriceTable="true">
|
<fillType name="BREAD" title="$l10n_fillType_bread" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.25" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.00000000025" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.4">
|
<economy pricePerLiter="1.4">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.00" />
|
<factor period="1" value="1.00" />
|
||||||
@@ -844,7 +844,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/bakeryBoxPallet/bakeryBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/bakeryBoxPallet/bakeryBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CAKE" title="$l10n_fillType_cake" showOnPriceTable="true">
|
<fillType name="CAKE" title="$l10n_fillType_cake" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.85" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.00000000085" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="3.3">
|
<economy pricePerLiter="3.3">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -865,7 +865,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/cakePallet/cakePallet.xml" />
|
<pallet filename="$data/objects/pallets/cakePallet/cakePallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="BUTTER" title="$l10n_fillType_butter" showOnPriceTable="true">
|
<fillType name="BUTTER" title="$l10n_fillType_butter" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.9" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000009" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.9">
|
<economy pricePerLiter="0.9">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -886,7 +886,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/butterBoxPallet/butterBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/butterBoxPallet/butterBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CHEESE" title="$l10n_fillType_cheese" showOnPriceTable="true">
|
<fillType name="CHEESE" title="$l10n_fillType_cheese" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.5" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000005" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.8">
|
<economy pricePerLiter="1.8">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -907,7 +907,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/cheesePallet/cheesePallet.xml" />
|
<pallet filename="$data/objects/pallets/cheesePallet/cheesePallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="FABRIC" title="$l10n_fillType_fabric" showOnPriceTable="true">
|
<fillType name="FABRIC" title="$l10n_fillType_fabric" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.5" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000005" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="3.0">
|
<economy pricePerLiter="3.0">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.13" />
|
<factor period="1" value="1.13" />
|
||||||
@@ -928,7 +928,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/fabricsPallet/fabricsPallet.xml" />
|
<pallet filename="$data/objects/pallets/fabricsPallet/fabricsPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CLOTHES" title="$l10n_fillType_clothes" showOnPriceTable="true">
|
<fillType name="CLOTHES" title="$l10n_fillType_clothes" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.3" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000003" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="8.0">
|
<economy pricePerLiter="8.0">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.13" />
|
<factor period="1" value="1.13" />
|
||||||
@@ -949,7 +949,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/clothesBoxPallet/clothesBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/clothesBoxPallet/clothesBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SUGAR" title="$l10n_fillType_sugar" showOnPriceTable="true">
|
<fillType name="SUGAR" title="$l10n_fillType_sugar" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.85" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.00000000085" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.5">
|
<economy pricePerLiter="0.5">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.94" />
|
<factor period="1" value="0.94" />
|
||||||
@@ -970,7 +970,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/sugarPallet/sugarBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/sugarPallet/sugarBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="HONEY" title="$l10n_fillType_honey" showOnPriceTable="true">
|
<fillType name="HONEY" title="$l10n_fillType_honey" showOnPriceTable="true">
|
||||||
<physics massPerLiter="1.45" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.00000000145" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.0">
|
<economy pricePerLiter="1.0">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -991,7 +991,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/honeyBoxPallet/honeyBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/honeyBoxPallet/honeyBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CEREAL" title="$l10n_fillType_cereal" showOnPriceTable="true">
|
<fillType name="CEREAL" title="$l10n_fillType_cereal" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.6" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000006" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="2.35">
|
<economy pricePerLiter="2.35">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.12" />
|
<factor period="1" value="1.12" />
|
||||||
@@ -1012,7 +1012,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/cerealsPallet/cerealsPallet.xml" />
|
<pallet filename="$data/objects/pallets/cerealsPallet/cerealsPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SUNFLOWER_OIL" title="$l10n_fillType_sunflowerOil" showOnPriceTable="true">
|
<fillType name="SUNFLOWER_OIL" title="$l10n_fillType_sunflowerOil" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.9" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000009" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.35">
|
<economy pricePerLiter="1.35">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.20" />
|
<factor period="1" value="1.20" />
|
||||||
@@ -1033,7 +1033,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/sunflowerOilPallet/sunflowerOilPallet.xml" />
|
<pallet filename="$data/objects/pallets/sunflowerOilPallet/sunflowerOilPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CANOLA_OIL" title="$l10n_fillType_canolaOil" showOnPriceTable="true">
|
<fillType name="CANOLA_OIL" title="$l10n_fillType_canolaOil" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.9" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000009" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.35">
|
<economy pricePerLiter="1.35">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.07" />
|
<factor period="1" value="1.07" />
|
||||||
@@ -1054,7 +1054,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/canolaOilPallet/canolaOilPallet.xml" />
|
<pallet filename="$data/objects/pallets/canolaOilPallet/canolaOilPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="OLIVE_OIL" title="$l10n_fillType_oliveOil" showOnPriceTable="true">
|
<fillType name="OLIVE_OIL" title="$l10n_fillType_oliveOil" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.9" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000009" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="2.4">
|
<economy pricePerLiter="2.4">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.99" />
|
<factor period="1" value="0.99" />
|
||||||
@@ -1075,7 +1075,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/oliveOilPallet/oliveOilPallet.xml" />
|
<pallet filename="$data/objects/pallets/oliveOilPallet/oliveOilPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="RAISINS" title="$l10n_fillType_raisins" showOnPriceTable="true">
|
<fillType name="RAISINS" title="$l10n_fillType_raisins" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.64" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.00000000064" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.4">
|
<economy pricePerLiter="1.4">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.08" />
|
<factor period="1" value="1.08" />
|
||||||
@@ -1096,7 +1096,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/raisinBoxPallet/raisinBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/raisinBoxPallet/raisinBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="GRAPEJUICE" title="$l10n_fillType_grapeJuice" showOnPriceTable="true">
|
<fillType name="GRAPEJUICE" title="$l10n_fillType_grapeJuice" showOnPriceTable="true">
|
||||||
<physics massPerLiter="1" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.6">
|
<economy pricePerLiter="1.6">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.02" />
|
<factor period="1" value="1.02" />
|
||||||
@@ -1117,7 +1117,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/grapeJuicePallet/grapeJuicePallet.xml" />
|
<pallet filename="$data/objects/pallets/grapeJuicePallet/grapeJuicePallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="LETTUCE" title="$l10n_fillType_lettuce" showOnPriceTable="true">
|
<fillType name="LETTUCE" title="$l10n_fillType_lettuce" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.7" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.99">
|
<economy pricePerLiter="0.99">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -1138,7 +1138,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/lettuceBoxPallet/lettuceBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/lettuceBoxPallet/lettuceBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="TOMATO" title="$l10n_fillType_tomato" showOnPriceTable="true">
|
<fillType name="TOMATO" title="$l10n_fillType_tomato" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.7" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.5">
|
<economy pricePerLiter="0.5">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -1159,7 +1159,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/tomatoesBoxPallet/tomatoesBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/tomatoesBoxPallet/tomatoesBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="STRAWBERRY" title="$l10n_fillType_strawberry" showOnPriceTable="true">
|
<fillType name="STRAWBERRY" title="$l10n_fillType_strawberry" showOnPriceTable="true">
|
||||||
<physics massPerLiter="0.7" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="0.25">
|
<economy pricePerLiter="0.25">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.05" />
|
<factor period="1" value="1.05" />
|
||||||
@@ -1180,7 +1180,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/strawberriesBoxPallet/strawberriesBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/strawberriesBoxPallet/strawberriesBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="CHOCOLATE" title="$l10n_fillType_chocolate" showOnPriceTable="true">
|
<fillType name="CHOCOLATE" title="$l10n_fillType_chocolate" showOnPriceTable="true">
|
||||||
<physics massPerLiter="1" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="2.0">
|
<economy pricePerLiter="2.0">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.99" />
|
<factor period="1" value="0.99" />
|
||||||
@@ -1201,7 +1201,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/chocolateBoxPallet/chocolateBoxPallet.xml" />
|
<pallet filename="$data/objects/pallets/chocolateBoxPallet/chocolateBoxPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="BOARDS" title="$l10n_fillType_boards" showOnPriceTable="true">
|
<fillType name="BOARDS" title="$l10n_fillType_boards" showOnPriceTable="true">
|
||||||
<physics massPerLiter="1" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="1.3">
|
<economy pricePerLiter="1.3">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.88" />
|
<factor period="1" value="0.88" />
|
||||||
@@ -1222,7 +1222,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/boardsStackPallet/boardsStackPallet.xml" />
|
<pallet filename="$data/objects/pallets/boardsStackPallet/boardsStackPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="FURNITURE" title="$l10n_fillType_furniture" showOnPriceTable="true">
|
<fillType name="FURNITURE" title="$l10n_fillType_furniture" showOnPriceTable="true">
|
||||||
<physics massPerLiter="1" maxPhysicalSurfaceAngle="38" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="38" />
|
||||||
<economy pricePerLiter="2.0">
|
<economy pricePerLiter="2.0">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="0.88" />
|
<factor period="1" value="0.88" />
|
||||||
@@ -1243,7 +1243,7 @@
|
|||||||
<pallet filename="$data/objects/pallets/furnitureStackPallet/furnitureStackPallet.xml" />
|
<pallet filename="$data/objects/pallets/furnitureStackPallet/furnitureStackPallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
|
|
||||||
<!-- __________________ Production Chains end __________________ -->
|
<!-- __________________ Production Chains end __________________ -->
|
||||||
|
|
||||||
<fillType name="ROUNDBALE" title="$l10n_fillType_roundBale" showOnPriceTable="false">
|
<fillType name="ROUNDBALE" title="$l10n_fillType_roundBale" showOnPriceTable="false">
|
||||||
<physics massPerLiter="300.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="300.00" maxPhysicalSurfaceAngle="0" />
|
||||||
@@ -1286,7 +1286,7 @@
|
|||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_squareBaleWood.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_squareBaleWood.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="FERTILIZER" title="$l10n_fillType_fertilizer" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="FERTILIZER" title="$l10n_fillType_fertilizer" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.8" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000008" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="1.60" />
|
<economy pricePerLiter="1.60" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_fertilizer.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_fertilizer.png" />
|
||||||
<pallet filename="$data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" />
|
<pallet filename="$data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" />
|
||||||
@@ -1296,13 +1296,13 @@
|
|||||||
distance="$data/fillPlanes/distance/fertilizerDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/fertilizerDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="LIQUIDFERTILIZER" title="$l10n_fillType_liquidFertilizer" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="LIQUIDFERTILIZER" title="$l10n_fillType_liquidFertilizer" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.00" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="1.20" />
|
<economy pricePerLiter="1.20" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_liquidFertilizer.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_liquidFertilizer.png" />
|
||||||
<pallet filename="$data/objects/pallets/liquidTank/fertilizerTank.xml" />
|
<pallet filename="$data/objects/pallets/liquidTank/fertilizerTank.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="MANURE" title="$l10n_fillType_manure" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="MANURE" title="$l10n_fillType_manure" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.7" maxPhysicalSurfaceAngle="50" />
|
<physics massPerLiter="0.0000000007" maxPhysicalSurfaceAngle="50" />
|
||||||
<economy pricePerLiter="0.033">
|
<economy pricePerLiter="0.033">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -1327,7 +1327,7 @@
|
|||||||
distance="$data/fillPlanes/distance/manureDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/manureDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="LIQUIDMANURE" title="$l10n_fillType_liquidManure" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="LIQUIDMANURE" title="$l10n_fillType_liquidManure" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.90" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.0000000009" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.033">
|
<economy pricePerLiter="0.033">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -1350,7 +1350,7 @@
|
|||||||
specular="$data/fillPlanes/liquidManure_specular.png"/>
|
specular="$data/fillPlanes/liquidManure_specular.png"/>
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="DIGESTATE" title="$l10n_fillType_digestate" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="DIGESTATE" title="$l10n_fillType_digestate" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.90" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.0000000009" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0.033">
|
<economy pricePerLiter="0.033">
|
||||||
<factors>
|
<factors>
|
||||||
<factor period="1" value="1.06" />
|
<factor period="1" value="1.06" />
|
||||||
@@ -1373,7 +1373,7 @@
|
|||||||
specular="$data/fillPlanes/liquidManure_specular.png"/>
|
specular="$data/fillPlanes/liquidManure_specular.png"/>
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="PIGFOOD" title="$l10n_fillType_pigFood" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="PIGFOOD" title="$l10n_fillType_pigFood" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="0.65" maxPhysicalSurfaceAngle="23" />
|
<physics massPerLiter="0.00000000065" maxPhysicalSurfaceAngle="23" />
|
||||||
<economy pricePerLiter="1.4" />
|
<economy pricePerLiter="1.4" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_pigFood.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_pigFood.png" />
|
||||||
<textures diffuse ="$data/fillPlanes/pigFood_diffuse.png"
|
<textures diffuse ="$data/fillPlanes/pigFood_diffuse.png"
|
||||||
@@ -1391,7 +1391,7 @@
|
|||||||
distance="$data/fillPlanes/distance/tarpDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/tarpDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="LIME" title="$l10n_fillType_lime" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="LIME" title="$l10n_fillType_lime" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.2" maxPhysicalSurfaceAngle="15" />
|
<physics massPerLiter="0.0000000012" maxPhysicalSurfaceAngle="15" />
|
||||||
<economy pricePerLiter="0.225" />
|
<economy pricePerLiter="0.225" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_lime.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_lime.png" />
|
||||||
<pallet filename="$data/objects/bigBagPallet/lime/bigBagPallet_lime.xml" />
|
<pallet filename="$data/objects/bigBagPallet/lime/bigBagPallet_lime.xml" />
|
||||||
@@ -1401,19 +1401,19 @@
|
|||||||
distance="$data/fillPlanes/distance/limeDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/limeDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="HERBICIDE" title="$l10n_fillType_herbicide" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
<fillType name="HERBICIDE" title="$l10n_fillType_herbicide" showOnPriceTable="true" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="1.2" />
|
<economy pricePerLiter="1.2" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_herbicide.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_herbicide.png" />
|
||||||
<pallet filename="$data/objects/pallets/liquidTank/herbicideTank.xml" />
|
<pallet filename="$data/objects/pallets/liquidTank/herbicideTank.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="SILAGE_ADDITIVE" title="$l10n_fillType_silageAdditive" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="SILAGE_ADDITIVE" title="$l10n_fillType_silageAdditive" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="1.2" />
|
<economy pricePerLiter="1.2" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_silageAdditive.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_silageAdditive.png" />
|
||||||
<pallet filename="$data/objects/pallets/bonsilage/bonsilagePallet.xml" />
|
<pallet filename="$data/objects/pallets/bonsilage/bonsilagePallet.xml" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="MINERAL_FEED" title="$l10n_fillType_mineralFeed" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
<fillType name="MINERAL_FEED" title="$l10n_fillType_mineralFeed" showOnPriceTable="false" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000001" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="1.2" />
|
<economy pricePerLiter="1.2" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_mineralFeed.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_mineralFeed.png" />
|
||||||
<pallet filename="$data/objects/pallets/schaumann/schaumannPallet.xml" />
|
<pallet filename="$data/objects/pallets/schaumann/schaumannPallet.xml" />
|
||||||
@@ -1422,12 +1422,12 @@
|
|||||||
specular="$data/fillPlanes/mineralFeed_specular.png" />
|
specular="$data/fillPlanes/mineralFeed_specular.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="WEED" title="$l10n_fillType_weed" showOnPriceTable="false">
|
<fillType name="WEED" title="$l10n_fillType_weed" showOnPriceTable="false">
|
||||||
<physics massPerLiter="3.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="0.000000003" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0" />
|
<economy pricePerLiter="0" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_weed.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_weed.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<fillType name="STONE" title="$l10n_fillType_stone" showOnPriceTable="true" achievementName="DeliveryStones" unitShort="$l10n_unit_literShort">
|
<fillType name="STONE" title="$l10n_fillType_stone" showOnPriceTable="true" achievementName="DeliveryStones" unitShort="$l10n_unit_literShort">
|
||||||
<physics massPerLiter="1.6" maxPhysicalSurfaceAngle="35" />
|
<physics massPerLiter="0.0000000016" maxPhysicalSurfaceAngle="35" />
|
||||||
<economy pricePerLiter="0.05" />
|
<economy pricePerLiter="0.05" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_stone.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_stone.png" />
|
||||||
<textures diffuse ="$data/fillPlanes/stone_diffuse.png"
|
<textures diffuse ="$data/fillPlanes/stone_diffuse.png"
|
||||||
@@ -1435,7 +1435,7 @@
|
|||||||
specular="$data/fillPlanes/stone_specular.png"
|
specular="$data/fillPlanes/stone_specular.png"
|
||||||
distance="$data/fillPlanes/distance/stoneDistance_diffuse.png" />
|
distance="$data/fillPlanes/distance/stoneDistance_diffuse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<!-- horses -->
|
<!-- horses -->
|
||||||
<fillType name="HORSE_PALOMINO" title="$l10n_fillType_horse" showOnPriceTable="false">
|
<fillType name="HORSE_PALOMINO" title="$l10n_fillType_horse" showOnPriceTable="false">
|
||||||
<physics massPerLiter="600.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="600.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0" />
|
<economy pricePerLiter="0" />
|
||||||
@@ -1476,7 +1476,7 @@
|
|||||||
<economy pricePerLiter="0" />
|
<economy pricePerLiter="0" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_horse.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_horse.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<!-- cows -->
|
<!-- cows -->
|
||||||
<fillType name="COW_SWISS_BROWN" title="$l10n_fillType_cow" showOnPriceTable="false">
|
<fillType name="COW_SWISS_BROWN" title="$l10n_fillType_cow" showOnPriceTable="false">
|
||||||
<physics massPerLiter="600.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="600.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="5000" />
|
<economy pricePerLiter="5000" />
|
||||||
@@ -1497,7 +1497,7 @@
|
|||||||
<economy pricePerLiter="5000" />
|
<economy pricePerLiter="5000" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_cow.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_cow.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<!-- sheeps -->
|
<!-- sheeps -->
|
||||||
<fillType name="SHEEP_LANDRACE" title="$l10n_fillType_sheep" showOnPriceTable="false">
|
<fillType name="SHEEP_LANDRACE" title="$l10n_fillType_sheep" showOnPriceTable="false">
|
||||||
<physics massPerLiter="120.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="120.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="4000" />
|
<economy pricePerLiter="4000" />
|
||||||
@@ -1518,7 +1518,7 @@
|
|||||||
<economy pricePerLiter="4000" />
|
<economy pricePerLiter="4000" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_sheep.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_sheep.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<!-- pigs -->
|
<!-- pigs -->
|
||||||
<fillType name="PIG_LANDRACE" title="$l10n_fillType_pig" showOnPriceTable="false">
|
<fillType name="PIG_LANDRACE" title="$l10n_fillType_pig" showOnPriceTable="false">
|
||||||
<physics massPerLiter="120.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="120.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="3000" />
|
<economy pricePerLiter="3000" />
|
||||||
@@ -1534,7 +1534,7 @@
|
|||||||
<economy pricePerLiter="3000" />
|
<economy pricePerLiter="3000" />
|
||||||
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_pig.png" />
|
<image hud ="$dataS/menu/hud/fillTypes/hud_fill_pig.png" />
|
||||||
</fillType>
|
</fillType>
|
||||||
<!-- chickens -->
|
<!-- chickens -->
|
||||||
<fillType name="CHICKEN" title="$l10n_fillType_chicken" showOnPriceTable="false">
|
<fillType name="CHICKEN" title="$l10n_fillType_chicken" showOnPriceTable="false">
|
||||||
<physics massPerLiter="3.0" maxPhysicalSurfaceAngle="0" />
|
<physics massPerLiter="3.0" maxPhysicalSurfaceAngle="0" />
|
||||||
<economy pricePerLiter="0" />
|
<economy pricePerLiter="0" />
|
||||||
@@ -1560,7 +1560,7 @@
|
|||||||
<fillTypeCategory name="FORAGEWAGON" >STRAW GRASS_WINDROW DRYGRASS_WINDROW CHAFF SILAGE</fillTypeCategory>
|
<fillTypeCategory name="FORAGEWAGON" >STRAW GRASS_WINDROW DRYGRASS_WINDROW CHAFF SILAGE</fillTypeCategory>
|
||||||
<fillTypeCategory name="SILAGETRAILER" >STRAW GRASS_WINDROW DRYGRASS_WINDROW CHAFF SILAGE WOODCHIPS SUGARCANE</fillTypeCategory>
|
<fillTypeCategory name="SILAGETRAILER" >STRAW GRASS_WINDROW DRYGRASS_WINDROW CHAFF SILAGE WOODCHIPS SUGARCANE</fillTypeCategory>
|
||||||
<fillTypeCategory name="TRAINWAGON" >WHEAT BARLEY OAT CANOLA MAIZE SUNFLOWER SOYBEAN SUGARCANE SUGARBEET POTATO SORGHUM WOODCHIPS OLIVE GRAPE</fillTypeCategory>
|
<fillTypeCategory name="TRAINWAGON" >WHEAT BARLEY OAT CANOLA MAIZE SUNFLOWER SOYBEAN SUGARCANE SUGARBEET POTATO SORGHUM WOODCHIPS OLIVE GRAPE</fillTypeCategory>
|
||||||
<fillTypeCategory name="FORAGEHARVESTER" >CHAFF GRASS_WINDROW WOODCHIPS</fillTypeCategory>
|
<fillTypeCategory name="FORAGEHARVESTER" >CHAFF GRASS_WINDROW WOODCHIPS SUGARCANE</fillTypeCategory>
|
||||||
<fillTypeCategory name="SLURRYTANK" >LIQUIDMANURE DIGESTATE</fillTypeCategory>
|
<fillTypeCategory name="SLURRYTANK" >LIQUIDMANURE DIGESTATE</fillTypeCategory>
|
||||||
<fillTypeCategory name="MANURESPREADER" >MANURE</fillTypeCategory>
|
<fillTypeCategory name="MANURESPREADER" >MANURE</fillTypeCategory>
|
||||||
<fillTypeCategory name="FORK" >MANURE SILAGE CHAFF STRAW GRASS_WINDROW DRYGRASS_WINDROW</fillTypeCategory>
|
<fillTypeCategory name="FORK" >MANURE SILAGE CHAFF STRAW GRASS_WINDROW DRYGRASS_WINDROW</fillTypeCategory>
|
||||||
|
|||||||
Reference in New Issue
Block a user