Class WhiteFragmentItem
Item which sets all of the flags associated to its royalCharmLevel (e.g. L/R White Fragment, Kingsoul, Void Heart)
Inherited Members
Namespace: ItemChanger.Items
Assembly: ItemChanger.dll
Syntax
public class WhiteFragmentItem : AbstractItem
Constructors
View SourceWhiteFragmentItem()
Declaration
public WhiteFragmentItem()
Fields
View SourceroyalCharmLevel
Declaration
public int royalCharmLevel
Field Value
| Type | Description |
|---|---|
| int |
Methods
View SourceGiveImmediate(GiveInfo)
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| GiveInfo | info |
Overrides
View SourceRedundant()
Method used to determine if a unique item should be replaced (i.e. duplicates, etc). No relation to ObtainState.
Declaration
public override bool Redundant()
Returns
| Type | Description |
|---|---|
| bool |