> For the complete documentation index, see [llms.txt](https://docs.outerringmmo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.outerringmmo.com/tokenized-ecosystem/weapons.md).

# Weapons

In Outer Ring there are different types of weapons:

### Handguns

* Pistol
* Revolver

### Shotguns

* Shotgun
* Repeater shotgun

### Sub Machine Guns

* Assault Sub Machine Gun
* High rate Sub Machine Gun

### Rifles

* Assault rifle
* Light Machinegun

### Snipers

* Sniper rifle
* Precision rifle

### Melee Weapons

* Blades
* Blunt
* Shields

### Heavy Weapons

* Minigun
* Rocket Launcher
* Flamethrower
* Heavy Machinegun / anti-aircraft cannon
* Heavy Laser

## General Weapon Rarity <a href="#general-weapon-rarity" id="general-weapon-rarity"></a>

The rarity values go from 1 to 5, being 1 common and 5 legendary, leaving the following margins:

| **Medium Rarity Coeff** | **Weapon rarity** |
| ----------------------- | ----------------- |
| 1 \~ 1.99               | Common            |
| 2 \~ 2.99               | Uncommon          |
| 3 \~ 3.99               | Rare              |
| 4 \~ 4.99               | Epic              |
| 5                       | Legendary         |

The rarity of the weapon also adds a modifier to the damage.

## Weapon Tier <a href="#weapon-tier" id="weapon-tier"></a>

Depending on the Tier, the available weapons and components can only have the following rarities:

|        | **Common** | **Uncommon** | **Rare** | **Epic** | **Legendary** |
| ------ | ---------- | ------------ | -------- | -------- | ------------- |
| Tier 0 | YES        | NO           | NO       | NO       | NO            |
| Tier 1 | YES        | YES          | YES      | NO       | NO            |
| Tier 2 | YES        | YES          | YES      | YES      | NO            |
| Tier 3 | YES        | YES          | YES      | YES      | YES           |
| Tier 4 | YES        | YES          | YES      | YES      | YES           |
| Tier 5 | YES        | YES          | YES      | YES      | YES           |

## Weapon Crafting

TBA


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.outerringmmo.com/tokenized-ecosystem/weapons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
