# Equipment

Equipment Items refer to the Items that are directly usable by players during any kind of combat in the Nine Chronicles world. These items can be crafted, upgraded, and traded freely by their owners.&#x20;

Different equipment items provide different kinds of stat values to the players. It is a core gameplay aspect in Nine Chronicles for players to prioritize which equipment Items to craft, which to buy, and in which order to upgrade, in order to pass through the difficult challenges in the Campaign Mode and grow stronger.&#x20;

![Player accumulating a total of \~140K Combat Power](/files/PuL50B5aL8kfRCkxobMA)

Equipment Items are accompanied by Combat Power which acts as an indicator of how strong an item is. The formula which calculates the Combat Power is:&#x20;

$$
CP= HP*0.7 + ATK*10.5 + DEF*10.5 + SPD*300 + HIT\*2.3
$$

The stat values of Items are divided into Base Stat values and Secondary Stat values. This distinction will come in handy at a later stage when we discuss Item Upgrading in detail.&#x20;

![Necklace with Base stat: HIT & Secondary Stat: HP](/files/WSRAW0NgkL7INvV0dIOR)

Every character has six equipment slots available which correspond to a specific item type. Generally, equipment items have different base stats depending on their type as shown below:

| Equipment | Base Stat |
| --------- | --------- |
| Weapon    | Attack    |
| Armor     | HP        |
| Belt      | Speed     |
| Necklace  | Hit       |
| Ring      | Defense   |

### Elemental Properties <a href="#elemental-properties" id="elemental-properties"></a>

Equipment Items have a specific elemental property associated with them. These are Wind, Water, Fire, and Land. While there will be more utilities for the elemental properties system in the future, currently, there is a 20% damage boost between the attacking character and the enemy based on this cyclical design. The element of the attacker is based on the weapon they have equipped while the defender's element is based on their armor.<br>

![Elemental buff system](https://1559839972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk52GDFQC2iLkf9e0z5MU%2Fuploads%2FHrbuppYRl36EtMRjCvjm%2Fimage.png?alt=media\&token=8cf535b8-9e71-4180-b1d3-4b8a71f9ef7e)


---

# 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://docs.nine-chronicles.com/introduction/intro/items/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.
