> 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/features/battle-factory/shop.md).

# Shop

Spend Factory Points on Mega Stones, Z-Crystals, Z-Rings, and Vitamin Candies.

## Battle Factory shop

Spend Factory Points earned from battles. Open the shop with `/shop battlefactory`.

{% hint style="info" %}
**Buy a Z-Ring first.** Z-Crystals need one. It costs 1,000 Factory Points, the shop's lowest price.
{% endhint %}

See the [Battle Factory guide](/features/battle-factory/battle-factory-guide.md) for tier rewards and run rules.

### Mega Stones

**6,000 Factory Points each**

|               |              |               |               |
| ------------- | ------------ | ------------- | ------------- |
| Barbaracite   | Chandelurite | Chesnaughtite | Clefablite    |
| Delphoxite    | Dragalgite   | Dragoninite   | Drampanite    |
| Eelektrossite | Emboarite    | Excadrite     | Falinksite    |
| Feraligite    | Froslassite  | Greninjite    | Hawluchanite  |
| Malamarite    | Meganiumite  | Pyroarite     | Scolipite     |
| Scraftinite   | Skarmorite   | Starminite    | Victreebelite |

### Typed Z-Crystals

**5,000 Factory Points each**

|             |              |             |             |
| ----------- | ------------ | ----------- | ----------- |
| Buginum Z   | Darkinium Z  | Dragonium Z | Electrium Z |
| Fairium Z   | Fightinium Z | Firium Z    | Flyinium Z  |
| Ghostium Z  | Grassium Z   | Groundium Z | Icium Z     |
| Normalium Z | Poisonium Z  | Psychium Z  | Rockium Z   |
| Steelium Z  | Waterium Z   |             |             |

### Z-Ring and Vitamin Candies

**1,000 Factory Points each**

|               |              |              |             |
| ------------- | ------------ | ------------ | ----------- |
| Courage Candy | Health Candy | Mighty Candy | Quick Candy |
| Smart Candy   | Tough Candy  | Z Ring       |             |

### Factory Point earnings

Higher tiers earn points much faster.

|      Tier     | Points per battle |    Full 20-battle tier    |
| :-----------: | :---------------: | :-----------------------: |
|    **Easy**   |         50        |     \~1,100 with bonus    |
|   **Medium**  |        100        |     \~2,150 with bonus    |
|    **Hard**   |        200        |     \~4,250 with bonus    |
| **Limitless** |        200        | 200 per battle, endlessly |

A clean Easy-through-Hard run earns roughly **7,500 Factory Points**. That buys one Mega Stone with points left over, or a Z-Ring and Z-Crystal.

### Need help?

* Join the [Discord Server](https://discord.com/invite/cobblemonislands).
* Ask the community or staff in-game.


---

# 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/features/battle-factory/shop.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.
