Class StatSystem.TimedStatModifier
This is a special StatModifier, that gets added to the TimedStatModifier stack, that will be automatically
removed when its timer reaches 0. Contains a StatModifier that controls the actual modification.
Inheritance
System.Object
StatSystem.TimedStatModifier
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class TimedStatModifier
Fields
Duration
Declaration
Field Value
Type |
Description |
System.Single |
|
EffectSprite
Declaration
public Sprite EffectSprite
Field Value
Type |
Description |
UnityEngine.Sprite |
|
Id
Declaration
Field Value
Type |
Description |
System.String |
|
Modifier
Declaration
public StatSystem.StatModifier Modifier
Field Value
Timer
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
Reset()
Declaration