> For the complete documentation index, see [llms.txt](https://shedever-studio.gitbook.io/chess-zombies-wpeng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shedever-studio.gitbook.io/chess-zombies-wpeng/ammunition/general-info/craft.md).

# Craft

#### Crafting is the process of making ammunition. Different types of ammunition can be crafted in different [Structures](/chess-zombies-wpeng/structures/civil.md).

During crafting, the player determines in advance what Type, Subtype and Rarity of ammunition will be made, while the rest of the parameters remain random.

#### The algorithm for determining random characteristics during crafting is as follows:

#### Stage 1: determination of the level of ammunition.

The level of received ammunition will depend on the level of the Master who makes it.

The level of the master corresponds to the level of the building in which the ammunition is made.

The probabilities are as follows:

| Master Level | Ammunition level | Probability |
| :----------: | :--------------: | :---------: |
|    1 Level   |         1        |     50%     |
|              |         2        |     30%     |
|              |         3        |     20%     |
|    2 Level   |         4        |     50%     |
|              |         5        |     30%     |
|              |         6        |     20%     |
|    3 Level   |         7        |     50%     |
|              |         8        |     30%     |
|              |         9        |     20%     |
|    4 Level   |        10        |     50%     |
|              |        11        |     30%     |
|              |        12        |     20%     |
|    5 Level   |        13        |     50%     |
|              |        14        |     30%     |
|              |        15        |     20%     |

#### The level of ammunition determines how high its basic parameters will be.

#### Stage 2: determination of the characteristics of ammunition.

The algorithm for determining the values of the characteristics of ammunition during Crafting is the same as with [Drop](/chess-zombies-wpeng/ammunition/general-info/drop.md). Tables of values can be viewed in the section "[Random ammo characteristics values](/chess-zombies-wpeng/ammunition/general-info/drop/random-ammo-characteristics-values.md)"
