> For the complete documentation index, see [llms.txt](https://rise-labs.gitbook.io/barve-ape-yacht-club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rise-labs.gitbook.io/barve-ape-yacht-club/nft/properties-of-nfts.md).

# Properties of NFTs

{% hint style="info" %}
Attributes of NFT: All attributes are completely randomly generated,Brave Ape is from 12 different regions
{% endhint %}

\---------------------------------------------------------------------------

**12 HABITAT：**

Metaverse 1%

Rainforest 2%

Dune 3%

Swamp 4%

Cave 5%

Lake 5%

Snow mountain 10%

Islands 10%

Jungle 10%

Volcano 10%

Plateau 20%

Grassland 20%

**--------------------------------------------------------------------------**

**3 DNA:**

Human          30%

Orc             30%

Elf              40%

\----------------------------------------------------------------------------

**4 Characteristic :**

Legend&#x20;

epic

Perfect

excellence

**--------------------------------------------------------------------------**

**Boosts**

Wisdom value  1%-10% (The higher the value, the better the quality)

\-----------------------------------------------------------------------------

**References:**

```
// Some code

attributes": [
        {
            "trait_type": "Habitat",
            "value": "dune",
            "display_type": null,
            "max_value": null,
            "trait_count": null,
            "order": null
        },
        {
            "trait_type": "DNA",
            "value": "Elf",
            "display_type": null,
            "max_value": null,
            "trait_count": null,
            "order": null
        },
        {
            "trait_type": "Wisdom_value",
            "value": "1%",
            "display_type": null,
            "max_value": null,
            "trait_count": null,
            "order": null
        },
        {
            "trait_type": "characteristic",
            "value": "Perfect",
            "display_type": null,
            "max_value": null,
            "trait_count": null,
            "order": null
        }
```
