# Common Stat

## Introduction

Common Stat will help developers to be able to edit and modify stats better and is game designer friendly, you can easily use it to create stats for any type of game.

We provide an editor for stat, which you can use to easily edit any property you need.&#x20;

Formulas are also provided to help you edit the formulas you need to use. For example, skills, damage, etc.

We also provide easy documentation for programmers to extend, maintain and use the framework.

The ScriptableObject display panel has been updated with styling consistent with the Unity Asset Store cover demo video. Functionality remains unchanged. Some images in this documentation reflect version 1.4.

## Support

YouTube Demo Video

[Preview the web demo here](https://roofen.itch.io/commonstat)

[Unity Store](https://assetstore.unity.com/packages/tools/utilities/common-stat-308280)


---

# 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://roofen-game.gitbook.io/roofen-game/frameworks/common-stat.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.
