> For the complete documentation index, see [llms.txt](https://maraudical.gitbook.io/status-effects-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maraudical.gitbook.io/status-effects-framework/1.4.1/type-specifics/classes/statuseffect.md).

# StatusEffect

### Description

StatusEffects hold the [StatusEffectData](/status-effects-framework/1.4.1/type-specifics/scriptable-objects/statuseffectdata.md) and duration.

### Properties

<table data-header-hidden data-full-width="false"><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td>data</td><td>The <a href="/pages/FzvWc4ygR9G3YZgoRwuJ">StatusEffectData</a> reference.</td></tr><tr><td>duration</td><td>How long the effect will last. This may be in seconds but can also be tied to <a href="https://docs.unity3d.com/ScriptReference/Events.UnityEvent.html">UnityEvent</a> invocations.</td></tr><tr><td>stack</td><td>The int value count of how many stacks of the effect there are.</td></tr></tbody></table>

### Actions

<table data-header-hidden data-full-width="false"><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td>started</td><td>Invoked when the effect starts.</td></tr><tr><td>stopped</td><td>Invoked when the effect stops.</td></tr></tbody></table>
