Show / Hide Table of Contents

Class ConversionConfig

Base class for adding new ItemConversions to various Valheim stations
Inheritance
System.Object
ConversionConfig
CookingConversionConfig
FermenterConversionConfig
IncineratorConversionConfig
SmelterConversionConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public abstract class ConversionConfig

Properties

| Improve this Doc View Source

FromItem

The name of the item prefab you need to put ín the station.
Declaration
public virtual string FromItem { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Station

The name of the station prefab this conversion is added to.
Declaration
public abstract string Station { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ToItem

The name of the item prefab that your "FromItem" will be turned into.
Declaration
public string ToItem { get; set; }
Property Value
Type Description
System.String

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾