Class CookingConversionConfig
Used to add new ItemConversions to the CookingStation
Inheritance
CookingConversionConfig
Assembly: Jotunn.dll
Syntax
public class CookingConversionConfig : ConversionConfig
Properties
Name |
Description |
CookTime
|
Amount of time it takes to perform the conversion. Defaults to 10f. |
Station
|
The name of the station prefab this conversion is added to. Defaults to CookingStation. |
Methods
Name |
Description |
FromJson(string)
|
Loads a single CookingConversionConfig from a JSON string |
GetItemConversion()
|
Turns the CookingConversionConfig into a Valheim CookingStation.ItemConversion item. |
ListFromJson(string)
|
Loads a list of CookingConversionConfigs from a JSON string |
Extension Methods