# Weapons and Armors

{% hint style="info" %}
Disclaimer: The project is in development so details are subject to change.
{% endhint %}

Weapons in Shockwaves can be found in lootboxes that require a xNeuros price to open.&#x20;

<div><figure><img src="/files/QRRpehQKk5NGtWcJzxdn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/wQrn0bfF0mlhNkRj9eqw" alt=""><figcaption></figcaption></figure></div>

Each weapon that is gained will have generated stats and a different color pattern within the same kind of weapon.&#x20;

There are different stats that a weapon can have:

* Damage
* Range
* Armor penetration
* Accuracy
* Fire rate
* Music resonance (how much the music intensity affects the weapon's damage)

The variations in stats of weapons will make them all almost unique which helps making them more interesting to trade on secondary markets.&#x20;

<figure><img src="/files/pu9zIgs1XzJKVpFReVt4" alt="Weapon inventory"><figcaption></figcaption></figure>

### Armors

Armors can be found in lootboxes like weapons. They grant an additional protection which reduces the damage taken buy the player who equips them.

### Tokenization

Weapons and Armors earned in-game can be tokenized as NFTs on Polygon. That way they can be freely exchanged from wallets and traded on decentralized platforms like OpenSea. A small Matic fee is taken from the tokenization transaction to ensure that only assets of some value are tokenized.

Tokenized items have an interactive experience into the trading platforms.

<figure><img src="/files/5NtOcbpt3RpPjlcXAMvR" alt="Tokenization menu"><figcaption></figcaption></figure>


---

# 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.shockwaves.ai/gameplay/weapons-and-armors.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.
