# Battle Event Sequence

At the start of the battle, both players will gain shield according to the player's Axie active skills with Shield effects.

During a player's turn, the player is allowed to make a "Swap Gem" action or initiate "Skill Cast" if any of Axie's skill is ready.

During any Skill Cast, the following event sequence will take place.

1. Break Shield
2. Damage Enemy
3. Steal Health from Enemy
4. Heal Ally
5. Shield Ally
6. Gain Resources
7. Convert Resources
8. Steal Resources
9. Destroy Resources
10. Break Blocks on Board (This will end turn, player will not be allowed to "Swap Gems")

{% hint style="info" %}
On every event sequence, when applicable, Trigger Event will execute the Trigger Skill effect immediately.
{% endhint %}


---

# 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://gitbook.axiequest.com/game/battle/battle-event-sequence.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.
