# Battles, Quests and Upgrades

### **Battles**

* Task items used to attack the current wave of enemies
* Enemies can drop gold, $EOC, grid items, and unique quest items
* Defeating waves is required for episode progression

### **Quests**

* Quests are made up of side tasks which do not have to be done and main quests which must be done to progress
* Quest rewards can include $EOC, XP, gold, and grid items

### **Stat Upgrades**

* There are 2 main stats: Attack and Magic
* Players can use task items level up each and raise overall power
* How much damage enemies take depend on player these stats and the level/tolerance of the specific enemy


---

# 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://originheroes.gitbook.io/origin-heroes/gameplay/battles-quests-and-upgrades.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.
