> For the complete documentation index, see [llms.txt](https://wiki.petridish.pw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.petridish.pw/skins/multi-skin.md).

# Multi-Skin

During gameplay, each cell will display a skin that changes based on its mass.

If the maximum mass on the server is 22500 with 2 frames, each frame covers 11250 mass.\
With a max mass of 32000 and 10 frames, each frame covers 3200 mass.

<figure><img src="/files/nqAUEcrRB7UEqcLu88ou" alt=""><figcaption><p>With <strong>6 frames</strong> and a maximum server mass of <strong>22500</strong>, the mass step will be <strong>3750 per frame</strong>.<br>Left — less mass, right — more mass.</p></figcaption></figure>

**Online editor & sprite creator:** <https://skin.petridish.info/multiskin>

Rules:

1. **Minimum difference between frames:**\
   There must be minimal noticeable variation between frames so other players can recognize your cells.\
   \&#xNAN;*Allowed:* changing eye color, a sword lighting up, a flower blooming.\
   \&#xNAN;*Not allowed:* completely different images for each frame. Changing anime characters is questionable, but on the same background is acceptable.
2. **Each frame must be 512x512 or 1024x1024.**
3. You can use **2 to 16 frames.**

Price: **1450 pts** for standard (512×512), **1950 pts** for HD (1024×1024).

{% content-ref url="/pages/u0vUASrhIeylXq0hCoym" %}
[Broken mention](broken://pages/u0vUASrhIeylXq0hCoym)
{% endcontent-ref %}

Demo: **Moon Power** и **Hamster Kombat**\
No passwords.

<div><figure><img src="/files/l1doYiwwvI4yq1cvsfH2" alt=""><figcaption><p>Moon Power</p></figcaption></figure> <figure><img src="/files/DSD5VtieCXSpI3oihusr" alt=""><figcaption><p>Hamster Kombat</p></figcaption></figure></div>

<div><figure><img src="/files/Xctb5BnjOxE1z8RP1h1E" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xWDIC5XH20SjGc8rUZnJ" 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://wiki.petridish.pw/skins/multi-skin.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.
