> For the complete documentation index, see [llms.txt](https://plowed-earth.gitbook.io/plowed-earth-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plowed-earth.gitbook.io/plowed-earth-docs/the-game/introducing-packs.md).

# Introducing Packs

Packs are free and there are 2 ways to earn them. \
Any 'Plot Shares' won through pack openings are *Soulbound*, and are not able to be sold.

**Daily Pack**

* Every player gets **1 free pack per day**
* Use it or lose it
* Daily Packs **do not stack**

**Loop Packs** (Passing Start)

* Earn **1 pack every time you complete a full board loop**
* These **do stack**
* You can save them up over time

**Pack Storage**

* Max **10 packs total**

A Player can hold a total of 10 packs per day consisting of 9 loop packs + the daily pack. When a player first logs in for the day and opens a pack, it opens the 'daily pack' first before any loops packs from previous days.

**Opening Packs**

* Packs are opened **one at a time**
* If you have multiple saved, they open individually
* If you have both a daily and saved packs, the **daily pack opens first**

**Rewards System** Each pack gives you **one reward**, which you can:

* Accept or Reject (Rejecting still uses the pack)

**Pack Odds :**

* **+10 Fertiliser** on all shares you own: 50%
* **+50 Fertiliser** on all shares you own: 24%
* **+100 Fertiliser** on all shares you own: 5%
* **Max Fertiliser** on all shares you own: 1%
* **Common Soulbound Plot Share**: 13.9%
* **Rare Soulbound Plot Share**: 5%
* **Epic Soulbound Plot Share**: 1%
* **Legendary Soulbound Plot Share**: 0.1%

<div align="left"><figure><img src="/files/W9Hv0mvBqKOXBM0wWAgu" alt=""><figcaption></figcaption></figure></div>


---

# 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://plowed-earth.gitbook.io/plowed-earth-docs/the-game/introducing-packs.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.
