# Mystery Chest

## Mechanics

Hey Greenbies, let’s play “Hit Or Miss” and chance to earn more valuable Fragments without joining battles!!! 😍

🍀 Each Mystery Chest costs **2,500 $GFRUIT** and it takes **01 Energy** to open.

🍀 If you **"hit"**, you will get random Fragments (Land, Training House, Fusion Stone, EXP Card).&#x20;

🍀 If you **"miss"** you will get lucky points. Once you've collected 100 lucky points, you will receive a Land Fragment and your lucky points will be reset to 0.

🍀 **Genesis**, **Rarity,** and **Star** of the current team will decrease the “Miss” rate and give you a higher chance to get Fragments. &#x20;

📌**25,000 Land fragments** will be added to Mystery Chest rewards pool. The Mystery Chest feature will end as soon as 25,000 Land Fragments runs out.

## Default rate (Rate\_Default)

|      Land      |  5% |
| :------------: | :-: |
| Training house | 10% |
|  Fusion Stone  | 20% |
|    Exp Card    | 25% |
|      Miss      | 40% |

## Genesis Buff rate

| Genesis |  5% |
| :-----: | :-: |

## &#x20;**Rarity Buff Rate**

|   Common  |  1% |
| :-------: | :-: |
|  Uncommon |  2% |
|    Rare   |  5% |
|    Epic   |  7% |
| Legendary | 10% |
|  Mythical | 15% |

## Star Buff Rate

|  1  |  0% |
| :-: | :-: |
|  2  |  2% |
|  3  |  5% |
|  4  | 10% |
|  5  | 18% |
|  6  | 30% |

## **Buff Formula**

1, rate\_buff\_per\_hero = genesis + rarity + star

2, rate\_buff\_team = buff\_hero\_main + 0.5\*(buff\_support\_1 + buff\_support\_2)

3, rate\_display = rate\_default \* (1+ rate\_buff\_team)

4, rate\_miss = 1 - sum(rate\_fragments)

## Mystery Chest Instructions

Step 1: Click "**Mystery Chest**" on the main screen

![](/files/723k9BXpq2yiw8NELS5r)

Step 2: Choose the number of chests you want to open and click the button

![](/files/w7fU0YNHFJXMbluyUmB0)

Step 3: Click "**Confirm**" button&#x20;

![](/files/svZ9Rs7l32psy8e1XsHm)

Step 4: Done, collect your fragments now 🍀

![](/files/0pXQFg1yePCaHoXuWfef)


---

# 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://greenbeli.gitbook.io/green-beli/gameplay/green-beli-1.0/mystery-chest.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.
