# Wearable equipment and craft

Each game character has its own set of skills and characteristics. Players use them as the basis for building the match participation strategy. But how can a player boost his favorite character?

For this, special items are used - wearable equipment⚔. During each match, the player has the opportunity to meet the [**main NPC**](/game-elements/game-mechanics.md#npc) - the boss of the map. After defeating the boss, a special item drops out - part of the equipment for his character. In each battle, only 1 out of 15 players can pick up this item.

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

Each piece of equipment is an [**in-game item**](/blockchain-part/blockchain-components.md) that remains in the player's inventory forever. These pieces are minted in the form of NFTs to ensure that they will always belong to the player and that the user has full freedom of action when it comes to such equipment. They have characteristics that can be used to [**boost the character**](/game-elements/level.md), a level of rarity, and a unique image. Since the clothes will be implemented on-chain, players retain full ownership of their collection of items.

**At the same time, players have a choice:**

&#x20;  1️⃣ you can save items into your collection

&#x20;  2️⃣ you can sell the received equipment on the [**marketplace**](/game-elements/additional-platform-features.md#marketplace)

&#x20;  3️⃣ items can be used to level up characters

You can put each piece of wearable equipment on your character. In this way, the characteristics will be increased, but most importantly - the player will receive a [**level-up**](/game-elements/level.md)**.** The higher the level and rarity of the items worn, the higher the player's level. And in such a way - the game's matching engine will look for other higher-level players.

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

In addition, each piece of wearable equipment can be leveled up even more with crafting. For a small amount of DINW[ **Token**](/blockchain-part/two-tokens.md#governance-token) and [**In-game Token**](/blockchain-part/two-tokens.md#in-game-token), you can craft together 8 items of the same level and rarity to get an even higher level item. This opens up a whole new layer of possibilities for players, as it will encourage them to search for new equipment, [**farm NPCs**](/game-elements/game-mechanics.md#npc) on the [**map**](/game-elements/game-mechanics.md#game-map), trade in the [**marketplace**](/game-elements/additional-platform-features.md#marketplace), and communicate with other players in search of new items for their collection.


---

# 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://whitepaper.dino-wars.com/game-elements/wearable-equipment-and-craft.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.
