Class SoulItem
Item which spawns a certain amount of soul, and requests a soul totem container.
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class SoulItem : AbstractItem
Constructors
View SourceSoulItem()
Declaration
public SoulItem()
Fields
View Sourcesoul
The amount of soul to be given. This will be rounded up to the next even integer if given through spawned soul orbs.
Declaration
public int soul
Field Value
| Type | Description |
|---|---|
| int |
Methods
View SourceGiveEarly(string)
Indicates that the item can be given early in a special way from the given container.
For example, SpawnGeoItem can be given early from Container.Chest by flinging geo directly from the chest.
Declaration
public override bool GiveEarly(string containerType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | containerType |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
View SourceGiveImmediate(GiveInfo)
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| GiveInfo | info |