# Battle Logic Overview

Battle results will be determined by calculating all factors through the battle formula. The result will be win chance of a fighting pair e.g. 65% vs 35%

All factors are as follows: \
\
**Battle Position:** Based on Fusion property - Cannot modify \
**Phase (Elements):** Based on Fusion property - Cannot modify \
**Experience:** Based on Fusion property - Increase after every round \
**Effort:** Based on User input - A key factor to increase chances of winning


---

# 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://fusionbattle.tothemoon.net/battle-logic/battle-logic-overview.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.
