Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Latest commit

 

History

History
58 lines (52 loc) · 2.01 KB

hair.xml.md

File metadata and controls

58 lines (52 loc) · 2.01 KB
title layout
hair.xml
wiki

{% include toc.md %}

hair.xml and colors.xml

The colors.xml and hair.xml files are used to dynamically dye a sprite image (for characters hair, notably ) using a pre-defined dye channel.

Here is a description of the different parameters of this file:

Colors parameters

Here is a colors.xml file sample:

{% highlight xml %}

{% endhighlight %}
Parameter Value type Description
id Integer Color ID used by the client for internally store the color.
name string Color name displayed in the client when necessary.
value string
([dye channel](image_dyeing_system.html) format)
Color channel using the format `#\<channel1\>,\<channel2\>,\<channel3\>`,...
See the dye System for more information.