# Buff & Debuff

**Buff** and **Debuff** refer to effects that provide temporary enhancements or reductions to a character's attributes, abilities, or performance in battle. These effects can last for a specified number of rounds or be permanent until removed.

**Duration**: The duration of a buff or debuff is measured in rounds. Each time a character takes their turn, the game checks the remaining duration of any active buffs or debuffs.

* For example, if Character A has a debuff that lasts for one turn remaining, once it is Character A's turn again, the debuff will end.


---

# 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://starfall-handbook.rosentica.jp/combat-system/buff-and-debuff.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.
