> For the complete documentation index, see [llms.txt](https://whitepaper.legendofarcadia.io/legend-of-arcadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.legendofarcadia.io/legend-of-arcadia/nft-assets/nft-toy-hero-recast.md).

# NFT Toy Hero Recast

### Overview

<figure><img src="/files/T5J5hDtM5UR0R3XKnDWo" alt=""><figcaption><p>(Left) NFT Makeover for Body Parts<br>(Right) NFT Makeover for Face Parts</p></figcaption></figure>

In traditional blockchain games, once NFTs are minted, their appearance remains fixed. However, Legend of Arcadia breaks this norm by introducing NFT Makeover, allowing players to alter the appearance of their NFT heroes.

With NFT Makeover, players can choose to consume idle NFT heroes and inherit specific **Face (eyes, nose, and mouth)** or **Body parts (head, body, legs, and hands)** from these consumed heroes to the targeted heroes. The success rate of NFT Hero Makeover depends on factors such as the Body Part, Face Part, and VIP Level.

|                                         | Success Rate                                                     |
| --------------------------------------- | ---------------------------------------------------------------- |
| Face Part (eyes, nose, and mouth)       | 35% for one of three face parts of the consumed hero to inherit. |
| Body Part (head, body, legs, and hands) | 50% for one of four body parts of the consumed hero to inherit.  |
| Mystic Part (Limited edition)           | 25% for both face and body parts with "Mystic" labels            |

<table><thead><tr><th width="158.33333333333331">VIP Level</th><th>Additional Success Rate</th></tr></thead><tbody><tr><td>1 - 3</td><td>-</td></tr><tr><td>4</td><td>+5%</td></tr><tr><td>5</td><td>+6%</td></tr><tr><td>6</td><td>+7%</td></tr><tr><td>7</td><td>+8%</td></tr><tr><td>8</td><td>+9%</td></tr><tr><td>9</td><td>+10%</td></tr><tr><td>10</td><td>+15%</td></tr><tr><td>11</td><td>+20%</td></tr><tr><td>12</td><td>+25%</td></tr><tr><td>13 - 20</td><td>Guarantee 100% successful</td></tr></tbody></table>

{% hint style="warning" %}
NFT Hero Makeover applies to heroes of the same gender. Only the appearance will change, and the rarity and attributes will remain unchanged.
{% endhint %}


---

# 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://whitepaper.legendofarcadia.io/legend-of-arcadia/nft-assets/nft-toy-hero-recast.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.
