# Game Mechanics

- [Stats](https://wiki.boxingbadger.com/the-game/game-mechanics/stats.md): Base stats are altered by passives abilities and body types.
- [Body Types](https://wiki.boxingbadger.com/the-game/game-mechanics/body-types.md): Your body is special.
- [Gloves & Damage Types](https://wiki.boxingbadger.com/the-game/game-mechanics/gloves-and-damage-types.md): Damages are broken down into physical and elemental.
- [Passive Abilities](https://wiki.boxingbadger.com/the-game/game-mechanics/passive-abilities.md): NFTs will sport two random passive abilities that will be paramount depending on which enemy you are fighting.


---

# 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://wiki.boxingbadger.com/the-game/game-mechanics.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.
