Show / Hide Table of Contents

Class IncineratorConversionConfig

Used to add new IncineratorConversions to the Incinerator
Inheritance
object
ConversionConfig
IncineratorConversionConfig
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 IncineratorConversionConfig : ConversionConfig

Properties

Name Description
Priority Priority of this conversion. Lower prioritized conversions will be incinerated first when mulitple conversions requirements are met.
ProducedItems The amount of items one conversion yields. Defaults to 1.
RequireOnlyOneIngredient True: Requires only one of the list of ingredients to be able to produce the result. False: All of the ingredients are required. Defaults to false.
Requirements List of requirements for this conversion.
Station The name of the station prefab this conversion is added to. Defaults to Incinerator.

Methods

Name Description
FromJson(string) Loads a single IncineratorConversionConfig from a JSON string
GetIncineratorConversion() Turns the IncineratorConversionConfig into a Valheim Incinerator.IncineratorConversion item.
ListFromJson(string) Loads a list of IncineratorConversionConfigs from a JSON string

Extension Methods

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