# Puzzle System

Puzzles are the main items that generate warriors’ power in Metarrior's fights. They come in five different colors, each of them respectively represents one element of earth that powers the warrior in the battles:

![](https://lh3.googleusercontent.com/3ouYZTs_tPQm4MW3GJy5oZikcxn4M0z8N0rSUjViF1vCjxH3ncKayCp-Bbu3nFf6qgmk4xdS5ZkSb_yQresWoZZ_ywhj69mrX77IpQk-dXdDGopvsXb8-QH_QXURT0aQOjdOru24)

Each warrior in a fight is assigned a puzzle that coincides with the element on the puzzle board. The warrior can attack when successfully solving a set of 3 or more matching puzzles in a row to clear them and channel them into mana. There are special puzzles, which are created by forming special configurations. Each one has its unique amplified effect.

### Combos

Combo 3: 3 puzzles of the same color in a horizontal or vertical row.

![](https://lh5.googleusercontent.com/sj6LcW6eP0oCX11mQb-GWHdf_3WUQ64QWmQcI1EAjlVlPAXmy2yXP3s5Yio3tPQEnuQDclWpAIF3rEi9-7y3OhJWl7ZU4JyD1X7HHhINK1ZfA1i4sSqGUeNeYNC6vT9knt0xWd1H)

Combo 4: Matching 4 puzzles of the same color in a horizontal or vertical row will create a special puzzle called BOMB. BOMB can be activated separately and as it explores, it will explode the surrounding 8 puzzles with an explosion size of 3X3.

![](https://lh4.googleusercontent.com/Usz8-x5gbepaXU-Ijmlsa-QxZacWGfNfv5Vlgj5Gqv-i5gsxq_IcGRhHN5Ycx4g3xc1LMLBdGWzk9D8l_4hIdUwHKB3e9o_T9Zt3Jfk6ozOuD0mznvXnHUvPPQaisSjzuXaUi6NL)

Combo 5: Matching 5 puzzles of the same color in a row horizontally, vertically, T shape and L shape (with at least 2 puzzles on each side) will create a special puzzle called SET. SET can be activated individually and as it explodes, it will clear all puzzles of that color from the board.

![](https://lh5.googleusercontent.com/e5FgNl0xhhkx86lVjeM97A4eQxni9xLfi0oSLf4UtjPvLDzXyuOg1OiHGTNbA59u99R9yGTgfmAODp_-5-n9PwkeVf75M_eLbGEAbBwUVN-LVRdXuLM0n_jSpGvgD4dEHhnSCaBR)

Aside from channeling power to warriors and creating special puzzles, mana from every 1 puzzle solved can also be added to the Warrior, the Sage and the skills of the warrior.

If there is a warrior with the same puzzle system: Each matching puzzle will add 10 mana to the warrior. If the number of puzzles solved is greater than 5, then each matching puzzle will add 8 mana to the Sage. If there is no warrior with the same puzzle system: Each matching puzzle will add 5 mana to each Sage's skill. Each matching puzzle will add 12 mana to the Sage.

After creating a set of matching puzzles, warriors can buildup the energy bar and activate their ultimate skill once the bar is full.


---

# 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://docs.metarrior.com/game-system/combat/puzzle-system.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.
