# Character Skin Color Table

{% hint style="success" %}
Check [mrnat444-skin](https://www.plazmaburst2.com/?s=9\&a=\&m=mrnat444-skin\&id=958897) for complete demo for this topic, I deeply apologize to MrNat444 for my repeated oversight in failing to include his maps in the manual, even though the significant value of the map is unquestionably evident.
{% endhint %}

Color pattern is a simple color format used in trigger action type #168 which is described in Advanced Level Editor as **"Set Character 'A' color pattern (4 small letters for each body sections, each represents first symbol of color in lowercase. The ‘-‘ symbol disables color change for specific section)"**.&#x20;

As you can see, each color pattern has 4 symbols; each of them does represent how color of specific body part will be changed. It uses following order:

1. head
2. arms
3. legs
4. torso

Each symbol represents specific color:

|    Color Code    | Color Display on skin |
| :--------------: | --------------------- |
|         r        | Red                   |
|         g        | Green                 |
|         b        | Blue                  |
|         d        | Dark gray             |
|         p        | Purple                |
|         w        | White                 |
|         c        | Cyan                  |
|         m        | Magenta               |
|         y        | Yellow                |
|         k        | Black                 |
|         n        | Navajo White          |
|         s        | Light Steel Blue      |
|         o        | Olive drab            |
|         e        | Orange                |
|         a        | Pale green            |
|         h        | Khaki                 |
|         v        | Silver                |
|         B        | Light Blue            |
|         R        | Light Red             |
| 1 to 8, 26 to 30 | Campaign Skin color   |
|         -        | Reset                 |

{% hint style="warning" %}
Upon discovering a new color within the source code, it became evident that the letter's case sensitivity was affecting things. As a result, we worked on refining the format to achieve improved outcomes.
{% endhint %}


---

# 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://eaglepb2.gitbook.io/pb2-editor-manual/tables/character-skin-color.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.
