Class FortifyEffect
Fortify Attribute effect base.
Provides functionality common to all Fortify Attribute effects which vary only by properties and stat.
Inheritance
FortifyEffect
Assembly: Assembly-CSharp.dll
Syntax
public abstract class FortifyEffect : IncumbentEffect, IEntityEffect, IMacroContextProvider
Fields
|
Improve this Doc
View Source
fortifyStat
Declaration
protected DFCareer.Stats fortifyStat
Field Value
Methods
|
Improve this Doc
View Source
AddState(IncumbentEffect)
Declaration
protected override void AddState(IncumbentEffect incumbent)
Parameters
Overrides
|
Improve this Doc
View Source
BecomeIncumbent()
Declaration
protected override void BecomeIncumbent()
Overrides
|
Improve this Doc
View Source
GetSaveData()
Declaration
public override object GetSaveData()
Returns
Overrides
|
Improve this Doc
View Source
IsLikeKind(IncumbentEffect)
Declaration
protected override bool IsLikeKind(IncumbentEffect other)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
RestoreSaveData(Object)
Declaration
public override void RestoreSaveData(object dataIn)
Parameters
Type |
Name |
Description |
Object |
dataIn |
|
Overrides
Implements