> For the complete documentation index, see [llms.txt](https://forsakentales.gitbook.io/fl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forsakentales.gitbook.io/fl/server-features/king-poring.md).

# King Poring

***

<figure><img src="/files/zhphFMELbY1yRlOlZKrH" alt=""><figcaption></figcaption></figure>

***

### **💡Overview**

You can recycle your excess cards to obtain a new one randomly. There is also a small chance to obtain a special reward whenever you recycle a card.

In exchange of **four (4) different cards** with a fee of **300,000z**, you can obtain a random card, a random card + special reward or a card fragment when it fails.

There is also a **Pity System** whenever you reach fifty (50) recycles, **you are guaranteed to obtain a special reward**! However, when you received the special reward during 1 \~ 49 recycles, the pity system will revert back to zero (0).

You can only **recycle 4 different cards except Mini Boss & MVP Cards**.

***

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Recycle Rate</th><th>Reward</th></tr></thead><tbody><tr><td>80%</td><td>Random Card</td></tr><tr><td>15%</td><td>Card Fragments</td></tr><tr><td>5%</td><td>Special Reward</td></tr></tbody></table>

***

### 🎁**Card Fragment Shop**

You can exchange your **Card Fragments** in the King Poring Shop.

***

<figure><img src="/files/myVJFdsFR7kQXeq0cZP2" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://forsakentales.gitbook.io/fl/server-features/king-poring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
