# StatusInt

### Description

The StatusInt contains int values that are dynamically effected by [StatusEffects](https://maraudical.gitbook.io/status-effect-framework/1.7.0/type-specifics/classes/statuseffect).

### Properties

<table data-header-hidden data-full-width="false"><thead><tr><th width="171"></th><th></th></tr></thead><tbody><tr><td>statusName</td><td>The StatusNameInt scriptable object.</td></tr><tr><td>baseValue</td><td>The base int value.</td></tr><tr><td>signProtected</td><td>If enabled, if will clamp the final value to the sign (+/-) of the baseValue.</td></tr><tr><td>value</td><td>The calculated int value after all StatusEffect's <a href="../../scriptable-objects/statuseffectdata/effect">Effect</a> values. For information on how the final value is calculated see <a href="../../scriptable-objects/statuseffectdata/effect">Effect</a>.</td></tr></tbody></table>

### Methods

<table data-header-hidden data-full-width="false"><thead><tr><th width="203"></th><th width="533.3333333333333"></th></tr></thead><tbody><tr><td><a href="statusint/changebasevalue">ChangeBaseValue</a></td><td>Changes the base value to a new value.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://maraudical.gitbook.io/status-effect-framework/1.7.0/type-specifics/classes/statusvariable/statusint.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
