Aggiorna configurazioni impianti di produzione biogas
Sono state rimosse diverse configurazioni di impianti di produzione, tra cui quelli per energia da cippato di legno, etanolo, biodiesel, fertilizzanti e altri. Aggiunte nuove configurazioni per impianti di biogas con input specifici: "silage", "LIQUIDMANURE", "MANURE" e "SUGARBEET_CUT". Ogni impianto produce "ELECTRICCHARGE", "METHANE" e "DIGESTATE" con dettagli su cicli, costi e quantità di input/output.
This commit is contained in:
@@ -79,111 +79,44 @@
|
||||
|
||||
<productionPoint>
|
||||
<productions sharedThroughputCapacity="false">
|
||||
<production id="woodchipspower" name="Woodchip Power Plant" cyclesPerHour="131" costsPerActiveHour="20">
|
||||
<production id="biogas" name="$l10n_fillType_silage" cyclesPerHour="100" costsPerActiveHour="25.25">
|
||||
<inputs>
|
||||
<input fillType="WOODCHIPS" amount="212" />
|
||||
<input fillType="SILAGE" amount="8484" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="ELECTRICCHARGE" amount="131" sellDirectly="true"/>
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="chaffBiogas" name="Chaff Biogas Plant" cyclesPerHour="1000" costsPerActiveHour="25">
|
||||
<inputs>
|
||||
<input fillType="CHAFF" amount="8484" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="ELECTRICCHARGE" amount="1" sellDirectly="true"/>
|
||||
<output fillType="METHANE" amount="5884" sellDirectly="true"/>
|
||||
<output fillType="ELECTRICCHARGE" amount="7636" sellDirectly="true"/>
|
||||
<output fillType="METHANE" amount="5" sellDirectly="true"/>
|
||||
<output fillType="DIGESTATE" amount="2545" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="waterPump" name="Water Pump" cyclesPerHour="1000" costsPerActiveHour="10">
|
||||
<production id="biogasLiquidManure" name="$l10n_fillType_liquidManure" cyclesPerHour="100" costsPerActiveHour="25.25">
|
||||
<inputs>
|
||||
<input fillType="DIESEL" amount="20" />
|
||||
<input fillType="LIQUIDMANURE" amount="2020" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="WATER" amount="2000" />
|
||||
<output fillType="ELECTRICCHARGE" amount="1818" sellDirectly="true"/>
|
||||
<output fillType="METHANE" amount="5" sellDirectly="true"/>
|
||||
<output fillType="DIGESTATE" amount="606" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="ethanolPlant" name="Ethanol Production Plant" cyclesPerHour="10" costsPerActiveHour="150">
|
||||
<production id="biogasManure" name="$l10n_fillType_manure" cyclesPerHour="100" costsPerActiveHour="25.25">
|
||||
<inputs>
|
||||
<input fillType="SUGARCANE" amount="300" />
|
||||
<input fillType="WATER" amount="20" />
|
||||
<input fillType="MANURE" amount="2020" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="DIESEL" amount="25" />
|
||||
<output fillType="DIGESTATE" amount="10" />
|
||||
<output fillType="ELECTRICCHARGE" amount="1818" sellDirectly="true"/>
|
||||
<output fillType="METHANE" amount="5" sellDirectly="true"/>
|
||||
<output fillType="DIGESTATE" amount="606" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="biodieselPlant" name="Biodiesel Plant" cyclesPerHour="10" costsPerActiveHour="150">
|
||||
<production id="biogasSugarbeetCut" name="$l10n_fillType_sugarBeetCut" cyclesPerHour="100" costsPerActiveHour="25.25">
|
||||
<inputs>
|
||||
<input fillType="CANOLA" amount="200" />
|
||||
<input fillType="SUGARBEET_CUT" amount="1010" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="DIESEL" amount="10" sellDirectly="true"/>
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="seedPlant" name="Seed Production Plant" cyclesPerHour="10" costsPerActiveHour="60">
|
||||
<inputs>
|
||||
<input fillType="WHEAT" amount="100" />
|
||||
<input fillType="WATER" amount="5" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="SEEDS" amount="150" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="solidFertilizerPlant" name="Solid Fertilizer Plant" cyclesPerHour="20" costsPerActiveHour="120">
|
||||
<inputs>
|
||||
<input fillType="METHANE" amount="150" />
|
||||
<input fillType="WATER" amount="20" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="FERTILIZER" amount="180" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="liquidFertilizerPlant" name="Liquid Fertilizer Plant" cyclesPerHour="20" costsPerActiveHour="50">
|
||||
<inputs>
|
||||
<input fillType="FERTILIZER" amount="10" />
|
||||
<input fillType="WATER" amount="90" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="LIQUIDFERTILIZER" amount="100" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="herbicidePlant" name="Herbicide Production Plant" cyclesPerHour="15" costsPerActiveHour="80">
|
||||
<inputs>
|
||||
<input fillType="CANOLA" amount="30" />
|
||||
<input fillType="WATER" amount="5" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="HERBICIDE" amount="20" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="silageAdditivePlant" name="Silage Additive Plant" cyclesPerHour="50" costsPerActiveHour="35">
|
||||
<inputs>
|
||||
<input fillType="POTATO" amount="40" />
|
||||
<input fillType="WATER" amount="5" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="SILAGE_ADDITIVE" amount="5" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="limeProduction" name="Lime Production Plant" cyclesPerHour="5" costsPerActiveHour="80">
|
||||
<inputs>
|
||||
<input fillType="STONE" amount="200" />
|
||||
<input fillType="DIESEL" amount="5" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="LIME" amount="150" />
|
||||
</outputs>
|
||||
</production>
|
||||
<production id="strawComposting" name="Straw Composting Facility" cyclesPerHour="5" costsPerActiveHour="45">
|
||||
<inputs>
|
||||
<input fillType="STRAW" amount="150" />
|
||||
<input fillType="WATER" amount="50" />
|
||||
</inputs>
|
||||
<outputs>
|
||||
<output fillType="MANURE" amount="100" />
|
||||
<output fillType="ELECTRICCHARGE" amount="909" sellDirectly="true"/>
|
||||
<output fillType="METHANE" amount="5" sellDirectly="true"/>
|
||||
<output fillType="DIGESTATE" amount="303" />
|
||||
</outputs>
|
||||
</production>
|
||||
</productions>
|
||||
|
||||
Reference in New Issue
Block a user