> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/updates/new-crate-on-the-island/prophunt.md).

# PropHunt

## 🏆 How to Earn Points

Every action in the game earns you **Prop Hunt Points,** the currency used across both the In-Game and Out-of-Game shops. The more you play, the more you earn!

<details>

<summary>📊 Point Gather Table</summary>

| Action        | Description                                    | Points    |
| ------------- | ---------------------------------------------- | --------- |
| Taunt Sounds  | Per taunt used                                 | 1         |
| Sparkle Taunt | Per sparkle taunt used                         | 2         |
| Stayin' Alive | When another hider dies but you're still alive | 1 per min |
| Game Loss     | When either side loses                         | 15        |
| Game Win      | When either side wins                          | 75        |
| Kill          | Per kill                                       | 15        |
| Seeker Death  | When a Hider kills a Seeker                    | 6         |
| Seeker Kill   | When a Seeker kills a Hider                    | 5         |

</details>

***

## The In-Game Shop

The In-Game Shop is packed with items that can be use during the prop hunt game

Pick up new **hide blocks** to keep your disguise fresh, trigger **taunts** to mess with the Seekers, grab **weapons** to fight back, or stock up on **extra lives, traps, and boosters**.&#x20;

<details>

<summary>🛍️ In-Game Shop — Items &#x26; Prices</summary>

| Item Name                | Description                                                  | Available To | Price               |
| ------------------------ | ------------------------------------------------------------ | ------------ | ------------------- |
| Extra Hearts             | Gain a 3 Heart buff — Next Game Only                         | Both         | —                   |
| Extra Traps              | Gain 1 extra Trap — Next Game Only                           | Hider        | —                   |
| Extra Smoke Bombs        | Gain 1 extra Smoke Bomb — Next Game Only                     | Hider        | —                   |
| Speed Booster            | Speed I = 20% boost — Next Game Only                         | Both         | —                   |
| Strength Booster         | Strength I = 20% / +3 — Next Game Only                       | Both         | —                   |
| Invisibility Potion      | Usable Potion with a 3 or 8 min timer — Next Game Only       | Hider        | —                   |
| Mythic Bow               | Strength II = 40% / +6, 10+ second cooldown — Next Game Only | Seeker       | —                   |
| Permanent Hider Blocks   | Adds 1 additional Hider Block during selection               | Hider        | See Block Loot Pool |
| Permanent Whistle Sounds | Change the Pokémon sound of your whistle                     | Hider        | See Taunt Sounds    |
| Visual Taunts            | Different visual effects for Taunts                          | Hider        | See Visual Taunts   |

</details>

***

## The Out-of-Game Shop

Got points to spare outside of a match? The Out-of-Game Shop lets you spend them on permanent rewards, cosmetics, and exclusive goodies.

<details>

<summary>🏪 Out-of-Game Shop — Items &#x26; Prices</summary>

| Item Name                                       | Stock | Price (Points) |
| ----------------------------------------------- | ----- | -------------- |
| Random Size Voucher (XXS–XXXL)                  | 5     | 150            |
| Monthly Crate Key                               | 5     | 750            |
| Shiny Voucher                                   | 1     | 550            |
| Random IV Candy                                 | 5     | 250            |
| Expedition Pass Bundle                          | 3     | —              |
| Bronze Cap                                      | 2     | 500            |
| Shiny Venusaur Helm                             | 1     | 750            |
| Shiny Venusaur Armor (Chest + Leggings + Boots) | 1     | 1,500          |
| Shiny Venusaur Back Cosmetic                    | 1     | 750            |
| Shiny Venusaur Weapon                           | 1     | 750            |

</details>


---

# 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://wiki.cobblemonislands.com/updates/new-crate-on-the-island/prophunt.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.
