# 1. Game Mechanics

This refers to how the game works. Up until now, you have probably been ignoring most of the details. Let’s face it. You want to earn money, who doesn’t right?&#x20;

Catching all the rares must have been your top priority and you have been successful. **BUT** if you want to get into the **competitive Revomon scene** knowing how each **game** **mechanic** **works** would be **the baseline** **of** **your success** to do well against other players.

In order to win a battle, you need to defeat all of your opponent’s Revomon. Generally speaking, the entirety of the Competitive Revomon scene would be focused **on damage calculations**.

Without going ham on the math, it’s a matter of understanding **how each mechanic affects damage calculations.**


---

# 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://revomon.gitbook.io/revomon/guides/competitive-revomon-guide/1.-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.
