> For the complete documentation index, see [llms.txt](https://wp.warped.games/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.warped.games/gameplay/choosing-your-cosmetics-and-customizations.md).

# Choosing Your Cosmetics and Customizations

Cosmetics and customizations allow players to express their individuality and make their experience in Warped Universe truly their own. While attributes enhance functionality, cosmetics focus on personalization, offering a wide array of options to visually distinguish your equipment and character.

All cosmetics and customizations are stored in the player's Game Vault as digital assets, with the option to withdraw them to a Personal Vault. This gives players full ownership of their items and the ability to trade them on the secondary market. For further details, see the Ownership in Warped Universe section.

**Ways to Obtain Cosmetics and Customizations**

Cosmetics in Warped Universe are either exclusively earned or purchased, never both. Regardless of how they are obtained, all cosmetics grant full ownership through the Game Vault.

**Earned**

Some cosmetics cannot be purchased and must be earned through gameplay. These include rewards from:

Seasonal Progression: Every player earns cosmetics by progressing through each season. Players who hold a Nexus Pass unlock premium cosmetics alongside the standard track as they progress.

Seasonal Events and Campaigns: Earned by completing or participating in limited-time events and campaigns.

Achievements: Earned by completing personal milestones.

Unique Quests and Challenges: Earned by completing random quests or challenges.

**Purchased**

The in-game store hosts a variety of cosmetics available for purchase using Koju. These items are limited edition, either by quantity or time availability.

**Types of Cosmetics and Customizations**

Equipment Skins: Transform the appearance of weapons, armor, and ships with unique designs and themes.

Attachments and Effects: Add aesthetic enhancements such as holographic sights, glowing accents, or elemental effects.

Character and In-Game Customizations: Personalize your character with emotes, unique auras, titles, and dice cosmetics.


---

# 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://wp.warped.games/gameplay/choosing-your-cosmetics-and-customizations.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.
