Show / Hide Table of Contents

Class CookingConversionConfig

Used to add new ItemConversions to the CookingStation
Inheritance
object
ConversionConfig
CookingConversionConfig
Inherited Members
ConversionConfig.FromItem
ConversionConfig.ToItem
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Jotunn.Configs
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

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾