# Equipment

In the game, the equipment system plays an essential role in customizing your character’s appearance and enhancing certain aspects of gameplay. However, unlike crafting or minting items, the equipment available in this system consists of basic clothing and accessories. These items cannot be created or modified by players but are instead obtained through exploration, completing missions, or purchasing in the marketplace.

## Types of Equipment

The equipment in this game includes various pieces of clothing and accessories that players can use to personalize their characters. While these items do not provide significant combat advantages, they offer aesthetic customization and may offer minor enhancements to certain non-combat abilities.

* **Clothing:** Basic apparel such as shirts, pants, jackets, hats, and footwear. These items come in various styles and colors, allowing players to create a unique look for their character. Clothing does not affect combat stats but may influence interactions with NPCs or affect gameplay in other subtle ways.
* **Accessories:** Items such as watches, glasses, belts, and jewelry. Accessories add another layer of customization and may provide minor benefits, such as increased inventory space or enhanced perception.
* **Utility Items:** Practical items like backpacks, tool belts, or utility vests that may slightly improve a character’s ability to carry items or interact with the environment. These items focus on utility rather than combat effectiveness.

## Obtaining Equipment

Equipment can be acquired through various means within the game. Since these items cannot be crafted, players must seek them out through exploration, completing tasks, or engaging with the in-game economy.

* **Exploration:** As players explore the game world, they may find clothing and accessories hidden in various locations, such as abandoned buildings, shops, or even dropped by certain NPCs.
* **Missions:** Completing specific missions may reward players with unique or themed pieces of equipment. These mission-based items often reflect the quest’s narrative or the environment where it was completed.
* **In-Game:** Players can also purchase equipment directly from the in-game NPC. Prices for these items vary based on their rarity, demand, and availability.


---

# 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:

```
GET https://cto-io.gitbook.io/cyberton-land/game-mechanics/character-development/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.
