Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

Expandable Fermenting and Processing

Exposes fermenting behaviour to xml for modders. The fermenting barrel is changed to use the new tags, and is commented to make adapting your own buildings easier. If you wish to install this on an existing save and your beer barrels stop working, try deconstructing and reconstructing them. You can find the RimWorld 1.0 version on [url=https%3A%2F%2Fwww.nexusmods.com%2Frimworld%2Fmods%2F319%2F]Nexus[/url][www.nexusmods.com]. Other versions: • [url=https://steamcommunity.com/sharedfiles/filedetails/?id=1504657625]B18[/url] Version 0.5b: Updated to version 1.0, no changes necessary. Making a processing building using this mod: Your building must have a component with either the class "ExpandableFermenting.CompProperties_Fermenting" or "ExpandableFermenting.CompProperties_Processing". The difference is that fermenting speed is affected by temperature, while processing speed is not. Within that component, define the following properties: • ingredientDef (required unless you define an ingredientFilter) • ingredientFilter (an alternative to ingredientDef, only use one or the other) • product (required) • capacity (defaults to 25) • fermentationDuration (in ticks, defaults to 360000 ticks or 6 days) • minIdealTemperature (in C, use only with fermenting, defaults to 7C) • processFinishedLabel (defaults to "Fermented" or "Finished" depending on class) • idealTempLabel (defaults to "Ideal fermenting temperature" or "Ideal processing temperature" depending on class) • outOfIdealTemperatureLabel (use only with fermenting, defaults to "Non-ideal temperature. Fermentation speed:")