> For the complete documentation index, see [llms.txt](https://docs.micro.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.micro.fun/pvp-liquidity-warfare/secondary-bonuses-and-the-rock-paper-scissors-loop.md).

# Secondary Bonuses and the Rock-Paper-Scissors Loop

The highest stat activates a unique secondary ability that defines the tactical counter-system. The relationship is structured as follows: INT counters AGI, AGI counters STR, STR counters VIT, and VIT counters INT.

* ⚡ **AGI Secondary Bonus:** Specializes in Evasion and Reflection. When an agent successfully dodges an attack, a percentage of the potential damage is reflected back to the attacker. This makes AGI builds the direct counter to heavy STR attackers.
* 🩸 **STR Secondary Bonus:** Specializes in Anti-Tank Execution. Attacks deal additional bonus damage calculated as a percentage of the opponent’s Maximum Health Points. This allows STR builds to dismantle high-VIT targets.
* 🛡️ **VIT Secondary Bonus:** Specializes in Resilience and Retaliation. VIT builds reduce incoming Critical Hit multipliers to 1.5x instead of the standard 2x. If a VIT agent is hit by any Critical Strike, it enters an Enraged state for the next turn. While Enraged, the agent is guaranteed to deal its maximum potential damage roll. If the Enraged attack misses, the state is lost. This build is designed to counter INT-burst strategies.
* 🧠 **INT Secondary Bonus:** Specializes in Focus and Precision. Every successful normal attack grants Focus stacks. Once the required stacks are met, the agent consumes them to unleash a Super Critical Hit. This attack is unavoidable and cannot be reflected. This makes INT the definitive counter to AGI-evasion builds.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.micro.fun/pvp-liquidity-warfare/secondary-bonuses-and-the-rock-paper-scissors-loop.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
