> For the complete documentation index, see [llms.txt](https://wiki.cryptofarms.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cryptofarms.me/the-game/how-to-play/durability-system.md).

# Durability System

### Durability Bar

Each [equipment](/the-game/equipments.md) have a durability bar, when you do your minings you'll consume a part of it.&#x20;

![](/files/Wf7OKQfuYpWDHShDJJKn)

The same way that the consumption scale by rarity, the amount of durability that it has increases as well! This information can be analyzed in this table:

<table><thead><tr><th width="236">Rarity</th><th width="295">NFT</th><th>Durability</th></tr></thead><tbody><tr><td>Basic</td><td>Basic Graphics Card</td><td>50</td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Simple Graphics Card</td><td>200</td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Simple Rig</td><td>600</td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Complete Rig</td><td>1800</td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Nitrogen Rig</td><td>5400</td></tr><tr><td>Basic</td><td>Old Computer</td><td>50</td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Nano Asic</td><td>200</td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Small Asic</td><td>600</td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Big Asic</td><td>1800</td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Quantum Asic</td><td>5400</td></tr><tr><td>Basic</td><td>Power Generator</td><td>60</td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Solar Panel</td><td>500</td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Eolic Turbine</td><td>2000</td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Nano Reactor</td><td>3200</td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Nuclear Reactor</td><td>6000</td></tr></tbody></table>

### Durability consumption

You can see the durability consumption per mining action (click) below:

<table><thead><tr><th width="215">Rarity</th><th width="278">NFT</th><th>Durability consumption</th></tr></thead><tbody><tr><td>Basic</td><td>Basic Graphics Card</td><td>2</td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Simple Graphics Card</td><td>5</td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Simple Rig</td><td>15</td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Complete Rig</td><td>45</td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Nitrogen Rig</td><td>135</td></tr><tr><td>Basic</td><td>Old Computer</td><td>2</td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Nano Asic</td><td>5</td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Small Asic</td><td>15</td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Big Asic</td><td>45</td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Quantum Asic</td><td>135</td></tr><tr><td>Basic</td><td>Power Generator</td><td>5</td></tr><tr><td><mark style="color:green;">Common</mark></td><td>Solar Panel</td><td>11</td></tr><tr><td><mark style="color:blue;">Rare</mark></td><td>Eolic Turbine</td><td>33</td></tr><tr><td><mark style="color:purple;">Epic</mark></td><td>Nano Reactor</td><td>99</td></tr><tr><td><mark style="color:orange;">Legendary</mark></td><td>Nuclear Reactor</td><td>297</td></tr></tbody></table>


---

# 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.cryptofarms.me/the-game/how-to-play/durability-system.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.
