> For the complete documentation index, see [llms.txt](https://cryptobound-project.gitbook.io/cryptobound-nft-game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptobound-project.gitbook.io/cryptobound-nft-game/more-info/nft-all-stats-function.md).

# NFT All Stats Function

<figure><img src="/files/FeCv274H4QPPsn2NVpz7" alt=""><figcaption></figcaption></figure>

## ⏳Stat Time <a href="#stat-time" id="stat-time"></a>

In other words, if you have this turn time characteristic set to <mark style="color:$success;">50</mark>, the maximum, and your opponent has <mark style="color:$danger;">40</mark> or less and you make a shot, your shot will weigh less than theirs, thus giving you the possibility of gaining another turn; the less the bullet weighs, the more chances you have of gaining turns.

&#x20;                                                                              ![](/files/ZLcMAIIztvj04DOuaha8)

### 🪏Stat Dig <a href="#stat-dig" id="stat-dig"></a>

This STAT works so that each shot you make your bullet makes the <mark style="color:$danger;">hole in the map bigger</mark>, so you can more easily knock down your enemy and win the game.

* The more STAT you have of this, the bigger your hole will be.

<figure><img src="/files/BwqeOsGdaKle1W5FNppC" alt=""><figcaption></figcaption></figure>

### ⚔️Stat Sttack <a href="#stat-sttack" id="stat-sttack"></a>

\
This Stat works so that your NFT does <mark style="color:$danger;">more damage to your opponent</mark>, the more of it you have, the more damage you will cause and the faster you will defeat the opponent.

&#x20;                                                                               ![](/files/cTwPRc8nlvLBlapJzGEs)

## ♥️ **Stat Life**

This Stat works so that your NFT has more LIFE, the more LIFE you have, the <mark style="color:$success;">more you will resist in the games</mark> and you will be more difficult to defeat.

\
&#x20;                                                                               ![](/files/rEuvx6yen7AIOSAF1rAM)<br>

\
Important information:
----------------------

In our NFT Marketplace store you can find <mark style="color:blue;">ELEMENTS</mark> that will help you <mark style="color:blue;">increase</mark> these characteristics in your NFT. You can also purchase them with your NFTs and thus make them even <mark style="color:$danger;">more powerful.</mark>

You can see more information about this in the Marketplace inventory section.

### NFT MAXIMUM POWER: <mark style="color:$success;">50 STAT</mark>

### NFT MINIMUM POWER: <mark style="color:$danger;">0 STAT</mark>

We will implement more of these features over time, so please keep an eye on the <mark style="color:purple;">ROADMAP</mark> to stay informed of new server updates.


---

# 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://cryptobound-project.gitbook.io/cryptobound-nft-game/more-info/nft-all-stats-function.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.
