# Reward Rules

The reward algorithm of YoleeCard depends on some special information on the card, such as action points, attack value, defense value, card attributes, etc. When they form a specific card type, the income obtained will be different.

**I. Three identical skill cards.**

**II. Three skill cards of the same class.**

**III. Three skill cards of the same lineup.**\
&#x20;    **(Lineup1: wind, fire; Lineup2: water, soil; Lineup3: grass, poison)**

**IV. Three skill cards that require the same energy.**

**V. The action point of three skill cards is composed of 0, 1, and 2.**

**VI. The total attack value of the three skill cards exceeds 350.**

**VII.The total defense value of the three skill cards exceeds 240.**


---

# 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://yoleedao.gitbook.io/yoleeuniverse-game-guide/start-yolee-card-game/reward-rules.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.
