# Stats

{% hint style="danger" %}

### THIS DOCUMENTATION IS NO LONGER USED

Go to <https://github.com/asacolips-projects/pbta/wiki/#getting-started> for the most current version of the documentation.
{% endhint %}

Stats are entered for the `[character]` group as key/value pairs, as in the following example:

```
[character.stats]
  cool = "Cool"
  hard = "Hard"
  hot = "Hot"
  sharp = "Sharp"
  weird = "Weird"
```

## Stat Toggle

The `statToggle` option can be entered as either a single value field or as a group with `label` and `modifier` properties. If a modifier is included, any stats that the player has enabled the toggle for will have its stat rolls and move rolls modified by that value, such as a penalty for Debilities. If the statToggle option is set as a single value, it will be assumed that the modifier is 0.

This setting is optional and can be left out if preferred.

### Method 1: single value (short syntax)

```
statToggle = "Highlight"
```

### Method 2: group (long syntax)

```
# Configure stat toggle label and formula modifier.
[statToggle]
  label = "Debility"
  modifier = "-1"
```


---

# 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://asacolips.gitbook.io/pbta-system/configuration-reference-1/stats.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.
