# Equipment

&#x20;    Every one equipment NFT is unique, which has its level and capacity value.&#x20;

&#x20;    The capacity value is an important information for harvest. The more the total capacity value of one convoy, the higher the orchard level it can enter.&#x20;

If you don't want an equipment NFT anymore, you can sell it on the Marketplace or send it as a gift to another.

#### Equipment drop chance

<table><thead><tr><th width="133" align="center">Equipment level</th><th width="209">capacity value</th><th width="133" align="center">drop chance</th></tr></thead><tbody><tr><td align="center">1</td><td>between 50 and 100</td><td align="center">44%</td></tr><tr><td align="center">2</td><td>between 100 and 200</td><td align="center">35%</td></tr><tr><td align="center">3</td><td>between 200 and 300</td><td align="center">15%</td></tr><tr><td align="center">4</td><td>between 300 and 400</td><td align="center">5%</td></tr><tr><td align="center">5</td><td>between 400 and 500</td><td align="center">1%</td></tr></tbody></table>

### Damage

&#x20;    Every time the convoy harvests successfully, the equipment will be damaged a bit.

&#x20;    The equipment will be damaged progressively with every successful harvest journey. While the equipment takes too much damage, a “damaged” tag shows. Repair it, or the convoy cannot go into any orchard.


---

# 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://cryptofruits.gitbook.io/whitepaper-of-cryptofruits/general/equipment.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.
