﻿<!-- en -->
This file contains information to add support of the old production pack to any map, and add support for seasons thru a Seasons:GEO.

You need to add the xml folder provided with the 3 xml files in it, and then change the reference for husbandryAnimals, 
husbandryFood, and fillTypes in your map xml to the xml folder. If your map already has these xml files, then just add the 
additional lines shown below to your matching map xml's. For seasons support, add the animals.xml file in the data folder to your 
Seasons:GEO file. If your GEO already has this xml file, then just add the additional lines shown below to your xml file. I am 
not responsible for any problems these may cause. A new game save is highly recommended before using. Try not to manipulate any 
of these lines, I am not responsible for misuse, or manipulation.

Have fun !!

<!-- de -->
Diese Datei enthält Informationen zum Hinzufügen von Unterstützung für das alte Produktionspaket zu jeder Karte und zum Hinzufügen von Unterstützung für Jahreszeiten bis zu Seasons:GEO.

Sie müssen den XML-Ordner hinzufügen, der mit den 3 XML-Dateien enthalten ist, und dann die Referenz für husbandryAnimals ändern.
husbandryFood und fillTypes in Ihrer Map-XML zum XML-Ordner. Wenn Ihre Karte diese XML-Dateien bereits enthält, fügen Sie einfach die hinzu
Zusätzliche Zeilen werden unten zu Ihren passenden Map-XMLs angezeigt. Fügen Sie zur Unterstützung der Jahreszeiten die Datei animal.xml im Datenordner zu Ihrem hinzu
Seasons:GEO -Datei. Wenn Ihr GEO diese XML-Datei bereits hat, fügen Sie einfach die unten gezeigten zusätzlichen Zeilen zu Ihrer XML-Datei hinzu. ich bin
nicht verantwortlich für Probleme, die diese verursachen können. Es wird dringend empfohlen, vor der Verwendung ein neues Spiel zu speichern. Versuche keine zu manipulieren
Von diesen Zeilen bin ich nicht verantwortlich für Missbrauch oder Manipulation.

Habe Spaß !!

<!-- ru -->
Этот файл содержит информацию для добавления поддержки старого производственного пакета к любой карте и добавления поддержки сезонов через Seasons:GEO.

Вам нужно добавить папку xml, в которой находятся 3 файла xml, а затем изменить ссылку на husbandryAnimals,
husbandryfood и fillTypes в вашей карте xml в папку xml. Если на вашей карте уже есть эти XML-файлы, просто добавьте
дополнительные строки, показанные ниже, к вашей соответствующей карте xml. Для поддержки сезонов добавьте файл animals.xml в папку данных в свой
файл Seasons:GEO. Если в вашем GEO уже есть этот xml-файл, просто добавьте дополнительные строки, показанные ниже, в ваш xml-файл. я
не несет ответственности за любые проблемы, которые они могут вызвать. Перед использованием настоятельно рекомендуется сделать новое сохранение игры. Старайтесь не манипулировать
я не несу ответственности за неправильное использование или манипуляции с этими строками.

Радоваться, веселиться !!

<!-- Add to your maps_fillTypes.xml -->

    <fillType name="SILAGE_PRODUCTION" title="Silage Production" showOnPriceTable="false" pricePerLiter="0" >
            <image hud="$dataS2/menu/hud/fillTypes/hud_fill_silage.png" hudSmall="$dataS2/menu/hud/fillTypes/hud_fill_silage_sml.png" />
            <physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
    </fillType>
    <fillType name="HAY_PRODUCTION" title="Hay Production" showOnPriceTable="false" pricePerLiter="0" >
            <image hud="$dataS2/menu/hud/fillTypes/hud_fill_dryGrass_windrow.png" hudSmall="$dataS2/menu/hud/fillTypes/hud_fill_dryGrass_windrow_sml.png" />
            <physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
    </fillType>
    <fillType name="PIG_FOOD_PRODUCTION" title="Pig Food Production" showOnPriceTable="false" pricePerLiter="0" >
            <image hud="$dataS2/menu/hud/fillTypes/hud_fill_pigFood.png" hudSmall="$dataS2/menu/hud/fillTypes/hud_fill_pigFood_sml.png" />
            <physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
    </fillType>
    <fillType name="FERTILIZER_PRODUCTION" title="Fertilizer Production" showOnPriceTable="false" pricePerLiter="0" >
            <image hud="$dataS2/menu/hud/fillTypes/hud_fill_fertilizer.png" hudSmall="$dataS2/menu/hud/fillTypes/hud_fill_fertilizer_sml.png" />
            <physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
    </fillType>
    <fillType name="LIQUID_FERTILIZER_PRODUCTION" title="Liquid Fertilizer Production" showOnPriceTable="false" pricePerLiter="0" >
            <image hud="$dataS2/menu/hud/fillTypes/hud_fill_liquidFertilizer.png" hudSmall="$dataS2/menu/hud/fillTypes/hud_fill_liquidFertilizer_sml.png" />
            <physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
    </fillType>
    <fillType name="SEED_PRODUCTION" title="Seed Production" showOnPriceTable="false" pricePerLiter="0" >
            <image hud="$dataS2/menu/hud/fillTypes/hud_fill_seeds.png" hudSmall="$dataS2/menu/hud/fillTypes/hud_fill_seeds_sml.png" />
            <physics massPerLiter="1.0" maxPhysicalSurfaceAngle="0" />
    </fillType>

<!-- Add to your maps husbandryAnimals.xml -->

    <!-- PRODUCTION -->
    <animal type="SILAGE_PRODUCTION" class="Animal" statsBreeding="breedCowsCount">
        <subType name="$l10n_shopItem_SILAGE_PRODUCTION" fillTypeName="SILAGE_PRODUCTION" >
            <store canBeBought="false" image="$dataS2/menu/hud/fillTypes/hud_fill_silage.png" buyPrice="0" sellPrice="0" transportPrice="0"/>
            <input foodPerDay="10000" />
            <output foodSpillagePerDay="0" palletsPerDay="475"/>
            <!-- <breeding birthRatePerDay="0" /> -->
            <dummy filename="dataS2/character/cow/cowLoaded.i3d" />
            <texture tileUIndex="0" tileVIndex="0" />
        </subType>
    </animal>
    <!-- PRODUCTION -->
    <animal type="HAY_PRODUCTION" class="Animal" statsBreeding="breedCowsCount">
        <subType name="$l10n_shopItem_HAY_PRODUCTION" fillTypeName="HAY_PRODUCTION" >
            <store canBeBought="false" image="$dataS2/menu/hud/fillTypes/hud_fill_dryGrass_windrow.png" buyPrice="0" sellPrice="0" transportPrice="0"/>
            <input foodPerDay="10000" />
            <output foodSpillagePerDay="0" palletsPerDay="475"/>
            <!-- <breeding birthRatePerDay="0" /> -->
            <dummy filename="dataS2/character/cow/cowLoaded.i3d" />
            <texture tileUIndex="0" tileVIndex="0" />
        </subType>
    </animal>
    <!-- PRODUCTION -->
    <animal type="PIG_FOOD_PRODUCTION" class="Animal" statsBreeding="breedCowsCount">
        <subType name="$l10n_shopItem_PIG_FOOD_PRODUCTION" fillTypeName="PIG_FOOD_PRODUCTION" >
            <store canBeBought="false" image="$dataS2/menu/hud/fillTypes/hud_fill_pigFood.png" buyPrice="0" sellPrice="0" transportPrice="0"/>
            <input foodPerDay="10000" />
            <output foodSpillagePerDay="0" palletsPerDay="475"/>
            <!-- <breeding birthRatePerDay="0" /> -->
            <dummy filename="dataS2/character/cow/cowLoaded.i3d" />
            <texture tileUIndex="0" tileVIndex="0" />
        </subType>
    </animal>
    <!-- PRODUCTION -->
    <animal type="FERTILIZER_PRODUCTION" class="Animal" statsBreeding="breedCowsCount">
        <subType name="$l10n_shopItem_FERTILIZER_PRODUCTION" fillTypeName="FERTILIZER_PRODUCTION" >
            <store canBeBought="false" image="$dataS2/menu/hud/fillTypes/hud_fill_fertilizer.png" buyPrice="0" sellPrice="0" transportPrice="0"/>
            <input foodPerDay="10000" />
            <output foodSpillagePerDay="0" palletsPerDay="475"/>
            <!-- <breeding birthRatePerDay="0" /> -->
            <dummy filename="dataS2/character/cow/cowLoaded.i3d" />
            <texture tileUIndex="0" tileVIndex="0" />
        </subType>
    </animal>
    <!-- PRODUCTION -->
    <animal type="LIQUID_FERTILIZER_PRODUCTION" class="Animal" statsBreeding="breedCowsCount">
        <subType name="$l10n_shopItem_LIQUID_FERTILIZER_PRODUCTION" fillTypeName="LIQUID_FERTILIZER_PRODUCTION" >
            <store canBeBought="false" image="$dataS2/menu/hud/fillTypes/hud_fill_liquidFertilizer.png" buyPrice="0" sellPrice="0" transportPrice="0"/>
            <input foodPerDay="10000" />
            <output foodSpillagePerDay="0" palletsPerDay="400"/>
            <!-- <breeding birthRatePerDay="0" /> -->
            <dummy filename="dataS2/character/cow/cowLoaded.i3d" />
            <texture tileUIndex="0" tileVIndex="0" />
        </subType>
    </animal>
    <!-- PRODUCTION -->
    <animal type="SEED_PRODUCTION" class="Animal" statsBreeding="breedCowsCount">
        <subType name="$l10n_shopItem_SEED_PRODUCTION" fillTypeName="SEED_PRODUCTION" >
            <store canBeBought="false" image="$dataS2/menu/hud/fillTypes/hud_fill_seeds.png" buyPrice="0" sellPrice="0" transportPrice="0"/>
            <input foodPerDay="10000" />
            <output foodSpillagePerDay="0" palletsPerDay="475"/>
            <!-- <breeding birthRatePerDay="0" /> -->
            <dummy filename="dataS2/character/cow/cowLoaded.i3d" />
            <texture tileUIndex="0" tileVIndex="0" />
        </subType>
    </animal>

<!-- Add to your maps husbandryFoodDefinition.xml -->

    <animalFoodGroups type="SILAGE_PRODUCTION" consumptionType="PARALLEL">
            <foodGroup title="$l10n_fillTypeGroup_bulk"  productionWeight="1.00" fillTypes="CHAFF GRASS_WINDROW" />
    </animalFoodGroups>
    <animalFoodGroups type="HAY_PRODUCTION" consumptionType="PARALLEL">
            <foodGroup title="$l10n_fillTypeGroup_grass" productionWeight="1.00" fillTypes="GRASS_WINDROW" />
    </animalFoodGroups>
    <animalFoodGroups type="PIG_FOOD_PRODUCTION" consumptionType="PARALLEL">
            <foodGroup title="$l10n_fillTypeGroup_base"    productionWeight="0.50" eatWeight="0.50" fillTypes="MAIZE" />
            <foodGroup title="$l10n_fillTypeGroup_grain"   productionWeight="0.25" eatWeight="0.25" fillTypes="WHEAT BARLEY" />
            <foodGroup title="$l10n_fillTypeGroup_protein" productionWeight="0.20" eatWeight="0.20" fillTypes="SOYBEAN CANOLA SUNFLOWER" />
            <foodGroup title="$l10n_fillTypeGroup_earth"   productionWeight="0.05" eatWeight="0.05" fillTypes="POTATO SUGARBEET" />
    </animalFoodGroups>
    <animalFoodGroups type="FERTILIZER_PRODUCTION" consumptionType="PARALLEL">
            <foodGroup title="$l10n_fillTypeGroup_bulk" productionWeight="0.40" eatWeight="0.40" fillTypes="MANURE" />
            <foodGroup title="$l10n_fillTypeGroup_grass" productionWeight="0.60" eatWeight="0.60" fillTypes="STRAW" />
    </animalFoodGroups>
    <animalFoodGroups type="LIQUID_FERTILIZER_PRODUCTION" consumptionType="PARALLEL">
            <foodGroup title="$l10n_fillTypeGroup_slurryTank" productionWeight="0.50" eatWeight="0.50" fillTypes="LIQUIDMANURE DIGESTATE" />
            <foodGroup title="$l10n_fillTypeGroup_liquid" productionWeight="0.50" eatWeight="0.50" fillTypes="WATER" />
    </animalFoodGroups>
    <animalFoodGroups type="SEED_PRODUCTION" consumptionType="PARALLEL">
            <foodGroup title="$l10n_fillTypeGroup_grain"    productionWeight="0.5"  eatWeight="0.5"  fillTypes="WHEAT BARLEY SOYBEAN CANOLA SUNFLOWER MAIZE" />
            <foodGroup title="$l10n_fillTypeGroup_liquid"   productionWeight="0.25" eatWeight="0.25" fillTypes="WATER" />
            <foodGroup title="$l10n_fillTypeGroup_liquid"   productionWeight="0.25" eatWeight="0.25" fillTypes="LIQUIDFERTILIZER" />
    </animalFoodGroups>

<!-- Add to your Seasons:GEO animals.xml -->

    <animal type="PRODUCTION">
        <subType fillTypeName="SILAGE_PRODUCTION" name="Silage" >
            <input straw="0" water="0.0" food="0.2416435" />
            <weight buy="2000" born="0.0" />
            <growth gainBorn="0.0" gainPeakMale="0.0" gainPeakFemale="0.0" daysPeak="0" gainLevel="0.0" daysLevel="0" maxAge="3650" />
            <output milk="0" manure="0.0" liquidManure="0.0" foodSpillage="0.0" pallets="205800" />
            <store dailyUpkeep="0" buyPrice="0.0" baseSellPrice="0" pricePerKg="0.0" priceDropAge="0" transportPrice="0" buyIsFemale="true" buyAge="1" />
        </subType>
        <subType fillTypeName="HAY_PRODUCTION" name="Hay" >
            <input straw="0" water="0.0" food="0.2416435" />
            <weight buy="2000" born="0.0" />
            <growth gainBorn="0.0" gainPeakMale="0.0" gainPeakFemale="0.0" daysPeak="0" gainLevel="0.0" daysLevel="0" maxAge="3650" />
            <output milk="0" manure="0.0" liquidManure="0.0" foodSpillage="0.0" pallets="205800" />
            <store dailyUpkeep="0" buyPrice="0.0" baseSellPrice="0" pricePerKg="0.0" priceDropAge="0" transportPrice="0" buyIsFemale="true" buyAge="1" />
        </subType>
        <subType fillTypeName="PIG_FOOD_PRODUCTION" name="Pig Food" >
            <input straw="0" water="0.0" food="0.2416435" />
            <weight buy="2000" born="0.0" />
            <growth gainBorn="0.0" gainPeakMale="0.0" gainPeakFemale="0.0" daysPeak="0" gainLevel="0.0" daysLevel="0" maxAge="3650" />
            <output milk="0" manure="0.0" liquidManure="0.0" foodSpillage="0.0" pallets="205800" />
            <store dailyUpkeep="0" buyPrice="0.0" baseSellPrice="0" pricePerKg="0.0" priceDropAge="0" transportPrice="0" buyIsFemale="true" buyAge="1" />
        </subType>
        <subType fillTypeName="FERTILIZER_PRODUCTION" name="Fertilizer" >
            <input straw="0" water="0.0" food="0.2416435" />
            <weight buy="2000" born="0.0" />
            <growth gainBorn="0.0" gainPeakMale="0.0" gainPeakFemale="0.0" daysPeak="0" gainLevel="0.0" daysLevel="0" maxAge="3650" />
            <output milk="0" manure="0.0" liquidManure="0.0" foodSpillage="0.0" pallets="205800" />
            <store dailyUpkeep="0" buyPrice="0.0" baseSellPrice="0" pricePerKg="0.0" priceDropAge="0" transportPrice="0" buyIsFemale="true" buyAge="1" />
        </subType>
        <subType fillTypeName="LIQUID_FERTILIZER_PRODUCTION" name="Liquid Fertilizer" >
            <input straw="0" water="0.0" food="0.2416435" />
            <weight buy="2000" born="0.0" />
            <growth gainBorn="0.0" gainPeakMale="0.0" gainPeakFemale="0.0" daysPeak="0" gainLevel="0.0" daysLevel="0" maxAge="3650" />
            <output milk="0" manure="0.0" liquidManure="0.0" foodSpillage="0.0" pallets="205800" />
            <store dailyUpkeep="0" buyPrice="0.0" baseSellPrice="0" pricePerKg="0.0" priceDropAge="0" transportPrice="0" buyIsFemale="true" buyAge="1" />
        </subType>
        <subType fillTypeName="SEED_PRODUCTION" name="Seed" >
            <input straw="0" water="0.0" food="0.2416435" />
            <weight buy="2000" born="0.0" />
            <growth gainBorn="0.0" gainPeakMale="0.0" gainPeakFemale="0.0" daysPeak="0" gainLevel="0.0" daysLevel="0" maxAge="3650" />
            <output milk="0" manure="0.0" liquidManure="0.0" foodSpillage="0.0" pallets="205800" />
            <store dailyUpkeep="0" buyPrice="0.0" baseSellPrice="0" pricePerKg="0.0" priceDropAge="0" transportPrice="0" buyIsFemale="true" buyAge="1" />
        </subType>
    </animal>
