# Stat Scaling Nodes

## Properties

| Name                            | Description                                                                                                                                                                                                                                                              |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Stat Name                       | A [Character Stat](/scriptable-objects/character-stat.md).                                                                                                                                                                                                               |
| Budget Per Level                | The number of points of the stat that a character will gain for each level.                                                                                                                                                                                              |
| Primary To Secondary Conversion | <p>The amount of each secondary stat that a character will gain for each point of the primary stat.<br>See <a href="/pages/IgLitxlN0JuMa7poQPE8#properties">Character Stat Properties</a> for field descriptions.</p>                                                    |
| Primary To Resource Conversion  | <p>A list of <a href="/pages/pdwNWTIXN3csZMXlIe1K">Power Resources</a> and the number of points of that resource gained per point of the primary stat.<br>See <a href="/pages/IgLitxlN0JuMa7poQPE8#properties">Character Stat Properties</a> for field descriptions.</p> |
| Regen                           | <p>A list of the amount of <a href="/pages/pdwNWTIXN3csZMXlIe1K">Power Resources</a> that will be regenerated per point of primary stat every tick.<br>See <a href="/pages/IgLitxlN0JuMa7poQPE8#properties">Character Stat Properties</a> for field descriptions.</p>    |


---

# 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://docs.anyrpg.org/shared-properties/stat-scaling-nodes.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.
