Class SoulTotemItem
Inheritance
SoulTotemItem
Assembly: ItemChanger.dll
Syntax
public class SoulTotemItem : SoulItem
Constructors
View Source
SoulTotemItem()
Declaration
Fields
View Source
hitCount
The number of hits to contribute to the soul totem. A negative number will result in an infinite totem.
Declaration
Field Value
View Source
soulTotemSubtype
Declaration
public SoulTotemSubtype soulTotemSubtype
Field Value
Methods
View Source
GetPreferredContainer()
Used by some placements to decide what container to use for the item. A value of "Unknown" is ignored, and usually leads to a shiny item by default.
Declaration
public override string GetPreferredContainer()
Returns
Overrides
View Source
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Overrides
Extension Methods