# Battle Position

This factor determines the base win chance of a pair. This is its starting point. Rates are as follows:\
\
Advantage win chance = 75% \
Disadvantage win chance = 25% \
Tie win chance = 50%

**Advantage/Disadvantage/Tie diagram** (Same position count as a tie)

![](https://lh4.googleusercontent.com/_nIDQrPHYq4_EUxG-iT7RDMg8QIvOvxmBzD7GVdW-Xqc3f9ezSIGyBe8VTVFLMcCzp6yTjp-iEpRpWBh4ozsjUA8916rwNKCNQis9k_WdJuujEZ1rz3W-0FBC88vVsJW8PXZM3iWFBkcEhK8qQ)

**Sample Data Cases** \
\
Attack vs Endurance = win chance 75% vs 25% \
Attack vs Defense = win chance 25% vs 75% \
Attack vs Agility = win chance 50% vs 50%


---

# 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-position.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.
