> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/design/entities/characters/player-characters.md).

# Player Characters

## Humanoids <img src="https://lh3.googleusercontent.com/Gu82RVgvMEJshQ79i0fFAW66sFtgTQLpF0AfwWAyR1F3l7HRUfMEF4FfTpmX8vjrk_9rxG7ehL-0jjHLnOS2A6S8CC0wLM7EWRi5OGGk5-j8qg-7am-LlKL4CxpPE6MiTQBYwsnmByIs66rAcKTFVw" alt="" data-size="line">

Humanoids on the station are varied, and make use of a flexible character customization system. The vast majority of humanoid characters are actually player-created, and each player can save and load characters to play throughout different rounds of the game. Players may also opt to go for randomly generated characters, if they don’t wish to spend time creating their own.

When creating a custom character, players have access to a range of customization options, including sex, hair style, hair color, skin color, eye color, facial hair style, eyebrow style, jaw width, height, and other bodily proportions.

<img src="https://lh3.googleusercontent.com/KiMb6rURi2pC052e_mFUDsgje1N1GH3jrM2qBCxSqfuERrmrTeLsq7NW-KIagLFkW1KnSVsCoBdon2eYT6c3UurgnycEEMVQhg5mgWLrz5MQjgqfrwI2093eeoADP7jsmaoXdM7xl0D7LBw2PIXKWA" alt="" width="375">

In some cases, the player may also change their species from human to lizardman, or moth person, and so on. (Implementation of non-humanoid species are not out of the question, but have developmental hurdles that may need to be crossed in order to make them function, such as new sets of animations or custom-fitted clothing.)

## Humanoid Clothing <img src="https://lh3.googleusercontent.com/Gu82RVgvMEJshQ79i0fFAW66sFtgTQLpF0AfwWAyR1F3l7HRUfMEF4FfTpmX8vjrk_9rxG7ehL-0jjHLnOS2A6S8CC0wLM7EWRi5OGGk5-j8qg-7am-LlKL4CxpPE6MiTQBYwsnmByIs66rAcKTFVw" alt="" data-size="line">

In regards to clothing, players will often be swapping between various articles depending on the circumstances that arise on the station. Clothes can give different abilities and perks, depending on the clothing.

A space suit influences the player’s ability to survive a vacuum, whereas insulated gloves may be needed to handle electrical elements. A hardsuit may be more protective against hazards than your undies, but you’re definitely able to run faster in your undies. And when players aren’t dressing for the job, they can simply dress for fashion instead.

## Death <img src="https://lh3.googleusercontent.com/Gu82RVgvMEJshQ79i0fFAW66sFtgTQLpF0AfwWAyR1F3l7HRUfMEF4FfTpmX8vjrk_9rxG7ehL-0jjHLnOS2A6S8CC0wLM7EWRi5OGGk5-j8qg-7am-LlKL4CxpPE6MiTQBYwsnmByIs66rAcKTFVw" alt="" data-size="line">

Death in SS3D is certainly an affair, but not a permanent one. **Whether a player has died from gunshot or disease, all players will leave their bodies in the form of ghosts**, which vaguely resemble their past selves.

<figure><img src="https://lh4.googleusercontent.com/JoLe_RZuOi4rIzFGGfM0waRf_wqIrvTXA6uws5M6GTykeEgKH3WxDFaI6tA-VXwk-7H1ZRMCY_VTUPqZ46nNi25pc_edluHn_rx2lOBcms1ujFHxHcpG61bCJhPI-lPAsmEPk_YgvH2PticgM0edvg" alt="" width="375"><figcaption><p>BOO!</p></figcaption></figure>

Ghosts are the spectators of the round – but that doesn’t mean they are not from participating; there does exist a chance the player’s body is resurrected by medical staff, or by other odd circumstances.

However, if the player has given up hope that their body can be found, or is even salvageable, the player may simply float around the station, seeing what everyone else is up to.

Alternatively, if that isn’t enough for the player, they may also participate in the form of ghost roles, which allows their soul to enter a new entity (becoming a new character). For a better picture of what these ghost roles entail, see the section [Ghost Roles](https://docs.google.com/document/d/1NACbgkclFtqcV5OkkLennb9fnXhSUpQ3/edit#heading=h.2afmg28) under the [In-Game Roles](https://docs.google.com/document/d/1NACbgkclFtqcV5OkkLennb9fnXhSUpQ3/edit#heading=h.nmf14n) heading. Ghost roles may include lesser entities like animals, insects, or creatures due to the limit of humanoid roles available in a round.

Alternatively, ghosted players may be given a point system so they might be able to affect the station in other ways, such as placing cobwebs, or nudging objects with their ghostly powers.


---

# 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://ss3d.gitbook.io/design/entities/characters/player-characters.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.
