Class ConversionConfig
Base class for adding new ItemConversions to various Valheim stations
Inheritance
System.Object
ConversionConfig
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 SourceFromItem
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 |
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 |
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 |