# 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 %}
