> For the complete documentation index, see [llms.txt](https://playbook.checkmate.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbook.checkmate.live/gameplay-and-features/play-modes/arcade-mode/card-packs/queens-favor.md).

# 👑 Queen's Favor

"Queen's Favor" enhances your card-collecting journey in Arcade Mode, ensuring your pack opening experience is rewarding and fair.

**How "Queen's Favor" Works**

* **Progressive Chances:** Your odds of finding rare cards increase the more packs you open ⬆️.
* **Guaranteed Rarity:** After defined number of  tries, "Queen's Favor" guarantees a rare card, rewarding your loyalty 🌟.

**The Rewards of "Queen's Favor"**

* **Anticipation and Excitement:** Each pack brings you closer to a rare find, adding to the thrill of collecting 🎉.
* **Equal Opportunities:** The system ensures that all players have a fair shot at obtaining rare cards 🎯.
* **Strategic Depth:** Like in chess, collecting isn't just about luck; it's about strategy and patience 🧠.

**Specific Mechanics**

* **Initial Odds:** Each pack, like a Silver Pack, has a starting probability of containing a rare card 📊.
* **Increased Chances:** If you don't find a Rare Card, your odds improve slightly with each subsequent pack opened ⤴️.
* **Guaranteed Reward:** Eventually, "Queen's Favor" ensures you receive a rare card, balancing out any unlucky streaks ✨.


---

# 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://playbook.checkmate.live/gameplay-and-features/play-modes/arcade-mode/card-packs/queens-favor.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.
