Class SpellItem
Item which increments a spell level and sets the hasSpell bool.
Assembly: ItemChanger.dll
Syntax
public class SpellItem : AbstractItem
Constructors
View Source
SpellItem()
Declaration
Fields
View Source
fieldName
Declaration
Field Value
View Source
spellLevel
Declaration
Field Value
Methods
View Source
Specifies the effect of giving a particular item.
Declaration
public override void GiveImmediate(GiveInfo info)
Parameters
Overrides
View Source
Redundant()
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
Overrides
Extension Methods