> For the complete documentation index, see [llms.txt](https://nemesis-downfall.gitbook.io/nemesis-downfall/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nemesis-downfall.gitbook.io/nemesis-downfall/game-guides/navigate-game-menus/armory.md).

# Armory

The armory is the menu where you can select the character & skins combination to customize your avatar.

<figure><img src="/files/HhSg9zz2oJVkfdTI3zlb" alt=""><figcaption></figcaption></figure>

### 1. Character / weapon selection tab

<figure><img src="/files/Gq6ONu1eW7OfyTPtLyJQ" alt=""><figcaption></figcaption></figure>

The character selection tab is available on the left of your screen. It lets you select the character you want to play from our selection of 11 characters: John, Rob, Phantom, Shadow, Viper, Jeremiah, Downfaller, Rift, Rogue, Cypher, Blaze, Wraith and Fury.

<mark style="color:orange;">Note</mark> that until our class system is implemented, the character selection does not change any game mechanic and is purely cosmetic.

* Hit the arrows next to the CHaracters header to switch to weapon selection

<mark style="color:orange;">Note</mark> that until our class system is implemented, the weapon selection in the armory is overwritten by the class selection in the Classes menu.

* Use categories and "Owned" filter to sort and organize skins

Characters and weapons will feature a lock in the upper left corner when you don't own the base skin for that character.

### 2. Skin selection

<figure><img src="/files/awUt8j4hwQoP7de2KzLp" alt=""><figcaption></figcaption></figure>

The skin selection tab lets you chose from the different skins available for the character you picked in the character selection tab.

**All skins are purely cosmetics and have no effect in game.**

Skins are divided in two categories:

* in-game skins are bonded to your account and not sellable
* NFT skins are NFTS which you can withdraw from and import into the game, and dispose as you please like any NFT, including selling it on our [online marketplace](/nemesis-downfall/nfts-and-marketplace/market-places.md)

Both type of skins are purchasable in the armory, follow our [Buy skins](/nemesis-downfall/game-guides/buy-nemesis-downfall-skins.md) guide for more information. The lock in the upper left corner of the skins lets you know wich skins you own.

<mark style="color:orange;">Note:</mark> If you have just imported an NFT skin, hit the "refresh" button next to the character description to synchronize your bonded wallet.

### 3. Character description

<figure><img src="/files/YHmqKuWC2mfz9kR1pC0n" alt=""><figcaption></figcaption></figure>

The top right character description gives you information and lore about the character and skin you're currenlty browsing.

### 4. Character and skin selection

Once you have browsed the various characters and skins, you must hit the Select button below your character to validate the selection you want to play with. The top left thumbnail lets you know what combination you have currently selected at any time. Same principle works for weapons.

<figure><img src="/files/cusiLoRCcHWcXN4FKVTx" alt=""><figcaption></figcaption></figure>


---

# 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://nemesis-downfall.gitbook.io/nemesis-downfall/game-guides/navigate-game-menus/armory.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.
