# Unopened Pack Rewards

Un-opened packs will provide a daily reputation boost to the owner. This will allow players to slowly increase their studio reputation till they reach reputation 50.

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

**Reputation Boost Details**

The best way to increase your studio reputation is the release of great games. On top of that you can still receive a small reputation boost from unopened packs.&#x20;

The max limit is increased to **50 rep**. The daily increment can be computed using this formula:

```typescript
NEW_REP = OLD_REP + (((50 - OLD_REP) / 30000) * UNOPENED_PACKS)
```

As a studio approaches a reputation of 50, the successive increments will shrink. Studios with a rep above 50 will not receive the boost from unopened packs.

An overview of the number of days required to reach reputation 15:

* 100 packs: reach 15 reputation in 106 days
* 200 packs: reach 15 reputation in 53 days
* 400 packs: reach 15 reputation in 26 days
* 1000 packs: reach 15 reputation in 20 days


---

# 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://rulebook.riseofthepixels.com/shop-and-marketplace/shop/unopened-pack-rewards.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.
